Cruisecontrol plugin not running

2005-02-22 Thread Oscar Picasso
Hi, I am trying to run the cruisecontrol-1.6 plugin. I leave all properties to their default values except: maven.cruisecontrol.checkout.dir = target/checkouts maven.cruisecontrol.home = /usr/local/cruisecontrol I cannot make it work. I do: maven scm:checkout-project== BUILD SUCCESSFUL

Newbie

2005-02-22 Thread VALLA Samuel
What is the different of : Maven:reactor and multiproject:site ??? Thank you... Sam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to build a EAR with EJB and WAR included ?

2005-02-22 Thread James Adams
As far as doing my complete EAR build with a single Maven command I was unable to get either of the proposed solutions to work. In any event I really appreciate all of the help with this, it has been an informative exercise. Below is a summary of my current solution, which uses a simple shell

RE: Cruisecontrol plugin not running

2005-02-22 Thread Vincent Massol
Hi Oscar, This is because version 1.6 of the cruisecontrol plugin is not direcvtly compatible with CC 2.2.1. You need to change some parameters as you've noticed in the log file. I recommend using the CC version from SVN Trunk which I've fixed and that's working with CC 2.2.1. Actually I'd love

Is there any Maven Obfuscator Plugin ?!

2005-02-22 Thread Siegfried Goeschl
Hi folks, does anyone know a Maven obfuscator plugin?! Thanks in advance Siegfried Goeschl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Ignore missing goals when using reactor?

2005-02-22 Thread baleineca
One solution would be to have the sub projects inherit from a common parent (probably where you are running your reactor from): see http://maven.apache.org/reference/project-descriptor.html#extend You can then have the goal in the parent maven.xml that does nothing. Sub projects that want to do

Re: Ignore missing goals when using reactor?

2005-02-22 Thread baleineca
It appears there was a reply already similar to this... I didn't mean to repeat it... I'm playing around with my gmail POP settings :- ) and didn't catch the previous reply... baleineca wrote: One solution would be to have the sub projects inherit from a common parent (probably where you are

How to display ALL values?

2005-02-22 Thread Russ Jubenville
Is there some way to display all variable names and their values for a given scope point? I guess it's more than just variables. I'm interested in dumping, for debugging and learning purposes, the list of all name/value pairs, regardless of their source, that are defined and available to me

Re: How to display ALL values?

2005-02-22 Thread Erik Husby
Russ Jubenville wrote: Is there some way to display all variable names and their values for a given scope point? Well you can try the Ant task echoproperties and that will get you a lot of stuff. I include that in my production and nightly build log files just in case. -- Erik Husby Senior

Re: How to display ALL values?

2005-02-22 Thread Vincent Siveton
Lets have a look at: http://jakarta.apache.org/commons/jelly/apidocs/org/apache/commons/jelly/JellyContext.html#getVariables() You can try it in the maven.xml file: echo context.variables=${context.variables} /echo For plugins, having a look on this piece of code: maven:pluginVar

RE: How to display ALL values?

2005-02-22 Thread Tom Bostelmann
Someone should correct me if I'm wrong here... You have the project's jelly context via the 'context' variable. With that you can get all the variables through the getVariableNames(). That, I believe, would return the individual project's variables in an iterator that you can use the forEach tag

Re: Is there any Maven Obfuscator Plugin ?!

2005-02-22 Thread Vincent Siveton
Hi Siegfried, Call an Ant task from maven.xml. Open sources comes with an ant task: http://www.yworks.com/en/products_yguard_about.htm http://proguard.sourceforge.net/ Cheers, Vincent On Tue, 22 Feb 2005 18:39:20 +0100, Siegfried Goeschl [EMAIL PROTECTED] wrote: Hi folks, does anyone know

Re: Newbie

2005-02-22 Thread Brett Porter
The multiproject plugin is a user-friendly wrapper around the reactor. On Tue, 22 Feb 2005 14:35:51 +0100, VALLA Samuel [EMAIL PROTECTED] wrote: What is the different of : Maven:reactor and multiproject:site ??? Thank you... Sam

RE: Ignore missing goals when using reactor?

2005-02-22 Thread Arnaud HERITIER
Two replies are better than nothing ;-) Arnaud -Message d'origine- De : baleineca [mailto:[EMAIL PROTECTED] Envoyé : mardi 22 février 2005 19:20 À : Maven Users List Objet : Re: Ignore missing goals when using reactor? It appears there was a reply already similar to this... I

Genapp Plug-in - Add dependencies to project.xml

2005-02-22 Thread eric . jacob
Hi, I use the Genapp Plug-in to generate a project from a custom template. I've defined a new parameter that asks the user to enter the database he wants to use (currently, only mysql and hsqldb are supported). If the user chooses mysql for example, I would like to add the mysql connector

Disable certain goal dependencies?

2005-02-22 Thread Guy Davis
Hi there, We recently started using the Jar goal to create our jar. However, the Test goal seems to be dependency for this goal. Is it possible to disable the need to run the unit tests before the jar goal is run? If so, how? Thanks, Guy

RE: Disable certain goal dependencies?

2005-02-22 Thread Aleksandr Shneyderman
Set maven.test.skip=true somewhere or if it is temprary provide it as -D option -Original Message- From: Guy Davis [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 22, 2005 4:58 PM To: Maven Users List Subject: Disable certain goal dependencies? Hi there, We recently

Coalescing sub-goals

2005-02-22 Thread Michael Schuerig
In my maven.xml I have defined a goal like this goal name=stage-upload attainGoal name=clean/ attainGoal name=dist:deploy-snapshot/ attainGoal name=jar:deploy-snapshot/ attainGoal name=site:generate/ attainGoal name=site:fsdeploy/ /goal The result is what I want, but it

Re: Coalescing sub-goals

2005-02-22 Thread Brett Porter
use prereqs instead of attainGoal. (this won't help when one of the goals uses attainGoal though). For tests specifically, you can run the tests first, then set maven.test.skip before the later goals. - Brett On Tue, 22 Feb 2005 23:20:30 +0100, Michael Schuerig [EMAIL PROTECTED] wrote: In

[Vote] to release maven-plugin-plugin ;-)

2005-02-22 Thread dan tran
maven-plugin-plugin has added ton of features like the usefull remote-deploy + others. Can we release it? ;-) Just want to ask ;-) -D - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

how to 'point' to another properties file

2005-02-22 Thread Hal Arnold
Sorry if this has been asked and answered, but I searched to no avail: I'm autogenerating hibernate mappings and so I have my usual project.properties file with the following: maven.xdoclet.hibernatedoclet.fileset.0=true maven.xdoclet.hibernatedoclet.fileset.0.dir=${maven.src.dir}/java

TLD dependent ???

2005-02-22 Thread Eric Chow
Hello, I use webdoclet to generate .tld. ${basedir}/commons /myapp In the commons, some JSP tag library (.tld) will be generated. myapp is a web application, which depends on the commons. Is it possible to set the dependency to those generated TLD files? And how can