Just a note to your wording - I think you misuse the terms of 
"target" and "task":

   <target name="TARGETNAME">
       <TASKNAME>
   </target>

Just for future questions - they could be answered more easily ;)


Jan
 

>-----Ursprüngliche Nachricht-----
>Von: kaprasanna [mailto:[EMAIL PROTECTED] 
>Gesendet: Montag, 21. Mai 2007 12:59
>An: user@ant.apache.org
>Betreff: Re: AW: SignJar doesnt work
>
>
>Thanks... changing target name - signjar to all small worked...
>
>
>
>Jan.Materne wrote:
>> 
>> All core tasks are lowercase only, so use <signjar> like
>> the examples show
>> http://ant.apache.org/manual/CoreTasks/signjar.html
>> 
>> 
>> Jan 
>> 
>>>-----Ursprüngliche Nachricht-----
>>>Von: kaprasanna [mailto:[EMAIL PROTECTED] 
>>>Gesendet: Montag, 21. Mai 2007 12:30
>>>An: user@ant.apache.org
>>>Betreff: SignJar doesnt work
>>>
>>>
>>>Hello,
>>>I have written an ant target "SignJar". when I do ant clean, 
>>>ant build, I
>>>get no errors.
>>>But when I run the particular ant target, I get this message : 
>>>"Could not
>>>create task or type of type: SignJar.
>>>Ant could not find the task or a class this task relies upon".
>>>Now, according to the rest of the message, I checked if a jar 
>>>file having
>>>SignJar is present in ant_home/lib. It is not present in my ant
>>>installation.
>>>I am using ant-1.6.5.
>>>Now do I need to upgrade to the latest ant?
>>>Or do I just need to add the relevant jar file to ant_home/lib?
>>>Plz guide...
>>>-- 
>>>View this message in context: 
>>>http://www.nabble.com/SignJar-doesnt-work-tf3789349.html#a10716260
>>>Sent from the Ant - Users mailing list archive at Nabble.com.
>>>
>>>
>>>---------------------------------------------------------------------
>>>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]
>> 
>> 
>> 
>
>-- 
>View this message in context: 
>http://www.nabble.com/SignJar-doesnt-work-tf3789349.html#a10716690
>Sent from the Ant - Users mailing list archive at Nabble.com.
>
>
>---------------------------------------------------------------------
>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