[Source] troubleshooting Xj3D trunk build.xml, won't compile

Don Brutzman brutzman at nps.edu
Sun Dec 11 11:36:27 PST 2011


On 12/9/2011 5:37 AM, Don Brutzman wrote:
>> [...]
> but the reported problem remains,  since the build
> still fails as follows when run from inside netbeans IDE:
> 
>> ...
>> Compiling org/web3d/util
>> Compiling 33 source files to C:\Xj3D.nps\classes
>> C:\Xj3D.nps\src\java\org\web3d\util\ErrorReporter.java:32: package org.j3d.util does not exist
>> public interface ErrorReporter extends org.j3d.util.ErrorReporter {
>> Note: Some input files use unchecked or unsafe operations.
>> Note: Recompile with -Xlint:unchecked for details.
>> 1 error
>> C:\Xj3D.nps\build.xml:47: The following error occurred while executing this line:
>> C:\Xj3D.nps\build_common.xml:21: Compile failed; see the compiler error output for details.
>> BUILD FAILED (total time: 4 seconds)
> 
> so the problem might be in the settings of the netbeans project.
> netbeans editor is also showing that it can't find certain classes.
> hopefully Terry and I can get a chance to look at this today.
> i expect the fix will be to check in a properly configured nbproject
> directory into the trunk.

Terry, I've thought about this, definitely think that the nbproject
directory needs to be in trunk or else netbeans users will not be able
to properly open the Xj3D project.

Similar setup for Eclipse projects presumably needed.  Who does that?

Added a "build all" target.

    <target name="all" 
        description="Complete build, javadoc, test" 
        depends="build,javadoc,test" />

javadoc fails with previously reported errors.

test fails 10 of 23 tests.

After building, browser.bat fails immediately.  Will troubleshoot later.

all the best, Don
-- 
Don Brutzman  Naval Postgraduate School, Code USW/Br       brutzman at nps.edu
Watkins 270,  MOVES Institute, Monterey CA 93943-5000 USA   +1.831.656.2149
X3D graphics, virtual worlds, navy robotics http://faculty.nps.edu/brutzman



More information about the Source mailing list