https://issues.apache.org/bugzilla/show_bug.cgi?id=55225
Bug ID: 55225
Summary: Launcher error
Product: Ant
Version: 1.8.4
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Hi all,
I'm facing a strange behavior of Launcher class. My application is calling ANT
launcher programmatically in a new process.
When I set classpath using the wildcard (something like folder/*), I received
this error:
BUILD FAILED
D:\JEM-runtime\gfs\output\0000000000000000001-0000001373385349868\jcl.xml:3:
The following error occurred while executing this line:
jar:file:/D:/Git/jem_the_bee/JEM/lib/ant/ant.jar!/org/apache/tools/ant/antlib.xml:37:
Could not create task or type of type: componentdef.
But if I set classpath with all files (something like folder/ant.jar), it works
!
IS there any restrictions to use classpath wildcard, avaialble in JDK 1.6?
Thanks a lot
--
You are receiving this mail because:
You are the assignee for the bug.