Page 1 of 1

Errors installing with ant build

Posted: Wed 30. May 2012, 00:06
by NormanGraf
Hello,
I am experiencing difficulties building the latest release using ant. There seems to be a classpath problem, viz.

[javac] C:\projects\jreality\src-examples\de\jreality\examples\Oloid.java:69: cannot find symbol
[javac] symbol : class JRViewer
[javac] location: class de.jreality.examples.Oloid
[javac] JRViewer v = new JRViewer();
[javac] ^

Is the ant build known to be working with the latest release? If so, I'll look for problems on my end. If not, could someone look into this?
Thanks,
Norman

Re: Errors installing with ant build

Posted: Wed 30. May 2012, 16:01
by Andre
thx 4 reporting should be fixed now.

I've changed some of the example-viewers to the up-to-date JRViewer. The ant-file first tried to compile the examples and afterwards the JRViewer. This couldn't work ;)

best Andre

Re: Errors installing with ant build

Posted: Wed 30. May 2012, 17:50
by NormanGraf
Hello Andre,
Thank you very much for the prompt response. The release builds fine.
Norman