CI with Maven 1.1 b2 builder

2006-03-13 Thread Manisha Sur
o keep the server in running mode, can we use the cargo:start goal instead. 5) Does Maven 1.1 b2 or Maven 2 support existing configuration? 6) Does Maven 2 help answer the above mentioned queries ? -- Warm Regards Manisha Sur

Sun Blueprint Petstore Application converted to Maven project

2006-03-07 Thread Manisha Sur
Hi Vincent, I started with the java petstore application to convert in in Maven project. Was inspired from the article written by you on onJava.com. Refering to the mobilefish.com site , i deployed the actual petstore application in jboss. So far so good. The actual petstore.ear containes the cust

eclipse maven multiproject

2006-02-22 Thread Manisha Sur
Hi , I have a maven multiproject with the following directory structure under a trunk folder: maven subproject1 maven subproject2 maven subproject3 .. maven subprojectN maven.xml project.xml project.properties 1) I have copied this trunk folder under the eclipse workspace folder i.e. c:\ecli

Re: cargo:start generates startup exceptions for jboss

2006-02-20 Thread Manisha Sur
> > I don't know what the problem is. Have you tried deploying a simple EAR to > verify it works? I'd recommend that you use the Cargo mailing lists (see > http://cargo.codehaus.org) to discuss this. > > Thanks > -Vincent > > > -Original Message- >

cargo:start generates startup exceptions for jboss

2006-02-20 Thread Manisha Sur
Hi , i have the following properties set: cargo.containers=jboss cargo.container.jboss.containerId=jboss3x cargo.container.jboss.home=c:/jboss-3.2.3 cargo.container.jboss.config.type=standalone cargo.container.jboss.config.dir=${maven.build.dir}/jboss/config #cargo.container.jboss.config.dir=${ca

Re: custom goal doesn't run ?

2006-02-16 Thread Manisha Sur
I am using Maven 1.1 Beta 2 . On 2/16/06, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > > Which maven release are you using ? > In one of the subprojects, do you use another multiproject goal ? > > Arnaud > > On 2/16/06, Manisha Sur <[EMAIL PROTECTED]> wrote: >

custom goal doesn't run ?

2006-02-16 Thread Manisha Sur
hy its not working in the first case ? how to tackle this problem ? -- Warm Regards Manisha Sur

attainGoal not getting called.

2006-02-16 Thread Manisha Sur
n all the subprojects but twice.Moreover it doesn't execute the petstore:build i.e. installs goal on the subprojects. Why is it so ? -- Warm Regards Manisha Sur

Re: A cycle was detected while running the maven multiproject:clean goal

2006-02-15 Thread Manisha Sur
e. but if i run clean from the petstore-web directory , i get no such error . The Multiproject:clean must be calling clean on each subproject ... so if i run explicitly from the subproject ... it runs smoothly i.e. it deletes the target directory within the subproject. What causes the error ? O

Re: A cycle was detected while running the maven multiproject:clean goal

2006-02-15 Thread Manisha Sur
s better to define your dependencies in each subproject. > > Arnaud > > On 2/15/06, Manisha Sur <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I get the 'A cycle was detected' error for the multiproject:goal > > -Dgoal=3Dclean . > > The master project.

A cycle was detected while running the maven multiproject:clean goal

2006-02-15 Thread Manisha Sur
to tackle this problem . I am using maven 1.1 beta2 . i also have a copy of maven 1.0.2 -- Warm Regards Manisha Sur