AW: Java system property

2010-05-20 Thread Knuplesch, Juergen
Thank you!! -Ursprüngliche Nachricht- Von: Antoine Levy-Lambert [mailto:anto...@gmx.de] Gesendet: Mittwoch, 19. Mai 2010 20:09 An: Ant Users List Betreff: Re: Java system property Hello Juergen, here is what you can do : - use the ANT_OPTS environment variable to set the system

Re: Java system property

2010-05-19 Thread Antoine Levy-Lambert
-- > Datum: Wed, 19 May 2010 16:56:07 +0200 > Von: "Knuplesch, Juergen" > An: "Ant Users List" > Betreff: Java system property > Hello, > > > > I am using my self written Ant tasks and want to set a Java system > property for this task. > >

Java system property

2010-05-19 Thread Knuplesch, Juergen
Hello, I am using my self written Ant tasks and want to set a Java system property for this task. Is there a way to pass on Java system properties from the ANT to the task? I guess I have to add a certain attribute to my task an do it there... Greetings Juergen