parallel compilation

2008-10-27 Thread Romain Gilles
Hi, I would like to know if there is any ways to perform a parallel compilation in a multi-projects environment. Regards, Romain Gilles Lead Software Engineer Thomson Reuters Phone: +33 (0)1 47 62 77 41 [EMAIL PROTECTED] thomsonreuters.com This email was sent to you by Thomson

Maven Tests Failing due to WSDLException: faultCode=PARSER_ERROR Problem parsing 'http://myproj.xyz.com/ns/wsn.wsdl'.: java.io.FileNotFoundException: http://myproj.xyz.com/ns/wsn.wsdl

2008-10-27 Thread umiii_email-apache
Hi All, Please help me out of this Exception, Thanks Regards Umesh N.G FOLLOWS IS THE SURE-FIRE TEST REPORT: --- Test set: com.xyz.myproj.comms.client.ContentDescriptionTest

AW: parallel compilation

2008-10-27 Thread Baeriswyl Kuno - Extern (IT-BA-MV)
Hello, interesting question. As far I know, there is no way to do parallel builds out of the box, though, I believe that the builservers, like Continuum or Hudson, have got a buildqueue implementation that supports such parallel builds. However, It's quite a complicated task and eventually

Roadmap Maven 2.0.10

2008-10-27 Thread Baeriswyl Kuno - Extern (IT-BA-MV)
Hello, I've got news about the future 2.0.10 release. I'm waiting for some fixed issus and liked to know, if it is still in the queue or if this release canceled in favor to the 2.1 M1 relase? Thanks for any information. Kuno

maven-dependency-plugin: Unpacking out of a test-jar?

2008-10-27 Thread Barrie Treloar
I'm having trouble unpacking a test jar. I've tried artifactIdmaven-dependency-plugin/artifactId executions execution idunpack-shared-resources/id goals goalunpack-dependencies/goal /goals

Re: Wierd issue with getting a resource from inside a jar

2008-10-27 Thread Andrew Robinson
How is this a weird issue? URL != file. Just because some URLs can be converted to valid files doesn't mean all can. If you need the file contents use getResourceStream. If you need information on the file, use the java.util.zip package Sent from my iPod On Oct 26, 2008, at 4:34 AM,

Re: Roadmap Maven 2.0.10

2008-10-27 Thread Joern Huxhorn
Baeriswyl Kuno - Extern (IT-BA-MV) wrote: Hello, I've got news about the future 2.0.10 release. I'm waiting for some fixed issus and liked to know, if it is still in the queue or if this release canceled in favor to the 2.1 M1 relase? Thanks for any information. Kuno I'd also be

Re: Roadmap Maven 2.0.10

2008-10-27 Thread Brett Porter
http://markmail.org/message/qa6bzb772k42wbyf On 27/10/2008, at 6:39 PM, Baeriswyl Kuno - Extern (IT-BA-MV) wrote: Hello, I've got news about the future 2.0.10 release. I'm waiting for some fixed issus and liked to know, if it is still in the queue or if this release canceled in favor to the

Re: Roadmap Maven 2.0.10

2008-10-27 Thread Joern Huxhorn
Brett Porter wrote: http://markmail.org/message/qa6bzb772k42wbyf On 27/10/2008, at 6:39 PM, Baeriswyl Kuno - Extern (IT-BA-MV) wrote: Hello, I've got news about the future 2.0.10 release. I'm waiting for some fixed issus and liked to know, if it is still in the queue or if this release

getResources() returns null in parent project

2008-10-27 Thread Petr Nejedly
Hi all, I've been struggling with this for a few days now. We have a parent project including several sub-projects. We have tests runing in both test and integration-test phases. In one of Seam 2.1 test framework classes they are calling getClass().getResource(/). This works well on Windows

Re: Assembly Format with Dependency Format

2008-10-27 Thread Geoffrey Wiseman
On Fri, Oct 24, 2008 at 6:05 PM, Geoffrey Wiseman [EMAIL PROTECTED] wrote: If I've got an assembly that i'm building in both .tar.gz and .zip formats, and I'm going to include a dependency that's available in both .tar.gz and zip formats, is there a way to include the right format based on

Re: Multimodule archetype does not propagate the artifactId in module names

2008-10-27 Thread stug23
After further testing, it appears that the problems I have with multimodule projects do not occur on the Windows platform, just on Mac OS X. I will do some more testing to nail this down. stug23 wrote: Archetype NG is supposed to work properly with multimodule projects however I just

Time to release maven-release-plugin v2.0-beta-8

2008-10-27 Thread James Lorenzen
I noticed some talk in Sept that the next version of the maven release plugin should be released at the end of Sept. But I don't see that is has. When will it be released? I am needing the improvement http://jira.codehaus.org/browse/MRELEASE-173 -- View this message in context:

problem with several artifacts

2008-10-27 Thread koxkorrita
Hello. in my pom.xml i have the next: dependency groupIdjavax.jms/groupId artifactIdjms/artifactId version1.1/version scopecompile/scope /dependency dependency groupIdcom.sun.jdmk/groupId artifactIdjmxtools/artifactId version1.2.1/version

javadoc plugin

2008-10-27 Thread jieryn
Greetings, It sure would be nice if all of my listed dependencys could somehow pass information to the javadoc plugin such that I am not forced to manually enter links for external API cross referencing. I'm up to about 55 immediate dependencies already, in my largest maven project, and this adds

Re: Time to release maven-release-plugin v2.0-beta-8

2008-10-27 Thread Rémy Sanlaville
Hi, Have a look to this thread http://www.nabble.com/Re%3A-Maven-release-plugin-td19653492.html Rémy

Re: problem with several artifacts

2008-10-27 Thread Wayne Fay
but appears into the eclipse console thsi error: 27/10/08 17:49:46 CET: Missing artifact javax.jms:jms:jar:1.1:compile 27/10/08 17:49:46 CET: Missing artifact com.sun.jdmk:jmxtools:jar:1.2.1:compile 27/10/08 17:49:46 CET: Missing artifact com.sun.jmx:jmxri:jar:1.2.1:compile As seen here:

Re: [SOLUTION] Filtering resources in the EAR artifact

2008-10-27 Thread mfs
Was a problem on my end with the usage of the properties..Sorry for the noise mfs wrote: I am trying out what you suggested (as i have an exactly similar scenario), but still cant get it to work, below is my configuration as in my pom.xml..let me know if anything is missed out..

RE: maven-dependency-plugin: Unpacking out of a test-jar?

2008-10-27 Thread Brian E. Fox
The classifier is tests I think and the type is just jar. You should be able to tell by looking at the file in hand. It's artifactid-version-classifier.type -Original Message- From: Barrie Treloar [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2008 7:48 AM To: Maven Users List

Re: problem with several artifacts

2008-10-27 Thread Koxkorrita
i'm sorry but i dont know how must i make it. i explain my situation: i have in my lan one central repository (http://mycentral:8080/repo/) how can i install into this repository (i have made it using archiva) theses pomn files (libraries) Please help me thanks - Original Message -

RE: How to set jar and test-jar separately?

2008-10-27 Thread Brian E. Fox
Yes but you didn't change the configuration in the second execution so it's probably going to be the same as the first. IIRC, there are issues where the config isn't reset to a clean one in a second execution. So the best bet is to first run the one closest to default, and then you need to reset

Re: camel 1.5.0-SNAPSHOT

2008-10-27 Thread Doug Douglass
We're using camel-1.5.0-SNAPSHOT from http://people.apache.org/maven-snapshot-repository/ On Sat, Oct 25, 2008 at 10:58 AM, Wendy Smoak [EMAIL PROTECTED] wrote: On Sat, Oct 25, 2008 at 9:46 AM, hockey_dave [EMAIL PROTECTED] wrote: Is camel 1.5.0 available in the repository because adding

trouble relocating a plugin

2008-10-27 Thread Edelson, Justin
I asked a few months ago on the user list about relocating a plugin and finally got around to doing it. Well, it didn't go as planned. I had a plugin with groupId com.mtvi.plateng.maven and artifactId maven-hudson-plugin (yes, I know this should probably be hudson-maven-plugin and if I can get

Re: maven-dependency-plugin: Unpacking out of a test-jar?

2008-10-27 Thread Barrie Treloar
On Tue, Oct 28, 2008 at 5:48 AM, Brian E. Fox [EMAIL PROTECTED] wrote: The classifier is tests I think and the type is just jar. You should be able to tell by looking at the file in hand. It's artifactid-version-classifier.type That's annoying. Especially since I was opening the -tests.jar to

Re: trouble relocating a plugin

2008-10-27 Thread Wendy Smoak
On Mon, Oct 27, 2008 at 1:38 PM, Edelson, Justin [EMAIL PROTECTED] wrote: I asked a few months ago on the user list about relocating a plugin and finally got around to doing it. Well, it didn't go as planned. I don't think relocation works for plugins... http://jira.codehaus.org/browse/MNG-3762

Re: problem with several artifacts

2008-10-27 Thread Wayne Fay
This documentation should help: http://www.sonatype.com/book/reference/repository-manager.html#d0e22146 If you cannot get it to work, you should ask for more help on the Archiva list. Wayne On Mon, Oct 27, 2008 at 1:10 PM, Koxkorrita [EMAIL PROTECTED] wrote: i'm sorry but i dont know how must

Re: trouble relocating a plugin

2008-10-27 Thread Edelson, Justin
Ah thanks Wendy. For some reason, I thought the issue you were seeing was jetty-specific. Thanks - Original Message - From: Wendy Smoak [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Mon Oct 27 16:46:32 2008 Subject: Re: trouble relocating a plugin On Mon, Oct 27,

Re: trouble relocating a plugin

2008-10-27 Thread Wendy Smoak
I wasn't entirely sure when I reported it, and that's the only relocated plugin I know of in a public repo. I linked this thread in the comments; it does seem to be a generic issue. -Wendy On Mon, Oct 27, 2008 at 2:27 PM, Edelson, Justin [EMAIL PROTECTED] wrote: Ah thanks Wendy. For some

maven-release-plugin

2008-10-27 Thread Rémy
I use the maven-release-plugin, the two goals prepare and perform. But I don't want Maven generate the pom for the next iteration how can I do that ? I want simply to pass from the snapshots to the releases. Thanks. Rémy. -- View this message in context:

Re: trouble relocating a plugin

2008-10-27 Thread Brian E. Fox
I seem to recall that you can¹t use relocation on plugins, at least I know it didn¹t work well when the dependency plugin moved from codehaus to apache. I can also vaguely remember the behavior was different in some cases based on if you specified the groupid only or added the artifactid and or

Is there exit maven-jira-plugin?

2008-10-27 Thread sean.chen(陈思淼)
We use JIRA 3.12.x as our bug/issue tracking system, I want to integrate Maven with JIRA after our CI runs, Its also generate the release issues? anyone know how to integrate the two software?I can see many project such as maven-war-plugin have this: issueManagement

Re: maven-release-plugin

2008-10-27 Thread Craig
Hi Rémy, I don't have an answer for you, but I just wanted to make a couple of points. * you only run the release plugin on a snapshot version * normally, a snapshot will be on the trunk or a branch * release:prepare creates a tag with the non-snapshot version, which is the released code * if

Re: maven-release-plugin

2008-10-27 Thread John Stoneham
I use the maven-release-plugin, the two goals prepare and perform. But I don't want Maven generate the pom for the next iteration how can I do that ? I want simply to pass from the snapshots to the releases. Take note of Craig's excellent points. The idea is for the release plugin to do

trouble relocating a plugin

2008-10-27 Thread Edelson, Justin
I asked a few months ago on the user list about relocating a plugin and finally got around to doing it. Well, it didn't go as planned. I had a plugin with groupId com.mtvi.plateng.maven and artifactId maven-hudson-plugin (yes, I know this should probably be hudson-maven-plugin and if I can get