[M2 RAR-Plugin] Cannot override read-only parameter: rarName

2006-03-17 Thread jian wu
Hi, When I tried to use maven-rar-plugin (version 2.1) with the following configuration in my pom.xml: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-rar-plugin/artifactId configuration rarNamexmpp-adapter/rarName /configuration /plugin I got the

[M2 RAR-Plugin] Cannot override read-only parameter: rarName

2006-03-17 Thread Jian.Wu
] - --- Is this a bug? Thanks a lot for the help! Jian -- View this message in context: http://www.nabble.com/-M2-RAR-Plugin-Cannot-override-read-only-parameter%3A-rarName-t1300225.html#a3463800 Sent from the Maven - Users forum at Nabble.com

Re: [M2 RAR-Plugin] Cannot override read-only parameter: rarName

2006-03-17 Thread Wayne Fay
through pom.xml -- View this message in context: http://www.nabble.com/-M2-RAR-Plugin-Cannot-override-read-only-parameter%3A-rarName-t1300225.html#a3463902 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e

Re: [m2] RAR plugin

2005-11-28 Thread Stephane Nicoll
Edwin, Thanks. Meanwhile, Brett Porter fixed it. Thanks, Stéphane On 11/25/05, Edwin Punzalan [EMAIL PROTECTED] wrote: Stephane. I was looking at the source of RAR plugin and found these: 1) if includeJar == true and jar file does not exist, the plugin does nothing. 2) the rar plugin

Re: [m2] RAR plugin

2005-11-24 Thread Edwin Punzalan
Stephane. I was looking at the source of RAR plugin and found these: 1) if includeJar == true and jar file does not exist, the plugin does nothing. 2) the rar plugin does not call project.getArtifact().setFile( generatedRarFile ) at the end of the execution so that maven-install-plugin

[Fwd: Re: [m2] RAR plugin]

2005-11-22 Thread Henry Isidro
Stephane Nicoll wrote: Well it should. Could you please show your POM and the structure of your project please? Thx, Stéphane On 11/21/05, Henry Isidro [EMAIL PROTECTED] wrote: I'm using the RAR plugin and I found out that it does not create a JAR file to include in the package. So, I

[m2] RAR plugin

2005-11-21 Thread Henry Isidro
I'm using the RAR plugin and I found out that it does not create a JAR file to include in the package. So, I invoked the JAR plugin and everything worked fine. Now, I tried using the install plugin to install the rar file into my local repository and what happened was the plugin installed the

Re: [m2] RAR plugin

2005-11-21 Thread Brett Porter
That bug is fixed in SVN - however, I'm not sure that the exceution should be needed, but I don't quite understand what you are attempting - hopefully someone with more RAR experience than me (that's anyone :) will know the answers. - Brett On 11/21/05, Henry Isidro [EMAIL PROTECTED] wrote: I'm

Re: [m2] RAR plugin

2005-11-21 Thread Henry Isidro
Brett Porter wrote: That bug is fixed in SVN - however, I'm not sure that the exceution should be needed, but I don't quite understand what you are attempting - hopefully someone with more RAR experience than me (that's anyone :) will know the answers. - Brett There are two problems I

Re: [m2] RAR plugin

2005-11-21 Thread Stephane Nicoll
Well it should. Could you please show your POM and the structure of your project please? Thx, Stéphane On 11/21/05, Henry Isidro [EMAIL PROTECTED] wrote: I'm using the RAR plugin and I found out that it does not create a JAR file to include in the package. So, I invoked the JAR plugin and