I am doing it this way....like ant -lib .\lib ...then it works . But the
way you are trying doesn't work. If your code works , please ...share

-----Original Message-----
From: Thomas SMETS [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 09, 2006 7:31 PM
To: Ant Users
Subject: Usage of JBlanket


Dear,
 
 I would like to define a target to use JBlanket but the default install
advises to copy the needed jars in the  ${ANT_HOME}/lib while I would
prefere to place the jar's in a external directory like "wrongly" shown
herebelow with 2 different configs :
 
   <path id="jblanket.path">
     <fileset dir="${jblanket.basedir}">
       <include name="**/*.jar" />
     </fileset>
   </path>
   <taskdef name="jblanket"
            classname="csdl.jblanket.ant.JBlanketModifyTask">
     <path refid="jblanket.path" />
   </taskdef>
 
 BUILD FAILED
 /home/tsmets/workspace/CodeCoverage/JBlanket.xml:24: The <taskdef> type
doesn't support the nested "path" element.
 
 If I defined the task as such :
   <taskdef name="jblanket"
            classname="csdl.jblanket.ant.JBlanketModifyTask"
            classpathref="jblanket.path"
            loaderref="lib.path.loader"/>
 I have this :
 BUILD FAILED
 /home/tsmets/workspace/CodeCoverage/JBlanket.xml:26: taskdef class
csdl.jblanket.ant.JBlanketModifyTask cannot be found
 
 Any help would appreciated ;)
 
 \T,
 
 
 
--  
 Any fool can write code that a computer can understand.  
 Good programmers write code that humans can understand.

 Martin Fowler  
 T. : +32 (0)2 742 05 94 
 M. : +32 (0)497 44 68 12 
 @  : [EMAIL PROTECTED] 
 Do you skype too ... ?



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to