In the log4j build.xml file, for the main build and
tests, there are the following lines:
<!-- Read the system environment
variables and stores them in properties, -->
<!-- prefixed with "env". --> <property environment="env"/> Do we need these in the build.xml? When I run
my build.bat with these lines, on my WinXP system, I get an error message saying
the 16-bit DOS subsystem could not be initialized, and then Ant stops with a
NullPointerException. Maybe there is something screwed up (still) on my
setup. But if I remove these lines from the build.xml, everything seems to
work fine.
?
-Mark
|
- RE: build.xml question Mark Womack
- RE: build.xml question Shapira, Yoav