Re: Maven and Ant Integration (Ignores Ant version)

2007-07-11 Thread Toli Kuznets
to use optional tasks: http://maven.apache.org/plugins/maven-antrun-plugin/classpaths.html -- Toli Kuznets http://www.marketcetera.com: Open-Source Trading Platform download.run.trade. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Maven and Ant Integration (Ignores Ant version)

2007-07-11 Thread Toli Kuznets
junit 3.8.1 hope this helps. -- Toli Kuznets http://www.marketcetera.com: Open-Source Trading Platform download.run.trade. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Re: How to execute a system command from maven 2?

2007-07-04 Thread Toli Kuznets
Error: [INFO] One or more required plugin parameters are invalid/missing for 'exec:exec' [0] inside the definition for plugin: 'exec-maven-plugin'specify the following: VALUE -OR- on the command line, specify: '-Dexec.executable=VALUE' -- Toli K

Re: [maven-antrun-plugin] How to pass default Maven Properties to ?

2006-07-27 Thread Toli Kuznets
The only workaround I found out is to explicitly declare the properties before or inside the tag. But you will agree that this not really neat nor efficient. Does anyone have a solution please? Thanks in advance for your help, Alexis -

Re: POM variable reference?

2006-07-27 Thread Toli Kuznets
egen http://www.gx.nl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Toli Kuznets http://www.marketcetera.com: Open-Source Trading Platform download.run.trade. - T

Re: [M2] Ant Mojo

2006-07-21 Thread Toli Kuznets
To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Toli Kuznets http://www.marketcetera.org: Open-Source Trading Platform download.run.trade. - To unsubscribe, e-mail: [EMAIL PROT

Re: Quick Validation vs. Full-Blown Regression Tests

2006-07-14 Thread Toli Kuznets
l test modules. > > I'm interested in hearing how folks have handled these use > cases. Have any threads touched on this before? > > Thanks. > > Brad > > - > To unsubscribe, e-mail: [EMAI

Re: How to specify what's included in the jar with maven-jar-plugin?

2006-07-14 Thread Toli Kuznets
tests test hope this helps. -- Toli Kuznets Marketcetera.org: Open-Source Trading Platform: download.run.trade. On 7/14/06, Sebastien Pennec <[EMAIL PROTECTED]> wrote: Hello, I am trying to build a multi-module project. One module (core) is needed by another module

Re: Launch application through maven 2.x

2006-07-14 Thread Toli Kuznets
Fred, I've had some limited success with the exec-maven plugin. If you only need to launch a java app with maven and can specify all configs in your pom, then it works great. However, if you thought that you could specify some args on command line (such as -Dexec.args) then there are some bugs wi

Re: Is it possible to setup plugin to execute only in the parent POM and not descend into sub-modules?

2006-07-13 Thread Toli Kuznets
ed to false and give it another try. kris bravo * Clarify Development * office: 678.893.1288 * mobile: 678.296.8723 -Original Message- From: Toli Kuznets [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 1:23 PM To: users@maven.apache.org Subject: Is it possible to setup plugin

Is it possible to setup plugin to execute only in the parent POM and not descend into sub-modules?

2006-07-13 Thread Toli Kuznets
Hi, This may be a dumb question resulting from my mis-understanding of Maven. Pardon me, i'm new. Anyway, i have an ant task i want to exec from CLI. My project has 4 sub-modules in it. I want to setup an installer that does this: 1. use assembly to copy all dependencies and jars to one library