Re : Re: Maven JET

2008-05-27 Thread eric . giguere
You tried using xdoc2? http://xdoclet.codehaus.org/ As powerful if not more than JET and doesn't need Eclipse. Eric. - Message d'origine - De: nicolas de loof [EMAIL PROTECTED] Date: Mardi, 27 Mai 2008, 11:36 Objet: Re: Maven JET À: Maven Users List users@maven.apache.org I made some

Surefire Property Filtering

2008-05-27 Thread Tom Purcell
Hello We want to be able to filter properties for our unit tests. For instance a developer's build will run against our continuous integration build. We have set up maven profiles and property filter files that work fine for the actually build but the property filtering does not happen when

Re: Can you build native lib and Jar with a single pom.xml?

2008-05-27 Thread Stephen Connolly
One solution (the hack way) is to have antrun call the required build steps for you, or even just fork the native code build tool Another solution is to refactor your maven projects, take the unit tests out of that module and put them into a third module. A = java B = jni C = unit tests of java

Re: RAD7 Support

2008-05-27 Thread David J. M. Karlsen
Hendlmeier Georg (extern) skrev: Hi all, is there currently any RAD7 support in maven-eclipse-plugin? As far as i tested, RAD7 does not recognize e.g. ear project etc. and is not able to deploy to WAS. Is there something wrong or something in the pipe or something else? ;) Thanks in advance,

Upgrading Maven 2.0.5 - 2.0.9

2008-05-27 Thread Michael Delaney
All, I am testing out upgrading from Maven 2.0.5 to 2.0.9, I was reading documentation that said that there were some dependency sanity checks one should do before upgrading to the latest version of Maven from 2.0.6 or earlier (the page I am referring to is located at

Archiva + Tomcat 6.0

2008-05-27 Thread EJ Ciramella
I'm trying to get Archiva installed in a running Tomcat 6.0 instance and I'm having a bit of trouble. I keep getting the following errors: snip jar:file:/C:/apache-tomcat-6.0.16/webapps/apache-archiva-1.0.2/WEB-INF/l ib/ehcache-1.3.0.jar!/ehcache-failsafe.xml 2008-05-27 16:27:29,816 [main]

Re: integration-test practices

2008-05-27 Thread Jerome Lacoste
On Mon, May 26, 2008 at 1:41 AM, Kaizer H. Sogiawala [EMAIL PROTECTED] wrote: A while back I came across a note about integration test - From a single project POM you can only choose to execute either unit or the integration test, not both. Could that be a factor in the outcome you see? Are

Re: integration-test practices

2008-05-27 Thread Wendy Smoak
On Tue, May 27, 2008 at 1:57 PM, Jerome Lacoste [EMAIL PROTECTED] wrote: On Mon, May 26, 2008 at 1:41 AM, Kaizer H. Sogiawala [EMAIL PROTECTED] wrote: A while back I came across a note about integration test - From a single project POM you can only choose to execute either unit or the

RE: Is there a list of available variables or expressions to use in POM file

2008-05-27 Thread Andreas Guther
Thank you. That is definitely a good URL to bookmark. I noticed that someone else on that page asked if it is possible to get the system date, which is definitely what I am looking for, but there is no answer. Does anyone else have an idea how to get the system date dynamically into the pom

RE: Upgrading Maven 2.0.5 - 2.0.9

2008-05-27 Thread Brian E. Fox
Can you show the full output of running the command from the CLI? -Original Message- From: Michael Delaney [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2008 4:41 PM To: Maven Users List Subject: Upgrading Maven 2.0.5 - 2.0.9 All, I am testing out upgrading from Maven 2.0.5 to

RE: Is there a list of available variables or expressions to use in POM file

2008-05-27 Thread Brian E. Fox
There is the buildnumber tool, but we have also scheduled this addition for 2.0.10. -Original Message- From: Andreas Guther [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2008 5:51 PM To: Maven Users List Subject: RE: Is there a list of available variables or expressions to use in POM

RE: Archiva + Tomcat 6.0

2008-05-27 Thread EJ Ciramella
Heh - nvm - got it working (for now). Apparently, the dbs that get set up when running in standalone mode can't directly be reused when one decides to run with tomcat -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2008 4:43 PM To:

Re: RAD7 Support

2008-05-27 Thread Chris_Graham
Hendlmeier Georg (extern) [EMAIL PROTECTED] wrote on 27/05/2008 23:48:11: Hi all, is there currently any RAD7 support in maven-eclipse-plugin? As far as i tested, RAD7 does not recognize e.g. ear project etc. and is not able to deploy to WAS. Is there something wrong or something in

Archetype:create broken?

2008-05-27 Thread nodje
What's with the archetype:create? I suddenly get this error when trying to create a new project: mvn archetype:create -DgroupId=com.company.commons -DartifactId=xml [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'archetype'. [INFO]

Re: integration-test practices

2008-05-27 Thread Jerome Lacoste
On Tue, May 27, 2008 at 11:34 PM, Wendy Smoak [EMAIL PROTECTED] wrote: On Tue, May 27, 2008 at 1:57 PM, Jerome Lacoste [EMAIL PROTECTED] wrote: On Mon, May 26, 2008 at 1:41 AM, Kaizer H. Sogiawala [EMAIL PROTECTED] wrote: A while back I came across a note about integration test - From a