Re: list all targets in the build file

2006-12-05 Thread Narahari 'n7; Savitha
Jan >-Ursprüngliche Nachricht- >Von: Wayne Cannon [mailto:[EMAIL PROTECTED] >Gesendet: Montag, 4. Dezember 2006 23:16 >An: Ant Users List >Betreff: Re: list all targets in the build file > >ant -p > >Narahari 'n' Savitha wrote: >> Frein

list all targets in the build file

2006-12-04 Thread Narahari 'n7; Savitha
Freinds Would you know how to list all the targets in the build file ? -Narahari

copy directory problem help please

2006-11-21 Thread Narahari 'n7; Savitha
Friends, I have this situation src |_com\test\narahari| |___Dao |A.java |B.java |C.java |___resources |__x.properties

Re: manifest file wrapping with ant jar or manifest task

2006-05-06 Thread Narahari 'n7; Savitha
wrote: > -Original Message- > From: Narahari 'n' Savitha [mailto:[EMAIL PROTECTED] > Sent: Sunday, 7 May 2006 3:37 AM > To: user@ant.apache.org > Subject: manifest file wrapping with ant jar or manifest task > > Friends my MANIFEST.MF file created by han

Re: manifest file wrapping with ant jar or manifest task

2006-05-06 Thread Narahari 'n7; Savitha
I am not sure if this reached anyone. Sorry inent is not to repost. Please excuse. On 5/6/06, Narahari 'n' Savitha <[EMAIL PROTECTED]> wrote: Friends my MANIFEST.MF file created by hand is . . .. Class-Path: commonscollections3.1.jar commons-la

manifest file wrapping with ant jar or manifest task

2006-05-06 Thread Narahari &#x27;n7; Savitha
Friends my MANIFEST.MF file created by hand is . . .. Class-Path: commonscollections3.1.jar commons-lang.jar axis.jar anotherverylong.jar reallycoolfile.jar But when I use either the task or the task with manifest file created, the jar always creates the MANIFEST.MF like this Class

file list without directory prepended how to get it

2006-05-05 Thread Narahari &#x27;n7; Savitha
Consider this scenario friends. build.xml | |lib | |--averyveryverylong.jar |--anotherlongjarfile.jar now when I want to build a list of files in the lib folder I am using I then use pathconvert