RE: [M2][Proposal] J2EE builds best practices and conventions

2005-11-15 Thread Vincent Massol
> -Original Message- > From: Jesse McConnell [mailto:[EMAIL PROTECTED] > Sent: lundi 14 novembre 2005 15:09 > To: Maven Developers List > Subject: Re: [M2][Proposal] J2EE builds best practices and conventions [snip] > ok, this is where you are losing me...what exactly are these extra >

[jira] Closed: (MEV-157) Invalid deps in the dumbster pom

2005-11-15 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-157?page=all ] Carlos Sanchez closed MEV-157: -- Assign To: Carlos Sanchez Resolution: Won't Fix The dependencies are right, just relocated (which doesn't mean they're wrong) > Invalid deps in the dumbster pom

RE: making behaviour of ide plugins consistent

2005-11-15 Thread Vincent Massol
+1 to all of this. In addition, multiple projects simply do not work in Eclipse. There are too many issues: - you have to manually create root projects - you can't see the SCM status of files in those root projects (you know the beloved ">" or "*" marker that tells you that something has been mo

[jira] Closed: (MEV-139) Struts 1.2.4's POM should have dependencies on commons-digester, commons-beanutils and commons-validator

2005-11-15 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-139?page=all ] Carlos Sanchez closed MEV-139: -- Assign To: Carlos Sanchez Resolution: Fixed Removed pom so it gets regenerated from m1 pom > Struts 1.2.4's POM should have dependencies on commons-digester, >

[jira] Closed: (MEV-109) No scope defined for dependencies in commons-pool and collections

2005-11-15 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-109?page=all ] Carlos Sanchez closed MEV-109: -- Assign To: Carlos Sanchez Resolution: Won't Fix xml-apis and xerces seem to be needed. > No scope defined for dependencies in commons-pool and collections >

[maven2 build - SUCCESS - update] Tue Nov 15 08:15:00 GMT 2005

2005-11-15 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20051115.081500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20051115.081500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

JIRA projects for m2 plugins?

2005-11-15 Thread Vincent Massol
So what's the status on this? - Have we decided to create separate JIRA projects for m2 plugins? - Can I create a Clover JIRA project the m2 clover plugin? I'd like to get moving on this. - Is there any recommendation for versioning the plugins? Should we start at 2.0 and simply increase the minor

RE: making behaviour of ide plugins consistent

2005-11-15 Thread Jörg Schaible
Hi John, John Casey wrote on Monday, November 14, 2005 6:09 PM: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > This is going to sound completely ugly, but what I've found > to work best when I have multiple interrelated (ie. same > application) projects is to create one massive eclipse >

[jira] Created: (MEV-206) commons-io: missing dep to junit and wrong scope

2005-11-15 Thread Joerg Schaible (JIRA)
commons-io: missing dep to junit and wrong scope Key: MEV-206 URL: http://jira.codehaus.org/browse/MEV-206 Project: Maven Evangelism Type: Bug Components: Dependencies Reporter: Joerg Schaible The poms of com

[jira] Updated: (MEV-206) commons-io: missing dep to junit and wrong scope

2005-11-15 Thread Joerg Schaible (JIRA)
[ http://jira.codehaus.org/browse/MEV-206?page=all ] Joerg Schaible updated MEV-206: --- Attachment: commons-io.patch > commons-io: missing dep to junit and wrong scope > > > Key: MEV-206 > UR

[jira] Created: (MNG-1571) Wrong calculation of transient dependecies if artifact is referenced from different scopes

2005-11-15 Thread Joerg Schaible (JIRA)
Wrong calculation of transient dependecies if artifact is referenced from different scopes -- Key: MNG-1571 URL: http://jira.codehaus.org/browse/MNG-1571 Project: Maven 2 Type: B

[continuum build - SUCCESS - update] Tue Nov 15 09:00:00 GMT 2005

2005-11-15 Thread continuum
Distribution: http://maven.zones.apache.org/~continuum/builds/continuum-20051115.09.tar.gz Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051115.09.txt

[jira] Created: (MNG-1572) Locale problem in Clover plugin

2005-11-15 Thread Wim Deblauwe (JIRA)
Locale problem in Clover plugin --- Key: MNG-1572 URL: http://jira.codehaus.org/browse/MNG-1572 Project: Maven 2 Type: Bug Components: maven-clover-plugin Versions: 2.0 Reporter: Wim Deblauwe I get the following error wit

[jira] Created: (MNG-1573) No debug output for optional dependencies

2005-11-15 Thread Joerg Schaible (JIRA)
No debug output for optional dependencies - Key: MNG-1573 URL: http://jira.codehaus.org/browse/MNG-1573 Project: Maven 2 Type: Bug Components: maven-core Versions: 2.0 Reporter: Joerg Schaible Running maven wi

[jira] Commented: (MNG-1253) Plugin versions are populated in next iteration POM

2005-11-15 Thread Yann Le Du (JIRA)
[ http://jira.codehaus.org/browse/MNG-1253?page=comments#action_50974 ] Yann Le Du commented on MNG-1253: - Just noticed a related issue that makes this one duplicate, I think : http://jira.codehaus.org/browse/MNG-1100 > Plugin versions are populated in next

[jira] Reopened: (MEV-157) Invalid deps in the dumbster pom

2005-11-15 Thread Matt Todd (JIRA)
[ http://jira.codehaus.org/browse/MEV-157?page=all ] Matt Todd reopened MEV-157: --- Well its not the dependencies which are at issue here, Maven 2 produces warnings when building as it can't find the poms for the old paths. It would be useful if the old loca

Cargo M2 plugin [was] Re: [M2][Proposal] J2EE builds ...

2005-11-15 Thread david varnes
Hi Vincent, Is the Cargo M2 plugin released anywhere, or is it only available in the beetlejuice ci 0.7-snapshot builds ? thanks davidv Vincent Massol wrote: [snip] > OTOH, it is possible to use tools like the Cargo m2 plugin in the WAR or EAR > component projects to perform integration tests

problems with Integration-test and plexus compiler

2005-11-15 Thread Pablo
Hello there I'm writting a plugin which is supposed to do a few things: 1) Compile test classes to be run in integration-test phase 2) Start tomcat 3) Run tests 4) Stop tomcat Steps 2, 3 and 4 are almost done. The main problem is step 1. I thought it would be too much to do by implementing compi

[jira] Created: (MNG-1574) trouble with invalid pom (failed cli site:site)

2005-11-15 Thread Olivier Lamy (JIRA)
trouble with invalid pom (failed cli site:site) --- Key: MNG-1574 URL: http://jira.codehaus.org/browse/MNG-1574 Project: Maven 2 Type: Bug Components: maven-project-info-reports-plugin Versions: 2.0 Environment

RE: Cargo M2 plugin [was] Re: [M2][Proposal] J2EE builds ...

2005-11-15 Thread Vincent Massol
Hi David, > -Original Message- > From: david varnes [mailto:[EMAIL PROTECTED] > Sent: mardi 15 novembre 2005 12:13 > To: Maven Developers List > Subject: Cargo M2 plugin [was] Re: [M2][Proposal] J2EE builds ... > > Hi Vincent, > > Is the Cargo M2 plugin released anywhere, or is it only a

Re: EJB3 Pluggin and .par MNG-699 (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingpar)

2005-11-15 Thread cameron clarke
Stéphane, thks v.much I shall keep my eye out for this later today and pull down the latest code in subversion tonight. I'm new to maven and assume that mvn -cpu compile in the local directories I have for the maven2 source: /maven-components/maven-plugins/maven-ejb3-plugin and /maven-components/

[maven2 build - FAILED - update] Tue Nov 15 13:00:01 GMT 2005

2005-11-15 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20051115.130001.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cargo M2 plugin [was] Re: [M2][Proposal] J2EE builds ...

2005-11-15 Thread Steve Loughran
Vincent Massol wrote: Hi David, -Original Message- From: david varnes [mailto:[EMAIL PROTECTED] Sent: mardi 15 novembre 2005 12:13 To: Maven Developers List Subject: Cargo M2 plugin [was] Re: [M2][Proposal] J2EE builds ... Hi Vincent, Is the Cargo M2 plugin released anywhere, or is i

[jira] Created: (MNG-1575) Add a task to run maven in a directory

2005-11-15 Thread Steve Loughran (JIRA)
Add a task to run maven in a directory -- Key: MNG-1575 URL: http://jira.codehaus.org/browse/MNG-1575 Project: Maven 2 Type: New Feature Components: maven-artifact-ant Reporter: Steve Loughran Priority: Minor Now that

Re: EJB3 Pluggin and .par MNG-699 (Nonexistent component: org.apache.maven.lifecycle.mapping.LifecycleMappingpar)

2005-11-15 Thread Stephane Nicoll
Cameron, Just take the ZIPs in MOJO-98 and MOJO-99 and invoke mvn install on them. Cheers, Stéphane On 11/15/05, cameron clarke <[EMAIL PROTECTED]> wrote: > > Stéphane, > > thks v.much I shall keep my eye out for this later today and pull down > the latest code in subversion tonight. > I'm new t

[jira] Created: (MAVEN-1724) Provide a way for a maven1 build to upload to an m2 repository

2005-11-15 Thread Steve Loughran (JIRA)
Provide a way for a maven1 build to upload to an m2 repository -- Key: MAVEN-1724 URL: http://jira.codehaus.org/browse/MAVEN-1724 Project: Maven Type: New Feature Versions: 1.1-beta-1 Reporter: S

[maven2 build - FAILED - update] Tue Nov 15 13:15:00 GMT 2005

2005-11-15 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20051115.131500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (MEV-197) Improvements for Commons Chain pom

2005-11-15 Thread Wendy Smoak (JIRA)
[ http://jira.codehaus.org/browse/MEV-197?page=comments#action_50987 ] Wendy Smoak commented on MEV-197: - Quotes from the Commons Chain docs [0]: "The "context" abstraction is designed to isolate command implementations from the environment in which they ar

[jira] Updated: (MEV-197) Improvements for Commons Chain pom

2005-11-15 Thread Wendy Smoak (JIRA)
[ http://jira.codehaus.org/browse/MEV-197?page=all ] Wendy Smoak updated MEV-197: Attachment: chain-1.0.diff Replacement diff -- this one also marks JUnit as test scope. > Improvements for Commons Chain pom > -- > >

[jira] Updated: (MEV-197) Improvements for Commons Chain pom

2005-11-15 Thread Wendy Smoak (JIRA)
[ http://jira.codehaus.org/browse/MEV-197?page=all ] Wendy Smoak updated MEV-197: Attachment: chain-1.0-20051115.diff Apparently you can't reuse filenames, trying again. :) > Improvements for Commons C

RE: JIRA projects for m2 plugins?

2005-11-15 Thread Scott Ryan
I am ready to check in the Weblogic Plugin. I think it makes sense to create new projects for these plugins since the structure will be quite different. This also allows us to keep maintaining the version 1.0 plugins as well. I woiuld prefer that we start with 2.0 for a number of reasons since I

[maven2 build - FAILED - checkout] Tue Nov 15 13:27:37 GMT 2005

2005-11-15 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20051115.132737.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Created: (MNG-1576) PMD does not work on dutch locale

2005-11-15 Thread Wim Deblauwe (JIRA)
PMD does not work on dutch locale - Key: MNG-1576 URL: http://jira.codehaus.org/browse/MNG-1576 Project: Maven 2 Type: Bug Components: maven-pmd-plugin Reporter: Wim Deblauwe I get the following error when running mvn site wi

[jira] Created: (MNG-1577) dependencyManagent does not work for transient dependencies

2005-11-15 Thread Joerg Schaible (JIRA)
dependencyManagent does not work for transient dependencies --- Key: MNG-1577 URL: http://jira.codehaus.org/browse/MNG-1577 Project: Maven 2 Type: Bug Components: maven-core Versions: 2.0 Reporte

[maven2 build - SUCCESS - update] Tue Nov 15 13:45:00 GMT 2005

2005-11-15 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20051115.134500.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20051115.134500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Snapshots and version resolution

2005-11-15 Thread Vincent Massol
Hi, I have uploaded the cargo m2 plugin to a private repo and I'm trying to use it from a m2 project. All the cargo artifacts that I have uploaded are snapshots. They all have a different resolved timestamp. However when I run the cargo m2 plugin on my m2 project m2 looks for a an artifact (cargo

[jira] Commented: (MNG-1353) Allow creating POJO config classes anywhere without requiring the plugin user to specify an implementation element

2005-11-15 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MNG-1353?page=comments#action_51007 ] Vincent Massol commented on MNG-1353: - Brett,this would be needed for any parameter. The goal is to move the config POJO out of the directory where the mojos are so that they can be

Re: problems with Integration-test and plexus compiler

2005-11-15 Thread Jesse McConnell
I needed to do a bit of compiling after the process-classes phase for a couple of custom plugins...so I pulled out the interesting parts of the compiler mojo and used that...not sure if there is a better way, but this certainly works.. jesse private Compiler compiler = new JavacCompiler(); p

[jira] Created: (MNG-1578) mvn assembly:assembly fails if there is no target directory already present

2005-11-15 Thread Matthew Pocock (JIRA)
mvn assembly:assembly fails if there is no target directory already present --- Key: MNG-1578 URL: http://jira.codehaus.org/browse/MNG-1578 Project: Maven 2 Type: Bug Reporter: Matthew Pocock

[jira] Closed: (MNG-1574) trouble with invalid pom (failed cli site:site)

2005-11-15 Thread Olivier Lamy (JIRA)
[ http://jira.codehaus.org/browse/MNG-1574?page=all ] Olivier Lamy closed MNG-1574: - Resolution: Fixed Move to MEV. > trouble with invalid pom (failed cli site:site) > --- > > Key: MNG-1574 >

[maven2 build - SUCCESS - update] Tue Nov 15 15:45:01 GMT 2005

2005-11-15 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20051115.154501.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20051115.154501.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: svn commit: r344377 - /maven/components/trunk/m2-bootstrap-all.bat

2005-11-15 Thread Emmanuel Venisse
It will be better to find and fix the pb in maven instead of this bootstrap script Emmanuel [EMAIL PROTECTED] a écrit : Author: vmassol Date: Tue Nov 15 07:37:46 2005 New Revision: 344377 URL: http://svn.apache.org/viewcvs?rev=344377&view=rev Log: Fixed bootstrap on windows. For some reason t

[jira] Created: (MPCHECKSTYLE-44) Exception: Can't find resource bundle for current bundle

2005-11-15 Thread Michael B?ckling (JIRA)
Exception: Can't find resource bundle for current bundle Key: MPCHECKSTYLE-44 URL: http://jira.codehaus.org/browse/MPCHECKSTYLE-44 Project: maven-checkstyle-plugin Type: Bug Versions: 2.0 Environment:

[jira] Created: (MAVEN-1725) Enable User Templates in XDOC plugin

2005-11-15 Thread Niall Pemberton (JIRA)
Enable User Templates in XDOC plugin Key: MAVEN-1725 URL: http://jira.codehaus.org/browse/MAVEN-1725 Project: Maven Type: New Feature Reporter: Niall Pemberton Priority: Minor Attachments: xdoc-user-template.patch It wou

[jira] Updated: (MAVEN-1725) Enable User Templates in XDOC plugin

2005-11-15 Thread Niall Pemberton (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1725?page=all ] Niall Pemberton updated MAVEN-1725: --- Attachment: xdoc-user-template2.patch Woops, sorry missed a bit of the change when cut & pasting - attaching new patch version > Enable User Templates in XDO

RE: svn commit: r344377 - /maven/components/trunk/m2-bootstrap-all.bat

2005-11-15 Thread Vincent Massol
> -Original Message- > From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Sent: mardi 15 novembre 2005 17:31 > To: dev@maven.apache.org > Subject: Re: svn commit: r344377 - /maven/components/trunk/m2-bootstrap- > all.bat > > It will be better to find and fix the pb in maven instead of th

[jira] Created: (CONTINUUM-447) Remove Project Exception

2005-11-15 Thread Michael Fiedler (JIRA)
Remove Project Exception Key: CONTINUUM-447 URL: http://jira.codehaus.org/browse/CONTINUUM-447 Project: Continuum Type: Bug Versions: 1.0.1 Environment: Windows 2000 sp4 OS, 1GB of RAM, 1.70 GHz CPU Reporter: Michael Fiedler

[maven2 build - SUCCESS - update] Tue Nov 15 16:30:00 GMT 2005

2005-11-15 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20051115.163000.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20051115.163000.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

RE: svn commit: r344386 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/artifact/ProjectArtifactMetadata.java

2005-11-15 Thread Vincent Massol
Thanks John, When I deploy now the resolved version is 0.7-SNASPHOT and not the timestamped version. It may work but that means that builds will not be reproducible, because the correct dependency version will be chosen at runtime according to the available snapshots, right? Thanks -Vincent >

[continuum build - FAILED - update] Tue Nov 15 17:00:00 GMT 2005

2005-11-15 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051115.17.txt

[maven2 build - SUCCESS - update] Tue Nov 15 17:15:00 GMT 2005

2005-11-15 Thread continuum
Distribution: http://maven.zones.apache.org/~maven/builds/m2-20051115.171501.tar.gz Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20051115.171501.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

[jira] Moved: (MPXDOC-183) Enable User Templates in XDOC plugin

2005-11-15 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-183?page=all ] Lukas Theussl moved MAVEN-1725 to MPXDOC-183: - Workflow: jira (was: Maven) Key: MPXDOC-183 (was: MAVEN-1725) Project: maven-xdoc-plugin (was: Maven) > Enable User Templa

[jira] Moved: (MNG-1579) Exception: Can't find resource bundle for current bundle

2005-11-15 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1579?page=all ] Lukas Theussl moved MPCHECKSTYLE-44 to MNG-1579: Version: (was: 2.0) 2.0 Complexity: Intermediate Workflow: Maven (was: jira) Key: MNG-1579

[jira] Updated: (MNG-1579) Exception: Can't find resource bundle for current bundle

2005-11-15 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MNG-1579?page=all ] Lukas Theussl updated MNG-1579: --- Component: maven-checkstyle-plugin > Exception: Can't find resource bundle for current bundle > > > Key

[continuum build - FAILED - update] Tue Nov 15 17:30:00 GMT 2005

2005-11-15 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051115.173000.txt

[jira] Created: (MPRELEASE-14) release:perform could update the date attribute in the changes.xml

2005-11-15 Thread Olivier Lamy (JIRA)
release:perform could update the date attribute in the changes.xml --- Key: MPRELEASE-14 URL: http://jira.codehaus.org/browse/MPRELEASE-14 Project: maven-release-plugin Type: New Feature Reporter: O

[jira] Closed: (MPXDOC-15) misplaced text in xdocs should be reported

2005-11-15 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-15?page=all ] Lukas Theussl closed MPXDOC-15: --- Resolution: Won't Fix Fix Version: 1.10 These errors are reported by the xdoc:validate goal. > misplaced text in xdocs should be reported > -

[jira] Closed: (MPXDOC-21) Customization template

2005-11-15 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-21?page=all ] Lukas Theussl closed MPXDOC-21: --- Resolution: Duplicate Superceded by MPXDOC-183 > Customization template > -- > > Key: MPXDOC-21 > URL: http://jira.codehaus.

[continuum build - FAILED - update] Tue Nov 15 18:30:00 GMT 2005

2005-11-15 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20051115.183000.txt

[jira] Closed: (MPXDOC-30) Not very informative error message on xdoc template error

2005-11-15 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-30?page=all ] Lukas Theussl closed MPXDOC-30: --- Resolution: Won't Fix Fix Version: 1.10 > Not very informative error message on xdoc template error >

[jira] Commented: (MNG-1455) Possible NPE in DefaultArtifactResolver

2005-11-15 Thread Bernd Bohmann (JIRA)
[ http://jira.codehaus.org/browse/MNG-1455?page=comments#action_51026 ] Bernd Bohmann commented on MNG-1455: patch included > Possible NPE in DefaultArtifactResolver > --- > > Key: MNG-1455 > URL: htt

[jira] Commented: (MNG-1469) pmd has problems with package-info.java.

2005-11-15 Thread Bernd Bohmann (JIRA)
[ http://jira.codehaus.org/browse/MNG-1469?page=comments#action_51027 ] Bernd Bohmann commented on MNG-1469: patch included > pmd has problems with package-info.java. > > > Key: MNG-1469 > URL: h

[jira] Commented: (MNG-1509) Profile activation by os doesn't work

2005-11-15 Thread Bernd Bohmann (JIRA)
[ http://jira.codehaus.org/browse/MNG-1509?page=comments#action_51028 ] Bernd Bohmann commented on MNG-1509: patch included > Profile activation by os doesn't work > - > > Key: MNG-1509 > URL: http://

[M2] Building throught a proxy?

2005-11-15 Thread Alexandre Poitras
Hi, I know how to define my proxy settings when maven is already built, but how can I define them before building maven from the source so all the plugins it needs can be downloaded? Thank! -- Alexandre Poitras Québec, Canada

Re: [M2] Building throught a proxy?

2005-11-15 Thread Alexandre Poitras
Damn I just found my answer in the readme file. I had forgotten to read it. Sorry! On 11/15/05, Alexandre Poitras <[EMAIL PROTECTED]> wrote: > > Hi, I know how to define my proxy settings when maven is already built, > but how can I define them before building maven from the source so all the > pl

[jira] Closed: (MNG-1274) maven-assembly doesn't support war format

2005-11-15 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1274?page=all ] John Casey closed MNG-1274: --- Resolution: Fixed Applied. Thanks, Jerome. > maven-assembly doesn't support war format > - > > Key: MNG-1274 > UR

[jira] Updated: (MNG-1274) maven-assembly doesn't support war format

2005-11-15 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1274?page=all ] John Casey updated MNG-1274: Description: Trying to use the assembly plugin to repackage a war, I got the exception below. The functionality was needed to implemented multi-webstart application d

[jira] Updated: (MNG-1311) Cannot be executed in package phase (infinite loop when @execute is specified)

2005-11-15 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1311?page=all ] John Casey updated MNG-1311: Assign To: John Casey Component: (was: maven-assembly-plugin) maven-core Complexity: Expert (was: Intermediate)

[jira] Commented: (MEV-157) Invalid deps in the dumbster pom

2005-11-15 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-157?page=comments#action_51036 ] Carlos Sanchez commented on MEV-157: Ok, I see, I thought these were relocated. Let's create reloaction poms for these two > Invalid deps in the dumbster pom > -

[jira] Updated: (MEV-197) Improvements for Commons Chain pom

2005-11-15 Thread Carlos Sanchez (JIRA)
URL: http://jira.codehaus.org/browse/MEV-197 > Project: Maven Evangelism > Type: Improvement > Components: Dependencies > Reporter: Wendy Smoak > Attachments: chain-1.0-20051115.diff > > > Making some dependencies optional, changing to standard groupId for Sun

[jira] Updated: (MEV-197) Improvements for Commons Chain pom

2005-11-15 Thread Carlos Sanchez (JIRA)
URL: http://jira.codehaus.org/browse/MEV-197 > Project: Maven Evangelism > Type: Improvement > Components: Dependencies > Reporter: Wendy Smoak > Attachments: chain-1.0-20051115.diff > > > Making some dependencies optional, changing to standard groupId for Sun

[jira] Closed: (MNG-1462) assembly:assembly forks a lifecycle and cannot be used in a reactor environment. Need a new mojo suitable for this environment,

2005-11-15 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-1462?page=all ] John Casey closed MNG-1462: --- Resolution: Fixed applied. Thanks, Jerome. > assembly:assembly forks a lifecycle and cannot be used in a reactor > environment. Need a new mojo suitable for this environm

[maven2 build - FAILED - update] Tue Nov 15 20:00:00 GMT 2005

2005-11-15 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20051115.20.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JIRA projects for m2 plugins?

2005-11-15 Thread Carlos Sanchez
I think we should vote to solve this asap, I believe these are the options: [ ] create a new project for new m2 plugins, reuse m1 projects adding a new version [ ] create a new project for every m2 plugin [ ] keep it as it's now On 11/15/05, Vincent Massol <[EMAIL PROTECTED]> wrote: > So what's t

[maven2 build - FAILED - update] Tue Nov 15 20:30:00 GMT 2005

2005-11-15 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20051115.203001.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[maven2 build - FAILED - update] Tue Nov 15 20:45:00 GMT 2005

2005-11-15 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20051115.204500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Created: (MEV-207) Hibernate 3.1rc2 missing jar

2005-11-15 Thread mike perham (JIRA)
Hibernate 3.1rc2 missing jar Key: MEV-207 URL: http://jira.codehaus.org/browse/MEV-207 Project: Maven Evangelism Type: Bug Components: Dependencies Reporter: mike perham It looks like the jar didn't make the move with the POM wh

[maven2 build - FAILED - update] Tue Nov 15 21:00:00 GMT 2005

2005-11-15 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20051115.210001.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[maven2 build - FAILED - update] Tue Nov 15 21:15:00 GMT 2005

2005-11-15 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20051115.211501.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[maven2 build - FAILED - update] Tue Nov 15 21:30:00 GMT 2005

2005-11-15 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20051115.213000.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[maven2 build - FAILED - update] Tue Nov 15 21:45:00 GMT 2005

2005-11-15 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20051115.214500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Closed: (MEV-28) bogus dependencies in commons-configuration

2005-11-15 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-28?page=all ] Carlos Sanchez closed MEV-28: - Assign To: Carlos Sanchez Resolution: Fixed Fixed in svn repo > bogus dependencies in commons-configuration > --- > >

[jira] Created: (CONTINUUM-448) imrpvoe performance of "show projects" page

2005-11-15 Thread Brett Porter (JIRA)
imrpvoe performance of "show projects" page --- Key: CONTINUUM-448 URL: http://jira.codehaus.org/browse/CONTINUUM-448 Project: Continuum Type: Improvement Reporter: Brett Porter Fix For: 1.1 this seems to reload all

[jira] Created: (CONTINUUM-449) title bar says "Jabber" when creating an MSN notifier

2005-11-15 Thread Brett Porter (JIRA)
title bar says "Jabber" when creating an MSN notifier - Key: CONTINUUM-449 URL: http://jira.codehaus.org/browse/CONTINUUM-449 Project: Continuum Type: Bug Reporter: Brett Porter Priority: Trivial Fix Fo

[jira] Created: (MNG-1580) Unable to enable http-wagon instead of http-wagon-lightweight using

2005-11-15 Thread David Rice (JIRA)
Unable to enable http-wagon instead of http-wagon-lightweight using --- Key: MNG-1580 URL: http://jira.codehaus.org/browse/MNG-1580 Project: Maven 2 Type: Bug Versions: 2.0 Environm

[jira] Closed: (MEV-207) Hibernate 3.1rc2 missing jar

2005-11-15 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-207?page=all ] Carlos Sanchez closed MEV-207: -- Assign To: Carlos Sanchez Resolution: Fixed > Hibernate 3.1rc2 missing jar > > > Key: MEV-207 > URL: http://jira.co

[maven2 build - FAILED - update] Tue Nov 15 22:15:00 GMT 2005

2005-11-15 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20051115.221500.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Created: (MNG-1581) Make sure that there aren't two jars with the same artifactId and version

2005-11-15 Thread Carlos Sanchez (JIRA)
Make sure that there aren't two jars with the same artifactId and version - Key: MNG-1581 URL: http://jira.codehaus.org/browse/MNG-1581 Project: Maven 2 Type: Improvement Components: maven-war-

[jira] Created: (CONTINUUM-450) Publish the build results to a different machine

2005-11-15 Thread Carlos Sanchez (JIRA)
Publish the build results to a different machine Key: CONTINUUM-450 URL: http://jira.codehaus.org/browse/CONTINUUM-450 Project: Continuum Type: New Feature Versions: 1.0 Reporter: Carlos Sanchez The build

[maven2 build - FAILED - update] Tue Nov 15 22:30:00 GMT 2005

2005-11-15 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20051115.223001.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Created: (MPDIST-28) Allow to configure to which files should use CRLF line endings in Zip archives

2005-11-15 Thread Arnaud Heritier (JIRA)
Allow to configure to which files should use CRLF line endings in Zip archives -- Key: MPDIST-28 URL: http://jira.codehaus.org/browse/MPDIST-28 Project: maven-dist-plugin Type: Improvement

[maven2 build - FAILED - update] Tue Nov 15 22:45:01 GMT 2005

2005-11-15 Thread continuum
Log: http://maven.zones.apache.org/~maven/logs/m2-build-log-20051115.224501.txt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Created: (MNG-1582) Add how to convert pregoals and postgoals to lifecycle to the m1-m2 guide

2005-11-15 Thread Carlos Sanchez (JIRA)
Add how to convert pregoals and postgoals to lifecycle to the m1-m2 guide - Key: MNG-1582 URL: http://jira.codehaus.org/browse/MNG-1582 Project: Maven 2 Type: Improvement Components: documentat

[jira] Created: (MNG-1583) Give pointers to integration tests in the docs

2005-11-15 Thread Carlos Sanchez (JIRA)
Give pointers to integration tests in the docs -- Key: MNG-1583 URL: http://jira.codehaus.org/browse/MNG-1583 Project: Maven 2 Type: Improvement Components: documentation - guides Versions: 2.0 Reporter: Car

[jira] Created: (MNG-1584) add google analytics code to website

2005-11-15 Thread Brett Porter (JIRA)
add google analytics code to website Key: MNG-1584 URL: http://jira.codehaus.org/browse/MNG-1584 Project: Maven 2 Type: Task Components: documentation - general Reporter: Brett Porter Assigned to: Brett Porter I've cre

[jira] Closed: (MEV-195) securityfilter missing dependencies

2005-11-15 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/MEV-195?page=all ] Edwin Punzalan closed MEV-195: -- Resolution: Fixed Applied. Thanks. NOTE: May take up to 4hours for the fix to reach central repo. > securityfilter missing dependencies > ---

[jira] Closed: (MEV-194) cactus missing dependencies

2005-11-15 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/MEV-194?page=all ] Edwin Punzalan closed MEV-194: -- Resolution: Fixed Patch applied. Thanks. NOTE: May take up to 4hours for the fix to reach central repo. > cactus missing dependencies > --- >

[jira] Commented: (MEV-190) Missing dependencies for slide-webdavlib

2005-11-15 Thread Edwin Punzalan (JIRA)
[ http://jira.codehaus.org/browse/MEV-190?page=comments#action_51052 ] Edwin Punzalan commented on MEV-190: Can't seem to find 2.1 version. Are you referring to 2.1M1 ? > Missing dependencies for slide-webdavlib > ---

[jira] Commented: (MEV-190) Missing dependencies for slide-webdavlib

2005-11-15 Thread Mark Hobson (JIRA)
[ http://jira.codehaus.org/browse/MEV-190?page=comments#action_51053 ] Mark Hobson commented on MEV-190: - You mean on ibiblio? It's here: http://www.ibiblio.org/maven2/slide/slide-webdavlib/2.1/ Or if you mean the project, 2.1 is here: http://jakarta.apac

Re: Snapshots and version resolution

2005-11-15 Thread Brett Porter
You have to have that locally, I presume it was a failed deploy attempt in which case we need to improve the point at which the data is written. Look in your local repository for where the value comes from. - Brett Vincent Massol wrote: Hi, I have uploaded the cargo m2 plugin to a private re

  1   2   >