RE: Problems of EJB plugin and Dependencies download

2003-06-18 Thread Vincent Massol
Ok cool... pfeww... I'm lucky as I've implemented 2/ yesterday night (now in CVS) :-) Thanks -Vincent > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 19 June 2003 08:03 > To: Maven Developers List > Subject: Re: Problems of EJB plugin and Dependencies down

Re: Problems of EJB plugin and Dependencies download

2003-06-18 Thread dion
I'm +0 on 2/ and -1 on 1/ -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au "Vincent Massol" <[EMAIL PROTECTED]> wrote on 19/06/2003 02:01:04 AM: > Hi, > > The EJB plugin ejb:install goal installs its artifacts in > /e

[jira] Created: (MAVEN-505) upload stxx 1.2 to repo

2003-06-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-505 Here is an overview of the issue: --

[jira] Created: (MAVEN-504) upload xmlunit 1.0 to repo

2003-06-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-504 Here is an overview of the issue: --

[jira] Created: (MAVEN-503) upload strutstestcase 2.0 to repo

2003-06-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-503 Here is an overview of the issue: --

cvs commit: maven/src/java/org/apache/maven/cli CLIManager.java

2003-06-18 Thread bwalding
bwalding2003/06/18 15:35:13 Modified:src/java/org/apache/maven/cli CLIManager.java Log: Clarifying comments Revision ChangesPath 1.9 +5 -3 maven/src/java/org/apache/maven/cli/CLIManager.java Index: CLIManager.java

[jira] Updated: (MAVEN-490) Jelly Errors (maven.log full of them)

2003-06-18 Thread jira
The following issue has been updated: Updater: Steve Ovens (mailto:[EMAIL PROTECTED]) Date: Wed, 18 Jun 2003 5:40 PM Comment: Here is my log from doing a "maven clean". Changes: Attachment changed from to maven.log -

RE: Problems of EJB plugin and Dependencies download

2003-06-18 Thread Vincent Massol
Michal, I have committed a quick patch for EJB dependency handling so that extensions for the EJB type artifacts is ".jar" and not ".ejb". I hope I haven't broken anything. I have tested it successfully on my current project. Thanks -Vincent > -Original Message- > From: Michal Maczka [m

cvs commit: maven/xdocs changes.xml

2003-06-18 Thread vmassol
vmassol 2003/06/18 14:50:14 Modified:src/java/org/apache/maven/project Dependency.java xdocschanges.xml Added: src/java/org/apache/maven/project ArtifactType.java Log: Added dependency type mapping to support extensions different than the artifact type. Th

[jira] Closed: (MAVEN-196) Dependency type handling - dependency type can diffrent than artifact file extension

2003-06-18 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-196 Here is an overview of the issue: --

[jira] Closed: (MAVEN-497) Missing information for resolving problems when using Maven

2003-06-18 Thread jira
Message: The following issue has been closed. Resolver: Vincent Massol Date: Wed, 18 Jun 2003 5:04 PM Duplicate for 496 - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-497 Here is an

[jira] Created: (MAVEN-502) Upload xmtp 2.0 to remote repo?

2003-06-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-502 Here is an overview of the issue: --

[jira] Commented: (MAVEN-500) please upload xdoclet-1.2b3 to remote repo

2003-06-18 Thread jira
The following comment has been added to this issue: Author: Aslak Hellesøy Created: Wed, 18 Jun 2003 5:00 PM Body: NO!! The current XDoclet 1.2b3 release is broken, so don't upload the jars before it's been fixed. Someone from the XDoclet team will upload the jars. Actually,

[jira] Created: (MAVEN-501) Please upload RDF Filter to maven remote repo

2003-06-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-501 Here is an overview of the issue: --

[jira] Commented: (MAVEN-501) Please upload RDF Filter to maven remote repo

2003-06-18 Thread jira
The following comment has been added to this issue: Author: Warner Onstine Created: Wed, 18 Jun 2003 5:01 PM Body: Forgot to mention it's the 1.0-dev (or alpha) version) - View the issue: http://jira.codehaus.or

[jira] Created: (MAVEN-500) please upload xdoclet-1.2b3 to remote repo

2003-06-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-500 Here is an overview of the issue: --

[jira] Created: (MAVEN-499) upload kxml 2.1.7 to repo

2003-06-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-499 Here is an overview of the issue: --

RE: Problems of EJB plugin and Dependencies download

2003-06-18 Thread Michal Maczka
> I see 2 solutions: > > 1/ Add a property called false and if found the > said dependency is not added to the Classpath? > > or > > 2/ Define a list of well known artifact types. That would server 2 > purposes: > a- to know if the said dependency type should be added to the classpath > b- to know

RE: Recent changes in war plugin

2003-06-18 Thread Michal Maczka
> > -Original Message- > > From: Michal Maczka [mailto:[EMAIL PROTECTED] > > Sent: 18 June 2003 21:13 > > To: Maven Developers List > > Subject: RE: Recent changes in war plugin > > > > > > > This already exists in Ant: it's called > > > (http://ant.apache.org/manual/CoreTasks/manifest.h

RE: Recent changes in war plugin

2003-06-18 Thread Vincent Massol
Michal, It seems we are in agreement in the end :-) I'm all for using Java as I mentioned in my first email on this subject (and I do agree with all your points below except point f)). My only comment was about re-implementing the Zip/Jar/War tasks (and possibly the Manifest one too). Thanks -Vin

RE: Recent changes in war plugin

2003-06-18 Thread Michal Maczka
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 18, 2003 8:46 PM > To: 'Maven Developers List' > Subject: RE: Recent changes in war plugin > > > > > > -Original Message- > > From: Michal Maczka [mailto:[EMAIL PROTECTED] > > Sent: 18 Ju

RE: New WAR changes problems

2003-06-18 Thread Vincent Massol
> -Original Message- > From: Michal Maczka [mailto:[EMAIL PROTECTED] > Sent: 18 June 2003 21:09 > To: Maven Developers List > Subject: RE: New WAR changes problems [snip] > > > > > > > > artifact="foo" > > > type="war" > > > project="${pom}" > > > > > > >

RE: Recent changes in war plugin

2003-06-18 Thread Vincent Massol
> -Original Message- > From: Michal Maczka [mailto:[EMAIL PROTECTED] > Sent: 18 June 2003 21:13 > To: Maven Developers List > Subject: RE: Recent changes in war plugin > > > > This already exists in Ant: it's called > > (http://ant.apache.org/manual/CoreTasks/manifest.html). And you ca

RE: Recent changes in war plugin

2003-06-18 Thread Michal Maczka
> This already exists in Ant: it's called > (http://ant.apache.org/manual/CoreTasks/manifest.html). And you can use > it from java too... :-) It weights 37K and contains lots of useful code. > Why start reimplementing it again? > It's about different thing. There is no central place in maven whi

RE: New WAR changes problems

2003-06-18 Thread Michal Maczka
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 18, 2003 8:23 PM > To: 'Maven Developers List' > Subject: RE: New WAR changes problems > > > > > > -Original Message- > > From: Michal Maczka [mailto:[EMAIL PROTECTED] > > Sent: 18 June 2

RE: Recent changes in war plugin

2003-06-18 Thread Vincent Massol
> -Original Message- > From: Michal Maczka [mailto:[EMAIL PROTECTED] > Sent: 18 June 2003 12:44 > To: 'Maven Developers List' > Subject: RE: Recent changes in war plugin > > > > > > > > > > > > What's so magical in ant war task? > > > > It's written, fully supports the war model and has

RE: New WAR changes problems

2003-06-18 Thread Vincent Massol
> -Original Message- > From: Michal Maczka [mailto:[EMAIL PROTECTED] > Sent: 18 June 2003 19:44 > To: Maven Developers List > Subject: RE: New WAR changes problems > [snip] > > there is no way to rename the war... One solution (not nice) would to > > perform a copy prior to calling . >

RE: Problems of EJB plugin and Dependencies download

2003-06-18 Thread Vincent Massol
> -Original Message- > From: Michal Maczka [mailto:[EMAIL PROTECTED] > Sent: 18 June 2003 19:53 > To: Maven Developers List > Subject: RE: Problems of EJB plugin and Dependencies download > > This is partially fixed in maven-new (Repository Layout Service) > So you can assign different l

[jira] Updated: (MAVEN-498) [Upload] javassist

2003-06-18 Thread jira
The following issue has been updated: Updater: Howard M. Lewis Ship (mailto:[EMAIL PROTECTED]) Date: Wed, 18 Jun 2003 1:32 PM Comment: This is from the 2.5.1 release. The complete distro is at: http://prdownloads.sourceforge.net/jboss/javassist-2.5.1.zip?use_mirror=aleron Chan

[jira] Created: (MAVEN-498) [Upload] javassist

2003-06-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-498 Here is an overview of the issue: --

[jira] Updated: (MAVEN-498) [Upload] javassist

2003-06-18 Thread jira
The following issue has been updated: Updater: Howard M. Lewis Ship (mailto:[EMAIL PROTECTED]) Date: Wed, 18 Jun 2003 1:31 PM Changes: Attachment changed from to javassist.txt - For a full history of

RE: Problems of EJB plugin and Dependencies download

2003-06-18 Thread Michal Maczka
This is partially fixed in maven-new (Repository Layout Service) So you can assign different layouts for different types. E.g. for ejb it is (see layout-properties in maven-new/core/src/conf) # EJB ejb=${groupId}/ejbs/${artifactId}-${version}.jar There is one more problem with ejbs. There are no

RE: New WAR changes problems

2003-06-18 Thread Michal Maczka
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 18, 2003 5:45 PM > To: 'Maven Developers List' > Subject: New WAR changes problems > > > Hi, > > I have 2 problems with the new changes brought to the war plugin WRT > artifact deployment: > > 1/

Problems of EJB plugin and Dependencies download

2003-06-18 Thread Vincent Massol
Hi, The EJB plugin ejb:install goal installs its artifacts in /ejbs/-.jar (note the "jar" extension"). However, the maven dependency resolver looks for a file named: /ejbs/-.ejb (not the "ejb" extension) Thus it fails to find the artifact... Several solutions: 1/ All jar files (.ear, .jar, .wa

RE: New WAR changes problems

2003-06-18 Thread Vincent Massol
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: 18 June 2003 17:45 > To: 'Maven Developers List' > Subject: New WAR changes problems > > Hi, > > I have 2 problems with the new changes brought to the war plugin WRT > artifact deployment: > > 1/ When I run m

New WAR changes problems

2003-06-18 Thread Vincent Massol
Hi, I have 2 problems with the new changes brought to the war plugin WRT artifact deployment: 1/ When I run maven, I get: war:war: [echo] Building WAR everest-csrweb [war] Updating war: E:\Vma\Projets\Encours\tsss\everest\dev\modules\csrweb\target\everest-cs rweb .war Copying: from 'E:\V

[jira] Created: (MAVEN-497) Missing information for resolving problems when using Maven

2003-06-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-497 Here is an overview of the issue: --

[jira] Created: (MAVEN-496) Missing information for resolving problems when using Maven

2003-06-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-496 Here is an overview of the issue: --

Re: Recent changes in war plugin

2003-06-18 Thread Colin Sampaleanu
Michal Maczka wrote: ... Last time I am asking: Does anybody has something against building war ___always__ in two distinct steps? a) copying to build area (somewhere in target/ ) b) making a jar archive Yes, this is the best way to do it. If your servlet engine can use exploded webapps it

RE: Recent changes in war plugin

2003-06-18 Thread Michal Maczka
> > > > > > > What's so magical in ant war task? > > It's written, fully supports the war model and has gone through lots of > testing. > OK I agree. But if we all have all files in given folder and we just want to archive it why we should care? It's just fairly simple thing. Do we need realy w

RE: Recent changes in war plugin

2003-06-18 Thread Konstantin Priblouda
--- Michal Maczka <[EMAIL PROTECTED]> wrote: > What's so magical in ant war task? Nothing. I would say, that I never used it before maven - jar was just fine for me. > And personally I think that as much as possible of > the code should be done > in pure java - not in jelly with help of ant.

[jira] Commented: (MAVEN-495) Use of SNAPSHOT jars when remote repo is disabled

2003-06-18 Thread jira
The following comment has been added to this issue: Author: Martin Skopp Created: Wed, 18 Jun 2003 5:15 AM Body: IMHO even if the snapshot exists in the remote repo, the freshest/newest should be taken. maven downloads snapshots from remote repo even if locally a fresher version e

RE: Recent changes in war plugin

2003-06-18 Thread Vincent Massol
> -Original Message- > From: Michal Maczka [mailto:[EMAIL PROTECTED] > Sent: 18 June 2003 11:20 > To: 'Maven Developers List' > Subject: RE: Recent changes in war plugin > > > > > -Original Message- > > From: Vincent Massol [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, June 18

[jira] Updated: (MAVEN-495) Use of SNAPSHOT jars when remote repo is disabled

2003-06-18 Thread jira
The following issue has been updated: Updater: Vincent Massol (mailto:[EMAIL PROTECTED]) Date: Wed, 18 Jun 2003 4:38 AM Changes: Version changed from to 1.0-beta-10 Fix Version changed from to 1.0-beta-10

[jira] Created: (MAVEN-495) Use of SNAPSHOT jars when remote repo is disabled

2003-06-18 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-495 Here is an overview of the issue: --

RE: Recent changes in war plugin

2003-06-18 Thread Michal Maczka
> -Original Message- > From: Vincent Massol [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 18, 2003 10:33 AM > To: 'Maven Developers List' > Subject: RE: Recent changes in war plugin > > > > > -Original Message- > > From: Michal Maczka [mailto:[EMAIL PROTECTED] > > Sent: 18

RE: Recent changes in war plugin

2003-06-18 Thread Vincent Massol
> -Original Message- > From: Michal Maczka [mailto:[EMAIL PROTECTED] > Sent: 18 June 2003 10:01 > To: 'Maven Developers List' > Subject: RE: Recent changes in war plugin > > Yes. > I am still working on deployer. > That's the art which I want to use in this plugin to add missing > functi

Re: Recent changes in war plugin

2003-06-18 Thread Rafal Krzewski
Michal Maczka wrote: > Does anybody has something against building war ___always__ in two distinct > steps? > > a) copying to build area (somewhere in target/ ) > b) making a jar archive Go for it - it seems to simplify things, and people might want to run their application off that "explode

RE: Recent changes in war plugin

2003-06-18 Thread Michal Maczka
Yes. I am still working on deployer. That's the art which I want to use in this plugin to add missing functionality. Once I am readay with this for war plugin, I am planning to change also other plugins. Last time I am asking: Does anybody has something against building war ___always__ in two

cvs commit: maven/xdocs navigation.xml

2003-06-18 Thread dion
dion2003/06/18 00:19:02 Modified:xdocsnavigation.xml Log: - Move web stats and wiki to new Apache Menu - Add Apache Developer resources link Revision ChangesPath 1.20 +4 -1 maven/xdocs/navigation.xml Index: navigation.xml ===