Problem starting Continuum

2006-05-31 Thread Mike Lee
Hi all, I am new to Continuum, so still learning how to use it. I am using Continuum 1.0.3. Previously, I was able to start the Continuum server, but this morning, when I tried to start it, I got the following errors (from my wrapper.log): INFO | jvm 1| 2006/05/31 09:36:24 | Error while

Re: Problem starting Continuum

2006-05-31 Thread Emmanuel Venisse
I think you'll need to reinstall your continuum. Before to do it, you can connect to the derby database with a jdbc client and try to remove the duplicated object (or remove this table, it will be recreated at startup normally) but you perhaps have some other error in your db. Emmanuel Mike

Re: javadoc 2.0 plugin: doc-files/* not being copied!

2006-05-31 Thread Rob Dickens
Still couldn't get this to work, so http://jira.codehaus.org/browse/ MJAVADOC-76 On 30 May 2006, at 14:21, Rob Dickens wrote: Dear Maven Users, I'm finding that they only get copied if the project involves modules, and aggregate is set to true. Has anyone got this to work in a project

Re: date in manifest

2006-05-31 Thread Kieran Brady
I tried te build number plugins without any success as it didn't seem happy to create a timestamp independently of SCM? I'm using CVS and it wasn't happy with it.. Instead I have this horrible hack! Our Maven setup seems to be an ever expanding collection of horrible hacks :-/ [...] plugin

Re: Source/Javadoc Artifact?

2006-05-31 Thread Edwin Punzalan
The latest release, 2.0, has downloadSources and downloadJavadocs parameters. Stefan Arentz wrote: Is there a standard for a source code or javadoc artifact? The reason I'm asking is that I use the idea plugin to generate an IDEA project. That works great, it nicely adds all the

Re: Maven2 versus JAXB

2006-05-31 Thread Kohsuke Kawaguchi
Jonathan Johnson wrote: The java.net repository pom for jsr173_api is here https://maven-repository.dev.java.net/repository/javax.xml.bind/poms/jsr173_ api-1.0.pom and it has a groupIdjaxb/groupId that's why the JAXB 2.0 maven plugin uses the reference groupIdjaxb/groupId and not

Re: Hammurapi plugin?

2006-05-31 Thread Henrik Mejlgaard
I'm planning to create a Hammurapi-plugin. Let's see what the future brings. /Henrik On 5/30/06, Wayne Fay [EMAIL PROTECTED] wrote: Never seen/heard of any such plugin for M2, but if you get inspired, please contribute it back for the benefit of others! Wayne On 5/30/06, Henrik Mejlgaard

Re: building twice - version 1.0.3

2006-05-31 Thread Emmanuel Venisse
Do you have 2 build definitions on your project? Emmanuel [EMAIL PROTECTED] a écrit : Hi all, Thanks for the responses. I actually avoid using refresh to keep this from happening - I instead, as you mentioned, click the Show Proejcts link to get an update on the status. However, this

Re: Maven2 with JAXB 2.0

2006-05-31 Thread Franz Fehringer
Hello Jonathan, The script error still occurs for me but no big deal. Unfortenately i cannot access Maven2 repositories over https (only http works). I opened MNG-2305 about this. A good thing for me would be http access to jaxb.dev.java.net or even better update of

Re: Rar Plugin and dependencies - (MVN 2.0.4)

2006-05-31 Thread Carsten Karkola
No, I need the jar in the ear, my example - just to make clear what I try to describe :-): $mkdir -p rar/src/main/rar/META-INF $touch rar/src/main/rar/META-INF/ra.xml $touch rar/pom.xml $mkdir -p ear $touch ear/pom.xml ear/pom.xml: ?xml version=1.0 encoding=iso-8859-1? project

Goal archetype:create does not exist in this project.

2006-05-31 Thread Eugeny N Dzhurinsky
Hello! I'm trying to create sample project as described in online documentation, but no luck - it fails with this error: maven archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_|

Re: Goal archetype:create does not exist in this project.

2006-05-31 Thread Arnaud HERITIER
Your are following the maven 2 documentation, but you are using maven 1. With maven 2 the command is : mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app The documentation for maven 1 is here : http://maven.apache.org/maven-1.x/ Arnaud On 5/31/06, Eugeny N Dzhurinsky [EMAIL

Re: date in manifest

2006-05-31 Thread Thierry Barnier
Hi Julian, have you tried this stuff (look @ the manifestEntry section) More info on http://maven.apache.org/guides/mini/guide-manifest.html Thierry project ... build plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-jar-plugin/artifactId

Re: Goal archetype:create does not exist in this project.

2006-05-31 Thread ben short
Did you get that command from this page? http://maven.apache.org/guides/getting-started/index.html Ben On 5/31/06, Eugeny N Dzhurinsky [EMAIL PROTECTED] wrote: Hello! I'm trying to create sample project as described in online documentation, but no luck - it fails with this error: maven

Re: Goal archetype:create does not exist in this project.

2006-05-31 Thread Eugeny N Dzhurinsky
On Wed, May 31, 2006 at 10:50:37AM +0100, ben short wrote: Did you get that command from this page? http://maven.apache.org/guides/getting-started/index.html Right, I didn't realize it is for Maven 2 :) -- Eugene N Dzhurinsky

Re: Goal archetype:create does not exist in this project.

2006-05-31 Thread Eugeny N Dzhurinsky
On Wed, May 31, 2006 at 11:49:05AM +0200, Arnaud HERITIER wrote: Your are following the maven 2 documentation, but you are using maven 1. With maven 2 the command is : mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app The documentation for maven 1 is here :

Newbie questions

2006-05-31 Thread Eugeny N Dzhurinsky
We would like to move to Maven instead of Ant scripts. We have distributed application with set of serivces, common code and WEB interface. We would like to organize modules as different subprojects, for example Common Services Web while Services depends of Common, Web depends of Common and

Producing multiple jars and some directories: custom target?

2006-05-31 Thread Chris Eidhof
Hi everyone, I've been using Maven for about a month now, and there are a lot of things I like about it. A big hurray for convention over configuration! Also, I think the users-list is very helpful, I'm now at the point where I want to do custom things. I'm having the following

having different configurated antrun plugins for multiple projects

2006-05-31 Thread Erik Romson
I have been sitting and banging my head against the screen for a while now and my face is a mess, I'm in a grumpy mood. Please help me!! I have a fairly simple setup parent - child1 - child2 - child3 etc I have ported it from maven1 where some projects has xdoclet

Re: Rar Plugin and dependencies - (MVN 2.0.4)

2006-05-31 Thread Tim Kettler
Can't you do it like this: project |--pom.xml | `--parent | |--pom.xml | `--rar | |--pom.xml | `--ear | |--pom.xml parent/pom.xml: --- project modelVersion4.0.0/modelVersion groupIdtest/groupId artifactIdtest-parent/artifactId

Re: Newbie questions

2006-05-31 Thread ben short
You should take a look at this book. http://www.mergere.com/m2book_download.jsp Its free to download. Ben On 5/31/06, Eugeny N Dzhurinsky [EMAIL PROTECTED] wrote: We would like to move to Maven instead of Ant scripts. We have distributed application with set of serivces, common code and WEB

Re: Newbie questions

2006-05-31 Thread Eugeny N Dzhurinsky
On Wed, May 31, 2006 at 11:07:21AM +0100, ben short wrote: You should take a look at this book. http://www.mergere.com/m2book_download.jsp Its free to download. Umm, does image for code confirmation not displayed for me only or somebody faces same problems there?

war-filename (date)

2006-05-31 Thread Christian Wiesing
Hello. Is it possible to put the current date into the filename of the war-archive? (like project-20060501.war) Thanks. Christian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Rar Plugin and dependencies - (MVN 2.0.4)

2006-05-31 Thread Carsten Karkola
So I have to specify the dependencies twice? First time in the parent/pom.xml and second time in rar/pom.xml (there using scopeprovided/scope? I have to play with this, because some of the dependencies are internal jars from other subprojects. As far as I can see, a workaround is to specifiy

Re: [M2] Problem deploying with maven 2 and Ant

2006-05-31 Thread Roland Asmann
For a remote deploy you might give the cargo-project a go: http://cargo.codehaus.org/ I'm afraid I can't give you any examples for this, since I'm not using it for remote deployment... Roland On Tuesday 30 May 2006 21:49, Leo L wrote: But, for a remote deploy is also that configuration

Re: Producing multiple jars and some directories: custom target?

2006-05-31 Thread Wim Deblauwe
Have you looked at the assembly plugin? 2006/5/31, Chris Eidhof [EMAIL PROTECTED]: Hi everyone, I've been using Maven for about a month now, and there are a lot of things I like about it. A big hurray for convention over configuration! Also, I think the users-list is very helpful, I'm now at

Re: [M2] Problem deploying with maven 2 and Ant

2006-05-31 Thread Roland Asmann
Sure, both should work... But the 'problem' is that using the 'exec'-task in Ant depends on your OS and availability from the commands you want to issue... Therefor, you should either try to use some Ant-tasks that are ALWAYS available or completely forget about Ant und do it with Maven. Just

[m2] deploy-file

2006-05-31 Thread Adam Hardy
Can someone give me the correct syntax for deploy:deploy-file? I am trying to turn a snapshot jar into a real release for temporarily getting around an issue. I copied the jar into my directory and then tried to install it into my team's repository (not my local repo) but maven complains about:

Re: Rar Plugin and dependencies - (MVN 2.0.4)

2006-05-31 Thread Roland Asmann
I would set the dependencies inside the RAR's to 'provided', since you do not want them in there. This DOES mean that you EXPLICITLY have to add the dependency inside the EAR, otherwise the JAR indeed will not appear. I guess my last answer was a little short, but what I really meant to say was

Re: [m2] deploy-file

2006-05-31 Thread Roland Asmann
Check: http://maven.apache.org/guides/mini/guide-deploying-3rd-party-jars.html Just make sure you check if you already have a POM or if Maven should create one for you! Also, there COULD be some problems when checking in SNAPSHOT-releases, don't know if they've been fixed already... Roland

RE: Multiproject Site

2006-05-31 Thread Read, Matt
I'm experiencing exactly this too. Any help would be appreciated. Matt. -Original Message- From: Aaron Freeman [mailto:[EMAIL PROTECTED] Sent: 30 May 2006 15:59 To: Maven Subject: Multiproject Site I have a multi-module project that I am trying to deploy the site for. When I run the

Junit versions

2006-05-31 Thread Franz Fehringer
Hello, With mvn -U archetype:create -DgroupId=de.isogmbh.app -DartifactId=iso-app i still get a pom.xml with dependency groupIdjunit/groupId artifactIdjunit/artifactId version3.8.1/version scopetest/scope /dependency What component/plugin needs update for this to become

How to use mvn to check out from cvs?

2006-05-31 Thread Marc Weber
Brief: How to check out a procect from cvs? Do I need to create a pom.xml? Con you give me a working commandline as I got errors? I want to use hibernate. As I don't know exactly how to configure the datasource when using annotations I want to install the latest source version from

Re: How to use mvn to check out from cvs?

2006-05-31 Thread Emmanuel Venisse
mvn scm:checkout -DconnectionUrl=scm:cvs: Emmanuel Marc Weber a écrit : Brief: How to check out a procect from cvs? Do I need to create a pom.xml? Con you give me a working commandline as I got errors? I want to use hibernate. As I don't know exactly how to configure the datasource

Proximity 1.0.0-alpha2

2006-05-31 Thread Tamás Cservenák
Hi all, i'd like to announce the alpha2 release of Px. New features or fixes: - Fixed issued bugs (all fixed - testing needed!) - Create and publish initial IP based AccessManager? and voter with sample. You will find an example of IP based AccessVoter and AccessManager in

Packaging a multi module project in a single file

2006-05-31 Thread Hendrik Busch
Hi, I am currently trying to figure out how to package a multimodule-project into a single jar file. My layout looks like this: toolbox/ |-- toolbox-ant |-- toolbox-codecs |-- toolbox-collections |-- toolbox-common |-- toolbox-comparator |-- toolbox-converter |-- toolbox-database |--

Re: Getting Started / Problem with plugin

2006-05-31 Thread Francois Vandewalle
Hello Ben, The problem is still here. I do not understand what you mean with uncomment a bit. I have remove the line idoptional/id since it is not in other maven examples I found on the apache server. The result is the following: proxy activetrue/active protocolhttp/protocol

Re: Producing multiple jars and some directories: custom target?

2006-05-31 Thread Chris Eidhof
On 31 May, 2006, at 13:34 , Wim Deblauwe wrote: Have you looked at the assembly plugin? That is exactly what I need :) I now got this in my pom.xml (in project/build/plugins): plugin artifactIdmaven-assembly-plugin/artifactId configuration

Re: Getting Started / Problem with plugin

2006-05-31 Thread ben short
François, I mean in your settings.xml you need to uncoment the proxy element and configure it to use your proxy. The -e option just shows you stacktraces if an error occurs. It may or maynot have more information that coud help. If you can't see http://repo.mergere.com/maven2/ in your browser

Standalone deployment

2006-05-31 Thread Midtskogen, Erik
Hi, I hope my question isn't too stupid to merit posting here, but how do you build a standalone app in Maven? What I specifically want is an executable jar file with a subdirectory containing all the jar file dependencies the app needs to execute. I need the jar file to have all the necessary

Re: Producing multiple jars and some directories: custom target?

2006-05-31 Thread Chris Eidhof
On 31 May, 2006, at 15:55 , Chris Eidhof wrote: But this doesn't work, when I do a: mvn clean package assembly:directory I get an error that I don't understand: OK, that was lame, I misspelled my module-names. But the next problem: I want to exclude a dependency in my moduleSet. Now, my

Maven 2 and RAD 6

2006-05-31 Thread ArneD
I am trying to integrate my Mavenized web projects with RAD6. Even though I was searching the list archives up and down, I still find this difficult, because the information on the list is very fragmented and partly outdated. I believe a kind of How-To documentation would be very helpful. I

Free book on maven 2.0

2006-05-31 Thread Pauquette, Bryan
There is a free 294 page book on maven 2.0 at the following website I have no affiliation with this organization other than a friend who got hired by this company. He told me about the book. It has been useful to me so I thought I would pass it on. You have to register to get the

Re: Free book on maven 2.0

2006-05-31 Thread Roland Asmann
This has been posted several times already... On Wednesday 31 May 2006 16:58, Pauquette, Bryan wrote: There is a free 294 page book on maven 2.0 at the following website I have no affiliation with this organization other than a friend who got hired by this company. He told me about

Eclipse Compiler Options

2006-05-31 Thread rich09
Hi, I am trying to build my project with maven 2 using the plexus-eclipse-compiler. Here is the abstract of my pom.xml ... groupIdorg.apache.maven.plugins/groupId artifactIdmaven-compiler-plugin/artifactId configuration compilerIdeclipse/compilerId

Re: Rar Plugin and dependencies - (MVN 2.0.4)

2006-05-31 Thread Tim Kettler
Carsten Karkola schrieb: So I have to specify the dependencies twice? First time in the parent/pom.xml and second time in rar/pom.xml (there using scopeprovided/scope? I have to play with this, because some of the dependencies are internal jars from other subprojects. In my example the

RE: Maven 2 and RAD 6

2006-05-31 Thread Mike Perham
You're on the right track here. 1. http://jira.codehaus.org/browse/MWAR-39 Fixed but not released yet. You can use the older version of the WAR plugin but that version does not contain the war:manifest goal which will autogenerate WebContent/META-INF/MANIFEST.MF for you. 2. I don't know of an

Re: Packaging a multi module project in a single file

2006-05-31 Thread dan tran
create one more module to be built last, and use maven-assembly-plugin to combine all other jars into one -Dan On 5/31/06, Hendrik Busch [EMAIL PROTECTED] wrote: Hi, I am currently trying to figure out how to package a multimodule-project into a single jar file. My layout looks like this:

Re: Newbie questions

2006-05-31 Thread Tim Kettler
Eugeny N Dzhurinsky schrieb: On Wed, May 31, 2006 at 11:07:21AM +0100, ben short wrote: You should take a look at this book. http://www.mergere.com/m2book_download.jsp Its free to download. Umm, does image for code confirmation not displayed for me only or somebody faces same problems

Re: Proximity with https/client-certs

2006-05-31 Thread Tamás Cservenák
Hi Jens, yes, this is something i installed and is used in one company where PX is used on JDS. I tested this on Java 1.4.2 and Java 1.5 and tomcat 5.5.17! The trick is the following -- in short: 1. Set Apache Tomcat to use HTTPS WITH client auth (clientAuth=true!).

Assembling binary and source distributions

2006-05-31 Thread Catalin Kormos
Hi there, I'm trying to create a binary distribution and a source distribution as .zip files for a maven2 project. The assembly plugin seems the right one to use, but i can't figure it out how to assemble two zips with this plugin, one for the binaries and one for the sources, is it possible?

Re: Newbie questions

2006-05-31 Thread ben short
Its working for me again now too. Ben On 5/31/06, Tim Kettler [EMAIL PROTECTED] wrote: Eugeny N Dzhurinsky schrieb: On Wed, May 31, 2006 at 11:07:21AM +0100, ben short wrote: You should take a look at this book. http://www.mergere.com/m2book_download.jsp Its free to download. Umm, does

Re: Junit versions

2006-05-31 Thread Tim Kettler
Hi, the latest released version of maven-archetype-quickstart has a dependency to JUnit 3.8.1 defined in its template pom.xml. If you want that updated you can create an issue at http://jira.codehaus.org/browse/ARCHETYPE under the 'archetypes' component. -Tim Franz Fehringer schrieb:

POMs missing for spring-webmvc 2.0-m4 and spring-webmvc 2.0-m4?

2006-05-31 Thread Ralph Pöllath
Hi, I'm currently upgrading my project to Spring 2.0-m4 and it seems the POMs for spring-webmvc and spring-web are missing: http://www.ibiblio.org/maven2/org/springframework/spring-webmvc/2.0-m4/ http://www.ibiblio.org/maven2/org/springframework/spring-web/2.0-m4/ I cannot currently create

RE : POMs missing for spring-webmvc 2.0-m4 and spring-webmvc 2.0-m4?

2006-05-31 Thread Olivier Lamy
http://maven.apache.org/guides/mini/guide-maven-evangelism.html http://jira.codehaus.org/browse/MEV -- Olivier -Message d'origine- De : Ralph Pöllath [mailto:[EMAIL PROTECTED] Envoyé : mercredi 31 mai 2006 18:16 À : Maven Users List Objet : POMs missing for spring-webmvc 2.0-m4 and

distributionManagement details in settings.xml

2006-05-31 Thread ben short
Hi, I setting up maven at work. I have setup a internal repo and proxy. What I would like to do is add the distributionManagement element to the settings.xml. I want to do this so that developers dont have to manage this in each pom. I have tried to add the element to the settings.xml but the

Re: date in manifest

2006-05-31 Thread Julian Wood
It works fine for me. Did you configure it to use a timestamp rather than scm? It won't check scm at all if configured like that. Try this: 1. mvn archetype:create -DgroupId=ca.ucalgary.commons -DartifactId=test 2. Add this to your pom: repositories repository idtlc-snapshots/id

RE : distributionManagement details in settings.xml

2006-05-31 Thread Olivier Lamy
No impossible (I think an issue ask for this but not before 2.1). But if this distributionManagement is unique put in a general pom which contains this + minimal informations and others projects can inherit from this (that's what I do in my company and works fine). The best sample is this :

Re: date in manifest

2006-05-31 Thread Julian Wood
I think this note from Thierry was meant for Kieran, but yes, that's how maven-buildnumber-plugin (or anything else) can place things in your jar or war file. J On 31-May-06, at 3:49 AM, Thierry Barnier wrote: Hi Julian, have you tried this stuff (look @ the manifestEntry section) More

Re: Assembling binary and source distributions

2006-05-31 Thread Catalin Kormos
Well, the web site doesn't say much about it, but the latest assembly plugin, version 2.1 (i was using 2.0-beta-1), permits specifying multiple assembly descriptor files for the same project; that's exactly what i needed! :) Regards, Catalin Catalin Kormos [EMAIL PROTECTED] wrote: Hi there,

Re: war-filename (date)

2006-05-31 Thread Julian Wood
Was just talking about this in another thread. One way is to use the maven-buildnumber-plugin to generate a timestamp for you, and then change the finalName element in your build. http://commons.ucalgary.ca/projects/maven-buildnumber-plugin/howto.html IIRC though, this will work for

Re: site child module listing

2006-05-31 Thread Kenney Westerhof
On Wed, 31 May 2006, Mike Perham wrote: you're not running 'mvn -N site' by any chance? do the sites for the modules get generated? Do the modules define the correct parent version in the parent section? try ${modules} instead of menu ref=modules/ and see if that works - might be a bug, although

Re: Release Failure

2006-05-31 Thread ben short
All, I got the null pointer so I checked out the sourcecode and had a look. Its because you havent specified a connection element in your scm element. Eg: scm connectionscm:svn:svn://floogle.net/empire/JEC.tags/JEC-2.0.0-alpha-7/connection

RE: site child module listing

2006-05-31 Thread Mike Perham
Nope, just mvn site:site. Yes. Yes. Looking at my project hierarchy, I have the following: root (released, has site.xml with modules menu) |- subsystem (I'm running site:site here) |- module1 |- module2 Could it be caused by the fact that the subsystem does not have a site

Re: site child module listing

2006-05-31 Thread Dennis Lundberg
Mike Perham wrote: I have the following in my site.xml: menu ref=parent/ menu ref=modules/ menu ref=reports/ When the site is generated, I see the parent and I see the reports but I do not see the child modules list. The associated POM does have a modules list and each

changelog null pointer exeception

2006-05-31 Thread raghurajan . x . gurunathan
Hi all i have follwing setup in my pom.xml plugin groupIdorg.codehaus.mojo/groupId artifactIdchangelog-maven-plugin/artifactId version2.0-beta-1/version reportSets reportSet

Re: changelog null pointer exeception

2006-05-31 Thread Kenney Westerhof
On Wed, 31 May 2006 [EMAIL PROTECTED] wrote: Hi, try to use the 'maven-changelog-plugin' - it's been moved to the Maven project and removed from mojo. There's a 2.0-SNAPSHOT released.

Re: [M2] questions about migrating to maven

2006-05-31 Thread Konstantin Polyzois
You could include all property-files in build but use some environment variable for making your code chose the correct one like -Denvironment=prod /Kostantin On 5/30/06, Carlos Sanchez [EMAIL PROTECTED] wrote: On 5/30/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Carlos, -- re FILTERING

M1 test plugin vs M2 surefire plugin

2006-05-31 Thread Pascal Larin
Hi, We are currently running Maven 1.1-beta 2 and we want to upgrade to Maven 2.0. We have converted some projects to maven 2.0 and we have a small problem with the test reports of surefire. In M1, the test plug-in redirects the System.out and System.err into the test file report by default.

Re: [m2.0.4] maven-artifact-ant-2.0.4-dep still using wrong path to snapshot deps

2006-05-31 Thread Konstantin Polyzois
I have not find any. Was thinking of creating an empty war with dependencies and then calling mvn package to make it download the dependencies. /Konstantin On 4/26/06, Rollo, Dan [EMAIL PROTECTED] wrote: I found a jira issue for this, but it claims the classpath attrib is set correctly, while

Re: changelog null pointer exeception

2006-05-31 Thread raghurajan . x . gurunathan
Thanks for your reply, I changed the plugin and plugin repository to downlod the plugin from http://people.apache.org/maven-snapshot-repository but still getting NPE but different one, it complains it couldn't parse the date... any ideas?? [ERROR] ParseException Caught

Re: Eclipse Compiler Options

2006-05-31 Thread Carlos Sanchez
You would have to check what those options are for the eclipse compiler (if they exist) and open a jira issue under http://jira.codehaus.org/browse/PLX to support them On 5/31/06, rich09 [EMAIL PROTECTED] wrote: Hi, I am trying to build my project with maven 2 using the

scm:tag while using Perforce fails if label already exists

2006-05-31 Thread Smythe, Steve
scm:tag while using Perforce fails if label already exists. C:\p4dev\users\ssmythe\maven2\testmvn -Dtag=foo scm:tag [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'scm'. [INFO] [INFO]

RE: tag while using Perforce fails if label already exists

2006-05-31 Thread Mike Perham
Nope. Feel free to enter a JIRA issue. I hit that bug myself yesterday. In the meantime, 'p4 label -d foo' will workaround the problem. -Original Message- From: Smythe, Steve [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 1:31 PM To: 'continuum-users@maven.apache.org' Cc:

Re: RE : POMs missing for spring-webmvc 2.0-m4 and spring-webmvc 2.0-m4?

2006-05-31 Thread Ralph Pöllath
Well, um.. thanks. http://maven.apache.org/guides/mini/guide-maven-evangelism.html Checkout with subversion the poms you need from svn:// svn.codehaus.org/maven/scm/repository (note that this subversion repo has a lot of files and folders) I do not want to check out the *whole* repository,

[m2] what plugin versions are used

2006-05-31 Thread Lee Meador
Is there an easy way to tell what all plugins were used in building something? I'm not really wondering about ALL the plugins. I really need the top level of them so I can insulate my build from changes made to maven 2 by putting them in pluginMaintenence in a parent pom. By top-level I mean the

Re: [m2] what plugin versions are used

2006-05-31 Thread Wayne Fay
mvn -X shows versions. Wayne On 5/31/06, Lee Meador [EMAIL PROTECTED] wrote: Is there an easy way to tell what all plugins were used in building something? I'm not really wondering about ALL the plugins. I really need the top level of them so I can insulate my build from changes made to maven

Re: Eclipse Compiler Options

2006-05-31 Thread Jochen Wiedmann
rich09 wrote: My Question, is there an option I can enable to get the compiler working like in eclipse? May be http://jira.codehaus.org/browse/MCOMPILER-8 helps? Jochen - To unsubscribe, e-mail: [EMAIL PROTECTED] For

[M2] How to fail build by PMD certain level priority

2006-05-31 Thread Szczepan Faber
How to fail a build by PMD but only on certain level priority violation? Thanks, Szczepan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Stand-alone app

2006-05-31 Thread Midtskogen, Erik
OK, so it seems that it's not possible to manage the build of a stand-alone, desktop application entirely in Maven without resorting to one or more hacks or manual processes. I find it rather odd that the most basic of all use-cases usually fulfilled by software build systems is not yet supported

Re: changelog site problems

2006-05-31 Thread Julian Wood
Yes it was - it's fixed now, thanks. J On 30-May-06, at 7:47 PM, Edwin Punzalan wrote: This is probably the same as http://jira.codehaus.org/browse/ MCHANGELOG-37 But yours have more info, so I'll try and hopefully I would be able reproduce it this time. Thanks.

Re: [m2] what plugin versions are used

2006-05-31 Thread Lee Meador
Is there a more concise way to see a list or does anyone have a trick or something to search for to week out all the other stuff that the -X generates (besides versions)? On 5/31/06, Wayne Fay [EMAIL PROTECTED] wrote: mvn -X shows versions. Wayne On 5/31/06, Lee Meador [EMAIL PROTECTED]

Re: Stand-alone app

2006-05-31 Thread Lee Meador
What I do is build the executable jar. It takes two options to the jar plugin to put the dependent jar references in the manifest and to put ./lib on the front of each reference. Then I have an assembly that puts that jar and its dependency jars all together in a zip or tar.gz that will extract

Jelly converting to Maven2

2006-05-31 Thread cristal
We had some Jelly script similar to the following in our Maven1 projects. Now we need to migrate everything into Maven2. It was suggested that we should write some mojo/ant plugin for the equivalent constructs. Does anyone know how we replace the jelly's forEach construct in maven2??? -- Many

Re: Jelly converting to Maven2

2006-05-31 Thread Jason Dillon
Um, for loop in a Java or Groovy mojo should work. --jason -Original Message- From: cristal [EMAIL PROTECTED] To: users@maven.apache.org users@maven.apache.org Sent: Wed May 31 13:24:56 2006 Subject: Jelly converting to Maven2 We had some Jelly script similar to the following

Re: RE : distributionManagement details in settings.xml

2006-05-31 Thread ben short
Olivier, Do I use the parent elemement in my poms to inherrit the stuff from my general pom? Ben On 5/31/06, Olivier Lamy [EMAIL PROTECTED] wrote: No impossible (I think an issue ask for this but not before 2.1). But if this distributionManagement is unique put in a general pom which

RE: [m2] what plugin versions are used

2006-05-31 Thread Ian Springer
It probably wouldn't be too hard to write a plugin to do it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lee Meador Sent: Wednesday, May 31, 2006 4:09 PM To: Maven Users List Subject: Re: [m2] what plugin versions are used Is there a more concise

Re: Stand-alone app

2006-05-31 Thread Tim Kettler
Hi Erik, it is certainly possible to build stand-alone applications with maven. Maven just doesn't promotes a single way of doing this since there are many ways to create a stand-alone java application. For the beginning: You can configure the jar plugin as shown below to create the

Re: Stand-alone app

2006-05-31 Thread jean-laurent de morlhon
Erik, If I understand what you want to do clearly, you can do everything without writing a plugin. Just use the maven-jar-plugin and maven-assembly-plugin. The following is extracted from a standalone application I built with m2 a few month ago (assembly plugin as slightly changed since then and

Re: date in manifest

2006-05-31 Thread Kieran Brady
Thanks, I'll give it another try Julian. The workaround is holding together though and has proven pretty reliable in terms of getting ant properties into the filtering phase :) - Original Message - From: Julian Wood [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent:

EJB Module troubles - new changes?

2006-05-31 Thread Sean McNamara
I recently had a build that was working fine start failing, and I'm wondering if there were changes to maven-ejb-module that might be causing me problems, and if so, what to do about them. I'm compiling for EJB 2.0 with JDK v1.4. The build process has been working fine, but recently when I

Re: EJB Module troubles - new changes?

2006-05-31 Thread Carlos Sanchez
I just fixed it. I used a method only available in 1.5 On 5/31/06, Sean McNamara [EMAIL PROTECTED] wrote: I recently had a build that was working fine start failing, and I'm wondering if there were changes to maven-ejb-module that might be causing me problems, and if so, what to do about

Re: EJB Module troubles - new changes?

2006-05-31 Thread Sean McNamara
OK, thanks. Now promise you won't ever, EVER do that again! ;-) - Original Message From: Carlos Sanchez [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org; Sean McNamara [EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 5:24:21 PM Subject: Re: EJB Module troubles - new

Re: EJB Module troubles - new changes?

2006-05-31 Thread Sean McNamara
One more question: How long will does this usually take to propogate out to the repositories? I need to get a release built, and am hung up on this particular issue. Thanks again! - Original Message From: Carlos Sanchez [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org;

Re: [m2] what plugin versions are used

2006-05-31 Thread Lee Meador
How does one tell what is a variable version for which the latest one is gotten and which have a particular version defined in whatever is causing them to be loaded? On 5/31/06, Ian Springer [EMAIL PROTECTED] wrote: It probably wouldn't be too hard to write a plugin to do it. -Original

Re: EJB Module troubles - new changes?

2006-05-31 Thread Carlos Sanchez
You are using snapshots that by default are checked every day. Use the option -U,--update-snapshots Update all snapshots regardless of repository policies There's no mirror of apache snapshot repo On 5/31/06, Sean McNamara [EMAIL PROTECTED] wrote: One more

Re: EJB Module troubles - new changes?

2006-05-31 Thread Sean McNamara
Thanks Carlos. Doing the update has caused some more trouble in paradise: - [INFO] [ERROR] BUILD ERROR [INFO]

Re: EJB Module troubles - new changes?

2006-05-31 Thread Carlos Sanchez
Run with -X or -e to see the error On 5/31/06, Sean McNamara [EMAIL PROTECTED] wrote: Thanks Carlos. Doing the update has caused some more trouble in paradise: - [INFO]

Re: EJB Module troubles - new changes?

2006-05-31 Thread Sean McNamara
Sorry, I should have included all the text: [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Internal error in the plugin manager executing goal

Re: Free book on maven 2.0

2006-05-31 Thread Alexandre Poitras
And where do you think most Maven 2 developers work ? ;) On 5/31/06, Roland Asmann [EMAIL PROTECTED] wrote: This has been posted several times already... On Wednesday 31 May 2006 16:58, Pauquette, Bryan wrote: There is a free 294 page book on maven 2.0 at the following website I have

  1   2   >