[Source] Xj3D Javadoc warning, package com.sun.j3d.utils.geometry does not exist

Justin Couch justin at vlc.com.au
Sun Sep 1 20:38:15 PDT 2013


On 2/09/13 1:13 PM, Norbraten, Terry (CIV) wrote:
> Anything J3D should not be submitted for the doclet process.  In compilation *J3D is excluded.  The excludes list should be the same for javadoc to make these warnings go away

> On Sep 1, 2013, at 4:22 PM, "Brutzman, Donald (Don) (CIV)" <brutzman at nps.navy.mil> wrote:
>
>> 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.

Just to +1 Terry on this - we never check in to code repositories 
anything that requires native code. That's platform dependent and can 
cause great problems so it is best avoided.

--
Justin




More information about the Source mailing list