Luke:

This is something I had in mind to tell the list but I seem to have
forgoten: in the build.bat, you have to add the line 

set CP=%CP%;..\..\lib\jmxri.jar

after the last "set CP" line for the javadocs to build without warnings.
This is not mandatory, though. You can still build jboss without the
addition. Somebody (with write access to the CVS) should update both the
NT and the UNIX scrpts in this manner.

Regards,

Hugo



Luke Taylor wrote:
> 
> Hi,
> 
> I've just downloaded and built jBoss (on NT) for the first time and
> noticed a bit of a glitch with the javadoc part when I build the whole
> distribution - it gets a bit upset because it can't find the JMX
> classes.
> 
> Adding the classpath to the javadoc tag in build.xml seems to solve the
> problem:
> 
>     <javadoc packagenames="${packages}"
>              sourcepath="${src.dir}"
>              classpath="${classpath}"
> ...
> 
> or am I missing something else (apart from my obvious faculties :-) ?
> 
> cheers,
> 
> Luke.
> 
> --
>  Luke Taylor.
>  PGP Key ID: 0x57E9523C
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to