AW: AW: Use the same in multiple tasks

2010-01-27 Thread Jan.Materne
Have you tried id+refid? . Jan >-Ursprüngliche Nachricht- >Von: Dean Schulze [mailto:dean_w_schu...@yahoo.com] >Gesendet: Mittwoch, 27. Januar 2010 17:11 >An: Ant Users List >Betreff: Re: AW: Use the same in multiple tasks > >Jan, >  >I appreciate your response, but please do

Re: Use the same in multiple tasks

2010-01-27 Thread Dean Schulze
  The following doesn't work - it includes all .java files in the srcdir ignoring what is in sourcepath:       What I need is a way to get the path into the tag, but there doesn't seem to be any way to do that.   I wonder if there is a way to replace the implicit in the task with

Re: AW: Use the same in multiple tasks

2010-01-27 Thread Dean Schulze
Jan,   I appreciate your response, but please do not accuse me of not researching this problem before posting.  The example you posted does not address my problem, so please consider my question more thoroughly.   The example you included from the manual has nested and tags.  That is what I wan

RE: How to stop receiving postings but stay subscribed? Web only

2010-01-27 Thread remi.clavier
or create a specific rules to push directly mails from Ant Users List to trash... -Message d'origine- De : Peter Reilly [mailto:peter.kitt.rei...@gmail.com] Envoyé : mardi 26 janvier 2010 16:27 À : Ant Users List Objet : Re: How to stop receiving postings but stay subscribed? Web only

Re: run a jar from ant

2010-01-27 Thread Karsten Wutzke
Don't get me wrong, but what is your question? Karsten > hai, > > i am a newbies with ant. > > i would like run my jar file from ant. but my jar need another jar, > below this my ant code : > > > basedir="${classes.dir}" excludes=""> > > > > > >

run a jar from ant

2010-01-27 Thread andy susanto
hai, i am a newbies with ant. i would like run my jar file from ant. but my jar need another jar, below this my ant code : all jar that will be needed i put at same folder with m