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...
>>
>>
.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
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
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,
>
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
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
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
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 -