mirchaemanuel / symja

Automatically exported from code.google.com/p/symja
1 stars 0 forks source link

Build.xml files not working. #46

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download newest source.
2. Cd into downloaded directory.
3. Type ant (or ant -p [any]build.xml)

What is the expected output? What do you see instead?

Project should compile correctly.

What version of the product are you using? On what operating system?

Newest source version. Compiling on Ubuntu Linux 10.04, with ant version 1.8.4 
and java version 1.6.0_24 (OpenJDK).

Please provide any additional information below.

Please provide compilable code. I've tried to compile matheclipse-core and 
other packages to use them in my procject. I've manually got rid of every 
dependency, recompiled every needed package, and got 2 errors in 
JASConvert.java, lines 234 and 235: "inconvertible types". I'd like to use 
libraries without GUI, so I have to recompile manually. Also I'd like to attach 
source code to used libraries which is impossible with provided jar downloads 
and source code.

Original issue reported on code.google.com by kajma...@gmail.com on 19 Nov 2012 at 1:37

GoogleCodeExporter commented 8 years ago

Original comment by axelclk@gmail.com on 22 Nov 2012 at 5:59

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Commited r915.
JASConvert should compile now

Original comment by axelclk@gmail.com on 22 Nov 2012 at 6:35

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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