RE: Project build order for multiple Maven 2 projects - Alphabetical by Project Name?

2007-05-29 Thread Bram de Kruijff
Continuum build all maven projects in the order oof the dependencies tree AND if dependencies between projects are circular, Continuum build projects in alphabetical order. I'm still not clear about this. We have 1 multiproject build (maven2). Over time I have added the 99 projects (a

RE: Build Cancelled Exception

2007-05-29 Thread Misura, Gabriel
Duncan, You probably need to look at more of the logs, but when I saw that, it was because there were no changes in your repository (cvs/svn/etc). Gabriel Misura 20111 120th Ave NE, Cube 2337D Bothell, WA MSN: [EMAIL PROTECTED] Office: 425-288-6217 -Original Message- From: McNaught,

Re: Manual or automated Reload button with 1.1

2007-05-29 Thread Wendy Smoak
On 5/23/07, Shaun Barriball [EMAIL PROTECTED] wrote: One suggested improvement for 1.1 is an explicit button to reload the Project Group Summary page or some form of automated reload based on a timer in the page. I think we've got that one covered in JIRA, it's jus waiting for someone to have

Re: How to read other Maven plugins configuration?

2007-05-29 Thread noon
Maria Odea Ching-2 wrote: I think you're casting the wrong type here.. It should be, Xpp3Dom dom = (Xpp3Dom) plgn.getConfiguration(); ConfigurationContainer is extended by Plugin, and the getConfiguration() method returns an Object which can be cast as an Xp33Dom. You can take a

Re: Locale problem with subversion when running release:prepare

2007-05-29 Thread Emmanuel Venisse
What is your release plugin version? If it isn't 2.0-bate-6, you can try to set LC_MESSAGES to en_EN Emmanuel Owen Jacobson a écrit : Good afternoon. I recently upgraded from Maven 2.0.4 to 2.0.6. At about the same time, the maven-release-plugin stopped working with subversion SCM

How to disable downloading of .pom from central repository.

2007-05-29 Thread Kiran Kodlady
Hello, can somebody tell me what are the settings need to be done to disable downloading .pom files from central repository. Thanks in advance, Kiran Kodlady -- View this message in context:

Re: [m2] release Plugin: How to generate/deploy the site while releasing?

2007-05-29 Thread firepol
I'm also looking for a solution for this similar problem: I have to enter the version of my (multimodules)project manually in the site.xml file of a project. As result if I forget to edit the site.xml before running mvn clean release:prepare release:perform the pom.xml of the modules of a project

RE : Can Eclipse plugin generate checkstyle configur ation?

2007-05-29 Thread Deneux, Christophe
Hi Christophe, Have you try something like this: plugin artifactIdmaven-eclipse-plugin/artifactId groupIdorg.apache.maven.plugins/groupId version2.3/version configuration additionalBuildCommands buildcommand

Re: Copying a file to a remote server

2007-05-29 Thread Jeff Mutonho
Ping ping...anyone out there? :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Copying a file to a remote server

2007-05-29 Thread Ralf Quebbemann
Jeff, you might want to check out the wagon-maven-plugin from the MyFaces project: groupIdorg.apache.myfaces.maven/groupId artifactIdwagon-maven-plugin/artifactId version1.0.5/version This plugin takes as input a directory and copies all files (either via scp or simple file protocol) in

[m2] plugin release ignoring compiler target setting

2007-05-29 Thread Antonio Parolini
Hello, Under maven 2.0.4. I am using JDK 1.5 and I compile for target 1.4. When run mvn install, the code is correctly compiled for 1.4 but, , and the latest snapshot o the plugin release, the compiler doesn't use the compiler-plugin settings. and compile for 1.5. Has someone seen this behavior

where is xml-apis-1.0.b2.jar coming from ?

2007-05-29 Thread Jeff Mutonho
My war file's lib directory containts the xml-apis-1.0.b2.jar and I'm not sure where its coming from as I don't have a direct dependency on it?Is there a way of finding out why/how maven is adding this to my lib directory? -- Don't take the name of root in vain. Jeff Mutonho Cape Town

Re: where is xml-apis-1.0.b2.jar coming from ?

2007-05-29 Thread MK Tan
Is your war file using commons-logging 1.1? AFAIK, commons-logging will include xml-apis as indirect dependency. just exclude it will solve the problem - Original Message From: Jeff Mutonho [EMAIL PROTECTED] To: Maven Users List users@maven.apache.org Sent: Tuesday, May 29, 2007

Re: where is xml-apis-1.0.b2.jar coming from ?

2007-05-29 Thread Maria Odea Ching
I think that's also a dependency of jaxen 1.1 =) - Deng MK Tan wrote: Is your war file using commons-logging 1.1? AFAIK, commons-logging will include xml-apis as indirect dependency. just exclude it will solve the problem - Original Message From: Jeff Mutonho [EMAIL PROTECTED]

Re: Some guidance using EJB client dependencies

2007-05-29 Thread Marcel Schutte
Hi Alexander, Don't have answers for you, as I stopped using ejb-clients because of similar problems. I believe specifying type ejb and classifier client worked. For me the biggest problem is that an ejb-client artifact cannot declare that it only has a subset of the ejb's dependencies.

Re: where is xml-apis-1.0.b2.jar coming from ?

2007-05-29 Thread Jeff Mutonho
On 5/29/07, Maria Odea Ching [EMAIL PROTECTED] wrote: I think that's also a dependency of jaxen 1.1 =) - Deng MK Tan wrote: Is your war file using commons-logging 1.1? AFAIK, commons-logging will include xml-apis as indirect dependency. just exclude it will solve the problem Yes I have

Re: Some guidance using EJB client dependencies

2007-05-29 Thread Rémy Sanlaville
Hi, I think it's related to http://jira.codehaus.org/browse/MNG-2921 Rémy

Re: where is xml-apis-1.0.b2.jar coming from ?

2007-05-29 Thread Ian Springer
What they meant is that you can exclude the xml-apis transitive dep, i.e.: dependency groupIdcommons-logging/groupId artifactIdcommons-logging/artifactId version1.1/version exclusions exclusion groupIdxml-apis/groupId

Re: Deploying with Maven (Engineering a design)

2007-05-29 Thread James Abley
On 27/05/07, Stephane Nicoll [EMAIL PROTECTED] wrote: Hi, On 5/25/07, vcordaro [EMAIL PROTECTED] wrote: Hi, I have picked up an interesting project at work. My end goal is to deploy our latest code in SVN to our servers nightly. Now we have a custom installer built in izpack. So

Re: where is xml-apis-1.0.b2.jar coming from ?

2007-05-29 Thread Jeff Mutonho
On 5/29/07, Ian Springer [EMAIL PROTECTED] wrote: What they meant is that you can exclude the xml-apis transitive dep, i.e.: dependency groupIdcommons-logging/groupId artifactIdcommons-logging/artifactId version1.1/version exclusions

Re: where is xml-apis-1.0.b2.jar coming from ?

2007-05-29 Thread Wendy Smoak
On 5/29/07, Jeff Mutonho [EMAIL PROTECTED] wrote: Thanks.With Maven its always a path of discovery :).Anyway it seems like there's some other library that depends on xml-apis , as excluding it from commons-logging and jaxen didn't resolve the issue. Did you do a clean build? If not, the

Re: Some guidance using EJB client dependencies

2007-05-29 Thread Alexander Sack
Remy and Marcel: Thanks! I saw the JIRA below and feel this is royally bad for 2.0.6. Guys, how the heck am I suppose to use Maven for projects that need to define ejb-clients? Right now I would have to write some ugly ANT code to do all the heavy lifting. When is 2.0.7 due out? I really

FW: problem to run junit tests in Eclipse RCP Applications

2007-05-29 Thread Ramesh Babu Pokala - TLS, Chennai
Reminder please Please help me out Thanks Regards Ramesh Babu.P -Original Message- From: Ramesh Babu Pokala - TLS, Chennai Sent: Tuesday, May 29, 2007 1:38 PM To: '[EMAIL PROTECTED]' Subject: problem to run junit tests in Eclipse RCP Applications Hi All, I have

invoke maven from java

2007-05-29 Thread 張旭
Hi, everyone. Is there a way to invoking maven from java code? Thanks in advance.

Re: Some guidance using EJB client dependencies

2007-05-29 Thread Marcel Schutte
Hi Alexander, What I mean is that an ejb-client artifact normally has far less dependencies than the ejb artifact. A typical ejb in our case uses hibernate for its persistence, but of course an application that wants to call this ejb by using the ejb-client doesn't want this (and all

eclipse emf dependencies have a 'bad' artifactId in central?

2007-05-29 Thread ossi petz
hallo's i just noticed that the emf common dependency http://repo1.maven.org/maven2/org/eclipse/emf/common/2.1.0/ uses 'common' as artifact id. this is kinda scray, as 'common' is a too widely used name. when i execute: mvn dependency:copy-dependencies all 'common' dependencies with the

[m2] ear-plugin: web module context root problem

2007-05-29 Thread ertnutler
i'm using the maven-ear-plugin to generate my application.xml. the problem i have is that i would like to use a profile property as the value for the webModule/contextRoot element. the catch is that sometimes i have a value for this context root, sometimes i don't. for example, when we build

Re: [gpg][release] gpg plugin hangs when used in conjunction with release plugin

2007-05-29 Thread Daniel Kulp
On Thursday 24 May 2007 03:24, Torsten Curdt wrote: On 24.05.2007, at 09:03, Antonio Petrelli wrote: You would wish keeping the passphrase around like this to not to be promoted ...anyway. Another option is to to turn off the bash history and provide it like this mvn release:prepare

Re: WSDL2Java execution failed

2007-05-29 Thread xiaojie han
at first, I just went to http://repo1.maven.org/maven2/javax/activation/activation/1.1/ and http://repo1.maven.org/maven2/javax/mail/mail/1.4/ download .jar and pom.xml to the local repository. mvn install failed. I deleted javax folder to follow the instruction using C:\maven-2.0.5\sample

Re: Some guidance using EJB client dependencies

2007-05-29 Thread Alexander Sack
Marcel: So you have a situation where you have a bunch of dependencies in your core EJB jar and you don't want them to leak into your EJB client jar? Something like that? Only reason why I ask is that I don't run into this problem and I'm trying to figure out why? :D! I think the reason is

Re: How to disable downloading of .pom from central repository.

2007-05-29 Thread Wayne Fay
mvn -h will show you some helpful information on settings. The option you might be looking for is mvn -o, which is offline mode. Its not clear to me what exactly you're hoping to achieve, so I may be wrong. Please explain things more clearly if this is not what you want. Wayne On 5/29/07,

Re: Copying a file to a remote server

2007-05-29 Thread ertnutler
scp is an optional task. the fact that it fails on continuum but completes normally in maven makes me think that the two are using different ant distributions. the one that completes probably has ant-jsch.jar in its lib directory, while the other probably doesn't. confirm that both

RE: Bundling a particular set of files(Environment) inside War project

2007-05-29 Thread Arnaud Jeansen
Hi, Where are your COMMON and DEV folders now ? src/main/resources_${env} ? Where do the files inside these directories end up in the target structure ? Where do the files from your normal src/main/resources directory end up ? Can you make sure you have latest maven ? I work with maven 2.0.6

Re: [gpg][release] gpg plugin hangs when used in conjunction with release plugin

2007-05-29 Thread Torsten Curdt
On 29.05.2007, at 17:15, Daniel Kulp wrote: On Thursday 24 May 2007 03:24, Torsten Curdt wrote: On 24.05.2007, at 09:03, Antonio Petrelli wrote: You would wish keeping the passphrase around like this to not to be promoted ...anyway. Another option is to to turn off the bash history and

Re: Some guidance using EJB client dependencies

2007-05-29 Thread Marcel Schutte
Hi Alexander, Exactly, I don't want the ejb dependencies to automatically become the ejb-client dependencies. Perhaps you don't run into this problem because the artifact that depends on your ejb-client is in the same ear as the ejb is. I have a situation where A.ear contains the ejb module

eclipse:eclipse

2007-05-29 Thread Andreas Höhmann
hihi folks, i use the tags source and target in my pom.xml to define the correct compiler-level for eclipse. 1. i can't use strg+space for code-completion these tags in my eclipse ... is this normal? 2. how can i define a special jre-runtime-library via pom.xml? thxs and cya höhmi

Re: Some guidance using EJB client dependencies

2007-05-29 Thread Alexander Sack
Marcel, Okay, classical manifest examples (straight out of the spec too). Well you can get around that with some pom configuration (i.e. you can use provided in the B.ear pom for all the transitive dependencies you inherit from the E.jar, etc., I think that would work). I'm a JBoss guy at

Re: Locale problem with subversion when running release:prepare

2007-05-29 Thread Owen Jacobson
It is 2.0-beta-6; will that solution still apply? Owen On 5/28/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: What is your release plugin version? If it isn't 2.0-bate-6, you can try to set LC_MESSAGES to en_EN Emmanuel Owen Jacobson a écrit : Good afternoon. I recently upgraded from

How to set parent version in archetype

2007-05-29 Thread Bram de Kruijff
Hi, any ideas on how to solve this use-case? In my project I have an archetype for plugins into my platform with version x.y.z. When someone uses the archetype the resulting module should have as parent my 'plugin base artifact' of the correct version. Eg: archetype-resource/pom.xml project

Re: Locale problem with subversion when running release:prepare

2007-05-29 Thread Emmanuel Venisse
LC_MESSAGE=en_EN is set by default in this version because maven-scm can't parse messages that aren't in english. Do you have already set LC_ALL? Maybe it will work if you set LANG to en_EN Emmanuel Owen Jacobson a écrit : It is 2.0-beta-6; will that solution still apply? Owen On 5/28/07,

Maven-jetty-plugin with multiple jetty.xml possible??

2007-05-29 Thread copernic Jeremy
Hi everyone! I was wondering if it is possible with the embemdded maven-jetty-plugin to launch the server with more than only one jetty.xml configuration file, like under the normal jetty server? For example, with the normal jetty server, the launching command with multiple configuration files

Re: Locale problem with subversion when running release:prepare

2007-05-29 Thread Owen Jacobson
Worse, not better. with $ export LANG=en_EN subversion stops working on the command line. By default it's set to en_US.UTF-8, for what it's worth, and none of the LC_* env variables are set. Running locale(1) prints en_US.UTF-8 for all of the individual locale variables but not for LC_ALL.

Re: Locale problem with subversion when running release:prepare

2007-05-29 Thread Heinrich Nirschl
I think the error messages are written by svn because the en_US.UTF-8 locale does not exist on the machine. I can reproduce the errors if I try svn with a non-existing locale (en_GB does not exist on my box): $ LANG=en_GB svn st svn: error: cannot set LC_ALL locale svn: error: environment

Re: Locale problem with subversion when running release:prepare

2007-05-29 Thread thenew05
I have the locale settings but I still have the errors. Also, I am using cshell so I hope setenv is doing the same things as export. css-paps01:-locale -a C POSIX en_CA en_CA.ISO8859-1 en_US en_US.ISO8859-1 en_US.ISO8859-15 [EMAIL PROTECTED] en_US.UTF-8 es es.UTF-8 es_MX es_MX.ISO8859-1 fr

Re: Locale problem with subversion when running release:prepare

2007-05-29 Thread thenew05
so after I set LANG to en_US, I still get the error: css-paps01:-setenv LANG en_US [INFO] [scm:update] [INFO] Executing: svn --non-interactive update [INFO] Working directory: /usr2/local/builds/CSS_JAVA_DEV/projects [ERROR] Provider message: [ERROR] The svn command failed. [ERROR] Command

Re: Locale problem with subversion when running release:prepare

2007-05-29 Thread thenew05
Does any one know why this just started to happen? Did the SCM plugin change? I have been using 2.0.4 since Nov 2006. Do I need to upgrade or is there a setting I need to re-config. On 5/29/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: so after I set LANG to en_US, I still get the

Re: Locale problem with subversion when running release:prepare

2007-05-29 Thread thenew05
I tried that already it did not help. I have the same problem, it started May 25. Build has been running since Sept 2006. On 5/29/07, Emmanuel Venisse [EMAIL PROTECTED] wrote: LC_MESSAGE=en_EN is set by default in this version because maven-scm can't parse messages that aren't in english. Do

JMeter Maven Plugin

2007-05-29 Thread Paola
Hi, I try make download the Jmeter-maven-plugin, but this not exist in repo1, please somebody know where he exist!!!??? Tks -- View this message in context: http://www.nabble.com/JMeter-Maven-Plugin-tf3835463s177.html#a10858997 Sent from the Maven - Users mailing list archive at

Re: Some guidance using EJB client dependencies

2007-05-29 Thread Marcel Schutte
Alexander, Your suggestion of using scope provided will work I guess, but I just can't bring myself to duplicating an artifacts' dependencies: it invalidates the whole idea of transitive dependencies where I define an artifacts' dependencies in the pom that is used to build it and nowhere

Re: JMeter Maven Plugin

2007-05-29 Thread Jo Vandermeeren
On 5/29/07, Paola [EMAIL PROTECTED] wrote: Hi, I try make download the Jmeter-maven-plugin, but this not exist in repo1, please somebody know where he exist!!!??? Tried google? http://wiki.apache.org/jakarta-jmeter/JMeterMavenPlugin

Re: Locale problem with subversion when running release:prepare

2007-05-29 Thread Owen Jacobson
Well, that was enough of a clue to sort out a workaround. For the time being I've pinned the release plugin to 2.0-beta-5 and all is well. Since I don't need anything specific to the 2.0-beta-6 version, that's fine. Thanks for the input! Owen On 5/29/07, Emmanuel Venisse [EMAIL PROTECTED]

[m2] best way to have an offline internal repository

2007-05-29 Thread Dário Luís Coneglian Oliveros
Hi there, I've been reading several threads about having an offline internal repository and I wonder if there's any maven plugin or tool that can help on this matter as of now. I've heard of a repository builder, but could not find much information about it.FYI I use Proximity as my

Re: Locale problem with subversion when running release:prepare

2007-05-29 Thread Emmanuel Venisse
LC_MESSAGES is set in 1.0, it worked fine on my platforms but it seems it isn't the same for other. File an issue for the svn provider on Maven-SCM, and I'll release an 1.0.1 asap. Emmanuel [EMAIL PROTECTED] a écrit : Does any one know why this just started to happen? Did the SCM plugin

Re: JMeter Maven Plugin

2007-05-29 Thread Paola
Sorry... I try this site... but when make mvn install... This plugin go in : http://fellagoagain-dr.santamonica.corp.yahoo.com/maven And in thi moment, the maven return of me...: ERROR can transfer thir archive Jo Vandermeeren wrote: On 5/29/07, Paola [EMAIL PROTECTED] wrote: Hi,

Re: Locale problem with subversion when running release:prepare

2007-05-29 Thread Heinrich Nirschl
Setting LC_MESSAGES to en_EN really seems to be the problem: $ LANG=en_US.UTF-8 svn st works, but $ LC_MESSAGES=en_EN LANG=en_US.UTF-8 svn st svn: error: cannot set LC_ALL locale svn: error: environment variable LANG is en_US.UTF-8 svn: error: please check that your locale name is correct does

Re: Doing multiple filters

2007-05-29 Thread Steven Rowe
Hi Ian, [Warning: Following is untested.] I don't know about the best way, but I think you should be able to set up an execution for each of the filterings you want to do, something like: build ... plugins ... plugin artifactIdmaven-resources-plugin/artifactId executions

maven skins, reactor, versions and remote resources

2007-05-29 Thread Stefano Bagnara
I have an m2 reactor project where one of the modules is the skin used by one of the other modules (and every of its children). root |- maven-skin '- module1 (using maven-skin) The problem is that module1 declare the skin in its site.xml file and this way the version is not updated when I use

Re: [m2] best way to have an offline internal repository

2007-05-29 Thread Henry Isidro
Dário Luís Coneglian Oliveros wrote: Hi there, I've been reading several threads about having an offline internal repository and I wonder if there's any maven plugin or tool that can help on this matter as of now. I've heard of a repository builder, but could not find much information about

Re: invoke maven from java

2007-05-29 Thread Henry Isidro
?? wrote: Hi, everyone. Is there a way to invoking maven from java code? Thanks in advance. Hi ??, Continuum does something like that. You can check out the continuum code at https://svn.apache.org/repos/asf/maven/continuum/trunk. Then look at

Re: invoke maven from java

2007-05-29 Thread Jiaqi Guo
Check $M2_HOME/bin/mvn please. .. exec $JAVACMD \ $MAVEN_OPTS \ -classpath ${M2_HOME}/boot/classworlds-*.jar \ -Dclassworlds.conf=${M2_HOME}/bin/m2.conf \ -Dmaven.home=${M2_HOME} \ ${CLASSWORLDS_LAUNCHER} $QUOTED_ARGS So in a typical case, mvn compile package will be java -cp