Package org.eclipse.tycho.compiler


package org.eclipse.tycho.compiler
  • Class
    Description
     
    A source mapping for simply copying files to the target directory.
     
    Computes and returns Tycho java compiler configuration, i.e. compile or test-compile mojos of org.eclipse.tycho:tycho-compiler-plugin Use Adaptable#getAdapter(Class) on compile or test-compile mojos to get instance of this intergace
    Compiles application sources with eclipse plugin dependencies
    Compiles test sources with eclipse plugin dependencies
    This mojo could be added to a build if validation of the classpath is desired before the compile-phase.