[Source] Xj3D Javadoc warning, package com.sun.j3d.utils.geometry does not exist
Brutzman, Donald (Don) (CIV)
brutzman at nps.navy.mil
Sun Sep 1 16:22:43 PDT 2013
when building a clean checkout of our Xj3D nps branch, I get the following Javadoc warning:
package com.sun.j3d.utils.geometry does not exist
similarly
package javax.media.j3d does not exist
do you have the corresponding .jar on your laptop? am thinking it should be checked in so that the project build is self sufficient. or maybe we write a target that downloads the java3d jars if missing.
or maybe these are bad references in the javadoc...
These warnings do not occur during the compile.ogl target execution. perhaps the contained code is broader? Am guessing
the javadoc task contains
<classpath refid="app.classpath"/>
while the various java tasks have
classpathref="app.classpath"
so classpath appears to be the same.
=======================================
Constructing Javadoc information...
C:\Xj3D.NPS\src\java\org\web3d\vrml\export\compressors\J3DIndexedFaceSetCompressor.java:18: error: package com.sun.j3d.utils.geometry does not exist
import com.sun.j3d.utils.geometry.*;
C:\Xj3D.NPS\src\java\org\web3d\vrml\export\compressors\J3DIndexedFaceSetCompressor.java:25: error: package com.sun.j3d.utils.compression does not exist
import com.sun.j3d.utils.compression.CompressionStream;
C:\Xj3D.NPS\src\java\org\web3d\vrml\export\compressors\J3DIndexedFaceSetCompressor.java:26: error: package com.sun.j3d.utils.compression does not exist
import com.sun.j3d.utils.compression.GeometryCompressor;
C:\Xj3D.NPS\src\java\org\web3d\vrml\export\compressors\J3DIndexedFaceSetCompressor_Indexed.java:17: error: package com.sun.j3d.utils.geometry does not exist
import com.sun.j3d.utils.geometry.*;
C:\Xj3D.NPS\src\java\org\web3d\vrml\export\compressors\J3DIndexedFaceSetCompressor_Indexed.java:26: error: package com.sun.j3d.utils.compression does not exist
import com.sun.j3d.utils.compression.CompressedGeometryFile;
C:\Xj3D.NPS\src\java\org\web3d\vrml\export\compressors\J3DIndexedFaceSetCompressor_Indexed.java:27: error: package com.sun.j3d.utils.compression does not exist
import com.sun.j3d.utils.compression.CompressionStream;
C:\Xj3D.NPS\src\java\org\web3d\vrml\export\compressors\J3DIndexedFaceSetCompressor_Indexed.java:28: error: package com.sun.j3d.utils.compression does not exist
import com.sun.j3d.utils.compression.GeometryCompressor;
C:\Xj3D.NPS\src\java\org\web3d\vrml\export\compressors\J3DIndexedFaceSetDecompressor.java:23: error: package javax.media.j3d does not exist
import javax.media.j3d.*;
C:\Xj3D.NPS\src\java\org\web3d\vrml\export\compressors\J3DIndexedFaceSetDecompressor.java:25: error: package com.sun.j3d.utils.compression does not exist
import com.sun.j3d.utils.compression.*;
C:\Xj3D.NPS\src\java\org\web3d\vrml\export\compressors\NormalCompressor.java:16: error: package javax.media.j3d does not exist
import javax.media.j3d.*;
C:\Xj3D.NPS\src\java\org\web3d\vrml\export\compressors\NormalCompressor.java:18: error: package com.sun.j3d.utils.compression does not exist
import com.sun.j3d.utils.compression.*;
C:\Xj3D.NPS\apps\browser\src\java\xj3d\browser\EyeSeparationPanel.java:23: error: package javax.media.j3d does not exist
import javax.media.j3d.PhysicalBody;
C:\Xj3D.NPS\apps\browser\src\java\xj3d\browser\EyeSeparationPanel.java:50: error: cannot find symbol
private PhysicalBody avatar;
symbol: class PhysicalBody
location: class EyeSeparationPanel
C:\Xj3D.NPS\apps\browser\src\java\xj3d\browser\EyeSeparationPanel.java:63: error: cannot find symbol
public EyeSeparationPanel(PhysicalBody body) {
symbol: class PhysicalBody
location: class EyeSeparationPanel
=======================================
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