Re: How do I run maven build from ant

2009-03-25 Thread eyalg1972
voke > Maven directly using an task. > > Regards, > Joe > > On Wed, March 25, 2009 2:58 pm, eyalg1972 wrote: >> >> Thanks, I saw the ant-task issue, but I still did not understood how to >> use >> them to invoke from ant a maven build... >> >>

Re: How do I run maven build from ant

2009-03-25 Thread eyalg1972
.Chad > > On Wed, Mar 25, 2009 at 1:26 AM, eyalg1972 wrote: > >> >> Hi, >> >> I have an ant build process, that needs to rely on some component built >> by >> maven. >> >> How can I run the maven build from ant? >> >&g

How do I run maven build from ant

2009-03-24 Thread eyalg1972
Hi, I have an ant build process, that needs to rely on some component built by maven. How can I run the maven build from ant? Just using the exec? Did anyone did it? Thanks -- View this message in context: http://www.nabble.com/How-do-I-run-maven-build-from-ant-tp22695495p22695495.html Sen

Re: Adding specific jar to classpath

2009-03-24 Thread eyalg1972
ot; > classpath="${old.classpath}:${additional.jar}"/> > > Note that the colon in the value for "classpath" will convert over to > a semicolon on Windows systems. > > > On Mon, Mar 23, 2009 at 6:14 PM, eyalg1972 wrote: >> >> Hi, >

Re: AW: ****SPAM**** Re: AW: ****SPAM**** Re: AW: ****SPAM**** Adding specific jar to classpath

2009-03-24 Thread eyalg1972
memorymaximumsize="900M" > fork="true" > . > > Could you show us a example of what you want to do and what you have in > the moment? > > > -- > Jürgen Knuplesch > -Ursprüngliche Nachricht- > V

Re: AW: ****SPAM**** Re: AW: ****SPAM**** Adding specific jar to classpath

2009-03-24 Thread eyalg1972
Ant doku about javac to learn how to do it: > http://ant.apache.org/manual/ > > > Greetings > > > -- > Jürgen Knuplesch > > -Ursprüngliche Nachricht- > Von: eyalg1972 [mailto:eyal_go...@bmc.com] > Gesendet: Dienstag, 24. März 2009 08

Re: AW: ****SPAM**** Adding specific jar to classpath

2009-03-24 Thread eyalg1972
r else? > > To integrate a jar on the classpath of Ant it is enough to put the jar in > the lib dir of Ant. > > > Greetings > -- > Jürgen Knuplesch > -Ursprüngliche Nachricht- > Von: eyalg1972 [mailto:eyal_go...@bmc.com] > Gesendet: Monta

Adding specific jar to classpath

2009-03-23 Thread eyalg1972
Hi, Does anyone knows how to add a specific jar to the classpath? I know that there is a property- additional.classpath, but I don't know how to use it... Eyal -- View this message in context: http://www.nabble.com/Adding-specific-jar-to-classpath-tp22670440p22670440.html Sent from the Ant -