mazoqa.blogg.se

Change apache ant java path
Change apache ant java path













Whether to include the default run-time libraries from the executing JVM in the classpath. It is usually best to set this to false so the script's behavior is not sensitive to the environment in which it is run. Whether to include the Ant run-time libraries in the classpath. Indicates whether source should be compiled with deprecation information.Įnables dependency tracking for compilers that support this (jikes and classic). Note that this flag is just ignored by Sun's javac since JDK 1.3 (because compile-time optimization is unnecessary). Indicates whether source should be compiled with optimization. Legal values are none or a comma-separated list of the following keywords: lines, vars, and source. Keyword list to be appended to the -g command-line switch.

change apache ant java path

If set to true, the value of the debuglevel attribute determines the command line argument. If set to off, -g:none will be passed on the command line for compilers that support it (for other compilers, no command line argument will be used). Indicates whether source should be compiled with debug information.

change apache ant java path

Indicates whether the -nowarn switch should be passed to the compiler. The bootstrapclasspath to use, given as a reference to a path defined elsewhere. The sourcepath to use, given as a reference to a path defined elsewhere. The classpath to use, given as a reference to a path defined elsewhere. To suppress the sourcepath switch, use sourcepath="". Indicates whether default excludes should be used or not (yes|no). Each line of this file is taken to be an exclude pattern. Each line of this file is taken to be an include pattern.Ĭomma- or space-separated list of patterns of files that must be excluded. Properties Sr.NoĬomma- or space-separated list of patterns of files that must be included.

change apache ant java path

The source and destination directory will be recursively scanned for Java source files to compile.















Change apache ant java path