Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.1
-
Fix Version/s: None
-
Labels:None
-
Environment:Windows XP, Java 1.6
-
Number of attachments :
Description
I have a simple and build.xml file that perform an FTP, that is called by antrun, if i execute it using Java5 it works like a charm, if i execute using Java6 it doesn't work and says i can't find a needed library
Problem is that if i use Java6 and i call the ant file directly works so it must be some kind of antrun issue with java6 i think, i have also another antrun task defined in my project and that works, so probably issue is only with tasks (like ftp) that needs library
FTP is an optional ant task. Sounds like you need to define the optional ant tasks dependencies under <plugin>.
This is likely NAB.