war plugin and dependant webapps

2004-09-10 Thread Sonnathi, Venkat
Hi, I have webapps depending upon a common webapp (for jsps, images, js...). Each webapp can override stuff in common webapp and contains the files in its own project. common/src/webapp/welcome.jsp webmoduleA/src/webapp/welcome.jsp To accomplish building webmoduleA, I tried copying files from

RE: aspectj maven.aspectj.source

2004-08-27 Thread Sonnathi, Venkat
://cvs.apache.org/repository/maven/plugins/maven-aspectj-plugin-3.2-SNAP SHOT.jar Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net -Original Message- From: Sonnathi, Venkat [mailto:[EMAIL PROTECTED] Sent: Friday, August 27, 2004 4:59 PM To: 'Maven Users List

RE: [ANN] Maven FindBugs Plugin 0.8.2 released

2004-07-30 Thread Sonnathi, Venkat
I don't see any difference between 0.7.2 generated report and 0.8.2 generated report. As per the release notes it mentions about new pmd style report... Can you provide a new sample output? Thanks, --Venkat. -Original Message- From: Eric Pugh [mailto:[EMAIL PROTECTED] Sent: Thursday,

RE: Maven WebLogic 8.1 Plugin is available

2004-06-24 Thread Sonnathi, Venkat
I am interested in using it. Thanks, --Venkat. -Original Message- From: =?iso-8859-1?Q?=22G=F6schl=2CSiegfried=22_ [mailto:[EMAIL PROTECTED] Sent: Thursday, June 24, 2004 4:41 AM To: Maven Users List Subject: RE: Maven WebLogic 8.1 Plugin is available Sorry, the email was not finished

Maven multiproject plugin help

2004-06-24 Thread Sonnathi, Venkat
Hi, I am trying to run multiproject:site for multiproject 1.4 and am using Maven rc2 and I get the error: Attempting to download maven-1.0-rc2.jar. ... . build:start: multiproject:projects-init: [echo] Gathering project list BUILD FAILED File..

plugin variable

2004-06-24 Thread Sonnathi, Venkat
Hi, Can I set a variable for a plugin. For e.g. Can I set maven.build.dir setting for multiproject plugin alone? for the rest use-default? Thanks, --Venkat. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Aspectj warning

2004-06-03 Thread Sonnathi, Venkat
Hi, I get this warning! Where should the aspectjrt.jar be present? aspectj:weave-internal: [move] Moving 1 files to Z:\build\gold\GOLD-presentation [iajc] couldn't find aspectjrt.jar on classpath, checked: [iajc] [iajc] 1 warning [iajc] Building zip:

RE: Aspectj warning

2004-06-03 Thread Sonnathi, Venkat
you copy aspectjrt-1.1.1.jar to aspectjrt.jar in your repository. Oh, and you should consider switching to aspectj-1.2, it has better features and it compiles much faster. Charlie Sonnathi, Venkat said the following on 6/3/2004 8:37 AM: Hi, I get this warning! Where should the aspectjrt.jar

Recommended way to execute a java class

2004-06-03 Thread Sonnathi, Venkat
Hi, After the build. I need to run a Java class with the same classpath as the build classpath. Is ant:java... the best way? If so how do I access the project classpath (depdencies). Thanks, --Venkat. - To unsubscribe, e-mail:

RE: maven:war plugin change request

2004-04-29 Thread Sonnathi, Venkat
development env. This saves us from having to wait for JSPs getting compiled if they are unchanged. Paul -Original Message- From: Sonnathi, Venkat [mailto:[EMAIL PROTECTED] Sent: Thursday, April 29, 2004 11:43 AM To: 'Maven Users List' Subject: RE: maven:war plugin change request Hi

RE: Setting maven.multiproject.type

2004-04-29 Thread Sonnathi, Venkat
Yes, I did and invoked maven mutliproject:install from A directory. I am using Maven rc2. Thanks, --Venkat. -Original Message- From: Brice Copy [mailto:[EMAIL PROTECTED] Sent: Thursday, April 29, 2004 10:42 AM To: Maven Users List; Sonnathi, Venkat Subject: Re: Setting

RE: Setting maven.multiproject.type

2004-04-28 Thread Sonnathi, Venkat
Sorry! I had a incomplete maven.multiproject.type in the ${user.home}/build.properties and it was overriding maven.multiproject.type in the project.properties. Thanks, --Venkat. -Original Message- From: Sonnathi, Venkat [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 27, 2004 1:10 PM

maven:war plugin

2004-04-28 Thread Sonnathi, Venkat
Hi, I have common web module (CWM) and a few specialized web modules(SWM). SWM over-ride the jsp defines in CWM on a as needed basis. So, when building SWM web-app, I need to copy the webapp dir of CWM/src and then whatever is defined in SWM/src/webapp. I defined a preGoal for war:webapp, but by

Setting maven.multiproject.type

2004-04-27 Thread Sonnathi, Venkat
Hi, I have set of three modules/projects in a global project folder. A/moda - jar A/modb - jar A/modc - war I generally invoke maven from A and would like to utilize multiproject plugin. How do I set the maven.multiproject.type variable for each module separately? Thanks, --Venkat.

preGoal not invoked

2004-04-13 Thread Sonnathi, Venkat
Hi, I have the following maven.xml: maven.xml project default=foobar-dist xmlns:m=jelly:maven xmlns:ant=jelly:ant xmlns:j=jelly:core goal name=foobar-dist attainGoal name=war:war / preGoal name=war:webapp ant:echoIn the preGoal

RE: preGoal not invoked

2004-04-13 Thread Sonnathi, Venkat
Thanks. --Venkat. -Original Message- From: Craig S. Cottingham [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 12:38 PM To: Maven Users List Subject: Re: preGoal not invoked On Tue, 2004-04-13 at 11:25, Sonnathi, Venkat wrote: I have the following maven.xml

Default/bootstrap Classpath

2004-04-09 Thread Sonnathi, Venkat
Hi, I am new Maven user. So please excuse me if this is a very naive/dump question: I have created a small project which refers to Xerces classes and in the project.xml I have not specified the xerces.jar as the dependency and when I do a jar:jar goal it compiles and creates a jar with my

Can we deploy build jars to maven.local.repo directory?

2004-03-31 Thread Sonnathi, Venkat
Hi, I would like to know if we can deploy the new built jars to maven.local.repo directory. I am trying to build hivemind and it has two modules - framework and library. library depeds upon the jar created in the framework. I don't have ibibilio.org account. It would be nice if I could