Howdy,

>  <property environment="env"/>
>Do we need these in the build.xml?  When I run my build.bat with these

They are consulted only in one place: the javadoc target checks for an environment 
variable named NO_JAVADOC which, if present, effectively cancels out the javadoc 
target call.

Reading environment variables shouldn't be a problem: I've run our build.xml for log4j 
1.3, including the build and tests target, on my XP box with no issues.

If no one is using the environment variable NO_JAVADOC to cancel building the 
javadocs, then we can safely remove the environment properties loading.  However, the 
problem is likely somewhere in your setup.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to