Errors installing with ant build

Problems with Java, jogl, etc?
Post Reply
NormanGraf
Posts: 18
Joined: Wed 1. Sep 2010, 23:53

Errors installing with ant build

Post by NormanGraf » Wed 30. May 2012, 00:06

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

Andre
Posts: 226
Joined: Fri 18. Sep 2009, 11:30

Re: Errors installing with ant build

Post by Andre » Wed 30. May 2012, 16:01

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

NormanGraf
Posts: 18
Joined: Wed 1. Sep 2010, 23:53

Re: Errors installing with ant build

Post by NormanGraf » Wed 30. May 2012, 17:50

Hello Andre,
Thank you very much for the prompt response. The release builds fine.
Norman

Post Reply