Hi Karl,
Long back while googling I got an useful info about ant's classpath recognition
technique. I don't exactly remember the source though. But I could tell you the
reason for these Zip exceptions. Ant actually considers every file in the
classpath as an archived file (*.zip or *.jar etc) w
Hi All,
I'm also encountering another sort of exception in the same run. The trace
is as follows,
Resource com/cisco/cp/engine/sal/unittest/data/TestData.xml loaded from ant
loader
Class java.io.File loaded from parent loader (parentFirst)
Class java.net.URI loaded from parent loader (parentFirst
Hi Supareno,
The xml files have been added to the classpath. You can see a in my script. This one consists my test case and input
xml files. Though I'm encountering this issue. I'm seeing the following sort
of message displayed in my console. "Couldn't load resource
org/junitext/runners/com/org/b
Hi All,
I'm trying to execute certain test cases as a part of my build.
I'm using the ant's junit task to accomplish this.
My build script is as follows,