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 c

RE: aspectj maven.aspectj.source

2004-08-27 Thread Sonnathi, Venkat
from http://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

aspectj maven.aspectj.source

2004-08-27 Thread Sonnathi, Venkat
Hi, I have assert statements in my java code and when I try to weave aspects into it, iajc is not recognizing assert statement even after I have set maven.aspectj.source = 1.4. I took a peek at plugin.jelly of mavenaspectj-3.1.1 and don't find reference to the maven.aspectj.source variable. How

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

Classes in Test

2004-06-25 Thread Sonnathi, Venkat
Hi, I have two projects Project A, Project B. Project B depends on Project A. I have some utility test classes in Project A in test/java directory. Project B test classes also need those test utility classes defined in Project A. How do I accomplish this? Currently maven does not package classes i

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

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.. file:/c:/myhome/.maven/pl

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 y

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

RE: Aspectj warning

2004-06-03 Thread Sonnathi, Venkat
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 be present? > >aspectj:weave-internal: >[move] Moving 1 files to Z:\build\gold\GOLD-presentati

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: Z:\build\gold\GOLD-present

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: maven:war plugin change request

2004-04-29 Thread Sonnathi, Venkat
in our desktop 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

RE: maven:war plugin change request

2004-04-29 Thread Sonnathi, Venkat
am facing: We need to add overwrite="true" to the task above. Thanks for your time. --Venkat. -Original Message- From: Henry S. Isidro [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 28, 2004 8:10 PM To: Maven Users List Subject: Re: maven:war plugin Sonnathi, Venkat wr

RE: pre-compiling jsp files with maven

2004-04-28 Thread Sonnathi, Venkat
Hi, I am trying to pre-compile jsp files using maven as per the following link: http://wiki.codehaus.org/maven/CreatingWebApplications#head-2b0c6db33bd58f8f 93de3b6ff49263e574447731 However I get a class cast exception. Any suggestions? precompile-jsp: [DEBUG] Adding reference: jspc.classpath -

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

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 To

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

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.

preGoal not invoked

2004-04-13 Thread Sonnathi, Venkat
Hi, I have the following maven.xml: maven.xml In the preGoal of war:init End of 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 classes

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 > cou