Hi Stefan:
Nope. When I echoed the property's value, it was as
Buildfile: build.xml
Project base dir set to:
/usr/netscape/iPlanet/ias6/ias/iasProjects/estore/src
Executing Target: compileSingle
estore.singleSource=MyTest.java
Compiling 1 source files to
/usr/netscape/iPlanet/ias6/ias/iasProjects/estore/src/lib/classes
BUILD FATAL ERROR: Target `MyTest.java' does not exist in this project.
>> Hmm, does your Ant invocation look like
>> ant -Destore.singleSource= MyTest.java
>> or something similar?
>> Ant thinks you are invoking a target named MyTest.java although I
>> don't see why compileSingle get's invoked.
>> Stefan
|