Re: Custom element for jar task.

2008-09-11 Thread John5342
>> seem > >> > to be a task as such. > >> > > >> > Thanks, John > >> > > >> > 2008/9/11 Knuplesch, Juergen <[EMAIL PROTECTED]> > >> > > >> >> Hello, > >> >> > >> &g

Re: Custom element for jar task.

2008-09-11 Thread Peter Reilly
t; You run into a syntax error. >> >> It is not possible to change the jar task (or any other task) by adding >> >> your own tasks as subelements. >> >> >> >> Probably you have to write your own jar-task, that will understand your >> >> sube

Re: Custom element for jar task.

2008-09-11 Thread John5342
> >> What does this task do? > >> Does it produce a classpath?? > >> > >> What do you expect should the jar task do with the element? > >> > >> Tell us and then you will get probably some hints to do what you want. > >> > >> Then you

Re: Custom element for jar task.

2008-09-11 Thread Peter Reilly
s it produce a classpath?? >> >> What do you expect should the jar task do with the element? >> >> Tell us and then you will get probably some hints to do what you want. >> >> Then you have to write your own Ant-Task doing the stuff you want. >> >&g

Re: Custom element for jar task.

2008-09-11 Thread John5342
ent? > > Tell us and then you will get probably some hints to do what you want. > > Then you have to write your own Ant-Task doing the stuff you want. > > -- > Jürgen Knuplesch > > -Ursprüngliche Nachricht- > Von: John5342 [mailto:[EMAIL PROTECTED] > Gesend

AW: Custom element for jar task.

2008-09-10 Thread Knuplesch, Juergen
write your own Ant-Task doing the stuff you want. -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: John5342 [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 10. September 2008 20:08 An: user@ant.apache.org Betreff: Custom element for jar task. Hi, I have a rapidly

Custom element for jar task.

2008-09-10 Thread John5342
Hi, I have a rapidly evolving project which contains a large and varying number of service providers. I was hoping to create to create a more specialized version of the service element that automatically scans for providers in a give classpath but have run into some trouble asuming what i want to