RE: Python + Maven 2.0.4

2007-02-20 Thread Ran Zilber
You can write plugin in Jython to handle your script. Please see: http://maven.apache.org/developers/mojo-api-specification.html -Original Message- From: javed mandary [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 20, 2007 12:48 PM To: Maven Users List Subject: Python + Maven 2.0.4

RE: Building struts application

2007-01-30 Thread Ran Zilber
Hi I am not familiar with maven 1.x. If you intend to use maven 2 you can use the war plugin Please see the following link: http://maven.apache.org/plugins/maven-war-plugin/usage.html -Original Message- From: Saravanan Ponnusamy, EAS-Chennai [mailto:[EMAIL PROTECTED] Sent: T

RE: M2 classpath for ant taskdef

2007-01-09 Thread Ran Zilber
, Franz [1] http://maven.apache.org/plugins/maven-antrun-plugin/classpaths.html Ran Zilber wrote: > > > Hi all, > > > > > > > > I am trying to invoke ant 'taskdef' using the current maven complie > classpath. > > > > > What is the m

M2 classpath for ant taskdef

2007-01-09 Thread Ran Zilber
Hi all, I am trying to invoke ant 'taskdef' using the current maven complie classpath. What is the maven class path variable I can use? Here is the pom snippet: maven-antrun-plugin generate-sou

Dependency while bundling a ear file

2007-01-09 Thread Ran Zilber
Hi When having a bundled ear module with nested wars, how can I 'tell' the war packaging to skip the decencies for compilation? As a result I want that all the dependency JAR(s) will reside in the ear and each of the nested war lib will be empty. Thanks a lot. -Ran. This message