RE : Hot deployment in IBM RAD 7.0 (Eclipse 3.2)

2007-04-24 Thread Elid OR
You are talking about a maven plugin for IBM RAD 7. I don't think such a plugin exist perhaps IBM RAD 7 is based on a version of eclipse WTP and you can use the corresponding. There is a maven plugin for eclipse/wtp that allow to add wtp capabilities to your maven project (i.e generate

Maven proxy tools that allow to configure an unique remote repository for maven 1 and maven 2 projects ?

2007-03-28 Thread Elid OR
Hi all, My projects use maven 1 and maven 2. I would like to use a proxy tool that allows to configure an unique remote proxy url for both maven 1 2 project. Does anyone knows if proximity or archiva is able to do that ? Cheers, Elid

Re: Cvs compression unsupported when using mvn release:prepare on linux.

2007-03-28 Thread Elid OR
You can upgrade the version of your cvs client. My client is on version 1.12.9 and it works. On Monday 12 February 2007 22:49, Ryan, Scott D wrote: We are trying to do a release:prepare using maven 2 and cvs. We are getting the following error message: [INFO] Executing: cvs -z3 -f -d

Re: release:prepare fails agains CVS with unknown compression method

2007-03-28 Thread Elid OR
You can upgrade the version of your cvs client. My client is on version 1.12.9 and it works. On Wednesday 28 March 2007 00:34, Evguenia Krylova wrote: I am having problems accessing CVS from the Maven release plugin. Here's the SCM section of my pom.xml: scm

Re: Maven proxy tools that allow to configure an unique remote repository for maven 1 and maven 2 projects ?

2007-03-28 Thread Elid OR
to apply MRM-153 patch I've suggested. MRM-153 was allready included in oldest archiva builds, but recent changes required me to reopen this issue. No comment yet from archiva developers. 2007/3/28, Elid OR [EMAIL PROTECTED]: Hi all, My projects use maven 1 and maven 2. I would like to use

Re: Maven proxy tools that allow to configure an unique remote repository for maven 1 and maven 2 projects ?

2007-03-28 Thread Elid OR
, Elid OR [EMAIL PROTECTED] wrote: Have you successfuly used maven archiva on maven 1 project ? I got an errors : java.io.IOException: Forbidden I don't know where I can configure user acces in maven 1 project. On Wednesday 28 March 2007 10:37, nicolas de loof wrote: I'm using Archiva

Re: Maven proxy tools that allow to configure an unique remote repository for maven 1 and maven 2 projects ?

2007-03-28 Thread Elid OR
a maven 1 or maven 2 repo in the console. Thx On Wednesday 28 March 2007 16:40, nicolas de loof wrote: Works for me, with user guest granted to role repository observer. 2007/3/28, Elid OR [EMAIL PROTECTED]: Have you successfuly used maven archiva on maven 1 project ? I got an errors

Re: Best practices for using mvn release, then releasing against the branch

2007-03-07 Thread Elid OR
I think it's could be a good enhancement. Have you created the issue for that ? Elid On Wednesday 07 March 2007 02:45, neil hart wrote: When we use the release plugin it works well by: - Changing our x.x-SNAPSHOT to x.x - Checks in and tags our code with the x.x version number

Re: [m2] How to specify the next version of a project when releasing (in batch mode) ?

2007-03-05 Thread Elid OR
could hack the release plugin code, add this functionality, and contribute it back via JIRA as an enhancement. Wayne On 3/2/07, Thierry Lach [EMAIL PROTECTED] wrote: If it doesn't, it should. On 3/2/07, Elid OR [EMAIL PROTECTED] wrote: Hi all, Here my problem, I would

Re: [m2] How to specify the next version of a project when releasing (in batch mode) ?

2007-03-05 Thread Elid OR
to specify the next version to use for starting the new version of the project. Regards, Elid. On Monday 05 March 2007 16:49, Daniel Kulp wrote: Wayne, There are several cases where the --batch-mode auto stuff of maven doesn't work in quite a desirable way so the aforementioned flag would

[m2] How to specify the next version of a project when releasing (in batch mode) ?

2007-03-02 Thread Elid OR
for incrementing because it starts with a letter. Is there a way to specify the next version number of a release when using batch mode ? Something like mvn release:prepare -Dmaven.next.version=my.next.version --batch-mode ? I did not find anything in the documentation. Thanks Elid

Re: [m2] Can't deploy site with maven 2.0.5

2007-02-23 Thread Elid OR
I have created an issue for that : http://jira.codehaus.org/browse/MSITE-211 On Wednesday 21 February 2007 13:27, David J. M. Karlsen wrote: Elid OR wrote: Hi all, When I execute the site deployment : mvn site:deploy that work with maven 2.0.4 I got this error on maven 2.0.5 : Same

[m2] Can't deploy site with maven 2.0.5

2007-02-21 Thread Elid OR
] This work with maven version 2.0.4 !! Any Idea ? Regards, Elid OR - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [m2] profiles are not used while using maven 2 release plugin

2007-01-22 Thread Elid OR
Hi, Yes it works, Thank you for your response. Elid. On Tuesday 16 January 2007 17:04, Attila Mezei-Horvati wrote: Eli, you need to specify them as extra arguments. Like this: mvn release:prepare -Darguments=-P myProfiles mvn release:perform -Darguments=-P myProfiles You need

[m2] profiles are not used while using maven 2 release plugin

2007-01-15 Thread Elid OR
Hi all, I would like to specifiy a profile when releasing but it seems that when I add -P myProfiles it does not used it. Any Idea ? Elid OR. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

[m2] Maven Release Question

2006-11-24 Thread Elid OR
the version string: r2.2006.2.27.16.2-SNAPSHOT It seems that the release plugin can't handle version that contains letter. Any solutions ? Thanks ! Elid ps: I can't rename the version ! so it's not a solution :)

Re: [m2] Maven Release Question

2006-11-24 Thread Elid OR
with a letter, I don't know how it is handle in the plugin ? On Friday 24 November 2006 12:15, Grosskop, Kay wrote: Elid, I suppose the question is related to the release-plugin Do you use cvs? The release plugin suggests default release tags that are invalid voor cvs (tags cannot contain

Re: Maven2 / antrun / phases / classpath

2006-11-10 Thread Elid OR
that is not very elegant ... The project have a lot of dependencies that are not part of the project but are part of the build process ... Regards, Elid OR On Thursday 21 September 2006 11:13, Rémy Sanlaville wrote: Hello Marco, After two hard days, I finaly found a solution. You have to used the scope

[m2/ant] How to add jar to Ant root classpath with AntRun plugin ?

2006-10-25 Thread Elid OR
Hi, I would like to use mapper regexp with ant but we must add ant-apache-jarkarta.jar and ant-apache-jarkata-oro into the ant classpath. I'v tried to add them to the antrun plugin classpath like this : plugin groupIdorg.apache.maven.plugins/groupId

RE: [m2/ant] How to add jar to Ant root classpath with AntRun plugin ?

2006-10-25 Thread Elid OR
you for your response ! Elid -Original Message- From: Siegfried Goeschl [mailto:[EMAIL PROTECTED] Sent: Wed 10/25/2006 2:07 PM To: Maven Users List Cc: Subject:Re: [m2/ant] How to add jar to Ant root classpath with AntRun plugin ? Hi Elid, the message

[eclipse/m2] ear project in eclipse wtp - utility-jar are put in WEB-INF/lib of the ear

2006-10-23 Thread Elid OR
/lib) ? Is there a way to configure where wtp will put these ear utility-jars ? Thanks In Advance Elid OR - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] ear project in eclipse wtp - ear utility-jar are put in WEB-INF/lib of the ear

2006-10-20 Thread Elid OR
In Advance Elid OR - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Multiple binaries generated

2006-09-20 Thread Elid OR
Hi, Perhaps you we need to split your project into 2 projects, one with a jar packaging and an other with a war packaging then use a multi project build. Regards. On Wednesday 20 September 2006 15:49, Morgovsky, Alexander (US - Glen Mills) wrote: Hi. There is a requirement where a single

[m2] How to exclude resources from src/main/resources in the generated jar

2006-09-05 Thread Elid OR
Hi all, I use maven 2.0.4. I have a jar project with this directory layout : src/main/java src/main/resources/scripts When I call a mvn package it generate a jar that contained the scripts directory but I don't want to package it in my jar. I try the following issue that I found in an other

Please need help to run the sample.plugin guide

2006-07-05 Thread Elid OR
Hi all, I'm new with maven 2, but I use to develop a maven 1 plugin. So my config is : OS : Linux ubuntu 2.6.15-25-686 Java : version 1.5.0_06 Maven : version 2.0.4 So I'm trying to run the plugin development guide : http://maven.apache.org/guides/plugin/guide-java-plugin-development.html