Error installing with ant
Posted: Fri 28. Jan 2011, 21:56
Hello All,
After a long hiatus, I tried updating my jReality installation following the usual instructions at http://www3.math.tu-berlin.de/jreality/ ... t-tutorial
On Windows / cygwin, with:
Java 1.6.0_16
and
Apache Ant version 1.8.1 compiled on April 30 2010
I encountered the following error:
Buildfile: C:\jReality\jr\build.xml
init:
core:
[javac] C:\jReality\jr\build.xml:277: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable
builds
audio:
[javac] C:\jReality\jr\build.xml:303: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable
builds
[javac] Compiling 45 source files to C:\jReality\jr\build\audio
[javac] C:\jReality\jr\src-audio\de\jreality\audio\jack\JackAmbisonicsStereoDecoder.java:9: package de.jreality.plugin does not exist
[javac] import de.jreality.plugin.JRViewer;
[javac] ^
[javac] C:\jReality\jr\src-audio\de\jreality\audio\jack\JackAmbisonicsStereoDecoder.java:30: cannot find symbol
[javac] symbol : variable JRViewer
[javac] location: class de.jreality.audio.jack.JackAmbisonicsStereoDecoder
[javac] JRViewer.getLastJRViewer();
[javac] ^
[javac] 2 errors
BUILD FAILED
C:\jReality\jr\build.xml:303: Compile failed; see the compiler error output for details.
Total time: 2 seconds
Before I start debugging, I wanted to check whether this is a known, or repeatable, bug.
Thank you very much,
Norman
After a long hiatus, I tried updating my jReality installation following the usual instructions at http://www3.math.tu-berlin.de/jreality/ ... t-tutorial
On Windows / cygwin, with:
Java 1.6.0_16
and
Apache Ant version 1.8.1 compiled on April 30 2010
I encountered the following error:
Buildfile: C:\jReality\jr\build.xml
init:
core:
[javac] C:\jReality\jr\build.xml:277: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable
builds
audio:
[javac] C:\jReality\jr\build.xml:303: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable
builds
[javac] Compiling 45 source files to C:\jReality\jr\build\audio
[javac] C:\jReality\jr\src-audio\de\jreality\audio\jack\JackAmbisonicsStereoDecoder.java:9: package de.jreality.plugin does not exist
[javac] import de.jreality.plugin.JRViewer;
[javac] ^
[javac] C:\jReality\jr\src-audio\de\jreality\audio\jack\JackAmbisonicsStereoDecoder.java:30: cannot find symbol
[javac] symbol : variable JRViewer
[javac] location: class de.jreality.audio.jack.JackAmbisonicsStereoDecoder
[javac] JRViewer.getLastJRViewer();
[javac] ^
[javac] 2 errors
BUILD FAILED
C:\jReality\jr\build.xml:303: Compile failed; see the compiler error output for details.
Total time: 2 seconds
Before I start debugging, I wanted to check whether this is a known, or repeatable, bug.
Thank you very much,
Norman