Open GoogleCodeExporter opened 8 years ago
Original comment by axelclk@gmail.com
on 22 Nov 2012 at 5:59
Under Eclipse the code is compilable and executable.
Unfortunately the javac compiler doesn't seem to compile the code?
Original comment by axelclk@gmail.com
on 22 Nov 2012 at 6:01
Commited r915.
JASConvert should compile now
Original comment by axelclk@gmail.com
on 22 Nov 2012 at 6:35
Comitted r916.
With the build_mini.xml's "main" task, you can run the console application:
org.matheclipse.core.eval.Console
I started Ant with 512M heap space
Original comment by axelclk@gmail.com
on 22 Nov 2012 at 6:57
Hi,
thank you very much for your effort.
I had to correct two typos in build_mini.xml to make it work for me (maybe you
use different version of ant?). Lines 51 and 57 had a trailing space in src
attribute which caused a build error ("lib/log4j-1.2.11.jar " instead of
"lib/log4j-1.2.11.jar").
But it works now, thanks again.
Original comment by kajma...@gmail.com
on 26 Nov 2012 at 10:58
Original issue reported on code.google.com by
kajma...@gmail.com
on 19 Nov 2012 at 1:37