Closed GoogleCodeExporter closed 9 years ago
I guess you have to run test.sh 1st :)
Original comment by gkrizhev...@gmail.com
on 8 Jul 2009 at 8:57
test.sh:
line 14 has to have:
apt="${JAVA_HOME}/bin/apt -nocompile -cp $classpath -s ."
instead of
apt="${JAVA_HOME}/apt -nocompile -cp $classpath -s ."
and there is no Parser compiling code so it fails.
Original comment by gkrizhev...@gmail.com
on 8 Jul 2009 at 9:45
This is not a bug. The /bin part is left out intentionally. JRE does not have
APT
tools. It's not that hard to figure out the right path anyways.
Original comment by superdup...@gmail.com
on 21 Jul 2009 at 7:33
Changed my mind and made the change as suggested :) See r686.
Original comment by superdup...@gmail.com
on 17 Oct 2009 at 5:20
Original issue reported on code.google.com by
gkrizhev...@gmail.com
on 8 Jul 2009 at 8:04