[jira] Closed: (MNG-383) Create and resolve artifact parent, plugin and reports in maven-project

2005-05-17 Thread Emmanuel Venisse (JIRA)
 [ http://jira.codehaus.org/browse/MNG-383?page=all ]
 
Emmanuel Venisse closed MNG-383:


Resolution: Fixed

done.

> Create and resolve artifact parent, plugin and reports in maven-project
> ---
>
>  Key: MNG-383
>  URL: http://jira.codehaus.org/browse/MNG-383
>  Project: m2
> Type: Improvement
>   Components: maven-project
> Versions: 2.0-alpha-2
> Reporter: Emmanuel Venisse
>  Fix For: 2.0-alpha-3

>
>
> We need to obtain in MavenProject the resolved artifact of parent, plugins 
> and reports like dependencies. So, we can differentiate the baseVersion and 
> the real version.
> It will simplify the release process.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Closed: (MNG-382) implement basic release plugin

2005-05-17 Thread Emmanuel Venisse (JIRA)
 [ http://jira.codehaus.org/browse/MNG-382?page=all ]
 
Emmanuel Venisse closed MNG-382:


Resolution: Fixed

a basic version is done.

> implement basic release plugin
> --
>
>  Key: MNG-382
>  URL: http://jira.codehaus.org/browse/MNG-382
>  Project: m2
> Type: New Feature
>   Components: maven-plugins
> Reporter: Brett Porter
> Assignee: Emmanuel Venisse
>  Fix For: 2.0-alpha-3

>
>
> I think it should, to start off with, be similar to the functionality from 
> the SCM plugin (though we can use the more sensible "release" plugin name 
> now) in Maven 1.x. The SCM 1.5 beta plugin uses Maven-SCM, so should be 
> reusable.
> General reqs:
> - There are two stages: preparation of the release (which gets the "released" 
> code into the SCM), and perform the release (which does a clean checkout from 
> SCM and runs specified deployment goals).
> - In the event that the user is not using an SCM, I think we just reuse 
> what's in the current directory in both cases.
> - Work with modules, so you can share a version like all of m2 (except 
> plugins) does.
> For preparation:
> - check SCM preconditions (eg, test no uncommitted files in the WD)
> - check for any snapshot references in artifacts (dependencies, and 
> transitively resolved), plugins and parent. Based on configuration, fail or 
> resolve to timestamp. Will have to fail if it is in a transitive dep.
> - check for unpopulated version in plugin or parent (ie effectively RELEASE), 
> and populate with the right version to make it reproducible in future
> - update the  tag with the specified release version (where it 
> should have previously been
> - commit modified poms, and tag with the release tag
> For perform:
> - change the current deployment stuff that is writing the RELEASE files to 
> only do that at release time
> - do a clean checkout, and perform a set of tasks on them (deploy, 
> site:deploy). Am ok for this to just be "deploy" at this point.
> optional:
> - possibly should have a lifecycle setup that allows other plugins to hook in 
> to perform some tasks on release.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MNG-412) revive apidocs plugin for m2

2005-05-17 Thread Brett Porter (JIRA)
revive apidocs plugin for m2


 Key: MNG-412
 URL: http://jira.codehaus.org/browse/MNG-412
 Project: m2
Type: Bug
  Components: maven-plugins  
Reporter: Brett Porter
 Assigned to: Emmanuel Venisse 
 Fix For: 2.0-alpha-3


there is a maven-apidocs-plugin in the mojo project. I haven't looked at it, 
but it would be good if we can use that as a basis for a plugin in m2.

While we should go for the quick and basic solution here using javadoc to 
render html, I'd like to investigate the possibility that this could use a sink 
too - do any javadoc tools allow "listening" to the output and grabbing things 
class by class and method by method? Perhaps a custom doclet?




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[maven2 build - SUCCESS] Wed May 18 02:07:00 EDT 2005

2005-05-17 Thread jvanzyl
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050518.020700.tar.gz

Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050518.020700.txt

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [REPOCLEAN] Error(s) occurred while converting repository

2005-05-17 Thread Brett Porter
fixed htmlunit and xsddoc, will contact authors. Please review poms are
valid before uploading if possible... can we put that into the tool?

- Brett

REPOCLEAN wrote:

>Errors occurred while performing maven-1 to maven-2 repository conversion.
>
>For more details, see:
>
>http://test.maven.codehaus.org/reports/repoclean/18-May-2005_12.00.50/repository.report.txt
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170714 - /maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/inheritance/DefaultModelInheritanceAssembler.java

2005-05-17 Thread brett
Author: brett
Date: Tue May 17 22:48:37 2005
New Revision: 170714

URL: http://svn.apache.org/viewcvs?rev=170714&view=rev
Log:
inherit the default goal

Modified:

maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/inheritance/DefaultModelInheritanceAssembler.java

Modified: 
maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/inheritance/DefaultModelInheritanceAssembler.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/inheritance/DefaultModelInheritanceAssembler.java?rev=170714&r1=170713&r2=170714&view=diff
==
--- 
maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/inheritance/DefaultModelInheritanceAssembler.java
 (original)
+++ 
maven/components/trunk/maven-project/src/main/java/org/apache/maven/project/inheritance/DefaultModelInheritanceAssembler.java
 Tue May 17 22:48:37 2005
@@ -312,6 +312,11 @@
 // values
 // that have not been set by the child.
 
+if ( childBuild.getDefaultGoal() == null )
+{
+childBuild.setDefaultGoal( parentBuild.getDefaultGoal() );
+}
+
 if ( childBuild.getDirectory() == null )
 {
 childBuild.setDirectory( parentBuild.getDirectory() );



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170713 - in /maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/project-2: ./ .classpath .cvsignore .project

2005-05-17 Thread brett
Author: brett
Date: Tue May 17 22:47:53 2005
New Revision: 170713

URL: http://svn.apache.org/viewcvs?rev=170713&view=rev
Log:
ignore generated files

Removed:

maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/project-2/.classpath

maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/project-2/.cvsignore

maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/project-2/.project
Modified:

maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/project-2/
   (props changed)

Propchange: 
maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/project-2/
--
--- svn:ignore (added)
+++ svn:ignore Tue May 17 22:47:53 2005
@@ -0,0 +1,2 @@
+.classpath
+.project



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170712 - in /maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/project-1: ./ .classpath .cvsignore .project

2005-05-17 Thread brett
Author: brett
Date: Tue May 17 22:47:25 2005
New Revision: 170712

URL: http://svn.apache.org/viewcvs?rev=170712&view=rev
Log:
ignore generated files

Removed:

maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/project-1/.classpath

maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/project-1/.cvsignore

maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/project-1/.project
Modified:

maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/project-1/
   (props changed)

Propchange: 
maven/components/trunk/maven-plugins/maven-eclipse-plugin/src/test/projects/project-1/
--
--- svn:ignore (added)
+++ svn:ignore Tue May 17 22:47:25 2005
@@ -0,0 +1,2 @@
+.classpath
+.project



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



fold jelly tags back in to core...

2005-05-17 Thread Brett Porter
Hi,

I was hoping that the separation of the jelly tag library from the core
would make them reusable and able to be updated on a different lifecycle
to Maven. However, due to a circular dependency, no support in Jelly to
dynamically register them (without changing all the existing plugin
scripts!) and a general lack of interest, I'd like to fold them back in.

Please veto in 24 hours after the mail is delivered to the list if you
wish this not to be the case.

This will make them part of the bootstrap again, and a simpler build for
some folks trying to package m1 for gentoo.

Cheers,
Brett

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Closed: (MAVEN-1571) Add organizationUrl to developer information

2005-05-17 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MAVEN-1571?page=all ]
 
Brett Porter closed MAVEN-1571:
---

Resolution: Fixed

> Add organizationUrl to developer information
> 
>
>  Key: MAVEN-1571
>  URL: http://jira.codehaus.org/browse/MAVEN-1571
>  Project: maven
> Type: New Feature
>   Components: model additions
> Reporter: Maarten Coene
>  Fix For: 1.1-beta-1

>
>
> Hi,
> I would like to add a hyperlink to the organizations of the developers. 
> However, this doesn't seem possible with the current version of the project 
> descriptor.
> Is it possible to add an  element to the  element?
> thanks,
> Maarten

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Closed: (MAVEN-954) Would like more customizable Developer information

2005-05-17 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MAVEN-954?page=all ]
 
Brett Porter closed MAVEN-954:
--

Fix Version: (was: 1.1-beta-2)
 1.1-beta-1
 Resolution: Fixed

> Would like more customizable Developer information
> --
>
>  Key: MAVEN-954
>  URL: http://jira.codehaus.org/browse/MAVEN-954
>  Project: maven
> Type: Improvement
>   Components: model additions
> Versions: 1.0-rc1
> Reporter: Daniel Rabe
> Priority: Minor
>  Fix For: 1.1-beta-1

>
>
> Our project team uses IM for communication. I'd like to add an "IM" field to 
> the developer/contributor data. (As far as I can tell, my only workaround is 
> to hijack one of the other fields, like organization or role, and put the 
> data there. I don't know that I can change the column heading, though). I 
> could image other project teams wanting other fields, like alternate email, 
> phone number, etc.
> Thanks!
> Daniel Rabe
> [EMAIL PROTECTED]

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Closed: (MAVEN-1183) move default goal to project.xml

2005-05-17 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MAVEN-1183?page=all ]
 
Brett Porter closed MAVEN-1183:
---

Resolution: Fixed

> move default goal to project.xml
> 
>
>  Key: MAVEN-1183
>  URL: http://jira.codehaus.org/browse/MAVEN-1183
>  Project: maven
> Type: Bug
>   Components: model additions
> Reporter: Brett Porter
>  Fix For: 1.1-beta-1

>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170711 - in /maven/components/trunk/maven-model: maven.mdo project.properties project.xml

2005-05-17 Thread brett
Author: brett
Date: Tue May 17 22:33:59 2005
New Revision: 170711

URL: http://svn.apache.org/viewcvs?rev=170711&view=rev
Log:
add additional contributor fields and default goal

Modified:
maven/components/trunk/maven-model/maven.mdo
maven/components/trunk/maven-model/project.properties
maven/components/trunk/maven-model/project.xml

Modified: maven/components/trunk/maven-model/maven.mdo
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-model/maven.mdo?rev=170711&r1=170710&r2=170711&view=diff
==
--- maven/components/trunk/maven-model/maven.mdo (original)
+++ maven/components/trunk/maven-model/maven.mdo Tue May 17 22:33:59 2005
@@ -528,7 +528,7 @@
   organization
   3.0.0+
   
@@ -707,6 +707,14 @@
   PluginContainer
   
 
+  defaultGoal
+  3.0.0+
+  
+  String
+
+
   nagEmailAddress
   3.0.0
   
   String
-  This should be moved out of the build section. Vestigal for 
use with Gump.
 
 
   sourceDirectory
@@ -996,6 +1003,7 @@
   
   String
 
+
 
   organization
   3.0.0+
@@ -1003,6 +1011,12 @@
   String
 
 
+  organizationUrl
+  3.0.0+
+  
+  String
+
+
   roles
   3.0.0+
   
   String
 
+
+  properties
+  3.0.0+
+  
+  Properties
+  
+String
+*
+  
+
   
 
 
@@ -1396,7 +1422,7 @@
 
 
   post
-  3.1.0+
+  3.0.0+
   

Modified: maven/components/trunk/maven-model/project.properties
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-model/project.properties?rev=170711&r1=170710&r2=170711&view=diff
==
--- maven/components/trunk/maven-model/project.properties (original)
+++ maven/components/trunk/maven-model/project.properties Tue May 17 22:33:59 
2005
@@ -1 +1,8 @@
 maven.repo.remote=http://cvs.apache.org/repository,http://www.ibiblio.org/maven
+maven.repo.list=apachecvs
+maven.repo.apachecvs=scp://cvs.apache.org
+maven.repo.apachecvs.directory=/www/cvs.apache.org/repository
+maven.repo.apachecvs.username=${maven.repo.apache.username}
+maven.repo.apachecvs.privatekey=${maven.repo.apache.privatekey}
+maven.repo.apachecvs.passphrase=${maven.repo.apache.passphrase}
+maven.repo.apachecvs.group=maven

Modified: maven/components/trunk/maven-model/project.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-model/project.xml?rev=170711&r1=170710&r2=170711&view=diff
==
--- maven/components/trunk/maven-model/project.xml (original)
+++ maven/components/trunk/maven-model/project.xml Tue May 17 22:33:59 2005
@@ -11,13 +11,13 @@
 
   maven
   maven-modello-plugin
-  0.9-SNAPSHOT
+  1.0-alpha-1-SNAPSHOT
   plugin
 
 
   plexus
   plexus-utils
-  1.0-alpha-1-SNAPSHOT
+  1.0-alpha-3
 
   
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170710 - in /maven/maven-1/core/trunk: maven.xml project.xml src/java/org/apache/maven/plugin/PluginManager.java src/java/org/apache/maven/plugin/PluginScriptParser.java src/java/org/apache/maven/project/Project.java

2005-05-17 Thread brett
Author: brett
Date: Tue May 17 22:23:32 2005
New Revision: 170710

URL: http://svn.apache.org/viewcvs?rev=170710&view=rev
Log:
PR: MAVEN-1183
move default goal to POM (maven.xml still active, but deprecated)

Modified:
maven/maven-1/core/trunk/maven.xml
maven/maven-1/core/trunk/project.xml
maven/maven-1/core/trunk/src/java/org/apache/maven/plugin/PluginManager.java

maven/maven-1/core/trunk/src/java/org/apache/maven/plugin/PluginScriptParser.java
maven/maven-1/core/trunk/src/java/org/apache/maven/project/Project.java

Modified: maven/maven-1/core/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/maven.xml?rev=170710&r1=170709&r2=170710&view=diff
==
--- maven/maven-1/core/trunk/maven.xml (original)
+++ maven/maven-1/core/trunk/maven.xml Tue May 17 22:23:32 2005
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
  -->
-http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/project.xml?rev=170710&r1=170709&r2=170710&view=diff
==
--- maven/maven-1/core/trunk/project.xml (original)
+++ maven/maven-1/core/trunk/project.xml Tue May 17 22:23:32 2005
@@ -616,6 +616,7 @@
 
   
   
+jar:jar
 dev@maven.apache.org
 src/java
 src/test/java

Modified: 
maven/maven-1/core/trunk/src/java/org/apache/maven/plugin/PluginManager.java
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/java/org/apache/maven/plugin/PluginManager.java?rev=170710&r1=170709&r2=170710&view=diff
==
--- 
maven/maven-1/core/trunk/src/java/org/apache/maven/plugin/PluginManager.java 
(original)
+++ 
maven/maven-1/core/trunk/src/java/org/apache/maven/plugin/PluginManager.java 
Tue May 17 22:23:32 2005
@@ -609,6 +609,12 @@
 
 // Default goal handling - if goals are null, don't even process the 
default
 String defaultGoalName = transientMapper.getDefaultGoalName();
+
+if ( project.getBuild().getDefaultGoal() != null )
+{
+defaultGoalName = project.getBuild().getDefaultGoal();
+}
+
 if ( defaultGoalName != null )
 {
 // By evaluating expression now it has the same scope as the POM.

Modified: 
maven/maven-1/core/trunk/src/java/org/apache/maven/plugin/PluginScriptParser.java
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/java/org/apache/maven/plugin/PluginScriptParser.java?rev=170710&r1=170709&r2=170710&view=diff
==
--- 
maven/maven-1/core/trunk/src/java/org/apache/maven/plugin/PluginScriptParser.java
 (original)
+++ 
maven/maven-1/core/trunk/src/java/org/apache/maven/plugin/PluginScriptParser.java
 Tue May 17 22:23:32 2005
@@ -128,13 +128,13 @@
 }
 }
 }
-// TODO: only honour for maven.xml
 if ( rawName.equals( "project" ) )
 {
 String defaultGoal = attributes.getValue( "default" );
 
 if ( defaultGoal != null )
 {
+log.warn( "DEPRECATED: the default goal should be specified in 
the  section of project.xml instead of maven.xml" );
 handler.setDefaultGoalName( defaultGoal );
 }
 }

Modified: 
maven/maven-1/core/trunk/src/java/org/apache/maven/project/Project.java
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/src/java/org/apache/maven/project/Project.java?rev=170710&r1=170709&r2=170710&view=diff
==
--- maven/maven-1/core/trunk/src/java/org/apache/maven/project/Project.java 
(original)
+++ maven/maven-1/core/trunk/src/java/org/apache/maven/project/Project.java Tue 
May 17 22:23:32 2005
@@ -910,6 +910,11 @@
 return;
 }
 
+if ( child.getDefaultGoal() == null )
+{
+child.setDefaultGoal( parent.getDefaultGoal() );
+}
+
 if ( child.getSourceDirectory() == null )
 {
 child.setSourceDirectory( parent.getSourceDirectory() );



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170709 - /maven/maven-1/plugins-sandbox/trunk/modello/project.xml

2005-05-17 Thread brett
Author: brett
Date: Tue May 17 22:12:16 2005
New Revision: 170709

URL: http://svn.apache.org/viewcvs?rev=170709&view=rev
Log:
updated dependencies

Modified:
maven/maven-1/plugins-sandbox/trunk/modello/project.xml

Modified: maven/maven-1/plugins-sandbox/trunk/modello/project.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins-sandbox/trunk/modello/project.xml?rev=170709&r1=170708&r2=170709&view=diff
==
--- maven/maven-1/plugins-sandbox/trunk/modello/project.xml (original)
+++ maven/maven-1/plugins-sandbox/trunk/modello/project.xml Tue May 17 22:12:16 
2005
@@ -48,43 +48,43 @@
 
   org.codehaus.modello
   modello-core
-  1.0-alpha-2-SNAPSHOT
+  1.0-alpha-2
 
 
   org.codehaus.modello
   modello-plugin-xml
-  1.0-alpha-2-SNAPSHOT
+  1.0-alpha-2
 
 
   org.codehaus.modello
   modello-plugin-xpp3
-  1.0-alpha-2-SNAPSHOT
+  1.0-alpha-2
 
 
   org.codehaus.modello
   modello-plugin-xdoc
-  1.0-alpha-2-SNAPSHOT
+  1.0-alpha-2
 
 
   org.codehaus.modello
   modello-plugin-jpox
-  1.0-alpha-2-SNAPSHOT
+  1.0-alpha-2
 
 
   org.codehaus.modello
   modello-plugin-store
-  1.0-alpha-2-SNAPSHOT
+  1.0-alpha-2
 
 
 
   plexus
   plexus-container-default
-  1.0-alpha-2
+  1.0-alpha-3
 
 
   plexus
   plexus-utils
-  1.0-alpha-2
+  1.0-alpha-3
 
 
   classworlds



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



results of synchronize

2005-05-17 Thread maven
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 5 (10 including POMs).
[ERROR] Error encountered while converting source repository to target 
repository.
building file list ... done
activemq/distributions/
last-sync.txt
wrote 637078 bytes  read 42 bytes  7040.00 bytes/sec
total size is 2579687882  speedup is 4048.98
building file list ... done
.index.txt
activemq/activemq-jmeter/3.1-SNAPSHOT/activemq-jmeter-3.1-SNAPSHOT.pom
activemq/activemq-jmeter/3.1-SNAPSHOT/activemq-jmeter-3.1-SNAPSHOT.pom.md5
activemq/activemq-jmeter/3.1-SNAPSHOT/activemq-jmeter-3.1-SNAPSHOT.pom.sha1
activemq/activemq-jmeter/3.1-SNAPSHOT/activemq-jmeter-3.1-SNAPSHOT.zip
activemq/activemq-jmeter/3.1-SNAPSHOT/activemq-jmeter-3.1-SNAPSHOT.zip.md5
activemq/activemq-jmeter/3.1-SNAPSHOT/activemq-jmeter-3.1-SNAPSHOT.zip.sha1
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT-src.tar.gz
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT-src.tar.gz.md5
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT-src.tar.gz.sha1
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT-src.zip
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT-src.zip.md5
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT-src.zip.sha1
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT.pom
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT.pom.md5
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT.pom.sha1
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT.tar.gz
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT.tar.gz.md5
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT.tar.gz.sha1
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT.zip
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT.zip.md5
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT.zip.sha1
htmlunit/htmlunit/1.6/
last-sync.txt
xsddoc/xsddoc/0.8/
wrote 24335906 bytes  read 222370 bytes  70066.41 bytes/sec
total size is 3560089274  speedup is 144.96

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[REPOCLEAN] Error(s) occurred while converting repository

2005-05-17 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion.

For more details, see:

http://test.maven.codehaus.org/reports/repoclean/18-May-2005_12.00.50/repository.report.txt

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[REPOCLEAN] Error(s) occurred while converting repository

2005-05-17 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion.

For more details, see:

http://test.maven.codehaus.org/reports/repoclean/18-May-2005_12.00.50/repository.report.txt

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



plan for plugin and report inheritence

2005-05-17 Thread Brett Porter
Hi,

There is definitely a desire to allow inheritence of some of the
"active" portions of the POM: plugin definitions, report definitions and
default goal. This has to be weighed up against the possiblity of this
doing something unexpected in an multi-module scenario - eg the
inclusion of a "dashboard" report at the top level that you don't want
inherited.

Here is the plan as I see it, feedback welcome:

1) default goal is inherited. This shouldn't harmful, and it can just be
redefined in each subproject or an intermediate ancestor (think
maven-plugins) if necessary.
2) each mojo can decalre whether it should be inherited by default. The
default is that it *is* inherited, but "@inherited false" would make the
default not to inherit. This is useful for mojos where inheritence
rarely makes sense (eg, assembly:assembly, or a dashbaord report).
3) the inheritence of a mojo can be overridden by
false in the POM, under either goal or plugin
4) note that because the inheritence default is specified at the mojo
level, plugins are always inherited so the lifecycle bindings will take
effect - so its important for mojos binding to the lifecycle that
shouldn't be inherited declare this.
5) plugin and report lists are merged when inheritence, not overridden.
This means the inheritence responsibility is in the parent. There is no
way to block it out from a single pom.

I think this works in all the scenarios brought forward so far, gives
sensible defaults and reduces the amount of duplication. It also brings
the behaviour inline with dependencies.

It doesn't affect the behaviour of pluginManagement, which is always
inherited as a merge, but only applied when a plugin is made active by
being in the plugin section, or introduced through the lifecycle.

Cheers,
Brett

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MAVENUPLOAD-386) jcs update

2005-05-17 Thread Aaron Smuts (JIRA)
jcs update
--

 Key: MAVENUPLOAD-386
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-386
 Project: maven-upload-requests
Type: Task
Reporter: Aaron Smuts
 Attachments: jcs-1.2.6-bundle.jar

New version of JCS.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[maven2 build - SUCCESS] Tue May 17 22:07:00 EDT 2005

2005-05-17 Thread jvanzyl
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050517.220700.tar.gz

Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050517.220700.txt

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170694 - /maven/components/trunk/maven-core-it/it0020

2005-05-17 Thread brett
Author: brett
Date: Tue May 17 18:09:45 2005
New Revision: 170694

URL: http://svn.apache.org/viewcvs?rev=170694&view=rev
Log:
ignore log.txt

Modified:
maven/components/trunk/maven-core-it/it0020/   (props changed)

Propchange: maven/components/trunk/maven-core-it/it0020/
--
--- svn:ignore (original)
+++ svn:ignore Tue May 17 18:09:45 2005
@@ -1 +1,2 @@
 target
+log.txt



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170693 - /maven/components/trunk/maven-reports/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/PmdReport.java

2005-05-17 Thread brett
Author: brett
Date: Tue May 17 18:08:55 2005
New Revision: 170693

URL: http://svn.apache.org/viewcvs?rev=170693&view=rev
Log:
fix pmd report if the default source directory doesn't exist

Modified:

maven/components/trunk/maven-reports/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/PmdReport.java

Modified: 
maven/components/trunk/maven-reports/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/PmdReport.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-reports/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/PmdReport.java?rev=170693&r1=170692&r2=170693&view=diff
==
--- 
maven/components/trunk/maven-reports/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/PmdReport.java
 (original)
+++ 
maven/components/trunk/maven-reports/maven-pmd-plugin/src/main/java/org/apache/maven/plugin/pmd/PmdReport.java
 Tue May 17 18:08:55 2005
@@ -33,18 +33,21 @@
 import java.io.FileReader;
 import java.io.IOException;
 import java.io.InputStream;
+import java.util.Collections;
 import java.util.Iterator;
 import java.util.List;
 
 /**
  * Implement the PMD report.
  *
+ * @todo needs to support the multiple source roots
  * @author Brett Porter
  * @version $Id: PmdReport.java,v 1.3 2005/02/23 00:08:53 brett Exp $
  */
 public class PmdReport
 extends AbstractMavenReport
 {
+/** @todo share, use default excludes from plexus utils. */
 protected static final String[] DEFAULT_EXCLUDES = {// Miscellaneous 
typical temporary files
 "**/*~", "**/#*#", "**/.#*", "**/%*%", "**/._*",
 
@@ -163,6 +166,12 @@
 private List getFilesToProcess( String includes, String excludes )
 throws IOException
 {
+File dir = new File( getConfiguration().getSourceDirectory() );
+if ( !dir.exists() )
+{
+return Collections.EMPTY_LIST;
+}
+
 StringBuffer excludesStr = new StringBuffer();
 if ( StringUtils.isNotEmpty( excludes ) )
 {
@@ -177,7 +186,6 @@
 excludesStr.append( DEFAULT_EXCLUDES[i] );
 }
 
-return FileUtils.getFiles( new File( 
getConfiguration().getSourceDirectory() ), includes,
-   excludesStr.toString() );
+return FileUtils.getFiles( dir, includes, excludesStr.toString() );
 }
 }



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



results of synchronize

2005-05-17 Thread maven
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 0 (0 including POMs).
[ERROR] Error encountered while converting source repository to target 
repository.
building file list ... done
last-sync.txt
xsddoc/licenses/
xsddoc/licenses/maven-xsddoc-plugin-0.8.license
xsddoc/plugins/
xsddoc/plugins/maven-xsddoc-plugin-0.8.jar
xsddoc/poms/
xsddoc/poms/maven-xsddoc-plugin-0.8.pom
wrote 682742 bytes  read 90 bytes  7803.79 bytes/sec
total size is 2579687882  speedup is 3777.92
building file list ... done
.index.txt
htmlunit/htmlunit/1.6/
last-sync.txt
xsddoc/xsddoc/0.8/
wrote 1082075 bytes  read 64 bytes  2309.80 bytes/sec
total size is 3560086062  speedup is 3289.86

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: POM additions

2005-05-17 Thread Felipe Leme
On Tue, 2005-05-17 at 07:19 +1000, Brett Porter wrote:
> Can you explain your use case, and would adding the 1 - 3 lines in each
> pom be prohibitive?

It would not be prohibitive, but imagine I have dozens of projects whose
default goal is the same (defined in a custom plugin, for instance). It
would require an extra work of 1-3 lines x dozens of projects. What if
the default goal changes? I would need to either change all these lines
or make the old default goal an alias to the new one (which is not
always possible).

-- Felipe

 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[REPOCLEAN] Error(s) occurred while converting repository

2005-05-17 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion.

For more details, see:

http://test.maven.codehaus.org/reports/repoclean/17-May-2005_08.01.39/repository.report.txt

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[REPOCLEAN] Error(s) occurred while converting repository

2005-05-17 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion.

For more details, see:

http://test.maven.codehaus.org/reports/repoclean/17-May-2005_08.01.39/repository.report.txt

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Closed: (MAVENUPLOAD-384) maven-xsddoc-plugin - plugin for xsddoc, a documentation tool for W3C XML Schema, Release 0.8

2005-05-17 Thread Carlos Sanchez (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-384?page=all ]
 
Carlos Sanchez closed MAVENUPLOAD-384:
--

Resolution: Fixed
 Assign To: Carlos Sanchez

> maven-xsddoc-plugin - plugin for xsddoc, a documentation tool for W3C XML 
> Schema, Release 0.8
> -
>
>  Key: MAVENUPLOAD-384
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-384
>  Project: maven-upload-requests
> Type: Task
> Reporter: Kurt Riede
> Assignee: Carlos Sanchez

>
>
> http://xframe.sourceforge.net/maven-xsddoc-plugin/index.html 
> http://xframe.sourceforge.net/maven-xsddoc-plugin/team-list.html
> xsddoc is an Open Source documentation tool for W3C XML Schema based on XSLT. 
> With xsddoc you can generate documentation of your XML Schema in a JavaDoc 
> like visualisation. 
> xsddoc can be used from the command line, as an Apache Ant Task or as an 
> Apache Maven Plugin.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Closed: (MPJAVADOC-58) Add failonerror property

2005-05-17 Thread Carlos Sanchez (JIRA)
 [ http://jira.codehaus.org/browse/MPJAVADOC-58?page=all ]
 
Carlos Sanchez closed MPJAVADOC-58:
---

Resolution: Fixed

> Add failonerror property
> 
>
>  Key: MPJAVADOC-58
>  URL: http://jira.codehaus.org/browse/MPJAVADOC-58
>  Project: maven-javadoc-plugin
> Type: New Feature
> Versions: 1.7
> Reporter: Carlos Sanchez
> Assignee: Carlos Sanchez
> Priority: Minor
>  Fix For: 1.8
>  Attachments: javadoc-failonerror.diff
>
> Original Estimate: 1 minute
> Remaining: 1 minute
>
> Add the failonerror property so the build can break on javadoc errors.
> By now I'll keep the default to false to mantain backwards compatibility, but 
> I think it should default to true. Any thoughts ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170689 - in /maven/maven-1/plugins/trunk/javadoc: plugin.jelly plugin.properties xdocs/changes.xml xdocs/properties.xml

2005-05-17 Thread carlos
Author: carlos
Date: Tue May 17 16:56:32 2005
New Revision: 170689

URL: http://svn.apache.org/viewcvs?rev=170689&view=rev
Log:
Added maven.javadoc.failonerror property

Modified:
maven/maven-1/plugins/trunk/javadoc/plugin.jelly
maven/maven-1/plugins/trunk/javadoc/plugin.properties
maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml
maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml

Modified: maven/maven-1/plugins/trunk/javadoc/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/plugin.jelly?rev=170689&r1=170688&r2=170689&view=diff
==
--- maven/maven-1/plugins/trunk/javadoc/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/javadoc/plugin.jelly Tue May 17 16:56:32 2005
@@ -75,6 +75,7 @@
 maven.javadoc.public  = [${maven.javadoc.public}]
 maven.javadoc.source  = [${maven.javadoc.source}]
 maven.javadoc.useexternalfile = [${maven.javadoc.useexternalfile}]
+maven.javadoc.failonerror = [${maven.javadoc.failonerror}]
 
 Standard doclet properties :
 
@@ -370,6 +371,10 @@
 
   

+
+
+  
+
 
 
 

Modified: maven/maven-1/plugins/trunk/javadoc/plugin.properties
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/plugin.properties?rev=170689&r1=170688&r2=170689&view=diff
==
--- maven/maven-1/plugins/trunk/javadoc/plugin.properties (original)
+++ maven/maven-1/plugins/trunk/javadoc/plugin.properties Tue May 17 16:56:32 
2005
@@ -54,3 +54,4 @@
 maven.javadoc.useexternalfile   = yes
 maven.javadoc.version   = true
 maven.javadoc.windowtitle   = ${pom.name} ${pom.currentVersion} API
+maven.javadoc.failonerror   = false

Modified: maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml?rev=170689&r1=170688&r2=170689&view=diff
==
--- maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml Tue May 17 16:56:32 
2005
@@ -27,6 +27,7 @@
   
   
 
+  Added 
maven.javadoc.failonerror property.
   Added maven.javadoc.header and maven.javadoc.footer 
properties.
 
 

Modified: maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml?rev=170689&r1=170688&r2=170689&view=diff
==
--- maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml Tue May 17 
16:56:32 2005
@@ -133,6 +133,14 @@
 the command line shorter. Default value : no.
   
 
+
+  maven.javadoc.failonerror
+  Yes
+  
+Stop the buildprocess if the command exits with a returncode other 
+than 0. Default value : false.
+  
+
   
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MPJAVADOC-58) Add failonerror property

2005-05-17 Thread Carlos Sanchez (JIRA)
Add failonerror property


 Key: MPJAVADOC-58
 URL: http://jira.codehaus.org/browse/MPJAVADOC-58
 Project: maven-javadoc-plugin
Type: New Feature
Versions: 1.7
Reporter: Carlos Sanchez
 Assigned to: Carlos Sanchez 
Priority: Minor
 Fix For: 1.8
 Attachments: javadoc-failonerror.diff

Add the failonerror property so the build can break on javadoc errors.

By now I'll keep the default to false to mantain backwards compatibility, but I 
think it should default to true. Any thoughts ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MPJAVADOC-58) Add failonerror property

2005-05-17 Thread Carlos Sanchez (JIRA)
 [ http://jira.codehaus.org/browse/MPJAVADOC-58?page=all ]

Carlos Sanchez updated MPJAVADOC-58:


Attachment: javadoc-failonerror.diff

> Add failonerror property
> 
>
>  Key: MPJAVADOC-58
>  URL: http://jira.codehaus.org/browse/MPJAVADOC-58
>  Project: maven-javadoc-plugin
> Type: New Feature
> Versions: 1.7
> Reporter: Carlos Sanchez
> Assignee: Carlos Sanchez
> Priority: Minor
>  Fix For: 1.8
>  Attachments: javadoc-failonerror.diff
>
> Original Estimate: 1 minute
> Remaining: 1 minute
>
> Add the failonerror property so the build can break on javadoc errors.
> By now I'll keep the default to false to mantain backwards compatibility, but 
> I think it should default to true. Any thoughts ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MNG-411) improve maven-project-reports inline with m1

2005-05-17 Thread Brett Porter (JIRA)
improve maven-project-reports inline with m1


 Key: MNG-411
 URL: http://jira.codehaus.org/browse/MNG-411
 Project: m2
Type: Improvement
  Components: maven-reports  
Reporter: Brett Porter
 Fix For: 2.0-alpha-3


we need to do the following:
- improve the layout of the mailing list reports (too wide), and add multiple 
archives
- list all transitive dependencies (look at artifacts instead of dependencies) 
in a separate table on the dependency list
- add other reports, such as source control, etc. from m1 xdoc plugin.

Vincent Siveton has volunteered to take a look at this.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: [m2] accessing mailing list archive on Nagoya server

2005-05-17 Thread Vincent Siveton
Hi,

> try: http://mail-archives.apache.org/mod_mbox/

It seems to be not the same web-based mailing list archive browser (ie
Eyebrowse opensource) 

> Where were the bad links to nagoya?

If you go to this following link 
http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
and click on "show all". This "show all" link should be:
http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&
from=&to=&count=20&by=date&paged=false


It the same for the other list: users@maven.apache.org
Try this following link:
http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
g&from=&to=&count=20&by=date&paged=false
Same thing if you click on some "pager" links, for instance:
http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
g&from=&to=&count=19991&by=date&first=181&windowSize=20&selectedPage=10

Cheers,

Vincent
 
> - Brett
> 
> Vincent Siveton wrote:
> 
> >Hi there,
> >
> >I saw that the "official" archive of the m2 mailing lists is now stored
> on
> >the Nagoya server like other Apache lists.
> >
> >But I got a Velocity exception with some links. For instance, lets go to
> >this following URL:
> >http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
> rg
> >And click on "show all".
> >
> >I already found this issue:
> >http://issues.apache.org/bugzilla/show_bug.cgi?id=33309
> >
> >Thus, does somebody know the roadmap of this issue?
> >
> >Cheers,
> >
> >Vincent
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[maven2 build - SUCCESS] Tue May 17 17:07:00 EDT 2005

2005-05-17 Thread jvanzyl
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050517.170700.tar.gz

Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050517.170700.txt

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Converting plugins from M1 to M2

2005-05-17 Thread Jason van Zyl
On Tue, 2005-05-17 at 09:08 +0200, Dennis Lundberg wrote:
> Hello
> 
> I'm thinking about trying to convert the tasklist plugin from Maven 1 to
> Maven 2. Are there any good (not that complicated) plugins to look at,
> that has been converted to M2? I need some example to look at, to get to
> grips with what needs to be done.

How about I give you the stub of a tasklist plugin and then you take it
from there? I have todos all over the place and would really like that
plugin done so I'd be willing you do up a feature lean version if you
want to take it over.

-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org

People develop abstractions by generalizing from concrete examples.
Every attempt to determine the correct abstraction on paper without
actually developing a running system is doomed to failure. No one
is that smart. A framework is a resuable design, so you develop it by
looking at the things it is supposed to be a design of. The more examples
you look at, the more general your framework will be.

  -- Ralph Johnson & Don Roberts, Patterns for Evolving Frameworks 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



results of synchronize

2005-05-17 Thread maven
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 5 (10 including POMs).
[ERROR] Error encountered while converting source repository to target 
repository.
building file list ... done
htmlunit/jars/
htmlunit/jars/htmlunit-1.6.jar
htmlunit/licenses/
htmlunit/licenses/htmlunit-1.6.license
htmlunit/poms/
htmlunit/poms/htmlunit-1.6.pom
jpox/jars/
jpox/jars/jpox-1.1.0-beta-3.jar
jpox/jars/jpox-c3p0-1.1.0-beta-3.jar
jpox/jars/jpox-dbcp-1.1.0-beta-3.jar
jpox/jars/jpox-enhancer-1.1.0-beta-3.jar
jpox/licenses/
jpox/licenses/jpox-1.1.0-beta-3.license
jpox/licenses/jpox-c3p0-1.1.0-beta-3.license
jpox/licenses/jpox-dbcp-1.1.0-beta-3.license
jpox/licenses/jpox-enhancer-1.1.0-beta-3.license
jpox/poms/
jpox/poms/jpox-1.1.0-beta-3.pom
jpox/poms/jpox-c3p0-1.1.0-beta-3.pom
jpox/poms/jpox-dbcp-1.1.0-beta-3.pom
jpox/poms/jpox-enhancer-1.1.0-beta-3.pom
last-sync.txt
subpersistence/jars/
subpersistence/jars/subpersistence-0.9.0-h3.jar
subpersistence/licenses/
subpersistence/licenses/subpersistence-0.9.0-h3.license
subpersistence/poms/
subpersistence/poms/subpersistence-0.9.0-h3.pom
xsddoc/jars/
xsddoc/jars/xsddoc-0.8.jar
xsddoc/licenses/
xsddoc/licenses/xsddoc-0.8.license
xsddoc/poms/
xsddoc/poms/xsddoc-0.8.pom
wrote 2902325 bytes  read 378 bytes  30716.43 bytes/sec
total size is 2579642338  speedup is 888.70
building file list ... done
.index.txt
htmlunit/htmlunit/
htmlunit/htmlunit/1.6/
jpox/
jpox/jpox/
jpox/jpox-c3p0/
jpox/jpox-c3p0/1.1.0-beta-3/
jpox/jpox-c3p0/1.1.0-beta-3/jpox-c3p0-1.1.0-beta-3.jar
jpox/jpox-c3p0/1.1.0-beta-3/jpox-c3p0-1.1.0-beta-3.jar.md5
jpox/jpox-c3p0/1.1.0-beta-3/jpox-c3p0-1.1.0-beta-3.jar.sha1
jpox/jpox-c3p0/1.1.0-beta-3/jpox-c3p0-1.1.0-beta-3.pom
jpox/jpox-c3p0/1.1.0-beta-3/jpox-c3p0-1.1.0-beta-3.pom.md5
jpox/jpox-c3p0/1.1.0-beta-3/jpox-c3p0-1.1.0-beta-3.pom.sha1
jpox/jpox-dbcp/
jpox/jpox-dbcp/1.1.0-beta-3/
jpox/jpox-dbcp/1.1.0-beta-3/jpox-dbcp-1.1.0-beta-3.jar
jpox/jpox-dbcp/1.1.0-beta-3/jpox-dbcp-1.1.0-beta-3.jar.md5
jpox/jpox-dbcp/1.1.0-beta-3/jpox-dbcp-1.1.0-beta-3.jar.sha1
jpox/jpox-dbcp/1.1.0-beta-3/jpox-dbcp-1.1.0-beta-3.pom
jpox/jpox-dbcp/1.1.0-beta-3/jpox-dbcp-1.1.0-beta-3.pom.md5
jpox/jpox-dbcp/1.1.0-beta-3/jpox-dbcp-1.1.0-beta-3.pom.sha1
jpox/jpox-enhancer/
jpox/jpox-enhancer/1.1.0-beta-3/
jpox/jpox-enhancer/1.1.0-beta-3/jpox-enhancer-1.1.0-beta-3.jar
jpox/jpox-enhancer/1.1.0-beta-3/jpox-enhancer-1.1.0-beta-3.jar.md5
jpox/jpox-enhancer/1.1.0-beta-3/jpox-enhancer-1.1.0-beta-3.jar.sha1
jpox/jpox-enhancer/1.1.0-beta-3/jpox-enhancer-1.1.0-beta-3.pom
jpox/jpox-enhancer/1.1.0-beta-3/jpox-enhancer-1.1.0-beta-3.pom.md5
jpox/jpox-enhancer/1.1.0-beta-3/jpox-enhancer-1.1.0-beta-3.pom.sha1
jpox/jpox/1.1.0-beta-3/
jpox/jpox/1.1.0-beta-3/jpox-1.1.0-beta-3.jar
jpox/jpox/1.1.0-beta-3/jpox-1.1.0-beta-3.jar.md5
jpox/jpox/1.1.0-beta-3/jpox-1.1.0-beta-3.jar.sha1
jpox/jpox/1.1.0-beta-3/jpox-1.1.0-beta-3.pom
jpox/jpox/1.1.0-beta-3/jpox-1.1.0-beta-3.pom.md5
jpox/jpox/1.1.0-beta-3/jpox-1.1.0-beta-3.pom.sha1
last-sync.txt
subpersistence/subpersistence/0.9.0/
subpersistence/subpersistence/0.9.0/subpersistence-0.9.0-h3.jar
subpersistence/subpersistence/0.9.0/subpersistence-0.9.0-h3.jar.md5
subpersistence/subpersistence/0.9.0/subpersistence-0.9.0-h3.jar.sha1
subpersistence/subpersistence/0.9.0/subpersistence-0.9.0.pom
subpersistence/subpersistence/0.9.0/subpersistence-0.9.0.pom.md5
subpersistence/subpersistence/0.9.0/subpersistence-0.9.0.pom.sha1
xsddoc/xsddoc/
xsddoc/xsddoc/0.8/
wrote 2752136 bytes  read 598 bytes  4167.65 bytes/sec
total size is 3560086232  speedup is 1293.29

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170653 - /maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java

2005-05-17 Thread evenisse
Author: evenisse
Date: Tue May 17 13:28:55 2005
New Revision: 170653

URL: http://svn.apache.org/viewcvs?rev=170653&view=rev
Log:
Allow user input for project version and tag name.

Modified:

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java

Modified: 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java?rev=170653&r1=170652&r2=170653&view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java
 Tue May 17 13:28:55 2005
@@ -28,7 +28,11 @@
 import org.apache.maven.project.MavenProject;
 import org.apache.maven.scm.ScmException;
 import org.apache.maven.scm.ScmFile;
+import org.codehaus.plexus.util.StringUtils;
 
+import java.io.BufferedReader;
+import java.io.IOException;
+import java.io.InputStreamReader;
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.Iterator;
@@ -67,15 +71,15 @@
 protected void executeTask()
 throws MojoExecutionException
 {
-checkStatus();
+//checkStatus();
 
-checkDependencies();
+//checkDependencies();
 
 transformPom();
 
-checkin();
+//checkin();
 
-tag();
+//tag();
 }
 
 private boolean isSnapshot( String version )
@@ -178,6 +182,20 @@
 
 //Rewrite project version
 projectVersion = model.getVersion().substring( 0, 
model.getVersion().length() - SNAPSHOT.length() );
+try
+{
+getLog().info( "What is the new version? [" + projectVersion + "]" 
);
+BufferedReader input = new BufferedReader( new InputStreamReader( 
System.in ) );
+String inputVersion = input.readLine();
+if ( !StringUtils.isEmpty( inputVersion ) )
+{
+projectVersion = inputVersion;
+}
+}
+catch ( IOException e )
+{
+throw new MojoExecutionException( "Can't read user input.", e );
+}
 model.setVersion( projectVersion );
 
 //Rewrite parent version
@@ -263,6 +281,12 @@
 {
 try
 {
+if ( getScm().getTag() == null )
+{
+getLog().info( "What is the new tag name?" );
+BufferedReader input = new BufferedReader( new 
InputStreamReader( System.in ) );
+getScm().setTag( input.readLine() );
+}
 getScm().tag();
 }
 catch ( Exception e )



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[maven2 build - SUCCESS] Tue May 17 16:07:01 EDT 2005

2005-05-17 Thread jvanzyl
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050517.160701.tar.gz

Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050517.160701.txt

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[REPOCLEAN] Error(s) occurred while converting repository

2005-05-17 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion.

For more details, see:

http://test.maven.codehaus.org/reports/repoclean/17-May-2005_04.01.44/repository.report.txt

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[REPOCLEAN] Error(s) occurred while converting repository

2005-05-17 Thread REPOCLEAN
Errors occurred while performing maven-1 to maven-2 repository conversion.

For more details, see:

http://test.maven.codehaus.org/reports/repoclean/17-May-2005_04.01.44/repository.report.txt

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170649 - in /maven/components/trunk/maven-plugins: maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java pom.xml

2005-05-17 Thread evenisse
Author: evenisse
Date: Tue May 17 13:03:56 2005
New Revision: 170649

URL: http://svn.apache.org/viewcvs?rev=170649&view=rev
Log:
Add release plugin

Modified:

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java
maven/components/trunk/maven-plugins/pom.xml

Modified: 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java?rev=170649&r1=170648&r2=170649&view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java
 Tue May 17 13:03:56 2005
@@ -254,7 +254,7 @@
 }
 catch ( Exception e )
 {
-throw new MojoExecutionException( "An error is occurred in the tag 
process.", e );
+throw new MojoExecutionException( "An error is occurred in the 
checkin process.", e );
 }
 }
 

Modified: maven/components/trunk/maven-plugins/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/pom.xml?rev=170649&r1=170648&r2=170649&view=diff
==
--- maven/components/trunk/maven-plugins/pom.xml (original)
+++ maven/components/trunk/maven-plugins/pom.xml Tue May 17 13:03:56 2005
@@ -88,6 +88,7 @@
 maven-install-plugin
 maven-jar-plugin
 maven-plugin-plugin
+maven-release-plugin
 maven-resources-plugin
 maven-site-plugin
 maven-source-plugin



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MAVENUPLOAD-384) maven-xsddoc-plugin - plugin for xsddoc, a documentation tool for W3C XML Schema, Release 0.8

2005-05-17 Thread Kurt Riede (JIRA)
 [ 
http://jira.codehaus.org/browse/MAVENUPLOAD-384?page=comments#action_39215 ]
 
Kurt Riede commented on MAVENUPLOAD-384:


bundle updated to correct Pom version 3:
http://xframe.sourceforge.net/xsddoc/bundles/maven-xsddoc-plugin-0.8-bundle.jar 

> maven-xsddoc-plugin - plugin for xsddoc, a documentation tool for W3C XML 
> Schema, Release 0.8
> -
>
>  Key: MAVENUPLOAD-384
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-384
>  Project: maven-upload-requests
> Type: Task
> Reporter: Kurt Riede

>
>
> http://xframe.sourceforge.net/maven-xsddoc-plugin/index.html 
> http://xframe.sourceforge.net/maven-xsddoc-plugin/team-list.html
> xsddoc is an Open Source documentation tool for W3C XML Schema based on XSLT. 
> With xsddoc you can generate documentation of your XML Schema in a JavaDoc 
> like visualisation. 
> xsddoc can be used from the command line, as an Apache Ant Task or as an 
> Apache Maven Plugin.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170647 - in /maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin: release/AbstractReleaseMojo.java release/PerformReleaseMojo.java release/PrepareReleaseMojo.java scm/ScmBean.java

2005-05-17 Thread evenisse
Author: evenisse
Date: Tue May 17 12:54:22 2005
New Revision: 170647

URL: http://svn.apache.org/viewcvs?rev=170647&view=rev
Log:
cleanup

Modified:

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PerformReleaseMojo.java

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/scm/ScmBean.java

Modified: 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java?rev=170647&r1=170646&r2=170647&view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java
 Tue May 17 12:54:22 2005
@@ -16,19 +16,10 @@
  * limitations under the License.
  */
 
-import org.apache.maven.artifact.Artifact;
-import org.apache.maven.artifact.factory.ArtifactFactory;
-import org.apache.maven.artifact.repository.ArtifactRepository;
-import org.apache.maven.model.Dependency;
-import org.apache.maven.model.Model;
-import org.apache.maven.model.Plugin;
-import org.apache.maven.model.io.xpp3.MavenXpp3Writer;
 import org.apache.maven.plugin.AbstractMojo;
 import org.apache.maven.plugin.MojoExecutionException;
 import org.apache.maven.plugin.scm.ScmBean;
 import org.apache.maven.project.MavenProject;
-import org.apache.maven.scm.ScmException;
-import org.apache.maven.scm.ScmFile;
 import org.apache.maven.scm.manager.ScmManager;
 import org.codehaus.plexus.PlexusConstants;
 import org.codehaus.plexus.PlexusContainer;
@@ -36,13 +27,6 @@
 import org.codehaus.plexus.context.ContextException;
 import org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable;
 
-import java.io.IOException;
-import java.util.ArrayList;
-import java.util.Collections;
-import java.util.Iterator;
-import java.util.List;
-import java.util.Set;
-
 /**
  * @author mailto:[EMAIL PROTECTED]">Emmanuel Venisse
  * @version $Id: DoxiaMojo.java 169372 2005-05-09 22:47:34Z evenisse $
@@ -98,6 +82,7 @@
 {
 return project;
 }
+
 public String getWorkingDirectory()
 {
 return workingDirectory;

Modified: 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PerformReleaseMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PerformReleaseMojo.java?rev=170647&r1=170646&r2=170647&view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PerformReleaseMojo.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PerformReleaseMojo.java
 Tue May 17 12:54:22 2005
@@ -17,21 +17,16 @@
  */
 
 import org.apache.maven.plugin.MojoExecutionException;
-import org.apache.maven.plugin.logging.Log;
-import org.apache.maven.project.MavenProject;
 import org.codehaus.plexus.util.cli.CommandLineException;
 import org.codehaus.plexus.util.cli.CommandLineUtils;
 import org.codehaus.plexus.util.cli.Commandline;
 import org.codehaus.plexus.util.cli.DefaultConsumer;
 import org.codehaus.plexus.util.cli.StreamConsumer;
 
-import sun.security.action.GetLongAction;
-import sun.tools.jar.CommandLine;
-
 /**
+ * Perform a release from SCM
+ *
  * @goal perform
- * @description Perform a release from SCM
- * @requiresDependencyResolution test
  *
  * @author mailto:[EMAIL PROTECTED]">Emmanuel Venisse
  * @version $Id: DoxiaMojo.java 169372 2005-05-09 22:47:34Z evenisse $
@@ -41,7 +36,6 @@
 {
 /**
  * @parameter expression="${goals}"
- * @required
  */
 private String goals = "deploy site:site site:deploy";
 

Modified: 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java?rev=170647&r1=170646&r2=170647&view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/j

Re: Converting plugins from M1 to M2

2005-05-17 Thread Dennis Lundberg
Vincent Massol wrote:
Hi Dennis,
I've started doing this but I don't have anything that I can show you yet.
Do you mean that you have started converting the tasklist plugin or do 
you mean that you have started writing a howto on converting plugins in 
general?

I'd suggest that you take a look at the existing m2 plugins (this is what
I've done) and start developing some simple plugins to get the grips of it.
Anyone in particular that is suitably small and easy to understand?
FYI, I'm currenty doing this conversion for the following plugins:
- Clover
- Cargo
Bear in mind that it's a full rewrite rather than a conversion... ;-)
I figured as much...
I'm hoping that it's possible to have plugins that work in both m1 and m2 by
having a common part and adapters for each technology. I've not done that
yet though.
That would be great of course!
Thanks
-Vincent
Thank you
--
Dennis Lundberg

-Original Message-
From: Dennis Lundberg [mailto:[EMAIL PROTECTED]
Sent: mardi 17 mai 2005 09:09
To: Maven Developers List
Subject: Converting plugins from M1 to M2
Hello
I'm thinking about trying to convert the tasklist plugin from Maven 1 to
Maven 2. Are there any good (not that complicated) plugins to look at,
that has been converted to M2? I need some example to look at, to get to
grips with what needs to be done.
--
Dennis Lundberg
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


[jira] Updated: (MAVEN-256) does not use the global session

2005-05-17 Thread Felipe Leme (JIRA)
 [ http://jira.codehaus.org/browse/MAVEN-256?page=all ]

Felipe Leme updated MAVEN-256:
--

Attachment: head.patch

Patch similar to the previous one, but this time diffed against the HEAD branch.

>  does not use the global session
> 
>
>  Key: MAVEN-256
>  URL: http://jira.codehaus.org/browse/MAVEN-256
>  Project: maven
> Type: Bug
>   Components: core
> Versions: 1.0-beta-8
> Reporter: Peter Lynch
> Priority: Critical
>  Fix For: 1.1-beta-2
>  Attachments: 1.0.2.patch, head.patch
>
>
> The problem:
> Basically there needs to be a way to call a goal from inside another goal and
> have the called goal use the current session.
> The result being no new session created and all already attained goals would 
> not
> be called again by the called goal's prereqs attribute or nested  
> tags.
> The only way to create a new session would be to use the  tags or set 
>  if an attribute is decided to 
> be the way to flag session creation.
> Alternatively it was suggested a new tag be added called  which 
> would always create a new session, and  would be reverted to use 
> the current session.
> Here is the thread from the mailing lists describing the problems and 
> soltuions.
> - Original Message - 
> From: "Colin Sampaleanu" <[EMAIL PROTECTED]>
> To: "Turbine Maven Users List" 
> Cc: "Turbine Maven Developers List" 
> Sent: Thursday, January 30, 2003 7:27 AM
> Subject: Re: goals are broken, let's fix it
> > bob mcwhirter wrote:
> > 
> > >On Thu, 30 Jan 2003, Colin Sampaleanu wrote:
> > >
> > >>I think that there is currently a serious problem in maven and a number 
> > >>of plugins, in that 'attainGoal' is being used in various places (goals, 
> > >>preGoals, and postGoals) with the expectation that the goal being named 
> > >>to be attained will be part of the dependency graph of the main build 
> > >>itself, and will be attained only once. However, due to the way the 
> > >>werkz 'attainGoal' tag is implemented, there is no integration into the 
> > >>main maven dependency session, and each invocation of attainGoal with a 
> > >>specific goal will call that goal again including all its dependencies, 
> > >>becoming more of a subroutine call. At best, I would say it's confusing 
> > >>as hell, since the name 'attainGoal' implies something; certainly there 
> > >>is some code which is using the tag with the expectation that it is 
> > >>integrating into the dependency graph, and there is other code which is 
> > >>using it like a subroutine call. I would also suggest there need to be 
> > >>clearly named, different mechanisms, to handle both usage semantics.
> > >>
> > >>
> > >Yah, this is a well-understood problem (at least by me, having written
> > >werkz).
> > >
> > >Though, my non-scientific polling has resulted in me thinking that
> > >most folks are now taking advantage of the fact that 
> > >doesn't participate in the global session.
> > >
> > >ie:
> > >
> > > 
> > > 
> > > 
> > > 
> > >
> > >Where 'clean' wouldn't fire the 2nd time if we shared in the global
> > >session.
> > >
> > >We noodled around with keeping the current syntax and semantics the
> > >same but adding a session="true" attribute for folks needing new
> > >semantics.
> > >
> > >Or, since so many other things have changed lately, retaining backwards
> > >compatibility is less important, and we could certain make 
> > >behave has expected, and rename the current functionality to 
> > >or  or somesuch.
> > >
> > >The biggest use-case we must accomodate is folks wanting to 'clean'
> > >multple times and not have werkz think everything is still attained.
> > >
> > >Though, that could maybe be rememdied with something like:
> > >
> > > 
> > >
> > >
> > > 
> > >
> > >That'd allow us to invalidate the werkz session and allow for rebuilds
> > >without confusing werkz.
> > >
> > >IRC would probably be a glad place to hammer out the details.
> > >
> > (still cross-posting, as I think this has big implications for users as 
> > well as developers...)
> > 
> > How are the IRC sessions typically arranged? i.e. when are you guys 
> > normally on?. My main issue with IRC is that unfortunately it is blocked 
> > for me during the day due to the firewall at work, although in the worst 
> > case I could probably ssh to my home machine and do a text mode client 
> > from there. Evenings wouldn't be a problem.
> > 
> > My suggestion would be to have very clearly named mechanisms (either 
> > separate tags or attributes on the same tag) to attain goals and share 
> > the maven session, to attain goals and not share the maven session, and 
> > some other mechanism (such as calling a custom tag), that is encouraged 
> > as a means of code reuse/macro/subroutine, which some code is currently 
> > using attainGoal for today. I would favour making a maven (not 
> > necessarilly werkz) attainGoal by default share the sessio

[jira] Updated: (MAVEN-256) does not use the global session

2005-05-17 Thread Felipe Leme (JIRA)
 [ http://jira.codehaus.org/browse/MAVEN-256?page=all ]

Felipe Leme updated MAVEN-256:
--

Attachment: 1.0.2.patch

I'm providing a patch that creates a HashMap on the JellyContext and makes sure 
a goal is executed only once (either on attainGoal or as prereqs). This is a 
quick and dirty hack that is not intended to be included in the Maven code, but 
could be very useful for people that are facing the issue of goals being 
running multiple times (sometimes more than 2).


>  does not use the global session
> 
>
>  Key: MAVEN-256
>  URL: http://jira.codehaus.org/browse/MAVEN-256
>  Project: maven
> Type: Bug
>   Components: core
> Versions: 1.0-beta-8
> Reporter: Peter Lynch
> Priority: Critical
>  Fix For: 1.1-beta-2
>  Attachments: 1.0.2.patch
>
>
> The problem:
> Basically there needs to be a way to call a goal from inside another goal and
> have the called goal use the current session.
> The result being no new session created and all already attained goals would 
> not
> be called again by the called goal's prereqs attribute or nested  
> tags.
> The only way to create a new session would be to use the  tags or set 
>  if an attribute is decided to 
> be the way to flag session creation.
> Alternatively it was suggested a new tag be added called  which 
> would always create a new session, and  would be reverted to use 
> the current session.
> Here is the thread from the mailing lists describing the problems and 
> soltuions.
> - Original Message - 
> From: "Colin Sampaleanu" <[EMAIL PROTECTED]>
> To: "Turbine Maven Users List" 
> Cc: "Turbine Maven Developers List" 
> Sent: Thursday, January 30, 2003 7:27 AM
> Subject: Re: goals are broken, let's fix it
> > bob mcwhirter wrote:
> > 
> > >On Thu, 30 Jan 2003, Colin Sampaleanu wrote:
> > >
> > >>I think that there is currently a serious problem in maven and a number 
> > >>of plugins, in that 'attainGoal' is being used in various places (goals, 
> > >>preGoals, and postGoals) with the expectation that the goal being named 
> > >>to be attained will be part of the dependency graph of the main build 
> > >>itself, and will be attained only once. However, due to the way the 
> > >>werkz 'attainGoal' tag is implemented, there is no integration into the 
> > >>main maven dependency session, and each invocation of attainGoal with a 
> > >>specific goal will call that goal again including all its dependencies, 
> > >>becoming more of a subroutine call. At best, I would say it's confusing 
> > >>as hell, since the name 'attainGoal' implies something; certainly there 
> > >>is some code which is using the tag with the expectation that it is 
> > >>integrating into the dependency graph, and there is other code which is 
> > >>using it like a subroutine call. I would also suggest there need to be 
> > >>clearly named, different mechanisms, to handle both usage semantics.
> > >>
> > >>
> > >Yah, this is a well-understood problem (at least by me, having written
> > >werkz).
> > >
> > >Though, my non-scientific polling has resulted in me thinking that
> > >most folks are now taking advantage of the fact that 
> > >doesn't participate in the global session.
> > >
> > >ie:
> > >
> > > 
> > > 
> > > 
> > > 
> > >
> > >Where 'clean' wouldn't fire the 2nd time if we shared in the global
> > >session.
> > >
> > >We noodled around with keeping the current syntax and semantics the
> > >same but adding a session="true" attribute for folks needing new
> > >semantics.
> > >
> > >Or, since so many other things have changed lately, retaining backwards
> > >compatibility is less important, and we could certain make 
> > >behave has expected, and rename the current functionality to 
> > >or  or somesuch.
> > >
> > >The biggest use-case we must accomodate is folks wanting to 'clean'
> > >multple times and not have werkz think everything is still attained.
> > >
> > >Though, that could maybe be rememdied with something like:
> > >
> > > 
> > >
> > >
> > > 
> > >
> > >That'd allow us to invalidate the werkz session and allow for rebuilds
> > >without confusing werkz.
> > >
> > >IRC would probably be a glad place to hammer out the details.
> > >
> > (still cross-posting, as I think this has big implications for users as 
> > well as developers...)
> > 
> > How are the IRC sessions typically arranged? i.e. when are you guys 
> > normally on?. My main issue with IRC is that unfortunately it is blocked 
> > for me during the day due to the firewall at work, although in the worst 
> > case I could probably ssh to my home machine and do a text mode client 
> > from there. Evenings wouldn't be a problem.
> > 
> > My suggestion would be to have very clearly named mechanisms (either 
> > separate tags or attributes on the same tag) to attain goals and share 
> > the maven session, to attain goals and not share the maven session, and 
> > some othe

[maven2 build - SUCCESS] Tue May 17 04:07:00 EDT 2005

2005-05-17 Thread jvanzyl
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050517.040700.tar.gz

Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050517.040700.txt

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170521 - in /maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release: AbstractReleaseMojo.java PerformReleaseMojo.java PrepareReleaseMojo.java ReleaseMojo.java

2005-05-17 Thread evenisse
Author: evenisse
Date: Mon May 16 23:53:39 2005
New Revision: 170521

URL: http://svn.apache.org/viewcvs?rev=170521&view=rev
Log:
Split ReleaseMojo to PrepareReleaseMojo and PerformReleaseMojo

Added:

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PerformReleaseMojo.java

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java
Removed:

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/ReleaseMojo.java

Added: 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java?rev=170521&view=auto
==
--- 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java
 (added)
+++ 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java
 Mon May 16 23:53:39 2005
@@ -0,0 +1,156 @@
+package org.apache.maven.plugin.release;
+
+/*
+ * Copyright 2001-2005 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+import org.apache.maven.artifact.Artifact;
+import org.apache.maven.artifact.factory.ArtifactFactory;
+import org.apache.maven.artifact.repository.ArtifactRepository;
+import org.apache.maven.model.Dependency;
+import org.apache.maven.model.Model;
+import org.apache.maven.model.Plugin;
+import org.apache.maven.model.io.xpp3.MavenXpp3Writer;
+import org.apache.maven.plugin.AbstractMojo;
+import org.apache.maven.plugin.MojoExecutionException;
+import org.apache.maven.plugin.scm.ScmBean;
+import org.apache.maven.project.MavenProject;
+import org.apache.maven.scm.ScmException;
+import org.apache.maven.scm.ScmFile;
+import org.apache.maven.scm.manager.ScmManager;
+import org.codehaus.plexus.PlexusConstants;
+import org.codehaus.plexus.PlexusContainer;
+import org.codehaus.plexus.context.Context;
+import org.codehaus.plexus.context.ContextException;
+import org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable;
+
+import java.io.IOException;
+import java.util.ArrayList;
+import java.util.Collections;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Set;
+
+/**
+ * @author mailto:[EMAIL PROTECTED]">Emmanuel Venisse
+ * @version $Id: DoxiaMojo.java 169372 2005-05-09 22:47:34Z evenisse $
+ */
+public abstract class AbstractReleaseMojo
+extends AbstractMojo
+implements Contextualizable
+{
+/**
+ * @parameter expression="${project.build.directory}/checkout"
+ * @required
+ */
+private String workingDirectory;
+
+/**
+ * @parameter expression="${project.scm.developerConnection}"
+ * @required
+ */
+private String urlScm;
+
+/**
+ * @parameter expression="${username}"
+ */
+private String username;
+
+/**
+ * @parameter expression="${password}"
+ */
+private String password;
+
+/**
+ * @parameter expression="${tagBase}"
+ */
+private String tagBase = "../tags";
+
+/**
+ * @parameter expression="${tag}"
+ */
+private String tag;
+
+private PlexusContainer container;
+
+private ScmManager scmManager;
+
+protected ScmManager getScmManager()
+{
+return scmManager;
+}
+
+protected ScmBean getScm()
+{
+ScmBean scm = new ScmBean();
+scm.setScmManager( scmManager );
+scm.setUrl( urlScm );
+scm.setTag( tag );
+scm.setTagBase( tagBase );
+scm.setUsername( username );
+scm.setPassword( password );
+scm.setWorkingDirectory( workingDirectory );
+return scm;
+}
+
+public void execute()
+throws MojoExecutionException
+{
+try
+{
+initScmManager();
+}
+catch ( Exception e )
+{
+throw new MojoExecutionException( "Can't initialize ReleaseMojo.", 
e );
+}
+
+try
+{
+

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

2005-05-17 Thread Cameron Braid (JIRA)
mave-eclipse-plugin adds duplicate classpath entry under some circonstances
---

 Key: MNG-410
 URL: http://jira.codehaus.org/browse/MNG-410
 Project: m2
Type: Bug
  Components: maven-plugins  
Reporter: Cameron Braid


  
src/java

  
src/conf
false
  
  
src/resources/hbm
false
  
  
src/java
**/*.java
  

  


causes src/java to be added twice

first time  : because of src/java
second time : because of the resource/directory node, since the plugin doesn't 
support exclusions



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



results of synchronize

2005-05-17 Thread maven
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 14 (28 including POMs).
building file list ... done
last-sync.txt
xdoclet-plugins/jars/
xdoclet-plugins/jars/reference-1.0.1-SNAPSHOT.jar
xdoclet-plugins/jars/xdoclet-plugin-ejb-1.0.1-SNAPSHOT.jar
xdoclet-plugins/jars/xdoclet-plugin-externalizer-1.0.1-SNAPSHOT.jar
xdoclet-plugins/jars/xdoclet-plugin-hibernate-1.0.1-SNAPSHOT.jar
xdoclet-plugins/jars/xdoclet-plugin-jdo-1.0.1-SNAPSHOT.jar
xdoclet-plugins/jars/xdoclet-plugin-jmx-1.0.1-SNAPSHOT.jar
xdoclet-plugins/jars/xdoclet-plugin-junit-1.0.1-SNAPSHOT.jar
xdoclet-plugins/jars/xdoclet-plugin-web-1.0.1-SNAPSHOT.jar
xdoclet-plugins/jars/xdoclet-plugin-webwork-1.0.1-SNAPSHOT.jar
xdoclet-plugins/jars/xdoclet-plugin-xtags-1.0.1-SNAPSHOT.jar
xdoclet-plugins/jars/xdoclet-plugin-xwork-1.0.1-SNAPSHOT.jar
xdoclet-plugins/jars/xdoclet-sample-web-1.0.1-SNAPSHOT.jar
xdoclet-plugins/jars/xdoclet-testapp-ejb-1.0.1-SNAPSHOT.jar
xdoclet-plugins/jars/xdoclet-testapp-web-1.0.1-SNAPSHOT.jar
xdoclet-plugins/poms/
xdoclet-plugins/poms/reference-1.0.1-SNAPSHOT.pom
xdoclet-plugins/poms/xdoclet-plugin-ejb-1.0.1-SNAPSHOT.pom
xdoclet-plugins/poms/xdoclet-plugin-externalizer-1.0.1-SNAPSHOT.pom
xdoclet-plugins/poms/xdoclet-plugin-jdo-1.0.1-SNAPSHOT.pom
xdoclet-plugins/poms/xdoclet-plugin-jmx-1.0.1-SNAPSHOT.pom
xdoclet-plugins/poms/xdoclet-plugin-junit-1.0.1-SNAPSHOT.pom
xdoclet-plugins/poms/xdoclet-plugin-web-1.0.1-SNAPSHOT.pom
xdoclet-plugins/poms/xdoclet-plugin-webwork-1.0.1-SNAPSHOT.pom
xdoclet-plugins/poms/xdoclet-plugin-xtags-1.0.1-SNAPSHOT.pom
xdoclet-plugins/poms/xdoclet-plugin-xwork-1.0.1-SNAPSHOT.pom
xdoclet-plugins/poms/xdoclet-sample-web-1.0.1-SNAPSHOT.pom
xdoclet-plugins/poms/xdoclet-testapp-ejb-1.0.1-SNAPSHOT.pom
xdoclet-plugins/poms/xdoclet-testapp-web-1.0.1-SNAPSHOT.pom
wrote 1101556 bytes  read 2682 bytes  16605.08 bytes/sec
total size is 2577378083  speedup is 2334.08
building file list ... done
.index.txt
last-sync.txt
xdoclet-plugins/reference/
xdoclet-plugins/reference/1.0.1-SNAPSHOT/
xdoclet-plugins/reference/1.0.1-SNAPSHOT/reference-1.0.1-SNAPSHOT.jar
xdoclet-plugins/reference/1.0.1-SNAPSHOT/reference-1.0.1-SNAPSHOT.jar.md5
xdoclet-plugins/reference/1.0.1-SNAPSHOT/reference-1.0.1-SNAPSHOT.jar.sha1
xdoclet-plugins/reference/1.0.1-SNAPSHOT/reference-1.0.1-SNAPSHOT.pom
xdoclet-plugins/reference/1.0.1-SNAPSHOT/reference-1.0.1-SNAPSHOT.pom.md5
xdoclet-plugins/reference/1.0.1-SNAPSHOT/reference-1.0.1-SNAPSHOT.pom.sha1
xdoclet-plugins/xdoclet-plugin-ejb/
xdoclet-plugins/xdoclet-plugin-ejb/1.0.1-SNAPSHOT/
xdoclet-plugins/xdoclet-plugin-ejb/1.0.1-SNAPSHOT/xdoclet-plugin-ejb-1.0.1-SNAPSHOT.jar
xdoclet-plugins/xdoclet-plugin-ejb/1.0.1-SNAPSHOT/xdoclet-plugin-ejb-1.0.1-SNAPSHOT.jar.md5
xdoclet-plugins/xdoclet-plugin-ejb/1.0.1-SNAPSHOT/xdoclet-plugin-ejb-1.0.1-SNAPSHOT.jar.sha1
xdoclet-plugins/xdoclet-plugin-ejb/1.0.1-SNAPSHOT/xdoclet-plugin-ejb-1.0.1-SNAPSHOT.pom
xdoclet-plugins/xdoclet-plugin-ejb/1.0.1-SNAPSHOT/xdoclet-plugin-ejb-1.0.1-SNAPSHOT.pom.md5
xdoclet-plugins/xdoclet-plugin-ejb/1.0.1-SNAPSHOT/xdoclet-plugin-ejb-1.0.1-SNAPSHOT.pom.sha1
xdoclet-plugins/xdoclet-plugin-externalizer/
xdoclet-plugins/xdoclet-plugin-externalizer/1.0.1-SNAPSHOT/
xdoclet-plugins/xdoclet-plugin-externalizer/1.0.1-SNAPSHOT/xdoclet-plugin-externalizer-1.0.1-SNAPSHOT.jar
xdoclet-plugins/xdoclet-plugin-externalizer/1.0.1-SNAPSHOT/xdoclet-plugin-externalizer-1.0.1-SNAPSHOT.jar.md5
xdoclet-plugins/xdoclet-plugin-externalizer/1.0.1-SNAPSHOT/xdoclet-plugin-externalizer-1.0.1-SNAPSHOT.jar.sha1
xdoclet-plugins/xdoclet-plugin-externalizer/1.0.1-SNAPSHOT/xdoclet-plugin-externalizer-1.0.1-SNAPSHOT.pom
xdoclet-plugins/xdoclet-plugin-externalizer/1.0.1-SNAPSHOT/xdoclet-plugin-externalizer-1.0.1-SNAPSHOT.pom.md5
xdoclet-plugins/xdoclet-plugin-externalizer/1.0.1-SNAPSHOT/xdoclet-plugin-externalizer-1.0.1-SNAPSHOT.pom.sha1
xdoclet-plugins/xdoclet-plugin-hibernate/1.0.1-SNAPSHOT/xdoclet-plugin-hibernate-1.0.1-SNAPSHOT.jar
xdoclet-plugins/xdoclet-plugin-hibernate/1.0.1-SNAPSHOT/xdoclet-plugin-hibernate-1.0.1-SNAPSHOT.jar.md5
xdoclet-plugins/xdoclet-plugin-hibernate/1.0.1-SNAPSHOT/xdoclet-plugin-hibernate-1.0.1-SNAPSHOT.jar.sha1
xdoclet-plugins/xdoclet-plugin-hibernate/1.0.1-SNAPSHOT/xdoclet-plugin-hibernate-1.0.1-SNAPSHOT.pom
xdoclet-plugins/xdoclet-plugin-hibernate/1.0.1-SNAPSHOT/xdoclet-plugin-hibernate-1.0.1-SNAPSHOT.pom.md5
xdoclet-plugins/xdoclet-plugin-hibernate/1.0.1-SNAPSHOT/xdoclet-plugin-hibernate-1.0.1-SNAPSHOT.pom.sha1
xdoclet-plugins/xdoclet-plugin-jdo/
xdoclet-plugins/xdoclet-plugin-jdo/1.0.1-SNAPSHOT/
xdoclet-plugins/xdoclet-plugin-jdo/1.0.1-SNAPSHOT/xdoclet-plugin-jdo-1.0.1-SNAPSHOT.jar
xdoclet-plugins/xdoclet-plugin-jdo/1.0.1-SNAPSHOT/xdoclet-plugin-jdo-1.0.1-SNAPSHOT.jar.md5
xdoclet-plugins/xdoclet-plugin-jdo/1.0.1-SNAPSHOT/xdoclet-plugin-jdo-1.0.1-SNAPSHOT.jar.sha1
xdoclet-plugins/xdoclet-plugin-jdo/1

[jira] Commented: (MAVENUPLOAD-382) Please upload final version of xpp2

2005-05-17 Thread Carlos Sanchez (JIRA)
 [ 
http://jira.codehaus.org/browse/MAVENUPLOAD-382?page=comments#action_39204 ]
 
Carlos Sanchez commented on MAVENUPLOAD-382:


groupId should be xpp2 (there's a xpp3 already)

> Please upload final version of xpp2
> ---
>
>  Key: MAVENUPLOAD-382
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-382
>  Project: maven-upload-requests
> Type: Task
> Reporter: Maarten Coene

>
>
> Please upload the final version of the xpp2 pull parser.
> http://www.extreme.indiana.edu/xgws/xsoap/xpp/xpp2/index.html
> thanks
> Maarten

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Closed: (MAVENUPLOAD-385) xsddoc - documentation tool for W3C XML Schema, Release 0.8

2005-05-17 Thread Carlos Sanchez (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-385?page=all ]
 
Carlos Sanchez closed MAVENUPLOAD-385:
--

Resolution: Fixed
 Assign To: Carlos Sanchez

> xsddoc - documentation tool for W3C XML Schema, Release 0.8
> ---
>
>  Key: MAVENUPLOAD-385
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-385
>  Project: maven-upload-requests
> Type: Task
> Reporter: Kurt Riede
> Assignee: Carlos Sanchez

>
>
> http://xframe.sourceforge.net/xsddoc/index.html 
> http://xframe.sourceforge.net/xsddoc/team-list.html
> xsddoc is an Open Source documentation tool for W3C XML Schema based on XSLT. 
> With xsddoc you can generate documentation of your XML Schema in a JavaDoc 
> like visualisation.
> xsddoc can be used from the command line, as an Apache Ant Task or as an 
> Apache Maven Plugin.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MAVENUPLOAD-384) maven-xsddoc-plugin - plugin for xsddoc, a documentation tool for W3C XML Schema, Release 0.8

2005-05-17 Thread Carlos Sanchez (JIRA)
 [ 
http://jira.codehaus.org/browse/MAVENUPLOAD-384?page=comments#action_39205 ]
 
Carlos Sanchez commented on MAVENUPLOAD-384:


Pom version should be 3
http://maven.apache.org/reference/project-descriptor.html#pomVersion

> maven-xsddoc-plugin - plugin for xsddoc, a documentation tool for W3C XML 
> Schema, Release 0.8
> -
>
>  Key: MAVENUPLOAD-384
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-384
>  Project: maven-upload-requests
> Type: Task
> Reporter: Kurt Riede

>
>
> http://xframe.sourceforge.net/maven-xsddoc-plugin/index.html 
> http://xframe.sourceforge.net/maven-xsddoc-plugin/team-list.html
> xsddoc is an Open Source documentation tool for W3C XML Schema based on XSLT. 
> With xsddoc you can generate documentation of your XML Schema in a JavaDoc 
> like visualisation. 
> xsddoc can be used from the command line, as an Apache Ant Task or as an 
> Apache Maven Plugin.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Closed: (MAVENUPLOAD-383) subpersistence 0.9.0-h3

2005-05-17 Thread Carlos Sanchez (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-383?page=all ]
 
Carlos Sanchez closed MAVENUPLOAD-383:
--

Resolution: Fixed
 Assign To: Carlos Sanchez

> subpersistence 0.9.0-h3
> ---
>
>  Key: MAVENUPLOAD-383
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-383
>  Project: maven-upload-requests
> Type: Task
> Reporter: Maik Schreiber
> Assignee: Carlos Sanchez

>
>
> http://subpersistence.sourceforge.net/subpersistence-0.9.0-h3-bundle.jar
> http://subpersistence.sourceforge.net
> http://subpersistence.sourceforge.net/team-list.html
> subPersistence is an abstract, light-weight yet flexible framework for 
> working with O/R persistence mappers.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Closed: (MAVENUPLOAD-381) Upload Htmlunit-1.6

2005-05-17 Thread Carlos Sanchez (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-381?page=all ]
 
Carlos Sanchez closed MAVENUPLOAD-381:
--

Resolution: Fixed
 Assign To: Carlos Sanchez

> Upload Htmlunit-1.6
> ---
>
>  Key: MAVENUPLOAD-381
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-381
>  Project: maven-upload-requests
> Type: Task
> Reporter: Mike Bowler
> Assignee: Carlos Sanchez

>
>
> http://htmlunit.sourceforge.net/htmlunit-1.6-bundle.jar
> 
> http://htmlunit.sourceforge.net
> http://htmlunit.sourceforge.net/team-list.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: proposed pom syntax for safely inheriting values

2005-05-17 Thread Mauro Botelho
How would that behave when you have multiple levels of inheritance?
Just assume a flat directory structure?

Mauro

On 5/12/05, Brett Porter <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> A lot of values in the POM, when inherited, need to be extended to add
> the additional path to it. Things like URL, SCM, site distribution URL
> are all tedious to reproduce in every child POM just to add
> ${pom.artifactId} to the end.
> 
> One option is to actually add pom.artifactId to the end of each of those
> when it is inherited and for now I've done just that.
> 
> However, I anticipate this won't always be correct - the directory name
> may not be pom.artifactId (it may be the intersection of pom.artifactId
> and pom.groupId), or it may have an additional path in between, esp when
> it comes to subversion.
> 
> One alternative I considered was to take the difference between the
> parent file location and the current file location, but that relies on
> the existence of a USD.
> 
> So, I propose the following syntax to be specified in the parent POM:
> 
> http://svn.apache.org/repos/asf/maven/wagon/trunk[/${pom.artifactId}]
> 
> The value in [...] would be discarded in the POM in which it is defined,
> but used in a child, ie:
> http://svn.apache.org/repos/asf/maven/wagon/trunk
> ... in pom.xml
> http://svn.apache.org/repos/asf/maven/wagon/trunk/wagon-provider-api
> ... in wagon-provider-api/pom.xml
> 
> This allows a bit more flexiblity, reduces the amount of duplication and
> retains the goal of master build == inherited build.
> 
> Thoughts?
> 
> - Brett
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170541 - /maven/components/trunk/maven-site/src/site/xdoc/docs-required.xml

2005-05-17 Thread brett
Author: brett
Date: Tue May 17 01:08:28 2005
New Revision: 170541

URL: http://svn.apache.org/viewcvs?rev=170541&view=rev
Log:
add additional doc needed

Modified:
maven/components/trunk/maven-site/src/site/xdoc/docs-required.xml

Modified: maven/components/trunk/maven-site/src/site/xdoc/docs-required.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/xdoc/docs-required.xml?rev=170541&r1=170540&r2=170541&view=diff
==
--- maven/components/trunk/maven-site/src/site/xdoc/docs-required.xml (original)
+++ maven/components/trunk/maven-site/src/site/xdoc/docs-required.xml Tue May 
17 01:08:28 2005
@@ -24,6 +24,7 @@
 plugin downloading - partial on Brett's blogs
 site generation
 report generation
+project inheritence and company wide strategy
   
   Documentation for plugin authors
   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MPCHANGELOG-63) Add the ability to show several sets of changes

2005-05-17 Thread David Jackman (JIRA)
Add the ability to show several sets of changes
---

 Key: MPCHANGELOG-63
 URL: http://jira.codehaus.org/browse/MPCHANGELOG-63
 Project: maven-changelog-plugin
Type: New Feature
Versions: 1.7.2
Reporter: David Jackman
 Attachments: MPCHANGELOG-63.patch

This request builds on CHANGELOG-61, which adds the ability to create a log 
based on an absolute date or tag.  We would like to be able to extend that 
thinking so I can create a report that shows changes for several time 
intervals, based on dates or tags.

For example, I would set maven.changelog.tag=TAG_1,TAG_2,TAG_3 (and 
maven.changelog.type=tag), and the report would show all the changes between 
TAG_1 and TAG_2, followed by all the changes between TAG_2 and TAG_3, followed 
by all the changes between TAG_3 and the present time.  Similarly, I could do 
the same thing with a list absolute dates.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (CONTINUUM-133) Don't display the "Build All" button if there are no projects

2005-05-17 Thread Jason van Zyl (JIRA)
Don't display the "Build All" button if there are no projects
-

 Key: CONTINUUM-133
 URL: http://jira.codehaus.org/browse/CONTINUUM-133
 Project: Continuum
Type: Bug
Versions: 1.0-alpha-2
Reporter: Jason van Zyl
 Fix For: 1.0-alpha-2


Need to modify the template in order to prevent the display of the button

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Closed: (CONTINUUM-132) Delete will throw an exception if not in the state new, ok, failed or error

2005-05-17 Thread Jason van Zyl (JIRA)
 [ http://jira.codehaus.org/browse/CONTINUUM-132?page=all ]
 
Jason van Zyl closed CONTINUUM-132:
---

Resolution: Fixed

I added an enable expression to check the state of the project so that it is in 
a valid state to delete.

> Delete will throw an exception if not in the state new, ok, failed or error
> ---
>
>  Key: CONTINUUM-132
>  URL: http://jira.codehaus.org/browse/CONTINUUM-132
>  Project: Continuum
> Type: Bug
> Versions: 1.0-alpha-2
> Reporter: Jason van Zyl
>  Fix For: 1.0-alpha-2

>
>
> We can fix this by checking the state of the project before enabling the 
> delete operation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



Re: [m2] accessing mailing list archive on Nagoya server

2005-05-17 Thread Brett Porter
try: http://mail-archives.apache.org/mod_mbox/

Where were the bad links to nagoya?

- Brett

Vincent Siveton wrote:

>Hi there,
>
>I saw that the "official" archive of the m2 mailing lists is now stored on
>the Nagoya server like other Apache lists.
>
>But I got a Velocity exception with some links. For instance, lets go to
>this following URL:
>http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
>And click on "show all".
>
>I already found this issue:
>http://issues.apache.org/bugzilla/show_bug.cgi?id=33309
>
>Thus, does somebody know the roadmap of this issue? 
>
>Cheers,
>
>Vincent
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[m2] accessing mailing list archive on Nagoya server

2005-05-17 Thread Vincent Siveton
Sorry if I have sent it twice...

Cheers,

Vincent

--
Hi,

I saw that the "official" archive of the m2 mailing lists is now
stored on the Nagoya server like other Apache lists.

But I got a Velocity exception with some links. For instance, lets go
to this following URL:
http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
And click on "show all".

I already found this issue:
http://issues.apache.org/bugzilla/show_bug.cgi?id=33309

Thus, does somebody know the roadmap of this issue? 

Cheers,

Vincent

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170605 - in /maven/components/trunk/maven-plugins/maven-release-plugin: ./ src/main/java/org/apache/maven/plugin/release/ src/main/java/org/apache/maven/plugin/transformer/

2005-05-17 Thread evenisse
Author: evenisse
Date: Tue May 17 07:58:14 2005
New Revision: 170605

URL: http://svn.apache.org/viewcvs?rev=170605&view=rev
Log:
Add pom rewriting

Added:

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/transformer/

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/transformer/AbstractPomTransformer.java

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/transformer/PomTransformer.java

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/transformer/Transformation.java

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/transformer/VersionTransformer.java
Modified:
maven/components/trunk/maven-plugins/maven-release-plugin/pom.xml

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java

Modified: maven/components/trunk/maven-plugins/maven-release-plugin/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-release-plugin/pom.xml?rev=170605&r1=170604&r2=170605&view=diff
==
--- maven/components/trunk/maven-plugins/maven-release-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-release-plugin/pom.xml Tue May 
17 07:58:14 2005
@@ -30,5 +30,15 @@
   maven-scm-provider-svn
   1.0-alpha-1-SNAPSHOT
 
+
+  dom4j
+  dom4j
+  1.4-dev-8
+
+
+  jaxen
+  jaxen
+  1.0-FCS
+
   
 

Modified: 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java?rev=170605&r1=170604&r2=170605&view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java
 Tue May 17 07:58:14 2005
@@ -92,6 +92,11 @@
 return scmManager;
 }
 
+public String getTag()
+{
+return tag;
+}
+
 protected ScmBean getScm()
 {
 ScmBean scm = new ScmBean();

Modified: 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java?rev=170605&r1=170604&r2=170605&view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java
 Tue May 17 07:58:14 2005
@@ -23,17 +23,16 @@
 import org.apache.maven.model.io.xpp3.MavenXpp3Writer;
 import org.apache.maven.plugin.MojoExecutionException;
 import org.apache.maven.plugin.scm.ScmBean;
+import org.apache.maven.plugin.transformer.PomTransformer;
+import org.apache.maven.plugin.transformer.VersionTransformer;
 import org.apache.maven.project.MavenProject;
 import org.apache.maven.scm.ScmException;
 import org.apache.maven.scm.ScmFile;
 
-import java.io.IOException;
-import java.io.StringWriter;
 import java.util.ArrayList;
 import java.util.Collections;
 import java.util.Iterator;
 import java.util.List;
-import java.util.Set;
 
 /**
  * @goal prepare
@@ -73,7 +72,7 @@
 
 transformPom();
 
-//checkin();
+checkin();
 
 tag();
 }
@@ -228,16 +227,18 @@
 }
 }
 
+//Write pom
 MavenXpp3Writer modelWriter = new MavenXpp3Writer();
 try
 {
-//TODO: Write in pom file
-//TODO: Write only necessary informations
-StringWriter writer = new StringWriter();
-modelWriter.write( writer, model );
-getLog().info( writer.toString() );
+PomTransformer transformer = new VersionTransformer();
+transformer.setOutputFile( project.getFile() );
+transformer.setProject( project.getFile() );
+transformer.setUpdatedModel ( model );
+transformer.transformNodes();
+transformer.write();
 }
-cat

[maven2 build - SUCCESS] Tue May 17 11:07:00 EDT 2005

2005-05-17 Thread jvanzyl
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050517.110700.tar.gz

Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050517.110700.txt

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170498 - /maven/components/trunk/maven-artifact-ant/sample.build.xml /maven/components/trunk/maven-artifact-ant/src/main/java/org/apache/maven/artifact/ant/DependenciesTask.java

2005-05-17 Thread brett
Author: brett
Date: Mon May 16 18:04:43 2005
New Revision: 170498

URL: http://svn.apache.org/viewcvs?rev=170498&view=rev
Log:
PR: MNG-408
Add filesetId attribute to dependencies task

Modified:
maven/components/trunk/maven-artifact-ant/sample.build.xml

maven/components/trunk/maven-artifact-ant/src/main/java/org/apache/maven/artifact/ant/DependenciesTask.java

Modified: maven/components/trunk/maven-artifact-ant/sample.build.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-artifact-ant/sample.build.xml?rev=170498&r1=170497&r2=170498&view=diff
==
--- maven/components/trunk/maven-artifact-ant/sample.build.xml (original)
+++ maven/components/trunk/maven-artifact-ant/sample.build.xml Mon May 16 
18:04:43 2005
@@ -12,11 +12,15 @@
 
 
 
-
+
   
   
   
 
+
+
+  
+
 
 
   

Modified: 
maven/components/trunk/maven-artifact-ant/src/main/java/org/apache/maven/artifact/ant/DependenciesTask.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-artifact-ant/src/main/java/org/apache/maven/artifact/ant/DependenciesTask.java?rev=170498&r1=170497&r2=170498&view=diff
==
--- 
maven/components/trunk/maven-artifact-ant/src/main/java/org/apache/maven/artifact/ant/DependenciesTask.java
 (original)
+++ 
maven/components/trunk/maven-artifact-ant/src/main/java/org/apache/maven/artifact/ant/DependenciesTask.java
 Mon May 16 18:04:43 2005
@@ -29,6 +29,7 @@
 import org.apache.tools.ant.BuildException;
 import org.apache.tools.ant.types.FileList;
 import org.apache.tools.ant.types.Path;
+import org.apache.tools.ant.types.FileSet;
 
 import java.util.ArrayList;
 import java.util.HashSet;
@@ -53,6 +54,8 @@
 
 private String pathId;
 
+private String filesetId;
+
 public void execute()
 {
 if ( localRepository == null )
@@ -99,9 +102,17 @@
 throw new BuildException( "Reference ID " + pathId + " already 
exists" );
 }
 
+if ( getProject().getReference( filesetId ) != null )
+{
+throw new BuildException( "Reference ID " + filesetId + " already 
exists" );
+}
+
 FileList fileList = new FileList();
 fileList.setDir( localRepository.getLocation() );
 
+FileSet fileSet = new FileSet();
+fileSet.setDir( fileList.getDir( getProject() ) );
+
 for ( Iterator i = result.getArtifacts().values().iterator(); 
i.hasNext(); )
 {
 Artifact artifact = (Artifact) i.next();
@@ -119,11 +130,21 @@
 file.setName( filename );
 
 fileList.addConfiguredFile( file );
+
+fileSet.createInclude().setName( filename );
+}
+
+if ( pathId != null )
+{
+Path path = new Path( getProject() );
+path.addFilelist( fileList );
+getProject().addReference( pathId, path );
 }
 
-Path path = new Path( getProject() );
-path.addFilelist( fileList );
-getProject().addReference( pathId, path );
+if ( filesetId != null )
+{
+getProject().addReference( filesetId, fileSet );
+}
 }
 
 private List createRemoteArtifactRepositories()
@@ -180,5 +201,15 @@
 public void setPathId( String pathId )
 {
 this.pathId = pathId;
+}
+
+public String getFilesetId()
+{
+return filesetId;
+}
+
+public void setFilesetId( String filesetId )
+{
+this.filesetId = filesetId;
 }
 }



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[maven2 build - SUCCESS] Mon May 16 21:07:00 EDT 2005

2005-05-17 Thread jvanzyl
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050516.210700.tar.gz

Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050516.210700.txt

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



results of synchronize

2005-05-17 Thread maven
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 1 (2 including POMs).
building file list ... done
activemq/distributions/
bsh/jars/
bsh/jars/bsh-1.3.0.jar
bsh/poms/
bsh/poms/bsh-1.3.0.pom
gbean/
gbean/jars/
gbean/jars/gbean-kernel-1.0-SNAPSHOT.jar
gbean/poms/
gbean/poms/gbean-kernel-1.0-SNAPSHOT.pom
last-sync.txt
wrote 1072838 bytes  read 106 bytes  18340.92 bytes/sec
total size is 2577107690  speedup is 2401.90
building file list ... done
./
.index.txt
activemq/activemq-jmeter/3.1-SNAPSHOT/activemq-jmeter-3.1-SNAPSHOT.pom
activemq/activemq-jmeter/3.1-SNAPSHOT/activemq-jmeter-3.1-SNAPSHOT.pom.md5
activemq/activemq-jmeter/3.1-SNAPSHOT/activemq-jmeter-3.1-SNAPSHOT.pom.sha1
activemq/activemq-jmeter/3.1-SNAPSHOT/activemq-jmeter-3.1-SNAPSHOT.zip
activemq/activemq-jmeter/3.1-SNAPSHOT/activemq-jmeter-3.1-SNAPSHOT.zip.md5
activemq/activemq-jmeter/3.1-SNAPSHOT/activemq-jmeter-3.1-SNAPSHOT.zip.sha1
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT-src.tar.gz
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT-src.tar.gz.md5
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT-src.tar.gz.sha1
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT-src.zip
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT-src.zip.md5
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT-src.zip.sha1
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT.pom
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT.pom.md5
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT.pom.sha1
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT.tar.gz
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT.tar.gz.md5
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT.tar.gz.sha1
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT.zip
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT.zip.md5
activemq/activemq/3.1-SNAPSHOT/activemq-3.1-SNAPSHOT.zip.sha1
bsh/bsh/
bsh/bsh/1.3.0/
bsh/bsh/1.3.0/bsh-1.3.0.jar
bsh/bsh/1.3.0/bsh-1.3.0.jar.md5
bsh/bsh/1.3.0/bsh-1.3.0.jar.sha1
bsh/bsh/1.3.0/bsh-1.3.0.pom
bsh/bsh/1.3.0/bsh-1.3.0.pom.md5
bsh/bsh/1.3.0/bsh-1.3.0.pom.sha1
gbean/
gbean/gbean-kernel/
gbean/gbean-kernel/1.0-SNAPSHOT/
gbean/gbean-kernel/1.0-SNAPSHOT/gbean-kernel-1.0-SNAPSHOT.jar
gbean/gbean-kernel/1.0-SNAPSHOT/gbean-kernel-1.0-SNAPSHOT.jar.md5
gbean/gbean-kernel/1.0-SNAPSHOT/gbean-kernel-1.0-SNAPSHOT.jar.sha1
gbean/gbean-kernel/1.0-SNAPSHOT/gbean-kernel-1.0-SNAPSHOT.pom
gbean/gbean-kernel/1.0-SNAPSHOT/gbean-kernel-1.0-SNAPSHOT.pom.md5
gbean/gbean-kernel/1.0-SNAPSHOT/gbean-kernel-1.0-SNAPSHOT.pom.sha1
last-sync.txt
plexus/plexus-bsh-factory/
plexus/plexus-bsh-factory/1.0-alpha-6-SNAPSHOT/
plexus/plexus-bsh-factory/1.0-alpha-6-SNAPSHOT/plexus-bsh-factory-1.0-alpha-6-20050517.080828-1.jar
plexus/plexus-bsh-factory/1.0-alpha-6-SNAPSHOT/plexus-bsh-factory-1.0-alpha-6-20050517.080828-1.jar.md5
plexus/plexus-bsh-factory/1.0-alpha-6-SNAPSHOT/plexus-bsh-factory-1.0-alpha-6-20050517.080828-1.jar.sha1
plexus/plexus-bsh-factory/1.0-alpha-6-SNAPSHOT/plexus-bsh-factory-1.0-alpha-6-20050517.080828-1.pom
plexus/plexus-bsh-factory/1.0-alpha-6-SNAPSHOT/plexus-bsh-factory-1.0-alpha-6-20050517.080828-1.pom.md5
plexus/plexus-bsh-factory/1.0-alpha-6-SNAPSHOT/plexus-bsh-factory-1.0-alpha-6-20050517.080828-1.pom.sha1
plexus/plexus-bsh-factory/1.0-alpha-6-SNAPSHOT/plexus-bsh-factory-1.0-alpha-6-SNAPSHOT.version.txt
plexus/plexus-bsh-factory/1.0-alpha-6-SNAPSHOT/plexus-bsh-factory-1.0-alpha-6-SNAPSHOT.version.txt.md5
plexus/plexus-bsh-factory/1.0-alpha-6-SNAPSHOT/plexus-bsh-factory-1.0-alpha-6-SNAPSHOT.version.txt.sha1
plexus/plexus-bsh-factory/plexus-bsh-factory-RELEASE.version.txt
plexus/plexus-bsh-factory/plexus-bsh-factory-RELEASE.version.txt.md5
plexus/plexus-bsh-factory/plexus-bsh-factory-RELEASE.version.txt.sha1
wrote 25945679 bytes  read 222376 bytes  57829.96 bytes/sec
total size is 3558144725  speedup is 135.97

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



results of synchronize

2005-05-17 Thread maven
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 0 (0 including POMs).
building file list ... done
last-sync.txt
wrote 635364 bytes  read 42 bytes  25934.94 bytes/sec
total size is 2576670591  speedup is 4055.16
building file list ... done
.index.txt
last-sync.txt
wrote 1079235 bytes  read 70 bytes  5787.16 bytes/sec
total size is 3557642954  speedup is 3296.24

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Converting plugins from M1 to M2

2005-05-17 Thread Will Gwaltney
I looked at the jar plugin (JarMojo.java).  It's pretty simple. 


-
Will Gwaltney
SAS Institute
[EMAIL PROTECTED]
919-531-9025
"mathematics is not just a cultural activity that we ourselves have created, 
but it has a life of its own" - Roger Penrose
-


-Original Message-
From: Dennis Lundberg [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 17, 2005 3:09 AM
To: Maven Developers List
Subject: Converting plugins from M1 to M2

Hello

I'm thinking about trying to convert the tasklist plugin from Maven 1 to Maven 
2. Are there any good (not that complicated) plugins to look at, that has been 
converted to M2? I need some example to look at, to get to grips with what 
needs to be done.

--
Dennis Lundberg


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MAVENUPLOAD-382) Please upload final version of xpp2

2005-05-17 Thread Maarten Coene (JIRA)
 [ 
http://jira.codehaus.org/browse/MAVENUPLOAD-382?page=comments#action_39206 ]
 
Maarten Coene commented on MAVENUPLOAD-382:
---

yes,
but there is also a pull-parser group already containing an older version of 
this xpp2 parser

regards,
Maarten

> Please upload final version of xpp2
> ---
>
>  Key: MAVENUPLOAD-382
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-382
>  Project: maven-upload-requests
> Type: Task
> Reporter: Maarten Coene

>
>
> Please upload the final version of the xpp2 pull parser.
> http://www.extreme.indiana.edu/xgws/xsoap/xpp/xpp2/index.html
> thanks
> Maarten

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[maven2 build - SUCCESS] Tue May 17 11:17:31 EDT 2005

2005-05-17 Thread jvanzyl
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050517.111731.tar.gz

Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050517.111731.txt

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[maven2 build - SUCCESS] Tue May 17 13:07:00 EDT 2005

2005-05-17 Thread jvanzyl
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050517.130700.tar.gz

Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050517.130700.txt

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



results of synchronize

2005-05-17 Thread maven
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 0 (0 including POMs).
building file list ... done
last-sync.txt
wrote 636421 bytes  read 42 bytes  14302.54 bytes/sec
total size is 2577378083  speedup is 4049.53
building file list ... done
.index.txt
last-sync.txt
wrote 1081530 bytes  read 70 bytes  8687.55 bytes/sec
total size is 3558417595  speedup is 3289.96

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Closed: (MAVENUPLOAD-380) JPOX 1.1.0-beta-3 upload

2005-05-17 Thread Carlos Sanchez (JIRA)
 [ http://jira.codehaus.org/browse/MAVENUPLOAD-380?page=all ]
 
Carlos Sanchez closed MAVENUPLOAD-380:
--

Resolution: Fixed
 Assign To: Carlos Sanchez

> JPOX 1.1.0-beta-3 upload
> 
>
>  Key: MAVENUPLOAD-380
>  URL: http://jira.codehaus.org/browse/MAVENUPLOAD-380
>  Project: maven-upload-requests
> Type: Task
> Reporter: Andy Jefferson
> Assignee: Carlos Sanchez

>
>
> Please upload the following bundles to IBiblio please
> http://www.jpox.org/jpox-1.1.0-beta-3-bundle.jar
> http://www.jpox.org/jpox-dbcp-1.1.0-beta-3-bundle.jar
> http://www.jpox.org/jpox-c3p0-1.1.0-beta-3-bundle.jar
> http://www.jpox.org/jpox-enhancer-1.1.0-beta-3-bundle.jar
> Thanks!

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Converting plugins from M1 to M2

2005-05-17 Thread Vincent Massol
Hi Dennis,

I've started doing this but I don't have anything that I can show you yet.
I'd suggest that you take a look at the existing m2 plugins (this is what
I've done) and start developing some simple plugins to get the grips of it.

FYI, I'm currenty doing this conversion for the following plugins:
- Clover
- Cargo

Bear in mind that it's a full rewrite rather than a conversion... ;-)

I'm hoping that it's possible to have plugins that work in both m1 and m2 by
having a common part and adapters for each technology. I've not done that
yet though.

Thanks
-Vincent

> -Original Message-
> From: Dennis Lundberg [mailto:[EMAIL PROTECTED]
> Sent: mardi 17 mai 2005 09:09
> To: Maven Developers List
> Subject: Converting plugins from M1 to M2
> 
> Hello
> 
> I'm thinking about trying to convert the tasklist plugin from Maven 1 to
> Maven 2. Are there any good (not that complicated) plugins to look at,
> that has been converted to M2? I need some example to look at, to get to
> grips with what needs to be done.
> 
> --
> Dennis Lundberg
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Converting plugins from M1 to M2

2005-05-17 Thread Vincent Massol
Hi Dennis,

I've started doing this but I don't have anything that I can show you yet.
I'd suggest that you take a look at the existing m2 plugins (this is what
I've done) and start developing some simple plugins to get the grips of it.

FYI, I'm currenty doing this conversion for the following plugins:
- Clover
- Cargo

Bear in mind that it's a full rewrite rather than a conversion... ;-)

I'm hoping that it's possible to have plugins that work in both m1 and m2 by
having a common part and adapters for each technology. I've not done that
yet though.

Thanks
-Vincent

> -Original Message-
> From: Dennis Lundberg [mailto:[EMAIL PROTECTED]
> Sent: mardi 17 mai 2005 09:09
> To: Maven Developers List
> Subject: Converting plugins from M1 to M2
> 
> Hello
> 
> I'm thinking about trying to convert the tasklist plugin from Maven 1 to
> Maven 2. Are there any good (not that complicated) plugins to look at,
> that has been converted to M2? I need some example to look at, to get to
> grips with what needs to be done.
> 
> --
> Dennis Lundberg
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170614 - in /maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release: AbstractReleaseMojo.java PerformReleaseMojo.java

2005-05-17 Thread evenisse
Author: evenisse
Date: Tue May 17 09:07:47 2005
New Revision: 170614

URL: http://svn.apache.org/viewcvs?rev=170614&view=rev
Log:
Run goals at the end of perform release. The default goals are "deploy 
site:site site:deploy".

Modified:

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PerformReleaseMojo.java

Modified: 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java?rev=170614&r1=170613&r2=170614&view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/AbstractReleaseMojo.java
 Tue May 17 09:07:47 2005
@@ -83,9 +83,25 @@
  */
 private String tag;
 
+/**
+ * @parameter expression="${project}"
+ * @required
+ * @readonly
+ */
+private MavenProject project;
+
 private PlexusContainer container;
 
 private ScmManager scmManager;
+
+public MavenProject getProject()
+{
+return project;
+}
+public String getWorkingDirectory()
+{
+return workingDirectory;
+}
 
 protected ScmManager getScmManager()
 {

Modified: 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PerformReleaseMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PerformReleaseMojo.java?rev=170614&r1=170613&r2=170614&view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PerformReleaseMojo.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PerformReleaseMojo.java
 Tue May 17 09:07:47 2005
@@ -17,6 +17,16 @@
  */
 
 import org.apache.maven.plugin.MojoExecutionException;
+import org.apache.maven.plugin.logging.Log;
+import org.apache.maven.project.MavenProject;
+import org.codehaus.plexus.util.cli.CommandLineException;
+import org.codehaus.plexus.util.cli.CommandLineUtils;
+import org.codehaus.plexus.util.cli.Commandline;
+import org.codehaus.plexus.util.cli.DefaultConsumer;
+import org.codehaus.plexus.util.cli.StreamConsumer;
+
+import sun.security.action.GetLongAction;
+import sun.tools.jar.CommandLine;
 
 /**
  * @goal perform
@@ -29,10 +39,18 @@
 public class PerformReleaseMojo
 extends AbstractReleaseMojo
 {
+/**
+ * @parameter expression="${goals}"
+ * @required
+ */
+private String goals = "deploy site:site site:deploy";
+
 protected void executeTask()
 throws MojoExecutionException
 {
 checkout();
+
+runGoals();
 }
 
 private void checkout()
@@ -45,6 +63,24 @@
 catch ( Exception e )
 {
 throw new MojoExecutionException( "An error is occurred in the 
checkout process.", e );
+}
+}
+
+private void runGoals()
+throws MojoExecutionException
+{
+Commandline cl = new Commandline();
+cl.setExecutable( "m2" );
+cl.setWorkingDirectory( getWorkingDirectory() );
+cl.createArgument().setLine( goals );
+StreamConsumer consumer = new DefaultConsumer();
+try
+{
+CommandLineUtils.executeCommandLine( cl, consumer, consumer );
+}
+catch ( CommandLineException e )
+{
+throw new MojoExecutionException( "Can't run goal " + goals, e );
 }
 }
 }



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (CONTINUUM-134) Add URL for the project so it can be displayed in the view of the project.

2005-05-17 Thread Jason van Zyl (JIRA)
Add URL for the project so it can be displayed in the view of the project.
--

 Key: CONTINUUM-134
 URL: http://jira.codehaus.org/browse/CONTINUUM-134
 Project: Continuum
Type: New Feature
Versions: 1.0-alpha-3
Reporter: Jason van Zyl
 Fix For: 1.0-alpha-3


Would be nice to have so that users can navigate to the project in question.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[maven2 build - SUCCESS] Mon May 16 20:07:00 EDT 2005

2005-05-17 Thread jvanzyl
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050516.200700.tar.gz

Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050516.200700.txt

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[maven2 build - SUCCESS] Tue May 17 03:07:01 EDT 2005

2005-05-17 Thread jvanzyl
Distribution:
http://www.codehaus.org/~maven/m2/m2-20050517.030701.tar.gz

Log:
http://www.codehaus.org/~maven/m2-build-logs/m2-build-log-20050517.030701.txt

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



results of synchronize

2005-05-17 Thread maven
Syncing Apache Software Foundation
Syncing Codehaus
Syncing Maven Plugins @ SourceForge
Syncing Mortbay Consulting
Syncing Open Symphony
Syncing OS Java
[INFO] Actual number of artifacts rewritten: 7 (14 including POMs).
@@@

@   WARNING: POSSIBLE DNS SPOOFING DETECTED!  @

@@@

The RSA host key for login.ibiblio.org has changed,

and the key for the according IP address 66.216.68.111

is unchanged. This could either mean that

DNS SPOOFING is happening or the IP address for the host

and its host key have changed at the same time.

Offending key for IP in /home/projects/maven/.ssh/known_hosts:9

@@@

@WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @

@@@

IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!

Someone could be eavesdropping on you right now (man-in-the-middle attack)!

It is also possible that the RSA host key has just been changed.

The fingerprint for the RSA key sent by the remote host is
91:29:40:1d:2d:a4:87:04:64:70:e3:12:85:06:01:64.

Please contact your system administrator.

Add correct host key in /home/projects/maven/.ssh/known_hosts to get rid of 
this message.

Offending key in /home/projects/maven/.ssh/known_hosts:1

RSA host key for login.ibiblio.org has changed and you have requested strict 
checking.

Host key verification failed.

rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: unexplained error (code 255) at io.c(165)
@@@

@   WARNING: POSSIBLE DNS SPOOFING DETECTED!  @

@@@

The RSA host key for login.ibiblio.org has changed,

and the key for the according IP address 66.216.68.111

is unchanged. This could either mean that

DNS SPOOFING is happening or the IP address for the host

and its host key have changed at the same time.

Offending key for IP in /home/projects/maven/.ssh/known_hosts:9

@@@

@WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @

@@@

IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!

Someone could be eavesdropping on you right now (man-in-the-middle attack)!

It is also possible that the RSA host key has just been changed.

The fingerprint for the RSA key sent by the remote host is
91:29:40:1d:2d:a4:87:04:64:70:e3:12:85:06:01:64.

Please contact your system administrator.

Add correct host key in /home/projects/maven/.ssh/known_hosts to get rid of 
this message.

Offending key in /home/projects/maven/.ssh/known_hosts:1

RSA host key for login.ibiblio.org has changed and you have requested strict 
checking.

Host key verification failed.

rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(165)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MPCHANGELOG-63) Add the ability to show several sets of changes

2005-05-17 Thread David Jackman (JIRA)
 [ http://jira.codehaus.org/browse/MPCHANGELOG-63?page=all ]

David Jackman updated MPCHANGELOG-63:
-

Attachment: MPCHANGELOG-63.patch

I've attached a patch that changes the plugin in the way I described.  This 
patch also contains the changes for MPCHANGELOG-61.

> Add the ability to show several sets of changes
> ---
>
>  Key: MPCHANGELOG-63
>  URL: http://jira.codehaus.org/browse/MPCHANGELOG-63
>  Project: maven-changelog-plugin
> Type: New Feature
> Versions: 1.7.2
> Reporter: David Jackman
>  Attachments: MPCHANGELOG-63.patch
>
>
> This request builds on CHANGELOG-61, which adds the ability to create a log 
> based on an absolute date or tag.  We would like to be able to extend that 
> thinking so I can create a report that shows changes for several time 
> intervals, based on dates or tags.
> For example, I would set maven.changelog.tag=TAG_1,TAG_2,TAG_3 (and 
> maven.changelog.type=tag), and the report would show all the changes between 
> TAG_1 and TAG_2, followed by all the changes between TAG_2 and TAG_3, 
> followed by all the changes between TAG_3 and the present time.  Similarly, I 
> could do the same thing with a list absolute dates.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (CONTINUUM-132) Delete will throw an exception if not in the state new, ok, failed or error

2005-05-17 Thread Jason van Zyl (JIRA)
Delete will throw an exception if not in the state new, ok, failed or error
---

 Key: CONTINUUM-132
 URL: http://jira.codehaus.org/browse/CONTINUUM-132
 Project: Continuum
Type: Bug
Versions: 1.0-alpha-2
Reporter: Jason van Zyl
 Fix For: 1.0-alpha-2


We can fix this by checking the state of the project before enabling the delete 
operation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



svn commit: r170609 - /maven/components/trunk/maven-core-it/it0020 /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell /maven/components/trunk/maven-script/maven-script-beanshell

2005-05-17 Thread brett
Author: brett
Date: Tue May 17 08:17:15 2005
New Revision: 170609

URL: http://svn.apache.org/viewcvs?rev=170609&view=rev
Log:
ignore target, idea files

Modified:
maven/components/trunk/maven-core-it/it0020/   (props changed)
maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/   
(props changed)
maven/components/trunk/maven-script/maven-script-beanshell/   (props 
changed)

Propchange: maven/components/trunk/maven-core-it/it0020/
--
--- svn:ignore (added)
+++ svn:ignore Tue May 17 08:17:15 2005
@@ -0,0 +1 @@
+target

Propchange: 
maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/
--
--- svn:ignore (added)
+++ svn:ignore Tue May 17 08:17:15 2005
@@ -0,0 +1,4 @@
+*.iml
+*.iws
+*.ipr
+target

Propchange: maven/components/trunk/maven-script/maven-script-beanshell/
--
--- svn:ignore (added)
+++ svn:ignore Tue May 17 08:17:15 2005
@@ -0,0 +1,4 @@
+*.iml
+*.ipr
+*.iws
+target



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Converting plugins from M1 to M2

2005-05-17 Thread Dennis Lundberg
Hello
I'm thinking about trying to convert the tasklist plugin from Maven 1 to
Maven 2. Are there any good (not that complicated) plugins to look at,
that has been converted to M2? I need some example to look at, to get to
grips with what needs to be done.
--
Dennis Lundberg
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


svn commit: r170527 - in /maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin: release/PrepareReleaseMojo.java scm/ScmBean.java

2005-05-17 Thread evenisse
Author: evenisse
Date: Tue May 17 00:08:01 2005
New Revision: 170527

URL: http://svn.apache.org/viewcvs?rev=170527&view=rev
Log:
Add checkIn feature

Modified:

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java

maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/scm/ScmBean.java

Modified: 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java?rev=170527&r1=170526&r2=170527&view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/release/PrepareReleaseMojo.java
 Tue May 17 00:08:01 2005
@@ -62,6 +62,8 @@
 
 private static final String SNAPSHOT = "-SNAPSHOT";
 
+private String projectVersion;
+
 protected void executeTask()
 throws MojoExecutionException
 {
@@ -71,7 +73,7 @@
 
 transformPom();
 
-//commit();
+//checkin();
 
 tag();
 }
@@ -175,7 +177,8 @@
 }
 
 //Rewrite project version
-model.setVersion( model.getVersion().substring( 0, 
model.getVersion().length() - SNAPSHOT.length() ) );
+projectVersion = model.getVersion().substring( 0, 
model.getVersion().length() - SNAPSHOT.length() );
+model.setVersion( projectVersion );
 
 //Rewrite parent version
 if ( project.hasParent() )
@@ -237,6 +240,19 @@
 catch ( IOException e )
 {
 throw new MojoExecutionException( "Can't update pom.", e );
+}
+}
+
+private void checkin()
+throws MojoExecutionException
+{
+try
+{
+getScm().checkin( "[maven-release-plugin] prepare release " + 
projectVersion, "pom.xml", null );
+}
+catch ( Exception e )
+{
+throw new MojoExecutionException( "An error is occurred in the tag 
process.", e );
 }
 }
 

Modified: 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/scm/ScmBean.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/scm/ScmBean.java?rev=170527&r1=170526&r2=170527&view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/scm/ScmBean.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-release-plugin/src/main/java/org/apache/maven/plugin/scm/ScmBean.java
 Tue May 17 00:08:01 2005
@@ -17,11 +17,12 @@
  * 
  */
 
-import org.apache.maven.scm.ScmException;
+import org.apache.maven.scm.ScmException;
 import org.apache.maven.scm.ScmFile;
 import org.apache.maven.scm.ScmFileSet;
 import org.apache.maven.scm.ScmResult;
 import org.apache.maven.scm.provider.svn.repository.SvnScmProviderRepository;
+import org.apache.maven.scm.command.checkin.CheckInScmResult;
 import org.apache.maven.scm.command.checkout.CheckOutScmResult;
 import org.apache.maven.scm.command.status.StatusScmResult;
 import org.apache.maven.scm.command.tag.TagScmResult;
@@ -42,7 +43,7 @@
  *
  * @author mailto:[EMAIL PROTECTED]">Brett Porter
  * @author mailto:[EMAIL PROTECTED]">Emmanuel Venisse
- * @version $Id: DoxiaMojo.java 169372 2005-05-09 22:47:34Z evenisse $
+ * @version $Id: DoxiaMojo.java 169372 2005-05-09 22:47:34Z evenisse $
  */
 public class ScmBean
 {
@@ -154,10 +155,10 @@
 checkResult( result );
 }
 
-public List getStatus()
-throws ScmException
-{
-List changedFiles;
+public List getStatus()
+throws ScmException
+{
+List changedFiles;
 
 ScmRepository repository = getScmRepository();
 
@@ -168,8 +169,19 @@
 
 changedFiles = result.getChangedFiles();
 
-return changedFiles;
-}
+return changedFiles;
+}
+
+public void checkin( String message, String includes, String excludes )
+throws Exception
+{
+ScmRepository repository = getScmRepository();
+
+CheckInScmResult result = getScmManager().checkIn( repository,
+   new ScmFileSet( new 
File( workingDirectory ), includes, excludes ),
+   tag, message );
+checkResult( result );
+}
 
 public void tag()
 throws ScmException



-

svn commit: r170540 - /maven/components/trunk/maven-plugins/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarMojo.java

2005-05-17 Thread brett
Author: brett
Date: Tue May 17 01:07:03 2005
New Revision: 170540

URL: http://svn.apache.org/viewcvs?rev=170540&view=rev
Log:
war requires dependency resolution

Modified:

maven/components/trunk/maven-plugins/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarMojo.java

Modified: 
maven/components/trunk/maven-plugins/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarMojo.java?rev=170540&r1=170539&r2=170540&view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarMojo.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-war-plugin/src/main/java/org/apache/maven/plugin/war/WarMojo.java
 Tue May 17 01:07:03 2005
@@ -36,11 +36,13 @@
 import java.util.Set;
 
 /**
+ * Build a war/webapp.
+ *
  * @author Emmanuel Venisse
  * @version $Id$
  * @goal war
  * @phase package
- * @description build a war/webapp
+ * @requiresDependencyResolution runtime
  */
 public class WarMojo
 extends AbstractMojo



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170539 - /maven/components/trunk/maven-mboot2/src/main/java/download/ArtifactDownloader.java

2005-05-17 Thread brett
Author: brett
Date: Tue May 17 01:05:13 2005
New Revision: 170539

URL: http://svn.apache.org/viewcvs?rev=170539&view=rev
Log:
don't need to have it remotely if it is local, and don't care about updating 
legacy snapshots remotely anymore

Modified:

maven/components/trunk/maven-mboot2/src/main/java/download/ArtifactDownloader.java

Modified: 
maven/components/trunk/maven-mboot2/src/main/java/download/ArtifactDownloader.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-mboot2/src/main/java/download/ArtifactDownloader.java?rev=170539&r1=170538&r2=170539&view=diff
==
--- 
maven/components/trunk/maven-mboot2/src/main/java/download/ArtifactDownloader.java
 (original)
+++ 
maven/components/trunk/maven-mboot2/src/main/java/download/ArtifactDownloader.java
 Tue May 17 01:05:13 2005
@@ -187,7 +187,7 @@
 }
 
 destinationFile = localRepository.getArtifactFile( dep );
-if ( !destinationFile.exists() || version.indexOf( "SNAPSHOT" 
) >= 0 )
+if ( !destinationFile.exists() )
 {
 log( "Downloading " + url );
 HttpUtils.getFile( url, destinationFile, ignoreErrors, 
useTimestamp, proxyHost, proxyPort,



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MPCHANGELOG-63) Add the ability to show several sets of changes

2005-05-17 Thread David Jackman (JIRA)
 [ 
http://jira.codehaus.org/browse/MPCHANGELOG-63?page=comments#action_39195 ]
 
David Jackman commented on MPCHANGELOG-63:
--

This request is similar to MPCHANGELOG-16, but a little different.  This 
request gives a bit more flexibility, but does require a separate property to 
list the tags for the versions.  It would be nice to get a list of the tags 
from the versions element of the POM as well, but not exclusively.

> Add the ability to show several sets of changes
> ---
>
>  Key: MPCHANGELOG-63
>  URL: http://jira.codehaus.org/browse/MPCHANGELOG-63
>  Project: maven-changelog-plugin
> Type: New Feature
> Versions: 1.7.2
> Reporter: David Jackman
>  Attachments: MPCHANGELOG-63.patch
>
>
> This request builds on CHANGELOG-61, which adds the ability to create a log 
> based on an absolute date or tag.  We would like to be able to extend that 
> thinking so I can create a report that shows changes for several time 
> intervals, based on dates or tags.
> For example, I would set maven.changelog.tag=TAG_1,TAG_2,TAG_3 (and 
> maven.changelog.type=tag), and the report would show all the changes between 
> TAG_1 and TAG_2, followed by all the changes between TAG_2 and TAG_3, 
> followed by all the changes between TAG_3 and the present time.  Similarly, I 
> could do the same thing with a list absolute dates.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170608 - /maven/components/trunk/maven-core /maven/components/trunk/maven-core-it /maven/components/trunk/maven-core-it/it0020 /maven/components/trunk/maven-core-it/it0020/src /maven/components/trunk/maven-core-it/it0020/src/main /maven/components/trunk/maven-core-it/it0020/src/main/scripts /maven/components/trunk/maven-core-it/it0020/src/main/scripts/org /maven/components/trunk/maven-core-it/it0020/src/main/scripts/org/apache /maven/components/trunk/maven-core-it/it0020/src/main/scripts/org/apache/maven /maven/components/trunk/maven-core-it/it0020/src/main/scripts/org/apache/maven/it0020 /maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin /maven/components/trunk/maven-core/src/main/resources/META-INF/plexus /maven/components/trunk/maven-mboot2/src/main/java /maven/components/trunk/maven-plugin-tools /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java/org /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java/org/apache /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java/org/apache/maven /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java/org/apache/maven/tools /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java/org/apache/maven/tools/plugin /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java/org/apache/maven/tools/plugin/extractor /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java/org/apache/maven/tools/plugin/extractor/beanshell /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/resources /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/resources/META-INF /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/resources/META-INF/plexus /maven/components/trunk/maven-plugin-tools/maven-plugin-tools-java/src/main/java/org/apache/maven/tools/plugin/extractor/java /maven/components/trunk/maven-plugins/maven-plugin-plugin /maven/components/trunk/maven-script /maven/components/trunk/maven-script/maven-script-beanshell /maven/components/trunk/maven-script/maven-script-beanshell/src /maven/components/trunk/maven-script/maven-script-beanshell/src/main /maven/components/trunk/maven-script/maven-script-beanshell/src/main/java /maven/components/trunk/maven-script/maven-script-beanshell/src/main/java/org /maven/components/trunk/maven-script/maven-script-beanshell/src/main/java/org/apache /maven/components/trunk/maven-script/maven-script-beanshell/src/main/java/org/apache/maven /maven/components/trunk/maven-script/maven-script-beanshell/src/main/java/org/apache/maven/script /maven/components/trunk/maven-script/maven-script-beanshell/src/main/java/org/apache/maven/script/beanshell

2005-05-17 Thread brett
Author: brett
Date: Tue May 17 08:11:41 2005
New Revision: 170608

URL: http://svn.apache.org/viewcvs?rev=170608&view=rev
Log:
PR: MNG-164
Add Beanshell mojo support

Added:
maven/components/trunk/maven-core-it/it0020/
maven/components/trunk/maven-core-it/it0020/expected-results.txt   (with 
props)
maven/components/trunk/maven-core-it/it0020/goals.txt   (with props)
maven/components/trunk/maven-core-it/it0020/pom.xml   (with props)
maven/components/trunk/maven-core-it/it0020/prebuild-hook.txt   (with props)
maven/components/trunk/maven-core-it/it0020/src/
maven/components/trunk/maven-core-it/it0020/src/main/
maven/components/trunk/maven-core-it/it0020/src/main/scripts/
maven/components/trunk/maven-core-it/it0020/src/main/scripts/org/
maven/components/trunk/maven-core-it/it0020/src/main/scripts/org/apache/

maven/components/trunk/maven-core-it/it0020/src/main/scripts/org/apache/maven/

maven/components/trunk/maven-core-it/it0020/src/main/scripts/org/apache/maven/it0020/

maven/components/trunk/maven-core-it/it0020/src/main/scripts/org/apache/maven/it0020/it0020.bsh
maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/

maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/pom.xml  
 (with props)
maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/

maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/

maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java/

maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java/org/

maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java/org/apache/

maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java/org/apache/maven/

maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java/org/apache/maven/tools/

maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java/org/apache/maven/tools/plugin/

maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java/org/apache/maven/tools/plugin/extractor/

maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java/org/apache/maven/tools/plugin/extractor/beanshell/

maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/java/org/apache/maven/tools/plugin/extractor/beanshell/BeanshellMojoDescriptorExtractor.java
   (with props)

maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/resources/

maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/resources/META-INF/

maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/resources/META-INF/plexus/

maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/resources/META-INF/plexus/components.xml
   (with props)

maven/components/trunk/maven-plugin-tools/maven-plugin-tools-beanshell/src/main/resources/extractor.bsh
maven/components/trunk/maven-script/maven-script-beanshell/
maven/components/trunk/maven-script/maven-script-beanshell/pom.xml   (with 
props)
maven/components/trunk/maven-script/maven-script-beanshell/src/
maven/components/trunk/maven-script/maven-script-beanshell/src/main/
maven/components/trunk/maven-script/maven-script-beanshell/src/main/java/

maven/components/trunk/maven-script/maven-script-beanshell/src/main/java/org/

maven/components/trunk/maven-script/maven-script-beanshell/src/main/java/org/apache/

maven/components/trunk/maven-script/maven-script-beanshell/src/main/java/org/apache/maven/

maven/components/trunk/maven-script/maven-script-beanshell/src/main/java/org/apache/maven/script/

maven/components/trunk/maven-script/maven-script-beanshell/src/main/java/org/apache/maven/script/beanshell/

maven/components/trunk/maven-script/maven-script-beanshell/src/main/java/org/apache/maven/script/beanshell/BeanshellMojoAdapter.java
   (with props)
Modified:
maven/components/trunk/maven-core-it/README.txt
maven/components/trunk/maven-core-it/integration-tests.txt
maven/components/trunk/maven-core/pom.xml

maven/components/trunk/maven-core/src/main/java/org/apache/maven/plugin/DefaultPluginManager.java

maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/plexus.xml
maven/components/trunk/maven-mboot2/src/main/java/MBoot.java

maven/components/trunk/maven-plugin-tools/maven-plugin-tools-java/src/main/java/org/apache/maven/tools/plugin/extractor/java/JavaMojoDescriptorExtractor.java
maven/components/trunk/maven-plugin-tools/pom.xml
maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml
maven/components/trunk/maven-script/pom.xml

Modified: maven/components/trunk/maven-core-it/README.txt
URL: 
http://svn.apache.org/viewcvs/m

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

2005-05-17 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MNG-164?page=all ]
 
Brett Porter closed MNG-164:


Resolution: Fixed

done. still have the issue of having to bundle it in /lib unfortunately. This 
all worked when everything was in the bsh factory, which was loaded by the 
plugin, but now that the configurator has come into it, it doesn't work until 
everything is in lib.

> add beanshell support
> -
>
>  Key: MNG-164
>  URL: http://jira.codehaus.org/browse/MNG-164
>  Project: m2
> Type: New Feature
>   Components: maven-plugin-tools
> Reporter: Brett Porter
> Assignee: Brett Porter
>  Fix For: 2.0-alpha-3

>
>
> in the same way as modello support, add beanshell plugin support

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: POM additions

2005-05-17 Thread Felipe Leme
Me too...

On Mon, 2005-05-16 at 09:15 -0700, dan tran wrote:
> In M1, I heavily use default goal inheritant.This way I dont have to add an
> extra maven.xml to all sub probject.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[m2] accessing mailing list archive on Nagoya server

2005-05-17 Thread Vincent Siveton
Hi there,

I saw that the "official" archive of the m2 mailing lists is now stored on
the Nagoya server like other Apache lists.

But I got a Velocity exception with some links. For instance, lets go to
this following URL:
http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
And click on "show all".

I already found this issue:
http://issues.apache.org/bugzilla/show_bug.cgi?id=33309

Thus, does somebody know the roadmap of this issue? 

Cheers,

Vincent


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVEN-1606) NPE when using maven-tasks-plugin 1.2.0

2005-05-17 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MAVEN-1606?page=all ]

Brett Porter updated MAVEN-1606:


Fix Version: 1.1-beta-1

> NPE when using maven-tasks-plugin 1.2.0
> ---
>
>  Key: MAVEN-1606
>  URL: http://jira.codehaus.org/browse/MAVEN-1606
>  Project: maven
> Type: Bug
>   Components: core
> Versions: 1.1-beta-2
> Reporter: Felipe Leme
> Priority: Blocker
>  Fix For: 1.1-beta-1
>  Attachments: project.xml
>
>
> I was doing some tests with Maven 1.1 (from CVS) and got a nasty NPE. After 
> debugging it, I concluded it was caused while reading the maven-tasks-plugin, 
> which apparently has a bad  tag inside its POM. But even if the 
> problem is on the plugin's POM, maven should handle the issue better, 
> otherwise it would be a nightmare to migrate old projects from 1.0 to 1.1
> So, I'm providing a simple test case for this issue (and will try to provide 
> a patch fixing it as well); running it raises the following exception:
> $ maven
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.1-SNAPSHOT
> plugin maven-cruisecontrol-plugin-1.6 is cached (dynatag dep) but no longer 
> pres
> ent
> Cache invalidated due to out of date plugins
> org.apache.maven.MavenException: Unknown error reading project
> at org.apache.maven.MavenUtils.getProject(MavenUtils.java:146)
> at 
> org.apache.maven.plugin.JellyScriptHousing.getProject(JellyScriptHous
> ing.java:105)
> at 
> org.apache.maven.plugin.PluginManager.installPlugin(PluginManager.jav
> a:909)
> at 
> org.apache.maven.plugin.PluginManager.installPlugin(PluginManager.jav
> a:878)
> at 
> org.apache.maven.plugin.PluginManager.processDependencies(PluginManag
> er.java:458)
> at 
> org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
> 658)
> at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
> at org.apache.maven.cli.App.doMain(App.java:486)
> at org.apache.maven.cli.App.main(App.java:1230)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> $
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at com.werken.forehead.Forehead.run(Forehead.java:551)
> at com.werken.forehead.Forehead.main(Forehead.java:581)
> --- Nested Exception ---
> java.lang.NullPointerException
> at java.io.File.(File.java:180)
> at org.apache.maven.MavenUtils.makeAbsolutePath(MavenUtils.java:826)
> at org.apache.maven.project.Project.resolveDirectory(Project.java:981)
> at 
> org.apache.maven.project.Project.resolveDirectories(Project.java:867)
> at org.apache.maven.project.Project.initialize(Project.java:547)
> at org.apache.maven.MavenUtils.getProject(MavenUtils.java:125)
> at 
> org.apache.maven.plugin.JellyScriptHousing.getProject(JellyScriptHous
> ing.java:105)
> at 
> org.apache.maven.plugin.PluginManager.installPlugin(PluginManager.jav
> a:909)
> at 
> org.apache.maven.plugin.PluginManager.installPlugin(PluginManager.jav
> a:878)
> at 
> org.apache.maven.plugin.PluginManager.processDependencies(PluginManag
> er.java:458)
> at 
> org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:
> 658)
> at org.apache.maven.MavenSession.attainGoals(MavenSession.java:263)
> at org.apache.maven.cli.App.doMain(App.java:486)
> at org.apache.maven.cli.App.main(App.java:1230)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
> java:39)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
> sorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:324)
> at com.werken.forehead.Forehead.run(Forehead.java:551)
> at com.werken.forehead.Forehead.main(Forehead.java:581)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Closed: (CONTINUUM-109) providing a bad POM URL to add dumps an ugly NPE

2005-05-17 Thread Jason van Zyl (JIRA)
 [ http://jira.codehaus.org/browse/CONTINUUM-109?page=all ]
 
Jason van Zyl closed CONTINUUM-109:
---

Resolution: Fixed

The url source validator is now used to make sure that the URL points at 
something real. We could probably stick in a well formed URL validator as well.

> providing a bad POM URL to add dumps an ugly NPE
> 
>
>  Key: CONTINUUM-109
>  URL: http://jira.codehaus.org/browse/CONTINUUM-109
>  Project: Continuum
> Type: Bug
> Versions: 1.0-alpha-1
> Reporter: Brett Porter
> Assignee: Jason van Zyl
>  Fix For: 1.0-alpha-2

>
>
> currently, if you put the wrong URL in to the add POM entry, you get a 
> nullpointer exception from summit.
> 1) it should be displaying the FileNotFoundException in the logs, in the 
> general case
> 2) it should be displaying a friendly error message in this specific case

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Closed: (MNG-408) Can we have a filesetid attribute, to create a fileset for the downloaded files?

2005-05-17 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MNG-408?page=all ]
 
Brett Porter closed MNG-408:


Fix Version: 2.0-alpha-3
 Resolution: Fixed

is a filelist sufficient? 

If you want a fileset, can you recommend how these are usually constructed? 

I've implemented it like so:

fileSet.setDir( localRepository.getLocation() );
// for each dependency
fileSet.createInclude().setName( filename );

ie, not flattened. If you'd prefer a filelist or something different, please 
reopen.

> Can we have a filesetid attribute, to create a fileset for the downloaded 
> files?
> 
>
>  Key: MNG-408
>  URL: http://jira.codehaus.org/browse/MNG-408
>  Project: m2
> Type: New Feature
>   Components: maven-artifact-ant
>  Environment: ant1.7alpha
> Reporter: Steve Loughran
>  Fix For: 2.0-alpha-3

>
>
> The artifact tasks create path, which feeds in to things like  and 
> . But not into , , etc, etc. If the task could take a 
> fileset ID and create a fileset on demand, that would simplify integration 
> with the rest of the ant system.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Closed: (MNG-170) add a configure phase to the lifecycle

2005-05-17 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MNG-170?page=all ]
 
Brett Porter closed MNG-170:


Fix Version: (was: 2.0-alpha-3)
 Resolution: Won't Fix

not relevant given updated design of the lifecycle

> add a configure phase to the lifecycle
> --
>
>  Key: MNG-170
>  URL: http://jira.codehaus.org/browse/MNG-170
>  Project: m2
> Type: New Feature
>   Components: maven-core
> Reporter: Brett Porter
> Assignee: Brett Porter

>
>
> goals do configuration of the build inside the mojo, but sometimes this is 
> needed by standalone goals and should be done at the start. Add a configure 
> phase to the start of the lifecycle.
> This is not for things like adding generated source paths however - source 
> generation must take place for those paths to be valid.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r170499 - in /maven/components/trunk/maven-core: pom.xml src/main/java/org/apache/maven/cli/MavenCli.java

2005-05-17 Thread brett
Author: brett
Date: Mon May 16 18:06:38 2005
New Revision: 170499

URL: http://svn.apache.org/viewcvs?rev=170499&view=rev
Log:
m upgrade to commons-cli 1.0

Modified:
maven/components/trunk/maven-core/pom.xml

maven/components/trunk/maven-core/src/main/java/org/apache/maven/cli/MavenCli.java

Modified: maven/components/trunk/maven-core/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core/pom.xml?rev=170499&r1=170498&r2=170499&view=diff
==
--- maven/components/trunk/maven-core/pom.xml (original)
+++ maven/components/trunk/maven-core/pom.xml Mon May 16 18:06:38 2005
@@ -62,7 +62,7 @@
 
   commons-cli
   commons-cli
-  1.0-beta-2
+  1.0
 
 
   plexus

Modified: 
maven/components/trunk/maven-core/src/main/java/org/apache/maven/cli/MavenCli.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core/src/main/java/org/apache/maven/cli/MavenCli.java?rev=170499&r1=170498&r2=170499&view=diff
==
--- 
maven/components/trunk/maven-core/src/main/java/org/apache/maven/cli/MavenCli.java
 (original)
+++ 
maven/components/trunk/maven-core/src/main/java/org/apache/maven/cli/MavenCli.java
 Mon May 16 18:06:38 2005
@@ -520,4 +520,4 @@
 formatter.printHelp( "maven [options] [goal [goal2 [goal3] ...]]", 
"\nOptions:", options, "\n" );
 }
 }
-}
\ No newline at end of file
+}



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MNG-407) Need a way to turn off transient fetching of libraries

2005-05-17 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MNG-407?page=all ]

Brett Porter updated MNG-407:
-

Fix Version: 2.0-alpha-3

should be using commons-logging-api in this case, but we will be looking at 
filtering transitive deps in alpha-3

> Need a way to turn off transient fetching of libraries
> --
>
>  Key: MNG-407
>  URL: http://jira.codehaus.org/browse/MNG-407
>  Project: m2
> Type: New Feature
> Versions: 2.0-alpha-2
>  Environment: ant1.7alpha on linux, behind a proxied firewall
> Reporter: Steve Loughran
>  Fix For: 2.0-alpha-3

>
>
> We need a way to turn off transient retrieval of stuff in the ant tasks. If, 
> for example, I ask for commons-logging-1.04, the runtime pulls down 
> everything ever used in it 
> [artifact:dependencies] Downloading: 
> commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom
> [artifact:dependencies] Transferring 7K
> [artifact:dependencies] Downloading: 
> commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom.md5
> [artifact:dependencies] Transferring 0K
> [artifact:dependencies] Downloading: 
> avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom
> [artifact:dependencies] Transferring 0K
> [artifact:dependencies] Downloading: 
> avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom.md5
> [artifact:dependencies] Transferring 0K
> [artifact:dependencies] Downloading: junit/junit/3.7/junit-3.7.pom
> [artifact:dependencies] Transferring 0K
> [artifact:dependencies] Downloading: junit/junit/3.7/junit-3.7.pom.md5
> [artifact:dependencies] Transferring 0K
> [artifact:dependencies] Downloading: log4j/log4j/1.2.6/log4j-1.2.6.pom
> [artifact:dependencies] Transferring 0K
> [artifact:dependencies] Downloading: log4j/log4j/1.2.6/log4j-1.2.6.pom.md5
> [artifact:dependencies] Transferring 0K
> [artifact:dependencies] Downloading: logkit/logkit/1.0.1/logkit-1.0.1.pom
> [artifact:dependencies] Transferring 0K
> [artifact:dependencies] Downloading: logkit/logkit/1.0.1/logkit-1.0.1.pom.md5
> [artifact:dependencies] Transferring 0K
> [artifact:dependencies] Downloading: logkit/logkit/1.0.1/logkit-1.0.1.jar
> [artifact:dependencies] Transferring 70K
> [artifact:dependencies] Downloading: logkit/logkit/1.0.1/logkit-1.0.1.jar.md5
> [artifact:dependencies] Transferring 0K
> [artifact:dependencies] Downloading: log4j/log4j/1.2.6/log4j-1.2.6.jar
> [artifact:dependencies] Transferring 342K
> [artifact:dependencies] Downloading: log4j/log4j/1.2.6/log4j-1.2.6.jar.md5
> [artifact:dependencies] Transferring 0K
> [artifact:dependencies] Downloading: junit/junit/3.7/junit-3.7.jar
> [artifact:dependencies] Transferring 114K
> [artifact:dependencies] Downloading: junit/junit/3.7/junit-3.7.jar.md5
> [artifact:dependencies] Transferring 0K
> [artifact:dependencies] Downloading: 
> avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar
> [artifact:dependencies] Transferring 62K
> [artifact:dependencies] Downloading: 
> avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.jar.md5
> [artifact:dependencies] Transferring 0K
> As a consequence, the classpath is then set up wrong. And if we copy the 
> contents of that path (e.g. into the lib dir of a WAR, we end up with 
> conflicting JAR files).
> Another example, if if declare a dependency on jaxen-1.1beta6. That was built 
> against dom4j-1-5.2. That doesnt have an entry in the maven2 repository, so 
> the build fails. Yet all jaxen needs is a JAXP parser, for which xerces works 
> perfectly well. 
> I've looked at the scope attribute, and it seems that transience is certainly 
> noted as a problem, but I'm not sure that works. What I really need is a 
> transient=on/off attribute, so I can run with transience off when I am being 
> 100% explicit about all my dependencies.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  1   2   >