ghmoon90

Results 2 comments of ghmoon90

make_dirs: compile: [javac2] Compiling 108 source files to D:\Java\FlightPlot\out\production\FlightPlot [javac2] warning: [options] bootstrap class path not set in conjunction with -source 6 [javac2] error: Source option 6 is no longer...

i tried after changing build.xml as follows: """ javac2 destdir="out/production/FlightPlot" includeantruntime="false" debug="true" encoding="UTF8" target="1.7" source="1.7" """ ------------------------------ but results are D:\Java\FlightPlot>ant ANT_OPTS is set to -Djava.security.manager=allow Buildfile: D:\Java\FlightPlot\build.xml make_dirs: compile:...