[jira] Work started: (MNG-291) Resolve Problems in Mojos

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-291?page=history ] Work on MNG-291 started by Brett Porter > Resolve Problems in Mojos > - > > Key: MNG-291 > URL: http://jira.codehaus.org/browse/MNG-291 > Project: m2 > Type: Bug > Component

svn commit: r161028 - in maven/maven-1/plugins/trunk/artifact: project.xml src/main/org/apache/maven/artifact/deployer/DefaultArtifactDeployer.java

2005-04-11 Thread brett
Author: brett Date: Mon Apr 11 23:45:45 2005 New Revision: 161028 URL: http://svn.apache.org/viewcvs?view=rev&rev=161028 Log: - use a released version of wagon, for the most part - use the alpha-3 API so the SHA-1 checksum works - add SHA-1 checksum deployment Modified: maven/maven-1/plugins/

[jira] Created: (MNG-296) m2 deploy on no project dies a horrible death

2005-04-11 Thread Brett Porter (JIRA)
m2 deploy on no project dies a horrible death - Key: MNG-296 URL: http://jira.codehaus.org/browse/MNG-296 Project: m2 Type: Bug Components: maven-core Reporter: Brett Porter Fix For: 2.0-alpha-2 this probably

[jira] Closed: (MNG-260) deployed snapshots are immediately downloaded - but fails due to the sync delay

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-260?page=history ] Brett Porter closed MNG-260: Resolution: Fixed > deployed snapshots are immediately downloaded - but fails due to the sync > delay > --

[jira] Work started: (MNG-260) deployed snapshots are immediately downloaded - but fails due to the sync delay

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-260?page=history ] Work on MNG-260 started by Brett Porter > deployed snapshots are immediately downloaded - but fails due to the sync > delay > --- > > Key: MNG-2

[jira] Closed: (MNG-265) check repository definition behaviour

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-265?page=history ] Brett Porter closed MNG-265: Fix Version: (was: 2.0-alpha-2) Resolution: Cannot Reproduce tested, all ok > check repository definition behaviour > - >

[jira] Commented: (MNG-164) add beanshell support

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-164?page=comments#action_31896 ] Brett Porter commented on MNG-164: -- licensed under Sun Public License... it appears this is ok to distribute. > add beanshell support > - > > Key: MNG-1

[jira] Work stopped: (MNG-257) issues to resolve on the packaging vs type mismatch

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-257?page=history ] Work on MNG-257 stopped by Brett Porter > issues to resolve on the packaging vs type mismatch > --- > > Key: MNG-257 > URL: http://jira.codehaus.org/browse/MNG-257

Re: [vote] convert maven 2 CVS to subversion

2005-04-11 Thread Brett Porter
There were 8 +1's. Given that the majority of the PMC and all active m2 committers and some interested parties have voted, I'll kick this over to infrastructure now. Cheers, Brett Brett Porter wrote: >I'd like to find a time ASAP to do this. Note that we have already voted >to move SCM and Wago

Re: [take 2] m2 and offline mode

2005-04-11 Thread Brett Porter
Looks good to me. John Casey wrote: > I'm pasting the contents of > maven-components/maven-core/src/site/apt/offline-mode.apt in here again, > to update everyone on some of the details I've added. >

Re: [vote] convert maven 2 CVS to subversion

2005-04-11 Thread Jason van Zyl
On Tue, 2005-04-12 at 00:22 +1000, Brett Porter wrote: > I'd like to find a time ASAP to do this. Note that we have already voted > to move SCM and Wagon, so these will be moved at the same time. > > I propose to import each as: > maven-2/trunk > maven-wagon/trunk > maven-scm/trunk +1 --

[jira] Created: (MNG-295) ./build.properties equivalent

2005-04-11 Thread Brett Porter (JIRA)
./build.properties equivalent - Key: MNG-295 URL: http://jira.codehaus.org/browse/MNG-295 Project: m2 Type: Bug Reporter: Brett Porter Fix For: 2.0-alpha-3 need a way to be able to quickly override settings in the POM for trying

[jira] Created: (MNG-294) installation-wide configuration

2005-04-11 Thread Brett Porter (JIRA)
installation-wide configuration --- Key: MNG-294 URL: http://jira.codehaus.org/browse/MNG-294 Project: m2 Type: Bug Reporter: Brett Porter Fix For: 2.0-alpha-3 similar (identical?) to settings.xml - we need something that can be

[jira] Commented: (MNG-291) Resolve Problems in Mojos

2005-04-11 Thread christian koestlin (JIRA)
[ http://jira.codehaus.org/browse/MNG-291?page=comments#action_31892 ] christian koestlin commented on MNG-291: i dont think its a problem with this particular dependency... i took commons-logging by random choice, could easily be checked agains

cvs commit: maven-components/maven-plugins/maven-idea-plugin/src/main/java/org/apache/maven/plugin/idea IdeaMojo.java

2005-04-11 Thread jvanzyl
jvanzyl 2005/04/11 16:43:13 Modified: maven-plugins/maven-idea-plugin/src/main/java/org/apache/maven/plugin/idea IdeaMojo.java Log: o when dealing with a single project, make a module for that project. Revision ChangesPath 1.4 +14 -5 mav

[jira] Updated: (MNG-291) Resolve Problems in Mojos

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-291?page=history ] Brett Porter updated MNG-291: - Fix Version: 2.0-alpha-2 I think he meant to comment out commons-logging. verified as a bug - possibly a validation error on commons logging. > Resolve Problems in Mojo

[jira] Commented: (MNG-291) Resolve Problems in Mojos

2005-04-11 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-291?page=comments#action_31890 ] John Casey commented on MNG-291: maybe I'm missing something, but I didn't see a commented dependency in test/pom.xml. I'll keep poking around. > Resolve Problems in Mojos > --

[jira] Created: (MNG-293) mojo parameter validation should communicate expression

2005-04-11 Thread Brett Porter (JIRA)
mojo parameter validation should communicate expression --- Key: MNG-293 URL: http://jira.codehaus.org/browse/MNG-293 Project: m2 Type: Sub-task Components: maven-core Reporter: Brett Porter Fix For: 2.

[jira] Commented: (MNG-283) move MavenSettings.java code into Settings via modello

2005-04-11 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-283?page=comments#action_31889 ] John Casey commented on MNG-283: alright, that's a fair point. :) It's a fairly small cut/paste change, so I'll take care of that tonight or tomorrow. > move MavenSettings.java cod

[jira] Created: (MNG-292) improve the modello generated xdoc

2005-04-11 Thread Brett Porter (JIRA)
improve the modello generated xdoc -- Key: MNG-292 URL: http://jira.codehaus.org/browse/MNG-292 Project: m2 Type: Bug Reporter: Brett Porter Fix For: 2.0-alpha-2 - indenting - presence of closing tags in incorrect location -

[jira] Updated: (MPXDOC-140) user supplied xdocs can't use the pom for variable substitution

2005-04-11 Thread Mike Traum (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-140?page=history ] Mike Traum updated MPXDOC-140: -- Attachment: maven-xdoc-plugin.patch Unified diff against cvs head > user supplied xdocs can't use the pom for variable substitution > -

[jira] Created: (MNG-291) Resolve Problems in Mojos

2005-04-11 Thread christian koestlin (JIRA)
Resolve Problems in Mojos - Key: MNG-291 URL: http://jira.codehaus.org/browse/MNG-291 Project: m2 Type: Bug Components: maven-core Versions: 2.0-alpha-1 Reporter: christian koestlin Attachments: maven2-resolve-bug.zip steps t

[jira] Commented: (MPXDOC-140) user supplied xdocs can't use the pom for variable substitution

2005-04-11 Thread Arnaud HERITIER (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-140?page=comments#action_31885 ] Arnaud HERITIER commented on MPXDOC-140: Can you generate an unified diff please. Thx. > user supplied xdocs can't use the pom for variable substitution > ---

[jira] Commented: (MNG-283) move MavenSettings.java code into Settings via modello

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-283?page=comments#action_31884 ] Brett Porter commented on MNG-283: -- My intention was that the methods with only operate on the model could be added to the .mdo via , so that anything using that file can get the a

Re: Will these issues be addressed in Maven 2?

2005-04-11 Thread Chad Woolley
Ok this all sounds good! I'll send any future posts to the dev list. Thanks, Chad On Apr 10, 2005 9:42 PM, Brett Porter <[EMAIL PROTECTED]> wrote: > (in future, please reply to dev@maven.apache.org as we are going to > close this list - thanks) > > Chad Woolley wrote: > > >Hmm, this may be wha

Re: [vote] convert maven 2 CVS to subversion

2005-04-11 Thread Trygve Laugstøl
+1 -- Trygve On Tue, 2005-04-12 at 00:22 +1000, Brett Porter wrote: > I'd like to find a time ASAP to do this. Note that we have already voted > to move SCM and Wagon, so these will be moved at the same time. > > I propose to import each as: > maven-2/trunk > maven-wagon/trunk > maven-scm/

[jira] Created: (MPXDOC-140) user supplied xdocs can't use the pom for variable substitution

2005-04-11 Thread Mike Traum (JIRA)
user supplied xdocs can't use the pom for variable substitution Key: MPXDOC-140 URL: http://jira.codehaus.org/browse/MPXDOC-140 Project: maven-xdoc-plugin Type: Improvement Versions: 1.8 Re

cvs commit: maven-components/maven-core/src/site/apt offline-mode.apt

2005-04-11 Thread jdcasey
jdcasey 2005/04/11 14:04:17 Modified:maven-core/src/site/apt offline-mode.apt Log: Removed requiredConnectivity doco, added requiresOnline instead. Revision ChangesPath 1.3 +28 -28maven-components/maven-core/src/site/apt/offline-mode.apt Index: offline-mode

[jira] Commented: (MNG-24) Document all phases sensitive to offline status

2005-04-11 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-24?page=comments#action_31881 ] John Casey commented on MNG-24: --- documentation of this feature is being stored in: maven-components/maven-core/src/site/apt/offline-mode.apt. > Document all phases sensitive to offline

[jira] Work started: (MNG-24) Document all phases sensitive to offline status

2005-04-11 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-24?page=history ] Work on MNG-24 started by John Casey > Document all phases sensitive to offline status > --- > > Key: MNG-24 > URL: http://jira.codehaus.org/browse/MNG-24 > Project

[jira] Commented: (MNG-283) move MavenSettings.java code into Settings via modello

2005-04-11 Thread John Casey (JIRA)
[ http://jira.codehaus.org/browse/MNG-283?page=comments#action_31880 ] John Casey commented on MNG-283: Unless we want to add a lot of complexity to our code which uses the settings, we need to have some sort of utility methods for retrieving the active

[jira] Commented: (MAVENUPLOAD-338) Upload Javassist 3.0

2005-04-11 Thread Howard M. Lewis Ship (JIRA)
[ http://jira.codehaus.org/browse/MAVENUPLOAD-338?page=comments#action_31872 ] Howard M. Lewis Ship commented on MAVENUPLOAD-338: -- I've uploaded it again with a new name: jabundle.jar Here's part of the transcript: bash-2.05b$ jar cf

[jira] Created: (MNG-290) Define best practice for using m2 in a shared development environment

2005-04-11 Thread Jason van Zyl (JIRA)
Define best practice for using m2 in a shared development environment - Key: MNG-290 URL: http://jira.codehaus.org/browse/MNG-290 Project: m2 Type: Task Versions: 2.0-alpha-3 Reporter: Ja

cvs commit: maven-components/maven-site/src/site/xdoc general.fml

2005-04-11 Thread brett
brett 2005/04/11 09:58:35 Added: maven-site/src/site/xdoc general.fml Log: add missing file Revision ChangesPath 1.1 maven-components/maven-site/src/site/xdoc/general.fml Index: general.fml ==

[jira] Created: (MAVEN-1591) 'maven.repo.local' not honored by all

2005-04-11 Thread Jamie Bisotti (JIRA)
'maven.repo.local' not honored by all - Key: MAVEN-1591 URL: http://jira.codehaus.org/browse/MAVEN-1591 Project: maven Type: Bug Versions: 1.0.2 Environment: Windows XP SP2; Java 1.5.0_02; Maven 1.0.2 Reporter: Jamie B

[jira] Closed: (MAVEN-1590) Maven wont deploy dependencies with same artifiactId

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1590?page=history ] Brett Porter closed MAVEN-1590: --- Resolution: Duplicate fixed in Maven 1.1, and reported several times already. > Maven wont deploy dependencies with same artifiactId > --

RE: Maven 2.0 Technology Preview release

2005-04-11 Thread David Jackman
Some docs on the Maven site talk about version 1.1. Is an interim 1.1 release still planned, or is everything looking forward to 2.0? Is there a projected release date for 2.0 at this time? -Original Message- From: Brett Porter [mailto:[EMAIL PROTECTED] Sent: Friday, April 08, 2005 10

Re: problems with remote deployment

2005-04-11 Thread artur
Thanks My mistake :))

Re: [vote] convert maven 2 CVS to subversion

2005-04-11 Thread Felipe Leme
On Tue, 2005-04-12 at 00:22 +1000, Brett Porter wrote: > [x] +1, go for it - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Created: (MNG-289) war plugin won't install if warName was provided

2005-04-11 Thread Brett Porter (JIRA)
war plugin won't install if warName was provided Key: MNG-289 URL: http://jira.codehaus.org/browse/MNG-289 Project: m2 Type: New Feature Components: maven-plugins Versions: 2.0-alpha-1 Reporter: Brett P

[jira] Created: (MAVEN-1590) Maven wont deploy dependencies with same artifiactId

2005-04-11 Thread Java Rab (JIRA)
Maven wont deploy dependencies with same artifiactId Key: MAVEN-1590 URL: http://jira.codehaus.org/browse/MAVEN-1590 Project: maven Type: Bug Components: core Versions: 1.0, 1.0.1, 1.0.2 Environment: W

RE: [vote] convert maven 2 CVS to subversion

2005-04-11 Thread Vincent Massol
+1 (not sure my vote counts ;-)). -Vincent > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: lundi 11 avril 2005 16:22 > To: dev@maven.apache.org > Subject: [vote] convert maven 2 CVS to subversion > > I'd like to find a time ASAP to do this. Note that we have a

[jira] Updated: (MNG-125) guarded mojo execution

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-125?page=history ] Brett Porter updated MNG-125: - Fix Version: (was: 2.0-alpha-2) 2.0-alpha-3 > guarded mojo execution > -- > > Key: MNG-125 > URL: http://jira.c

[jira] Work started: (MNG-257) issues to resolve on the packaging vs type mismatch

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-257?page=history ] Work on MNG-257 started by Brett Porter > issues to resolve on the packaging vs type mismatch > --- > > Key: MNG-257 > URL: http://jira.codehaus.org/browse/MNG-257

[jira] Work stopped: (MNG-222) maven2 site and getting started guide

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-222?page=history ] Work on MNG-222 stopped by Brett Porter > maven2 site and getting started guide > - > > Key: MNG-222 > URL: http://jira.codehaus.org/browse/MNG-222 > Project: m2 >

[jira] Created: (MNG-288) get basic site stuff working

2005-04-11 Thread Brett Porter (JIRA)
get basic site stuff working Key: MNG-288 URL: http://jira.codehaus.org/browse/MNG-288 Project: m2 Type: New Feature Reporter: Brett Porter Fix For: 2.0-alpha-2 -- This message is automatically generated by JIRA. - If you th

svn commit: r160888 - maven/continuum/trunk/pom.xml

2005-04-11 Thread trygvis
Author: trygvis Date: Mon Apr 11 07:33:43 2005 New Revision: 160888 URL: http://svn.apache.org/viewcvs?view=rev&rev=160888 Log: o Adding -web back to the modules set. Modified: maven/continuum/trunk/pom.xml Modified: maven/continuum/trunk/pom.xml URL: http://svn.apache.org/viewcvs/maven/con

Re: problems with remote deployment

2005-04-11 Thread Brett Porter
This sounds like a Maven 1.0 problem. You should be posting to users@maven.apache.org You are missing "myrepo." from the directory, username and password properties. (ie maven.repo.myrepo.directory, etc). If this does not help, please post more of the context around that error (to the users list)

Re: [vote] convert maven 2 CVS to subversion

2005-04-11 Thread Arnaud HERITIER
+1 even if I don't commit yet ;-) On Apr 11, 2005 4:25 PM, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > +1 for me. > > Emmanuel > > Brett Porter said: > > I'd like to find a time ASAP to do this. Note that we have already voted > > to move SCM and Wagon, so these will be moved at the same time.

[jira] Commented: (MNG-263) restructure maven-components when in SVN

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-263?page=comments#action_31856 ] Brett Porter commented on MNG-263: -- full list: maven-2/ maven-components/ trunk/ maven-archiver/ --> does this belong in here? it is not part of the bootstrap, a

Re: [vote] convert maven 2 CVS to subversion

2005-04-11 Thread Emmanuel Venisse
+1 for me. Emmanuel Brett Porter said: > I'd like to find a time ASAP to do this. Note that we have already voted > to move SCM and Wagon, so these will be moved at the same time. > > I propose to import each as: > maven-2/trunk > maven-wagon/trunk > maven-scm/trunk > > I fully intend to ma

Re: [vote] convert maven 2 CVS to subversion

2005-04-11 Thread John Casey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Let's get this over with. +1. Brett Porter wrote: > I'd like to find a time ASAP to do this. Note that we have already voted > to move SCM and Wagon, so these will be moved at the same time. > > I propose to import each as: > maven-2/trunk > mav

[vote] convert maven 2 CVS to subversion

2005-04-11 Thread Brett Porter
I'd like to find a time ASAP to do this. Note that we have already voted to move SCM and Wagon, so these will be moved at the same time. I propose to import each as: maven-2/trunk maven-wagon/trunk maven-scm/trunk I fully intend to make changes later, using svn mv and rearchitecting the bui

problems with remote deployment

2005-04-11 Thread artur
Hi , I try to deploy a project in the remote repository with "maven jar:deploy" file build.properties contains : 'maven.repo.list=myrepo maven.repo.myrepo=ftp://myIP maven.repo.directory=maven_tests maven.repo.username=myuser maven.repo.password=mypass' unfortunately i receive following error '

[jira] Commented: (MNG-263) restructure maven-components when in SVN

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-263?page=comments#action_31855 ] Brett Porter commented on MNG-263: -- include maven-artifact-test in the component list. > restructure maven-components when in SVN > > >

alpha-2 scheduling complete

2005-04-11 Thread Brett Porter
There are 73 issues scheduled for alpha-2. This is a lot for 5 weeks. We should tackle the larger stuff requiring design decisions first, then come back to polish later. I will reassess our position after 3 weeks and start picking things to push back to alpha-3. There are plenty of small things a

[jira] Updated: (MNG-206) dag should use groupID and artifactID

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-206?page=history ] Brett Porter updated MNG-206: - Fix Version: 2.0-alpha-2 > dag should use groupID and artifactID > - > > Key: MNG-206 > URL: http://jira.codehaus.or

[jira] Updated: (MNG-143) plugin/lifecycle self documentation

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-143?page=history ] Brett Porter updated MNG-143: - Fix Version: 2.0-alpha-2 Environment: Description: I'd like there to be the ability (perhaps a report?) to self document the plugins based on their metadata, an

[jira] Updated: (MNG-1) directory and artifact comparison

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-1?page=history ] Brett Porter updated MNG-1: --- Fix Version: 2.0-alpha-3 Environment: Description: 1. artifacts in mevenide to synchronize pom with ide we need to display artifacts if they are not already added to

[jira] Updated: (MNG-279) When deploying a artifact tell the user to which repository it's deployed to.

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-279?page=history ] Brett Porter updated MNG-279: - Fix Version: 2.0-alpha-2 > When deploying a artifact tell the user to which repository it's deployed to. > ---

[jira] Updated: (MNG-286) rename repoclean

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-286?page=history ] Brett Porter updated MNG-286: - Fix Version: 2.0-alpha-2 > rename repoclean > > > Key: MNG-286 > URL: http://jira.codehaus.org/browse/MNG-286 > Project: m2 >

[jira] Updated: (MNG-265) check repository definition behaviour

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-265?page=history ] Brett Porter updated MNG-265: - Fix Version: 2.0-alpha-2 > check repository definition behaviour > - > > Key: MNG-265 > URL: http://jira.codehaus.or

[jira] Updated: (MNG-264) snapshots not correctly resolved over multiple repositories

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-264?page=history ] Brett Porter updated MNG-264: - Fix Version: 2.0-alpha-2 > snapshots not correctly resolved over multiple repositories > --- > > Key: MNG

[jira] Updated: (MNG-253) deploy should force clean

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-253?page=history ] Brett Porter updated MNG-253: - Fix Version: 2.0-alpha-3 > deploy should force clean > - > > Key: MNG-253 > URL: http://jira.codehaus.org/browse/MNG-253 >

[jira] Updated: (MNG-229) plugin repository separation mixup

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-229?page=history ] Brett Porter updated MNG-229: - Fix Version: 2.0-alpha-2 > plugin repository separation mixup > -- > > Key: MNG-229 > URL: http://jira.codehaus.org/brow

[jira] Updated: (MNG-230) attempt to reintroduce the use of a single SNAPSHOT file locally

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-230?page=history ] Brett Porter updated MNG-230: - Fix Version: 2.0-alpha-3 > attempt to reintroduce the use of a single SNAPSHOT file locally > > >

[jira] Updated: (MNG-227) no way not to specify repo1 in the repository list

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-227?page=history ] Brett Porter updated MNG-227: - Fix Version: 2.0-alpha-2 > no way not to specify repo1 in the repository list > -- > > Key: MNG-227 > UR

[jira] Updated: (MNG-223) consider replacement for

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-223?page=history ] Brett Porter updated MNG-223: - Fix Version: 2.0-alpha-3 > consider replacement for > > > Key: MNG-223 > URL: http://jira.codehaus.org/browse/MNG-

[jira] Updated: (MNG-145) built in notion of a mirror repository

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-145?page=history ] Brett Porter updated MNG-145: - Fix Version: 2.0-alpha-2 Environment: Description: this probably relates to repository work as much as Maven work. Currently, if users wish to use a mirror of i

[jira] Updated: (MNG-113) logging levels

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-113?page=history ] Brett Porter updated MNG-113: - Fix Version: 2.0-alpha-3 Environment: Description: introduce -X option like in m1, but also allow easy enabling of "debug" mode for different components, eg: -

[jira] Updated: (MNG-104) m2 should compile java code with debug info by default

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-104?page=history ] Brett Porter updated MNG-104: - Fix Version: 2.0-alpha-2 Environment: Description: Currently it is not possible to debug any snapshots that has been build with m2 because there is no debug inf

[jira] Closed: (MNG-103) Create a test case which incorporates looking for a local repository definition

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-103?page=history ] Brett Porter closed MNG-103: Fix Version: 2.0-alpha-2 Resolution: Fixed Assign To: Brett Porter did that today > Create a test case which incorporates looking for a local repository >

[jira] Closed: (MNG-102) Maven artifact should provide a factory method to create an artifact

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-102?page=history ] Brett Porter closed MNG-102: Fix Version: 2.0-alpha-1 Resolution: Fixed > Maven artifact should provide a factory method to create an artifact > --

[jira] Updated: (MNG-95) reactor failed project behaviour

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-95?page=history ] Brett Porter updated MNG-95: Fix Version: 2.0-alpha-3 Environment: Description: reactor should have "ignoreFailures" like m1, but smarted. failure setting: - fail build on first subproject fai

[jira] Updated: (MNG-75) resolve issues with commons-logging

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-75?page=history ] Brett Porter updated MNG-75: Fix Version: 2.0-alpha-2 Environment: Description: commons-logging may not play well with classloaders (eg, under current implementation, a POM with just hibernate

[jira] Updated: (MNG-94) reactor run should have its own summary

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-94?page=history ] Brett Porter updated MNG-94: Fix Version: 2.0-alpha-3 Environment: Description: currently each project reports build successful, time and memory. The reactor should have a similar output at th

[jira] Closed: (MNG-70) ClassLoader issue when executing the eclipse:eclipse goal

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-70?page=history ] Brett Porter closed MNG-70: --- Resolution: Cannot Reproduce > ClassLoader issue when executing the eclipse:eclipse goal > - > > Key: MNG

[jira] Updated: (MNG-65) The compiler must show deprecation warning.

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-65?page=history ] Brett Porter updated MNG-65: Fix Version: 2.0-alpha-2 Version: 2.0-alpha-1 Environment: > The compiler must show deprecation warning. > --- > >

[jira] Updated: (MNG-68) Turn on checksum verification of downloaded artifacts

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-68?page=history ] Brett Porter updated MNG-68: Fix Version: 2.0-alpha-2 Environment: > Turn on checksum verification of downloaded artifacts > - > > Key:

[jira] Updated: (MNG-64) The plugin descriptor must validate the descriptor.

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-64?page=history ] Brett Porter updated MNG-64: Fix Version: 2.0-alpha-2 Version: 2.0-alpha-1 Environment: > The plugin descriptor must validate the descriptor. > -

[jira] Updated: (MNG-63) current pom.artifactId not detected as part of a cyclical dependency

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-63?page=history ] Brett Porter updated MNG-63: Fix Version: 2.0-alpha-2 Description: Example: maven-artifact depends on plexus-container, but plexus-container depends on maven-artifact the problem is that t

[maven2 build - SUCCESS] Mon Apr 11 09:46:43 EDT 2005

2005-04-11 Thread jvanzyl
Distribution: http://www.codehaus.org/~maven/m2/m2-20050411.094643.tar.gz Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050411.094643.txt

[jira] Closed: (MNG-58) Fix the xpp3 parser to deal with entities correctly

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-58?page=history ] Brett Porter closed MNG-58: --- Fix Version: 2.0-alpha-1 Resolution: Fixed > Fix the xpp3 parser to deal with entities correctly > --- > > K

[jira] Closed: (MNG-46) Documentation summary of the components used in m2

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-46?page=history ] Brett Porter closed MNG-46: --- Resolution: Duplicate I believe this is covered by other bugs to document each component, and there is already a page on the site to aggregate those sites. > Documentat

[jira] Updated: (MNG-66) Create a matrix of possible exceptional conditions

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-66?page=history ] Brett Porter updated MNG-66: Fix Version: 2.0-alpha-2 Environment: > Create a matrix of possible exceptional conditions > -- > > Key: MNG-66

[jira] Updated: (MNG-42) Create a matrix of 1.x plugins vs 2.x plugins

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-42?page=history ] Brett Porter updated MNG-42: Fix Version: 2.0-alpha-2 Component: documentation Priority: Blocker Environment: > Create a matrix of 1.x plugins vs 2.x plugins >

[maven2 build - FAILED] Mon Apr 11 09:07:08 EDT 2005

2005-04-11 Thread jvanzyl
Log: http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050411.090708.txt

[jira] Updated: (MNG-33) Plugin development guide

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-33?page=history ] Brett Porter updated MNG-33: Fix Version: 2.0-alpha-2 Component: documentation Priority: Blocker Environment: Description: > Plugin development guide > >

[jira] Commented: (MNG-41) Strategy for dealing with multiple versions of a site

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-41?page=comments#action_31848 ] Brett Porter commented on MNG-41: - I think I've got this filed away somewhere in m1. Basically, the key should be to separate documentation from site - where documentation is version

[jira] Commented: (MNG-32) Plugin test harness

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-32?page=comments#action_31847 ] Brett Porter commented on MNG-32: - any clues on what you wanted here? is it covered by the integration testing? > Plugin test harness > --- > > Key: MNG-32 >

cvs commit: maven-components/maven-core/src/main/resources/org/apache/maven/project pom-4.0.0.xml

2005-04-11 Thread brett
brett 2005/04/11 06:07:38 Modified:maven-core/src/main/resources/org/apache/maven/project pom-4.0.0.xml Log: use new compiler Revision ChangesPath 1.16 +1 -2 maven-components/maven-core/src/main/resources/org/apache/maven/project/pom-4

cvs commit: maven-components m2-bootstrap-all.sh

2005-04-11 Thread brett
brett 2005/04/11 06:07:33 Modified:.m2-bootstrap-all.sh Log: cygwin stuff Revision ChangesPath 1.8 +14 -1 maven-components/m2-bootstrap-all.sh Index: m2-bootstrap-all.sh === RCS f

cvs commit: maven-components/maven-plugins/maven-compiler-plugin pom.xml

2005-04-11 Thread brett
brett 2005/04/11 06:03:50 Modified:maven-plugins/maven-compiler-plugin pom.xml Log: starting alpha-2 - use updated compiler Revision ChangesPath 1.21 +4 -4 maven-components/maven-plugins/maven-compiler-plugin/pom.xml Index: pom.xml

[jira] Created: (MNG-287) make repo tool add sha1's to all artifacts, and also add to wagon/artifact deployer

2005-04-11 Thread Brett Porter (JIRA)
make repo tool add sha1's to all artifacts, and also add to wagon/artifact deployer --- Key: MNG-287 URL: http://jira.codehaus.org/browse/MNG-287 Project: m2 Type: Improvement Componen

[jira] Created: (MNG-286) rename repoclean

2005-04-11 Thread Brett Porter (JIRA)
rename repoclean Key: MNG-286 URL: http://jira.codehaus.org/browse/MNG-286 Project: m2 Type: Task Components: design Reporter: Brett Porter 'nuff said! -- This message is automatically generated by JIRA. - If you think it was sent incorre

[jira] Updated: (MNG-40) Sites for all components

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-40?page=history ] Brett Porter updated MNG-40: Fix Version: (was: 2.0-alpha-2) 2.0-alpha-3 > Sites for all components > > > Key: MNG-40 > URL: http://jira.c

[jira] Updated: (MNG-282) mojos should be able to declare project independence

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-282?page=history ] Brett Porter updated MNG-282: - Fix Version: (was: 2.0-alpha-2) 2.0-alpha-3 > mojos should be able to declare project independence >

[jira] Updated: (MNG-202) Add support of .pac file for proxy configuration

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-202?page=history ] Brett Porter updated MNG-202: - Fix Version: (was: 2.0-alpha-2) 2.0-alpha-3 earlier if we can get it, but not a high enough priority to fit alpha-2 either > Add support of .pac fil

[jira] Updated: (MNG-251) maven-archiver should be able to include the snapshot version/build number

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-251?page=history ] Brett Porter updated MNG-251: - Fix Version: (was: 2.0-alpha-2) 2.0-alpha-3 > maven-archiver should be able to include the snapshot version/build number > --

[jira] Updated: (MNG-249) compile and package should be reactor-aware

2005-04-11 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-249?page=history ] Brett Porter updated MNG-249: - Fix Version: (was: 2.0-alpha-2) 2.0-alpha-3 > compile and package should be reactor-aware > --- > >

  1   2   >