[jira] Updated: (CONTINUUM-258) https:// doesn't seem to be a supported mechanism for referencing a pom

2005-08-25 Thread Jesse McConnell (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-258?page=all ] Jesse McConnell updated CONTINUUM-258: -- Attachment: secure-url-continuum-core.patch secure-url-continuum-api.patch secure-url-plexus.patch

[jira] Commented: (CONTINUUM-258) https:// doesn't seem to be a supported mechanism for referencing a pom

2005-08-25 Thread Jesse McConnell (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-258?page=comments#action_45216 ] Jesse McConnell commented on CONTINUUM-258: --- attachments from the 25th are the ones that ought to be good to go, the others were for review and whatnot https://

Re: [M2] Compilation problems with latest from SVN

2005-08-25 Thread Carsten Ziegeler
Carsten Ziegeler wrote: Brett Porter wrote: This be related to the compiler changes that have been going on. Carsten - can you svn up with th elogging I just added and check the library is passed in? Sure, I can't at the moment, but I'll try tonight and report back tomorrow. Carsten

Re: [M2] Compilation problems with latest from SVN

2005-08-25 Thread Carsten Ziegeler
(This time with log attached) Carsten Ziegeler wrote: Brett Porter wrote: This be related to the compiler changes that have been going on. Carsten - can you svn up with th elogging I just added and check the library is passed in? Sure, I can't at the moment, but I'll try tonight and

RE: svn commit: r239417 - in /maven/maven-1/core/trunk: ./ src/java/org/apache/maven/repository/ src/java/org/apache/maven/verifier/ src/test/touchstone-build/ xdocs/reference/

2005-08-25 Thread Vincent Massol
-Original Message- From: Arnaud HERITIER [mailto:[EMAIL PROTECTED] Sent: mercredi 24 août 2005 23:31 To: 'Maven Developers List' Subject: RE: svn commit: r239417 - in /maven/maven-1/core/trunk: ./ src/java/org/apache/maven/repository/ src/java/org/apache/maven/verifier/

[jira] Created: (MAVEN-1674) maven.bat returns an errorlevel even though the build is successful

2005-08-25 Thread Arnaud Heritier (JIRA)
maven.bat returns an errorlevel even though the build is successful --- Key: MAVEN-1674 URL: http://jira.codehaus.org/browse/MAVEN-1674 Project: Maven Type: Bug Components: core Versions:

[jira] Closed: (MAVEN-1674) maven.bat returns an errorlevel even though the build is successful

2005-08-25 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1674?page=all ] Arnaud Heritier closed MAVEN-1674: -- Resolution: Fixed windows script fixed maven.bat returns an errorlevel even though the build is successful

[ANN] Java Application Plugin 1.3.1 released

2005-08-25 Thread Joerg . Schaible
The maven-plugins team is pleased to announce the Java Application Plugin 1.3.1 release! http://maven-plugins.sourceforge.net Plugin to generate an executable JAR Changes in this version include: Fixed bugs: o Applied patch from Eric Hartmann for Maven 1.1 compatibility. o Applied patch

[jira] Created: (MPIDEA-37) Add resources dirs as source directories

2005-08-25 Thread Eirik Maus (JIRA)
Add resources dirs as source directories Key: MPIDEA-37 URL: http://jira.codehaus.org/browse/MPIDEA-37 Project: maven-idea-plugin Type: Improvement Reporter: Eirik Maus We use spring for configuration of the modules in a

[jira] Created: (MPPMD-19) Java language level not settable through plugin

2005-08-25 Thread Wim Deblauwe (JIRA)
Java language level not settable through plugin --- Key: MPPMD-19 URL: http://jira.codehaus.org/browse/MPPMD-19 Project: maven-pmd-plugin Type: New Feature Versions: 1.7 Environment: Windows XP Reporter: Wim

Re: M2 and pom-less files

2005-08-25 Thread Steve Loughran
Brett Porter wrote: Hi Steve, Currently, it is always a warning (in SVN), it shouldn't fail. - Brett Steve Loughran wrote: if you are getting stuff from a legacy repository, e.g. http://cvs.apache.org/repository/, you are going to find that a lot of the stuff doesnt have any matching pom

[continuum build - SUCCESS - update] Thu Aug 25 11:00:00 GMT 2005

2005-08-25 Thread continuum
Distribution: http://maven.zones.apache.org/~continuum/builds/continuum-20050825.11.tar.gz Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050825.11.txt

ant1.7 : makeurl

2005-08-25 Thread Steve Loughran
FYi, I have donated my project's makeurl task to ant, so instead of making a file: URL by going pathconvert targetos=unix property=repo.path.unix map from=c: to=/ path pathelement location=${basedir}/target/deployment-repo-scm/ /path /pathconvert property

[jira] Commented: (CONTINUUM-258) https:// doesn't seem to be a supported mechanism for referencing a pom

2005-08-25 Thread Jesse McConnell (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-258?page=comments#action_45192 ] Jesse McConnell commented on CONTINUUM-258: --- I am in the process of creating a plexus-url-http component that wraps this functionality into MungedHttpsURL...leaving us

Re: M2 and pom-less files

2005-08-25 Thread Steve Loughran
Brett Porter wrote: Hi Steve, Currently, it is always a warning (in SVN), it shouldn't fail. - Brett -how does someone as blissfully ignorant of maven is me get the full ant task jar to build. I can do the m2 install of the particular module, but want to recreate the full jar without

[jira] Commented: (MPIDEA-30) Allow multiproject processing that optionally doesn't link the modules

2005-08-25 Thread Graham Triggs (JIRA)
[ http://jira.codehaus.org/browse/MPIDEA-30?page=comments#action_45194 ] Graham Triggs commented on MPIDEA-30: - Ooops - I've noticed that the source / patch that I've put up for linking source code to jars somehow makes IDEA forget how to deal with the

Re: [M2] Proposal for filtering of resources

2005-08-25 Thread Carsten Ziegeler
From the plan below, I'm able to address a) and b), but currently I don't know how to enhance the POM (Item c)). So if anyone could implement c) I'm willing to provide a patch for the resource plugin. Carsten Carsten Ziegeler wrote: Now, what do you think of the following: a) the resource

Re: [M2] Proposal for filtering of resources

2005-08-25 Thread Trygve Laugstøl
On Thu, Aug 25, 2005 at 03:18:45PM +0200, Carsten Ziegeler wrote: From the plan below, I'm able to address a) and b), but currently I don't know how to enhance the POM (Item c)). So if anyone could implement c) I'm willing to provide a patch for the resource plugin. You can change the POM

[jira] Created: (MNG-784) Bad pom in dependent file produces useless error messages at info level

2005-08-25 Thread Steve Loughran (JIRA)
Bad pom in dependent file produces useless error messages at info level --- Key: MNG-784 URL: http://jira.codehaus.org/browse/MNG-784 Project: Maven 2 Type: Bug Components: maven-artifact-ant

Re: [M2] Proposal for filtering of resources

2005-08-25 Thread Carsten Ziegeler
Trygve Laugstøl wrote: On Thu, Aug 25, 2005 at 03:18:45PM +0200, Carsten Ziegeler wrote: From the plan below, I'm able to address a) and b), but currently I don't know how to enhance the POM (Item c)). So if anyone could implement c) I'm willing to provide a patch for the resource plugin.

[continuum build - SUCCESS - update] Thu Aug 25 13:30:00 GMT 2005

2005-08-25 Thread continuum
Distribution: http://maven.zones.apache.org/~continuum/builds/continuum-20050825.133000.tar.gz Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050825.133000.txt

Re: M2 and pom-less files

2005-08-25 Thread Brett Porter
Steve Loughran wrote: -how does someone as blissfully ignorant of maven is me get the full ant task jar to build. I can do the m2 install of the particular module, but want to recreate the full jar without doing it by hand.. m2 assembly:assembly (we've just recently done the work such that

Re: [M2] Compilation problems with latest from SVN

2005-08-25 Thread Brett Porter
That's actually a bug we need to fix. While the resolution technique might be latest instead of nearest, I think the version in the current POM should always win. You could actually do this by using [1.3.02] in the mean time, or you can add exclusions for those introducing the other xml-apis

Re: [M2] Proposal for filtering of resources

2005-08-25 Thread Brett Porter
Yes, I know - but I'm not sure how to add a nested structure to it, but perhaps I can figure it out somehow... But before I start working on a patch, I would like to know if there is general interest in it. I don't want to work for the trashcan :) I think we're all interested, but I'd like

Re: [M2] Proposal for filtering of resources

2005-08-25 Thread Kenney Westerhof
On Thu, 25 Aug 2005, Carsten Ziegeler wrote: There sure is. I suggest you create a JIRA issue for this, and describe the final solution there so we have a central place for the design. Also you can attach the patches you make there. Some comments: c) The POM gets the filtering tags at the

[jira] Updated: (MNG-784) Bad pom in dependent file produces useless error messages at info level

2005-08-25 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-784?page=all ] Brett Porter updated MNG-784: - Fix Version: 2.0-beta-2 yep, error reporting definitely needs work. Bad pom in dependent file produces useless error messages at info level

Re: [M2] Compilation problems with latest from SVN

2005-08-25 Thread Brett Porter
Carsten Ziegeler wrote: How do I specify this? version[1.3.02]/version creates a NPE. Another bug?! Does [1.3.02,1.3.02] work? I was thinking about using a new name like xml-commons-apis as it is a sub project of the xml-commons project. This would solve the mess but introduce a new name.

Re: [M2] Compilation problems with latest from SVN

2005-08-25 Thread Carsten Ziegeler
Brett Porter wrote: That's actually a bug we need to fix. While the resolution technique might be latest instead of nearest, I think the version in the current POM should always win. Yes :) You could actually do this by using [1.3.02] in the mean time, How do I specify this?

Re: [M2] Proposal for filtering of resources

2005-08-25 Thread Carsten Ziegeler
Kenney Westerhof wrote: Thinking about this, I'm not really sure anymore what the correct solution would be. We have the following features/demands: I had the same feeling yesterday when I wrote the last proposal :) 1) being able to split resources up into two groups: the filtered-on-copy

Re: [M2] Proposal for filtering of resources

2005-08-25 Thread Thomas Van de Velde
I agree with Kenney on the need for environment specific filter files. I have used such an approach for M1 as follows: goal name=filter:init !-- Check if an environment has been passed -- maven:paramCheck value=${maven.filter.env} fail=true message=You have to define a filter environment

Re: M2 and pom-less files

2005-08-25 Thread Steve Loughran
Brett Porter wrote: Steve Loughran wrote: -how does someone as blissfully ignorant of maven is me get the full ant task jar to build. I can do the m2 install of the particular module, but want to recreate the full jar without doing it by hand.. m2 assembly:assembly (we've just recently

Re: [M2] Compilation problems with latest from SVN

2005-08-25 Thread Carsten Ziegeler
Brett Porter wrote: Carsten Ziegeler wrote: How do I specify this? version[1.3.02]/version creates a NPE. Another bug?! It seems so :( I get this stack trace: java.lang.NullPointerException: version was null for xml-apis:xml-apis at

Re: [M2] Proposal for filtering of resources

2005-08-25 Thread Kenney Westerhof
On Thu, 25 Aug 2005, Thomas Van de Velde wrote: I am wondering if M2 could have something like: filtering filterTokens tokenvalue/token /filterTokens filterFiles filterFile env=foodevfoo.properties/filterFile filterFilebar.properties/filterFile /filterFiles /filtering Filters are

Re: M2 and pom-less files

2005-08-25 Thread Brett Porter
Steve Loughran wrote: yes, it gets past that, only to encounter some more fun related do directory-naming/naming-java/0.8 : [m2-libraries] Downloading: directory-naming/poms/naming-java-0.8.pom [m2-libraries] Transferring 0K [m2-libraries] [WARNING] *** CHECKSUM FAILED - Checksum failed on

Re: [M2] Compilation problems with latest from SVN

2005-08-25 Thread Brett Porter
Do you want me to file a JIRA issue? Yep, I'll take a look tomorrow. Sorry about that. - Brett - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Created: (MAVEN-1675) Unable to extract maven-nsis-plugin-1.1.jar

2005-08-25 Thread Alex Mayorga Adame (JIRA)
Unable to extract maven-nsis-plugin-1.1.jar --- Key: MAVEN-1675 URL: http://jira.codehaus.org/browse/MAVEN-1675 Project: Maven Type: Bug Components: plugin manager Versions: 1.0.2 Environment: Solaris 5.8, JDK

[jira] Commented: (MPCLEAN-6) maven-clean plugin does not remove velocity.log.? files

2005-08-25 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPCLEAN-6?page=comments#action_45203 ] Lukas Theussl commented on MPCLEAN-6: - This is a duplicate of MPXDOC-124 which is fixed now. maven-clean plugin does not remove velocity.log.? files

[jira] Created: (MNG-785) m2 tomcat plugin

2005-08-25 Thread Mark Hobson (JIRA)
m2 tomcat plugin Key: MNG-785 URL: http://jira.codehaus.org/browse/MNG-785 Project: Maven 2 Type: New Feature Components: maven-plugins Versions: 2.0-beta-1 Reporter: Mark Hobson Attachments: maven-tomcat-plugin.zip See attached for

[jira] Closed: (MAVENUPLOAD-490) Upload wicket-1.0.2-bundle.jar, wicket-1.1-b3-bundle.jar, wicket-extensions-1.1-b3-bundle.jar

2005-08-25 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-490?page=all ] Carlos Sanchez closed MAVENUPLOAD-490: -- Resolution: Fixed Upload wicket-1.0.2-bundle.jar, wicket-1.1-b3-bundle.jar, wicket-extensions-1.1-b3-bundle.jar

[jira] Created: (MPJAVA-39) Plug-in ignores source generated during Maven run

2005-08-25 Thread Guy Rixon (JIRA)
Plug-in ignores source generated during Maven run - Key: MPJAVA-39 URL: http://jira.codehaus.org/browse/MPJAVA-39 Project: maven-java-plugin Type: Bug Environment: Windows XP SP2; JDK 1.5; Maven 1.0.2; Reporter: Guy

[jira] Closed: (MAVENUPLOAD-491) Please upload HtmlUnit-1.7

2005-08-25 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-491?page=all ] Carlos Sanchez closed MAVENUPLOAD-491: -- Assign To: Carlos Sanchez Resolution: Fixed Please upload HtmlUnit-1.7 -- Key: MAVENUPLOAD-491

[jira] Commented: (MEV-65) dependencies not set inside ibiblio repository.

2005-08-25 Thread Carlos Sanchez (JIRA)
[ http://jira.codehaus.org/browse/MEV-65?page=comments#action_45205 ] Carlos Sanchez commented on MEV-65: --- If you provide a pom we can upload that will fix the issue. dependencies not set inside ibiblio repository.

[jira] Updated: (MNG-732) Improve plugin configuration property merge algorithm

2005-08-25 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-732?page=all ] John Casey updated MNG-732: --- Remaining Estimate: 3 hours (was: 8 hours) Original Estimate: 10800 (was: 28800) since this is mostly a plexus fix, the hours on this end are basically just for

[jira] Updated: (MNG-680) project.getParent().getBasedir() returns the same as project.getBasedir()

2005-08-25 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-680?page=all ] John Casey updated MNG-680: --- Complexity: Expert Remaining Estimate: 2 hours Original Estimate: 7200 project.getParent().getBasedir() returns the same as project.getBasedir()

[jira] Commented: (MNG-760) m2 eclipse plugin improvements (source download and attachment, customization of natures/builders/conclasspath, flexible project dupport) and refactoring

2005-08-25 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-760?page=comments#action_45209 ] Kenney Westerhof commented on MNG-760: -- I'm sorry but I can't get this patch to apply, even when I downgraded to the revision specified in that dir. Could you please svn up, fix

[jira] Commented: (MNG-785) m2 tomcat plugin

2005-08-25 Thread Trygve Laugstol (JIRA)
[ http://jira.codehaus.org/browse/MNG-785?page=comments#action_45210 ] Trygve Laugstol commented on MNG-785: - Thanks a lot for your work, I haven't looked at the code yet but a couple of quick comments: 1) How much of this is covered by cargo:

[jira] Commented: (MNG-760) m2 eclipse plugin improvements (source download and attachment, customization of natures/builders/conclasspath, flexible project dupport) and refactoring

2005-08-25 Thread Trygve Laugstol (JIRA)
[ http://jira.codehaus.org/browse/MNG-760?page=comments#action_45211 ] Trygve Laugstol commented on MNG-760: - Please read http://maven.apache.org/maven2/developers/development-guide.html on how to create and submit patches. m2 eclipse plugin

[jira] Commented: (MNG-760) m2 eclipse plugin improvements (source download and attachment, customization of natures/builders/conclasspath, flexible project dupport) and refactoring

2005-08-25 Thread Trygve Laugstol (JIRA)
[ http://jira.codehaus.org/browse/MNG-760?page=comments#action_45212 ] Trygve Laugstol commented on MNG-760: - - after converting parameters to List I couldn't find any way to set default values using the default-value tag. Maybe should I renounce to

[jira] Updated: (CONTINUUM-258) https:// doesn't seem to be a supported mechanism for referencing a pom

2005-08-25 Thread Jesse McConnell (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-258?page=all ] Jesse McConnell updated CONTINUUM-258: -- Attachment: secure-url.patch /home/jesse/osrc/plexus/secure-url.patch this patchs in the usage of the file I'll be attaching next for resolution of

[jira] Updated: (CONTINUUM-258) https:// doesn't seem to be a supported mechanism for referencing a pom

2005-08-25 Thread Jesse McConnell (JIRA)
[ http://jira.codehaus.org/browse/CONTINUUM-258?page=all ] Jesse McConnell updated CONTINUUM-258: -- Attachment: MungedHttpsURL.java

svn commit: r240129 - in /maven/components/trunk/maven-core-it: ./ it0060/ it0060/subproject/ it0060/subproject/src/ it0060/subproject/src/main/ it0060/subproject/src/main/java/ it0060/subproject/src/main/java/org/ it0060/subproject/src/main/java/org/a...

2005-08-25 Thread jdcasey
Author: jdcasey Date: Thu Aug 25 13:19:40 2005 New Revision: 240129 URL: http://svn.apache.org/viewcvs?rev=240129view=rev Log: Resolving: MNG-732 o new version of plexus-utils with Xpp3Dom.mergeXpp3Dom(..) modification allows appending of list elements. o added it0060 to test new functionality.

[jira] Closed: (MNG-732) Improve plugin configuration property merge algorithm

2005-08-25 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-732?page=all ] John Casey closed MNG-732: -- Resolution: Fixed see it0060 Improve plugin configuration property merge algorithm - Key: MNG-732

[maven2 build - SUCCESS - update] Thu Aug 25 20:45:00 GMT 2005

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

svn commit: r240143 - in /maven/components/trunk/maven-plugins/maven-eclipse-plugin/src: main/java/org/apache/maven/plugin/eclipse/ test/java/org/apache/maven/plugin/eclipse/ test/projects/project-3/ test/projects/project-3/src/ test/projects/project-3...

2005-08-25 Thread kenney
Author: kenney Date: Thu Aug 25 14:28:30 2005 New Revision: 240143 URL: http://svn.apache.org/viewcvs?rev=240143view=rev Log: o Fix MNG-410 (and MNG-769, MNG-738). Added testcase project-3 to demonstrate this. o Added testcase to check generation of eclipse files in different location;

[jira] Closed: (MNG-410) mave-eclipse-plugin adds duplicate classpath entry under some circonstances

2005-08-25 Thread Kenney Westerhof (JIRA)
[ http://jira.codehaus.org/browse/MNG-410?page=all ] Kenney Westerhof closed MNG-410: Resolution: Fixed Fix Version: 2.0-beta-1 fixed in svn revision 240143. Took the easy way out by not supporting includes/exlcudes since eclipse only supports

[maven2 build - SUCCESS - update] Thu Aug 25 21:30:00 GMT 2005

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

JIRA status

2005-08-25 Thread Kenney Westerhof
Hi, JIRA issues can have the following statusses: o Open o In Progress o Reopened o Resolved o Closed o Iteration o Submitted o Analysis I know there are limitations set on the MNG workflow to only allow Open, Reopened(?), Closed. (too bad JIRA shows all statusses in a 'Find'). I don't know

RE: JIRA status

2005-08-25 Thread Arnaud HERITIER
Hi Kenney, Even if we never use it, I think that the 'resolved' status should be used when an issue is fixed but we stand for the reporter validation. My 2 cts And my +1 if you want to simplify the workflow. Arnaud Hi, JIRA issues can have the following statusses: o Open o

[vote] Lukas Theussl as a maven plugins committer

2005-08-25 Thread Arnaud HERITIER
Hi all, I would like to nominate Lukas as a committer to the plugins for m1 and m2. Lukas helped us recently on the pdf and xdoc plugins, sending us patchs and helping users on the ML. He's interesting to continue to help us on these plugins and others on m1 and could try to work on the

Re: [vote] Lukas Theussl as a maven plugins committer

2005-08-25 Thread Trygve Laugstøl
On Thu, Aug 25, 2005 at 11:51:35PM +0200, Arnaud HERITIER wrote: Hi all, I would like to nominate Lukas as a committer to the plugins for m1 and m2. Lukas helped us recently on the pdf and xdoc plugins, sending us patchs and helping users on the ML. He's interesting to continue to

[jira] Created: (MNG-786) clean:clean goal ignores profile settings

2005-08-25 Thread Dan Tran (JIRA)
clean:clean goal ignores profile settings - Key: MNG-786 URL: http://jira.codehaus.org/browse/MNG-786 Project: Maven 2 Type: Bug Components: maven-plugins Versions: 2.0-beta-1 Environment: XP Reporter: Dan Tran

Re: [vote] Lukas Theussl as a maven plugins committer

2005-08-25 Thread Emmanuel Venisse
+1 Emmanuel Arnaud HERITIER wrote: Hi all, I would like to nominate Lukas as a committer to the plugins for m1 and m2. Lukas helped us recently on the pdf and xdoc plugins, sending us patchs and helping users on the ML. He's interesting to continue to help us on these plugins and

svn commit: r240154 - in /maven/components/trunk/maven-core-it: ./ it0061/ it0061/src/ it0061/src/main/ it0061/src/main/java/ it0061/src/main/java/org/ it0061/src/main/java/org/apache/ it0061/src/main/java/org/apache/maven/ it0061/src/main/java/org/apa...

2005-08-25 Thread jdcasey
Author: jdcasey Date: Thu Aug 25 15:53:43 2005 New Revision: 240154 URL: http://svn.apache.org/viewcvs?rev=240154view=rev Log: Resolving (Cannot Reproduce): MNG-731 o Added it0061 to verify deployment using legacy layout for the distribution repository. Added:

[jira] Closed: (MNG-731) directory structure invalid for legacy deploy

2005-08-25 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-731?page=all ] John Casey closed MNG-731: -- Resolution: Cannot Reproduce see it0061 directory structure invalid for legacy deploy - Key: MNG-731 URL:

[jira] Updated: (MNG-717) dependency doesn't allow dependencyManagement to provide scope

2005-08-25 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-717?page=all ] John Casey updated MNG-717: --- Remaining Estimate: 3 hours Original Estimate: 10800 dependency doesn't allow dependencyManagement to provide scope

[jira] Updated: (MNG-609) Filtered resources should support ${pom.*} and ${project.*} syntax only, not ${*}, for POM properties

2005-08-25 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-609?page=all ] John Casey updated MNG-609: --- Complexity: Expert Remaining Estimate: 3 hours Original Estimate: 10800 Filtered resources should support ${pom.*} and ${project.*} syntax only, not ${*},

[jira] Updated: (MNG-542) Allow properties to inherit from other properties

2005-08-25 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-542?page=all ] John Casey updated MNG-542: --- Remaining Estimate: 6 hours Original Estimate: 21600 Allow properties to inherit from other properties - Key:

[maven2 build - FAILED - checkout] Fri Aug 26 00:15:00 GMT 2005

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

Re: [vote] Lukas Theussl as a maven plugins committer

2005-08-25 Thread Carlos Sanchez
+1 On 8/25/05, Emmanuel Venisse [EMAIL PROTECTED] wrote: +1 Emmanuel Arnaud HERITIER wrote: Hi all, I would like to nominate Lukas as a committer to the plugins for m1 and m2. Lukas helped us recently on the pdf and xdoc plugins, sending us patchs and helping users on the

[maven2 build - FAILED - checkout] Fri Aug 26 00:30:00 GMT 2005

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

[continuum build - FAILED - checkout] Fri Aug 26 00:30:00 GMT 2005

2005-08-25 Thread continuum
Log: http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050826.003000.txt