RE: Dashboard

2004-06-26 Thread STRAYER, JON (SBCSI)
> However, in your previous email you mentioned you had set > maven.multiproject.basedir=${basedir}/../ > > Thus you should probably set: > > maven.dashboard.basedir=${basedir}/../ > > Let me know if it helps Bingo! That did it! Thanks! --

Re: Maven Jetty Plugin

2004-06-26 Thread Nick Lothian
> > -Original Message- > > From: Nick Lothian [mailto:[EMAIL PROTECTED] > > Sent: samedi 26 juin 2004 10:42 > > To: [EMAIL PROTECTED] > > Subject: Maven Jetty Plugin > > > > Is there any information for how to use the jetty plugin? > > > > I'd like to use it to start up a servlet and then r

RE: comma seperated value in project.properties

2004-06-26 Thread Andreas.Ebbert
Hi Chuck, > -Original Message- > From: ext Chuck Daniels [mailto:[EMAIL PROTECTED] > Yes. Use the util:tokenize jelly tag to create a list from the > comma-separated property value. Ah, I was not aware of such a tag, thanks :-)  _ __  _  _ //\ndreas.[|-bbert(a)[|\|okia.com

RE: Maven Jetty Plugin

2004-06-26 Thread Vincent Massol
> -Original Message- > From: Nick Lothian [mailto:[EMAIL PROTECTED] > Sent: samedi 26 juin 2004 10:42 > To: [EMAIL PROTECTED] > Subject: Maven Jetty Plugin > > Is there any information for how to use the jetty plugin? > > I'd like to use it to start up a servlet and then run some JUnit

Maven Jetty Plugin

2004-06-26 Thread Nick Lothian
Is there any information for how to use the jetty plugin? I'd like to use it to start up a servlet and then run some JUnit tests against it. I've figured out how to start it and configure it, but starting jetty blocks the build process. Is there a way to fork the maven process that starts jetty,

RE: Dashboard

2004-06-26 Thread Vincent Massol
> -Original Message- > From: STRAYER, JON (SBCSI) [mailto:[EMAIL PROTECTED] > Sent: samedi 26 juin 2004 01:14 > To: 'Maven Users List' > Subject: RE: Dashboard > [snip] > > If that's what you're doing and the report is empty, can you > > check the files mentioned above and see what they

Installing Torque-plugin

2004-06-26 Thread Mera
Hi all, I'm getting this error while trying to perform maven torque:sql command. BUILD FAILED Goal "torque:sql" does not exist in this project. Installed versions are: Maven: v. 1.0-rc3 Torque-plugin: maven-torque-plugin-3.1.1-dev.jar (\Maven 1.0-rc3\plugins) Mario