Re: No .properties file be copied when calling jar:jar ???

2004-08-15 Thread Dion Gillard
On Mon, 16 Aug 2004 09:53:41 +0800, Eric Chow <[EMAIL PROTECTED]> wrote: > Hello, > > Is there any problem in jar:jar? It will not add any .properties into the > jar file. > > the following is the part in project.xml !!! [snip] > src/java > Add a element here. See http://maven.

No .properties file be copied when calling jar:jar ???

2004-08-15 Thread Eric Chow
Hello, Is there any problem in jar:jar? It will not add any .properties into the jar file. the following is the part in project.xml !!! [EMAIL PROTECTED] src/java src/rttest **/*Test.java

RE: Project plugin dependency

2004-08-15 Thread Carlos Sanchez
Thanks Dion, now I understand it better, although there's a problem because old versions are not deleted from cache. I'll close my previous issue and create a new one about deleting old plugin versions. > -Original Message- > From: Dion Gillard [mailto:[EMAIL PROTECTED] > Sent: Sunday, Au

RE: Project plugin dependency

2004-08-15 Thread March, Andres
Understandable. Just don't get when this cache rebuild takes place. If it happens during a maven goal then the download of the plugin should happen after the rebuild and there should be no issue. > -Original Message- > From: Dion Gillard [mailto:[EMAIL PROTECTED] > Sent: Sunday, Augu

Re: Project plugin dependency

2004-08-15 Thread Dion Gillard
On Sun, 15 Aug 2004 22:22:38 +0200, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > The problem is that next time that cache is rebuilt (e.g. downloading a > plugin) if it isn't in MAVEN_HOME/plugins it won't be cached, thus it will > stop working. Dependencies are, possibly, for a single user and pro

RE: Project plugin dependency

2004-08-15 Thread Carlos Sanchez
The problem is that next time that cache is rebuilt (e.g. downloading a plugin) if it isn't in MAVEN_HOME/plugins it won't be cached, thus it will stop working. > -Original Message- > From: March, Andres [mailto:[EMAIL PROTECTED] > Sent: Sunday, August 15, 2004 9:46 PM > To: Maven Users L

RE: Project plugin dependency

2004-08-15 Thread March, Andres
Attempting to download commons-attributes-plugin-2.1alpha.jar. 3K downloaded java:compile: commons-attributes:compile: [attribute-compiler] Generated attribute information for 0 classes. Ignored 0 classes. I put it in $MAVEN_REPO/commons-attributes/plugins. Seems to work ok but it only gets

RE: Project plugin dependency

2004-08-15 Thread Carlos Sanchez
Hi, Use plugin inside tag. It seems that there's a bug with this, could you try it and post your results http://jira.codehaus.org/browse/MAVEN-1394? Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message- > From: March, Andres [mailto:[E

Project plugin dependency

2004-08-15 Thread March, Andres
Does anybody know of a way to specify a dependency on a plugin in your project, so that it downloads the plugin to maven's plugin folder automatically if it does not already exist? - Andres March Platform - Apps Engineering Sony Online Entertainment d

Re: History/trends in reports

2004-08-15 Thread Andreas Guther
Hi: I came a little bit late accross this thread but once hooked up I tried to install the plug-in using the installation command line run as found on the page: http://mavenhistorical.sourceforge.net/index.html. I noticed that there is an error in the ibiblio repository: it reads ...-Dmaven.repo.

Re: WebSphere v4.0 Plug-in NoClassDefFoundError

2004-08-15 Thread Dion Gillard
You shouldn't need batch.jar in the dependencies at all, as the was40 ejb code generation uses ejbdeploy.bat or ejbDeploy.sh depending on your platform. Do you have a valid WAS4.0.x installation? On Wed, 11 Aug 2004 16:38:00 -0400, Karan-Sahni (Contractor) <[EMAIL PROTECTED]> wrote: > Hi, > > I

Re: CVS Connection to CVSNT

2004-08-15 Thread Dion Gillard
This is fixed in later versions of CVSNT On Thu, 12 Aug 2004 20:33:24 +0200, Böhringer Jochen <[EMAIL PROTECTED]> wrote: > > Alternatively, I highly recommend that you use a Repository Prefix option > > provided by CVSNT so that you can eliminate the need for supplying the > > drive > > letter in

RE: Dashboard plugin release status?

2004-08-15 Thread Vincent Massol
Done. It's just been released (watch for the announcement on the Maven user list). -Vincent > -Original Message- > From: Carlos Sanchez [mailto:[EMAIL PROTECTED] > Sent: lundi 9 août 2004 19:21 > To: 'Maven Users List' > Subject: RE: Dashboard plugin release status? > > Hi Vincent, > >

[ANN] Maven Dashboard Plugin 1.4 released

2004-08-15 Thread vmassol
The maven team is pleased to announce the Maven Dashboard Plugin 1.4 release! http://maven.apache.org/reference/plugins/dashboard/ Generate a dashboard containing global statistics about other maven reports Changes in this version include: New Features: o Added new Checkstyle File aggregat

Re: JNLP Plugin not working in 1.0

2004-08-15 Thread Dion Gillard
I've fixed one part of JNLP-13. If you still want me to add the other properties, I'm happy to work on it. On Sat, 14 Aug 2004 14:09:22 +0200, Martin van den Bemt <[EMAIL PROTECTED]> wrote: > The fix is in http://jira.codehaus.org/browse/MPJNLP-13.. > > Mvgr, > Martin > > On Sat, 2004-08-14 at

Re: AW: JNLP Plugin not working in 1.0

2004-08-15 Thread Dion Gillard
Fixed in CVS On Sat, 14 Aug 2004 14:59:12 +0200, Daniel Frey <[EMAIL PROTECTED]> wrote: > I would be very interested in the fix being integrated into an update of the > JNLP plugin. > > Thanks in advance > Daniel > > > -Ursprüngliche Nachricht- > > Von: Dion Gillard [mailto:[EMAIL PROTEC

Re: [jar] Which functionality is available?

2004-08-15 Thread Dion Gillard
The documentation should be correct. If it's not, we can help. On Sun, 15 Aug 2004 13:12:26 +0200, Peter Nabbefeld <[EMAIL PROTECTED]> wrote: > > Hello, > > there are several properties described for the jar plugin which don't > seem to be implemented - where can I get a description of what wo

[jar] Which functionality is available?

2004-08-15 Thread Peter Nabbefeld
Hello, there are several properties described for the jar plugin which don't seem to be implemented - where can I get a description of what works and a roadmap for the rest? Kind regards Peter Nabbefeld - To unsubscribe, e-mail:

[jar] Why is the jar-plugin dependent on velocity?

2004-08-15 Thread Peter Nabbefeld
Hi, I've not found out, where velocity is used in plugin.jelly, while I've found the following entries in project.xml: commons-jelly commons-jelly-tags-velocity 20030303.205659 velocity velocity 1.4-dev IMO these entries are outdated. Anothe

[jar] Unused properties!?

2004-08-15 Thread Peter Nabbefeld
Hello, in the properties description for the jar-plugin I've found the following properties: maven.has.jar.resource.patterns maven.jar.resources.set The second is described to hold the includes from ${pom.build.resources.includes}, but inserting -tags here seems to do nothing. I've searched thr