[jira] Commented: (MPJXR-12) Create a named anchor for each symbol like Javadoc does

2004-05-11 Thread jira
The following comment has been added to this issue:

 Author: Brett Porter
Created: Wed, 12 May 2004 2:21 AM
   Body:
I think I'm deluded, this is actually the right place to file this bug
-
View this comment:
  
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJXR-12&page=comments#action_19680

-
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJXR-12

Here is an overview of the issue:
-
Key: MPJXR-12
Summary: Create a named anchor for each symbol like Javadoc does
   Type: Improvement

 Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven-jxr-plugin

   Assignee: Jason van Zyl
   Reporter: Laurent Caillette

Created: Wed, 5 May 2004 8:10 AM
Updated: Wed, 12 May 2004 2:21 AM

Description:
I want to reference source code from XDoc. By now I'm writing a link like this:
method here

The problem is, my link can lead to a wrong place just after a few cosmetic changes in 
source code. Of course, automatic link check will not guess the link went wrong.

It would be nice to generate named anchors in XRef the same way Javadoc does, 
supporting a link like this from XDoc:
method here

Another way to achieve the same result would be to parse Java comments to find a 
special expression to be transformed in a named anchor, but the Javadoc way seems more 
straightforward.



-
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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



[jira] Commented: (MPJXR-11) Strange behavior when using /*package*/ comment

2004-05-11 Thread jira
The following comment has been added to this issue:

 Author: Brett Porter
Created: Wed, 12 May 2004 2:21 AM
   Body:
hehe! I thought we used a third party library for this. I should have taken a closer 
look.

Ok, this is the right place to file it.
-
View this comment:
  
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJXR-11&page=comments#action_19679

-
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJXR-11

Here is an overview of the issue:
-
Key: MPJXR-11
Summary: Strange behavior when using /*package*/ comment
   Type: Bug

 Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven-jxr-plugin

   Assignee: Jason van Zyl
   Reporter: Julien Kirch

Created: Tue, 4 May 2004 6:02 AM
Updated: Wed, 12 May 2004 2:21 AM
Environment: Rc2

Description:
when generating jxr of the class

###
package foo;

public class Foo
{

   /*package*/
   Foo(Object element) {
  super();
   }
}
##

the result is 
###
1   package foo;
2   
3   public class Foo
4   {
5   
6  
/*package*//package-summary/html">class="comment">package*//package-summary.html">/*package*//package-summary.html">class="comment">package*/
7  Foo(Object element) {
8 super();
9  }
10  }
###
Copied from IE, so it's what is on screen 


-
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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



[jira] Commented: (MPJXR-11) Strange behavior when using /*package*/ comment

2004-05-11 Thread jira
The following comment has been added to this issue:

 Author: Julien Kirch
Created: Wed, 12 May 2004 2:16 AM
   Body:
I think I must have missed something, because the issue tracking url of the plugin 
(found at the url mentionned by Emmanuel) is this jira project ( maven-jxr-plugin) , 
so if it's not here please could you tell me where to find it.
-
View this comment:
  
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJXR-11&page=comments#action_19678

-
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPJXR-11

Here is an overview of the issue:
-
Key: MPJXR-11
Summary: Strange behavior when using /*package*/ comment
   Type: Bug

 Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven-jxr-plugin

   Assignee: Jason van Zyl
   Reporter: Julien Kirch

Created: Tue, 4 May 2004 6:02 AM
Updated: Wed, 12 May 2004 2:16 AM
Environment: Rc2

Description:
when generating jxr of the class

###
package foo;

public class Foo
{

   /*package*/
   Foo(Object element) {
  super();
   }
}
##

the result is 
###
1   package foo;
2   
3   public class Foo
4   {
5   
6  
/*package*//package-summary/html">class="comment">package*//package-summary.html">/*package*//package-summary.html">class="comment">package*/
7  Foo(Object element) {
8 super();
9  }
10  }
###
Copied from IE, so it's what is on screen 


-
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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



RE: plugins developers

2004-05-11 Thread Brett Porter
IMO, You are free to add yourself to the developers list as soon as you
commit anything to that plugin, so the CVS changelog shows up nicely.

I think that if you are an active and regular developer, you should add a
"Developer" role to the plugin, and then there is the "Lead Developer" role
for the lead/release manager.

- Brett

> -Original Message-
> From: Arnaud Heritier [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 12 May 2004 4:00 PM
> To: 'Maven Developers List'
> Subject: RE: plugins developers
> 
> 
> 
> > > I hope it will help you to fix developers lists.
> > 
> > I must admit I don't put my name into the developers list if I'm 
> > simply doing a fix, only if I'm doing considerable work. 
> Should I have 
> > been doing that?
> 
> 
> It's my question. Not for you especially but in general!!
> 
> It is why, I'm wondering if these developers' lists are right.
> 
> I added myself as developer in the ant plugin because I 
> worked on it some days ago and I thought I understood all the 
> code. I resolved some problems but is it enough to be a 
> developer to this plugin ??
> 
> 
> Other example (problem I think), Dion, you are registered as 
> developer in the plugin-parent. 
> The artifact plugin doesn't have developers. 
> http://www.apache.org/~aheritier/maven-plugins/developers-over
view.html

So by inheritance, you are a developer for this plug-in !!!
http://maven.apache.org/reference/plugins/artifact/team-list.html

It's true for all plugins without developers!


#Arnaud






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


RE: plugins developers

2004-05-11 Thread Arnaud Heritier

> > I hope it will help you to fix developers lists.
> 
> I must admit I don't put my name into the developers list if I'm simply
> doing a fix, only if I'm doing considerable work. Should I have been doing
> that?


It's my question. Not for you especially but in general!!

It is why, I'm wondering if these developers' lists are right.

I added myself as developer in the ant plugin because I worked on it some
days ago and I thought I understood all the code. I resolved some problems
but is it enough to be a developer to this plugin ??


Other example (problem I think), Dion, you are registered as developer in
the plugin-parent. 
The artifact plugin doesn't have developers.
http://www.apache.org/~aheritier/maven-plugins/developers-overview.html

So by inheritance, you are a developer for this plug-in !!!
http://maven.apache.org/reference/plugins/artifact/team-list.html

It's true for all plugins without developers!


#Arnaud






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



RE: cvs commit: maven/maven-jelly-tags project.xml project.proper ties

2004-05-11 Thread Brett Porter
> Not AFAIK. We should update 
> http://maven.apache.org/reference/user-guide.html around the 
> section on 
> remote repositories though. There are others, sunsite from 
> memory mirrors 
> ibiblio too... Do we do a quick search and report back??

If someone has a contact at ibiblio that could give us a list of mirrors,
that'd be helpful. Sounds a bit like a whole separate page linked in from
the installation instructions and the user guide as you mentioned.

> > Obviously, there is no need to double up like below if the first 
> > really
> is a
> > mirror (unless it is down).
> Local access speeds. It's loads faster to go to planetmirror 
> first as it's 
> in sydney than ibiblio.

I meant no need to have ibiblio on the list if the sydney one was a full up
to date mirror and is up. I do realise that downloading from sydney is
faster than unc :)

- Brett


RE: cvs commit: maven/maven-jelly-tags project.xml project.proper ties

2004-05-11 Thread dion_gillard
Brett Porter <[EMAIL PROTECTED]> wrote on 12/05/2004 03:15:18 PM:

> Didn't know there was one. Is there a page that lists these out?
Not AFAIK. We should update 
http://maven.apache.org/reference/user-guide.html around the section on 
remote repositories though. There are others, sunsite from memory mirrors 
ibiblio too... Do we do a quick search and report back??

> Obviously, there is no need to double up like below if the first really 
is a
> mirror (unless it is down).
Local access speeds. It's loads faster to go to planetmirror first as it's 
in sydney than ibiblio.

--
dIon Gillard, Multitask Consulting


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



RE: cvs commit: maven/src/test/touchstone-build maven.xml

2004-05-11 Thread Brett Porter
Well, its fixed now. I have a bad habit of only running the Maven tests
semi-regularly because they take so long on my laptop :(

- Brett

> -Original Message-
> From: Arnaud Heritier [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 12 May 2004 3:42 PM
> To: 'Maven Developers List'
> Subject: RE: cvs commit: maven/src/test/touchstone-build maven.xml
> 
> 
> No, I don't still run the tests ;-)
> But I had a problem with my CVS (conflict on files) and I 
> checked out maven and maven-plugins. I made a build-bootstrap 
> and found this problem :-)
> 
> > -Message d'origine-
> > De : Brett Porter [mailto:[EMAIL PROTECTED]
> > Envoyé : mercredi 12 mai 2004 00:58
> > À : 'Maven Developers List'
> > Objet : RE: cvs commit: maven/src/test/touchstone-build maven.xml
> > 
> > You still run the tests? :)
> > 
> > Thanks.
> > 
> > > -Original Message-
> > > From: Heritier Arnaud [mailto:[EMAIL PROTECTED]
> > > Sent: Tuesday, 11 May 2004 11:11 PM
> > > To: Maven Developers List
> > > Subject: RE: cvs commit: maven/src/test/touchstone-build maven.xml
> > >
> > >
> > > Patch to fix this bug :
> > >
> > > Index: 
> > > src/test/java/org/apache/maven/plugin/PluginCacheManagerTest.java
> > > 
> ===
> > > RCS file: 
> > > /home/cvspublic/maven/src/test/java/org/apache/maven/plugin/Pl
> > > uginCacheManagerTest.java,v
> > > retrieving revision 1.5.4.4
> > > diff -u -r1.5.4.4 PluginCacheManagerTest.java
> > > --- src/test/java/org/apache/maven/plugin/PluginCacheManagerTe
> > > st.java   1 Apr 2004 01:52:20 -   1.5.4.4
> > > +++
> > > src/test/java/org/apache/maven/plugin/PluginCacheManagerTe
> > > st.java   11 May 2004 12:58:53 -
> > > @@ -57,7 +57,7 @@
> > >  {
> > >  PluginCacheManager pgb = new PluginCacheManager();
> > >  JellyScriptHousing housing = new JellyScriptHousing( new 
> > > File( PLUGIN_SCRIPT ).getParentFile(), null );
> > > -housing.parse( pgb, new FileInputStream( new File(
> > > PLUGIN_SCRIPT )));
> > > +housing.parse( pgb, null, new FileInputStream( new File( 
> > > + PLUGIN_SCRIPT )));
> > >
> > >  assertEquals("Generate docs in APT
> > > format>xdoc:generate-from-pom",
> > >  pgb.getGoalCache().getProperty("apt:generate"));
> > >
> > >
> > > > -Message d'origine-
> > > > De : Heritier Arnaud
> > > > Envoyé : mardi 11 mai 2004 14:57
> > > > À : Maven Developers List
> > > > Objet : RE: cvs commit: maven/src/test/touchstone-build 
> maven.xml
> > > >
> > > >
> > > > hello brett
> > > >
> > > > the bootstrap failed.
> > > >
> > > > I think that it is due to this commit
> > > >
> > > >
> > > >  [exec]  __  __
> > > >  [exec] |  \/  |__ _Apache__ ___
> > > >  [exec] | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > > >  [exec] |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc3-SNAPSHOT
> > > >
> > > >  [exec] plugin license is cached (dynatag dep) but 
> no longer 
> > > > present
> > > >  [exec] Cache invalidated due to out of date plugins
> > > >  [exec] build:start:
> > > >
> > > >  [exec] clean:clean:
> > > >
> > > >  [exec] clean:
> > > >
> > > >  [exec] java:prepare-filesystem:
> > > >  [exec] [mkdir] Created dir:
> > > > C:\Work\Opensources\maven-1.0\target\classes
> > > >
> > > >  [exec] java:compile:
> > > >  [exec] [echo] Compiling to
> > > > C:\Work\Opensources\maven-1.0/target/classes
> > > >  [exec] [javac] Compiling 77 source files to
> > > > C:\Work\Opensources\maven-1.0\target\classes
> > > >
> > > >  [exec] java:jar-resources:
> > > >  [exec] Copying 1 file to 
> > > > C:\Work\Opensources\maven-1.0\target\classes\META-INF
> > > >  [exec] Copying 4 files to 
> > > > C:\Work\Opensources\maven-1.0\target\classes
> > > >  [exec] Copying 10 files to
> > > >
> > > 
> C:\Work\Opensources\maven-1.0\target\classes\org\apache\maven\messag
> > > es
> > > >
> > > >  [exec] test:prepare-filesystem:
> > > >  [exec] [mkdir] Created dir:
> > > > C:\Work\Opensources\maven-1.0\target\test-classes
> > > >  [exec] [mkdir] Created dir:
> > > > C:\Work\Opensources\maven-1.0\target\test-reports
> > > >
> > > >  [exec] test:test-resources:
> > > >
> > > >  [exec] test:compile:
> > > >  [exec] [javac] Compiling 38 source files to
> > > > C:\Work\Opensources\maven-1.0\target\test-classes
> > > >  [exec] 
> > > > C:\Work\Opensources\maven-1.0\src\test\java\org\apache\maven\p
> > > > lugin\PluginCacheManagerTest.java:60: cannot resolve symbol
> > > >  [exec] symbol  : method parse
> > > > 
> (org.apache.maven.plugin.PluginCacheManager,java.io.FileInputStream)
> > > >  [exec] location: class
> > > org.apache.maven.plugin.JellyScriptHousing
> > > >  [exec] housing.parse( pgb, new FileInputStream(
> > > > new File( PLUGIN_SCRIPT )));
> > > >  [exec]^
> > > >  [exec] 1 error
> > > >
> > > >  [exec] BUILD

RE: cvs commit: maven/src/test/touchstone-build maven.xml

2004-05-11 Thread Arnaud Heritier
No, I don't still run the tests ;-)
But I had a problem with my CVS (conflict on files) and I checked out maven
and maven-plugins.
I made a build-bootstrap and found this problem :-)

> -Message d'origine-
> De : Brett Porter [mailto:[EMAIL PROTECTED]
> Envoyé : mercredi 12 mai 2004 00:58
> À : 'Maven Developers List'
> Objet : RE: cvs commit: maven/src/test/touchstone-build maven.xml
> 
> You still run the tests? :)
> 
> Thanks.
> 
> > -Original Message-
> > From: Heritier Arnaud [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, 11 May 2004 11:11 PM
> > To: Maven Developers List
> > Subject: RE: cvs commit: maven/src/test/touchstone-build maven.xml
> >
> >
> > Patch to fix this bug :
> >
> > Index:
> > src/test/java/org/apache/maven/plugin/PluginCacheManagerTest.java
> > ===
> > RCS file:
> > /home/cvspublic/maven/src/test/java/org/apache/maven/plugin/Pl
> > uginCacheManagerTest.java,v
> > retrieving revision 1.5.4.4
> > diff -u -r1.5.4.4 PluginCacheManagerTest.java
> > ---
> > src/test/java/org/apache/maven/plugin/PluginCacheManagerTe
> > st.java 1 Apr 2004 01:52:20 -   1.5.4.4
> > +++
> > src/test/java/org/apache/maven/plugin/PluginCacheManagerTe
> > st.java 11 May 2004 12:58:53 -
> > @@ -57,7 +57,7 @@
> >  {
> >  PluginCacheManager pgb = new PluginCacheManager();
> >  JellyScriptHousing housing = new JellyScriptHousing(
> > new File( PLUGIN_SCRIPT ).getParentFile(), null );
> > -housing.parse( pgb, new FileInputStream( new File(
> > PLUGIN_SCRIPT )));
> > +housing.parse( pgb, null, new FileInputStream( new File(
> > + PLUGIN_SCRIPT )));
> >
> >  assertEquals("Generate docs in APT
> > format>xdoc:generate-from-pom",
> >  pgb.getGoalCache().getProperty("apt:generate"));
> >
> >
> > > -Message d'origine-
> > > De : Heritier Arnaud
> > > Envoyé : mardi 11 mai 2004 14:57
> > > À : Maven Developers List
> > > Objet : RE: cvs commit: maven/src/test/touchstone-build maven.xml
> > >
> > >
> > > hello brett
> > >
> > > the bootstrap failed.
> > >
> > > I think that it is due to this commit
> > >
> > >
> > >  [exec]  __  __
> > >  [exec] |  \/  |__ _Apache__ ___
> > >  [exec] | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> > >  [exec] |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc3-SNAPSHOT
> > >
> > >  [exec] plugin license is cached (dynatag dep) but no
> > > longer present
> > >  [exec] Cache invalidated due to out of date plugins
> > >  [exec] build:start:
> > >
> > >  [exec] clean:clean:
> > >
> > >  [exec] clean:
> > >
> > >  [exec] java:prepare-filesystem:
> > >  [exec] [mkdir] Created dir:
> > > C:\Work\Opensources\maven-1.0\target\classes
> > >
> > >  [exec] java:compile:
> > >  [exec] [echo] Compiling to
> > > C:\Work\Opensources\maven-1.0/target/classes
> > >  [exec] [javac] Compiling 77 source files to
> > > C:\Work\Opensources\maven-1.0\target\classes
> > >
> > >  [exec] java:jar-resources:
> > >  [exec] Copying 1 file to
> > > C:\Work\Opensources\maven-1.0\target\classes\META-INF
> > >  [exec] Copying 4 files to
> > > C:\Work\Opensources\maven-1.0\target\classes
> > >  [exec] Copying 10 files to
> > >
> > C:\Work\Opensources\maven-1.0\target\classes\org\apache\maven\messages
> > >
> > >  [exec] test:prepare-filesystem:
> > >  [exec] [mkdir] Created dir:
> > > C:\Work\Opensources\maven-1.0\target\test-classes
> > >  [exec] [mkdir] Created dir:
> > > C:\Work\Opensources\maven-1.0\target\test-reports
> > >
> > >  [exec] test:test-resources:
> > >
> > >  [exec] test:compile:
> > >  [exec] [javac] Compiling 38 source files to
> > > C:\Work\Opensources\maven-1.0\target\test-classes
> > >  [exec]
> > > C:\Work\Opensources\maven-1.0\src\test\java\org\apache\maven\p
> > > lugin\PluginCacheManagerTest.java:60: cannot resolve symbol
> > >  [exec] symbol  : method parse
> > > (org.apache.maven.plugin.PluginCacheManager,java.io.FileInputStream)
> > >  [exec] location: class
> > org.apache.maven.plugin.JellyScriptHousing
> > >  [exec] housing.parse( pgb, new FileInputStream(
> > > new File( PLUGIN_SCRIPT )));
> > >  [exec]^
> > >  [exec] 1 error
> > >
> > >  [exec] BUILD FAILED
> > >  [exec] File..
> > > C:\Work\Config\maven\plugins\maven-test-plugin-1.6-SNAPSHOT\pl
> > > ugin.jelly
> > >  [exec] Element... javac
> > >  [exec] Line.. 52
> > >  [exec] Column 46
> > >  [exec] Compile failed; see the compiler error output
> > for details.
> > >  [exec] Total time: 23 seconds
> > >  [exec] Finished at: Tue May 11 14:43:00 CEST 2004
> > >
> > > Arnaud
> > >
> > >
> > > > -Message d'origine-
> > > > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > > > Envoyé : mardi 11 mai 2004 11:48
> > > > À : [EMAIL PROTECTED]
> > > > Objet : cvs commit: maven

[jira] Created: (MAVENUPLOAD-111) java-getopt

2004-05-11 Thread jira
Message:

  A new issue has been created in JIRA.

-
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVENUPLOAD-111

Here is an overview of the issue:
-
Key: MAVENUPLOAD-111
Summary: java-getopt
   Type: Task

 Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven-upload-requests

   Assignee: Jason van Zyl
   Reporter: Hans Dockter

Created: Wed, 12 May 2004 1:24 AM
Updated: Wed, 12 May 2004 1:24 AM

Description:
ftp://ftp.urbanophile.com/pub/arenn/software/sources/java-getopt-1.0.9.jar

This is a quote from the developer:

'GNU getopt - Java port

A while back I found myself in need of a Java command line option parser. Unsatisfied 
with free versions I was able to find on the net, I volunteered to port the GNU getopt 
family of functions from C to Java. The current release is 1.0.9 (released 
2002/01/16).'

Licence: http://www.gnu.org/copyleft/library.html



-
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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



[jira] Closed: (MAVENUPLOAD-110) quartz 1.3.4

2004-05-11 Thread jira
Message:

   The following issue has been closed.

   Resolver: Jason van Zyl
   Date: Wed, 12 May 2004 1:21 AM

Please follow the instructions:

http://maven.apache.org/repository-upload.html
-
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVENUPLOAD-110

Here is an overview of the issue:
-
Key: MAVENUPLOAD-110
Summary: quartz 1.3.4
   Type: Task

 Status: Closed
   Priority: Major
 Resolution: INCOMPLETE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven-upload-requests

   Assignee: Jason van Zyl
   Reporter: Hans Dockter

Created: Wed, 12 May 2004 1:13 AM
Updated: Wed, 12 May 2004 1:21 AM

Description:
http://prdownloads.sourceforge.net/quartz/?sort_by=date&sort=desc

new version 1.3.4 of quartz


-
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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



RE: cvs commit: maven/maven-jelly-tags project.xml project.proper ties

2004-05-11 Thread Brett Porter
Didn't know there was one. Is there a page that lists these out?

Obviously, there is no need to double up like below if the first really is a
mirror (unless it is down).

- Brett

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 12 May 2004 3:10 PM
> To: Maven Developers List
> Subject: RE: cvs commit: maven/maven-jelly-tags project.xml 
> project.proper ties
> 
> 
> Brett Porter <[EMAIL PROTECTED]> wrote on 12/05/2004 
> 02:08:28 PM:
> 
> > Actually, another thing we should probably do is add help on the 
> > installation instructions on how to add your closest apache 
> repository
> to
> > the list of remote repositories for faster downloads of Apache
> artifacts.
> > 
> > 
> maven.repo.remote=http://apache.ausgamers.com/java-repository/
,http://www.ib
> iblio.org/maven/ for example is something I should use more often...

And instead of just using the local apache mirror, you should use the 
local mirror of ibiblio

maven.repo.remote=http://planetmirror.com/pub/maven,http://www.ibiblio.org/m
aven
--
dIon Gillard, Multitask Consulting


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


[jira] Created: (MAVENUPLOAD-110) quartz 1.3.4

2004-05-11 Thread jira
Message:

  A new issue has been created in JIRA.

-
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVENUPLOAD-110

Here is an overview of the issue:
-
Key: MAVENUPLOAD-110
Summary: quartz 1.3.4
   Type: Task

 Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven-upload-requests

   Assignee: Jason van Zyl
   Reporter: Hans Dockter

Created: Wed, 12 May 2004 1:13 AM
Updated: Wed, 12 May 2004 1:13 AM

Description:
http://prdownloads.sourceforge.net/quartz/?sort_by=date&sort=desc

new version 1.3.4 of quartz


-
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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



RE: cvs commit: maven/maven-jelly-tags project.xml project.proper ties

2004-05-11 Thread dion_gillard
Brett Porter <[EMAIL PROTECTED]> wrote on 12/05/2004 02:08:28 PM:

> Actually, another thing we should probably do is add help on the
> installation instructions on how to add your closest apache repository 
to
> the list of remote repositories for faster downloads of Apache 
artifacts.
> 
> 
maven.repo.remote=http://apache.ausgamers.com/java-repository/,http://www.ib
> iblio.org/maven/ for example is something I should use more often...

And instead of just using the local apache mirror, you should use the 
local mirror of ibiblio

maven.repo.remote=http://planetmirror.com/pub/maven,http://www.ibiblio.org/maven
--
dIon Gillard, Multitask Consulting


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



cvs commit: maven/src/bin maven.bat

2004-05-11 Thread brett
brett   2004/05/11 21:50:38

  Modified:src/bin  Tag: MAVEN-1_0-BRANCH maven.bat
  Log:
  allow spaces in JAVA_HOME
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.38.4.4  +1 -1  maven/src/bin/maven.bat
  
  Index: maven.bat
  ===
  RCS file: /home/cvs/maven/src/bin/maven.bat,v
  retrieving revision 1.38.4.3
  retrieving revision 1.38.4.4
  diff -u -r1.38.4.3 -r1.38.4.4
  --- maven.bat 4 Mar 2004 17:47:31 -   1.38.4.3
  +++ maven.bat 12 May 2004 04:50:38 -  1.38.4.4
  @@ -53,7 +53,7 @@
   goto end
   
   :OkJHome
  -if exist %JAVA_HOME%\nul goto chkMHome
  +if exist "%JAVA_HOME%\bin\java.exe" goto chkMHome
   
   echo.
   echo ERROR: JAVA_HOME is set to an invalid directory.
  
  
  

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



[jira] Created: (MAVEN-1276) Enabling the setting of a fileextension for a dependency

2004-05-11 Thread jira
Message:

  A new issue has been created in JIRA.

-
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1276

Here is an overview of the issue:
-
Key: MAVEN-1276
Summary: Enabling the setting of a fileextension for a dependency
   Type: Improvement

 Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven
   Versions:
 1.0-rc3

   Assignee: 
   Reporter: Hans Dockter

Created: Wed, 12 May 2004 12:43 AM
Updated: Wed, 12 May 2004 12:43 AM

Description:

jboss
jboss
JBoss-3.2.3.zip
3.2.3
distribution


If the type of the dependency is different from the file extension of the artifact the 
only workaround is to specify the complete name of the artifact via the  tag. It 
would be an improvement to offer an additional way of dealing with this situation. One 
could introduce an optional -tag. Than the information of the  
and  could be used for determining the filename. If the  
tag is not explicitly set, the behavior is the same as now.


jboss
jboss
zip
3.2.3
distribution



-
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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



cvs commit: maven/src/test/java/org/apache/maven/plugin PluginCacheManagerTest.java

2004-05-11 Thread brett
brett   2004/05/11 21:16:24

  Modified:src/test/java/org/apache/maven/plugin Tag: MAVEN-1_0-BRANCH
PluginCacheManagerTest.java
  Log:
  fix broken test
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.5.4.5   +1 -1  
maven/src/test/java/org/apache/maven/plugin/PluginCacheManagerTest.java
  
  Index: PluginCacheManagerTest.java
  ===
  RCS file: 
/home/cvs/maven/src/test/java/org/apache/maven/plugin/PluginCacheManagerTest.java,v
  retrieving revision 1.5.4.4
  retrieving revision 1.5.4.5
  diff -u -r1.5.4.4 -r1.5.4.5
  --- PluginCacheManagerTest.java   1 Apr 2004 01:52:20 -   1.5.4.4
  +++ PluginCacheManagerTest.java   12 May 2004 04:16:24 -  1.5.4.5
  @@ -57,7 +57,7 @@
   {
   PluginCacheManager pgb = new PluginCacheManager();
   JellyScriptHousing housing = new JellyScriptHousing( new File( 
PLUGIN_SCRIPT ).getParentFile(), null );
  -housing.parse( pgb, new FileInputStream( new File( PLUGIN_SCRIPT )));
  +housing.parse( pgb, PLUGIN_SCRIPT, new FileInputStream( new File( 
PLUGIN_SCRIPT )));
   
   assertEquals("Generate docs in APT format>xdoc:generate-from-pom",
   pgb.getGoalCache().getProperty("apt:generate"));
  
  
  

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



RE: cvs commit: maven/maven-jelly-tags project.xml project.proper ties

2004-05-11 Thread Brett Porter
Actually, another thing we should probably do is add help on the
installation instructions on how to add your closest apache repository to
the list of remote repositories for faster downloads of Apache artifacts.

maven.repo.remote=http://apache.ausgamers.com/java-repository/,http://www.ib
iblio.org/maven/ for example is something I should use more often...

- Brett

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 12 May 2004 2:08 PM
> To: Maven Developers List
> Subject: RE: cvs commit: maven/maven-jelly-tags project.xml 
> project.proper ties
> 
> 
> Cool.
> 
> I just wanted to make sure we weren't losing this feature.
> --
> dIon Gillard, Multitask Consulting
> 
> 


RE: cvs commit: maven/maven-jelly-tags project.xml project.proper ties

2004-05-11 Thread dion_gillard
Cool.

I just wanted to make sure we weren't losing this feature.
--
dIon Gillard, Multitask Consulting



Brett Porter <[EMAIL PROTECTED]> wrote on 12/05/2004 01:08:40 PM:

> I think so. It resides under www.apache.org/dist.
> 
> Regardless, the final Maven downloads will definitely be linked to the
> "closer.cgi" and mirrored repositories.
> 
> - Brett
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] 
> > [mailto:[EMAIL PROTECTED] 
> > Sent: Wednesday, 12 May 2004 1:08 PM
> > To: Maven Developers List
> > Subject: Re: cvs commit: maven/maven-jelly-tags project.xml 
> > project.properties
> > 
> > 
> > [EMAIL PROTECTED] wrote on 12/05/2004 09:23:46 AM:
> > 
> > > brett   2004/05/11 16:23:46
> > > 
> > >   Modified:maven-jelly-tags Tag: MAVEN-1_0-BRANCH project.xml
> > > project.properties
> > >   Log:
> > >   point distributions at the Apache repository which is mirrored to
> > ibiblio
> > 
> > Is the "Apache repository" mirrored around the world like the "Apache 
> > mirrors".
> > 
> > We specifically use the distribution directory under maven.apache.org 
> > because it is mirrored by hundreds of sites.
> > --
> > dIon Gillard, Multitask Consulting
> > 
> > 
> > -
> > 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: cvs commit: maven/maven-jelly-tags project.xml project.proper ties

2004-05-11 Thread Brett Porter
Just to confirm this:
http://apache.ausgamers.com/java-repository/maven/jars/maven-jelly-tags-1.0.
jar

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 12 May 2004 1:08 PM
> To: Maven Developers List
> Subject: Re: cvs commit: maven/maven-jelly-tags project.xml 
> project.properties
> 
> 
> [EMAIL PROTECTED] wrote on 12/05/2004 09:23:46 AM:
> 
> > brett   2004/05/11 16:23:46
> > 
> >   Modified:maven-jelly-tags Tag: MAVEN-1_0-BRANCH project.xml
> > project.properties
> >   Log:
> >   point distributions at the Apache repository which is mirrored to
> ibiblio
> 
> Is the "Apache repository" mirrored around the world like the "Apache 
> mirrors".
> 
> We specifically use the distribution directory under maven.apache.org 
> because it is mirrored by hundreds of sites.
> --
> dIon Gillard, Multitask Consulting
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


RE: cvs commit: maven/maven-jelly-tags project.xml project.proper ties

2004-05-11 Thread Brett Porter
I think so. It resides under www.apache.org/dist.

Regardless, the final Maven downloads will definitely be linked to the
"closer.cgi" and mirrored repositories.

- Brett

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 12 May 2004 1:08 PM
> To: Maven Developers List
> Subject: Re: cvs commit: maven/maven-jelly-tags project.xml 
> project.properties
> 
> 
> [EMAIL PROTECTED] wrote on 12/05/2004 09:23:46 AM:
> 
> > brett   2004/05/11 16:23:46
> > 
> >   Modified:maven-jelly-tags Tag: MAVEN-1_0-BRANCH project.xml
> > project.properties
> >   Log:
> >   point distributions at the Apache repository which is mirrored to
> ibiblio
> 
> Is the "Apache repository" mirrored around the world like the "Apache 
> mirrors".
> 
> We specifically use the distribution directory under maven.apache.org 
> because it is mirrored by hundreds of sites.
> --
> dIon Gillard, Multitask Consulting
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


Re: plugins developers

2004-05-11 Thread dion_gillard
"Arnaud HERITIER" <[EMAIL PROTECTED]> wrote on 12/05/2004 08:08:22 AM:

> Hello all,
> 
> I generated this page:
> http://www.apache.org/~aheritier/maven-plugins/developers-overview.html
> 
> You'll find the list of maven-plugins with developers and contributors.
> 
> I deliberately removed developers in the plugin-parent to allow seeing
> plugins with no developers. Without that, theses plugins inherit the
> developer list from the parent.
> 
> I hope it will help you to fix developers lists.

I must admit I don't put my name into the developers list if I'm simply 
doing a fix, only if I'm doing considerable work. Should I have been doing 
that?
--
dIon Gillard, Multitask Consulting


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



RE: [VOTE] release Maven 1.0 RC3

2004-05-11 Thread dion_gillard
Brett Porter <[EMAIL PROTECTED]> wrote on 12/05/2004 08:57:28 AM:

> It would be huge, especially for JARs not needed until you use some of 
the
> plugins.

True, but I still feel it would lose us some heat from the user community 
about needing an internet connection to run maven after install.

> Now that aspectj doesn't preGoal on java:compile, I think it is a lot
> better. I will check before releasing, but as long as it can do maven 
jar I
> think it's enough. After that, remote access will be necessary.
> 
> I'm happy to provide a separate bundle of JARs to drop into your offline
> repo to get all the plugins working though.

Maybe we provide a few different bundles. Commonly used plugin 
dependencies, all plugin dependencies etc with some doco on what they are?

--
dIon Gillard, Multitask Consulting


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



Re: cvs commit: maven/maven-jelly-tags project.xml project.properties

2004-05-11 Thread dion_gillard
[EMAIL PROTECTED] wrote on 12/05/2004 09:23:46 AM:

> brett   2004/05/11 16:23:46
> 
>   Modified:maven-jelly-tags Tag: MAVEN-1_0-BRANCH project.xml
> project.properties
>   Log:
>   point distributions at the Apache repository which is mirrored to 
ibiblio

Is the "Apache repository" mirrored around the world like the "Apache 
mirrors".

We specifically use the distribution directory under maven.apache.org 
because it is mirrored by hundreds of sites.
--
dIon Gillard, Multitask Consulting


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



cvs commit: maven-plugins/announcement/xdocs changes.xml

2004-05-11 Thread brett
brett   2004/05/11 16:33:44

  Modified:announcement plugin.properties project.xml
   announcement/src/plugin-resources announcement.jsl
   announcement/xdocs changes.xml
  Log:
  adjustments. Don't give plugin information if it isn't a plugin.
  
  Revision  ChangesPath
  1.9   +1 -0  maven-plugins/announcement/plugin.properties
  
  Index: plugin.properties
  ===
  RCS file: /home/cvs/maven-plugins/announcement/plugin.properties,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- plugin.properties 2 May 2004 08:20:59 -   1.8
  +++ plugin.properties 11 May 2004 23:33:44 -  1.9
  @@ -33,3 +33,4 @@
   # If not defined, it defaults to "${maven.repo.remote}/${pom.groupId}/plugins"
   # For example:
   # maven.announcement.distributionUrl = http//www.mysite.com/dist
  +
  
  
  
  1.18  +9 -0  maven-plugins/announcement/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/announcement/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml   11 May 2004 15:36:23 -  1.17
  +++ project.xml   11 May 2004 23:33:44 -  1.18
  @@ -61,6 +61,15 @@
   Java Developer
 
   
  +
  +  Brett Porter
  +  brett
  +  [EMAIL PROTECTED]
  +  f2 network
  +  
  +Java Developer
  +  
  +
 
 
   
  
  
  
  1.12  +29 -24maven-plugins/announcement/src/plugin-resources/announcement.jsl
  
  Index: announcement.jsl
  ===
  RCS file: 
/home/cvs/maven-plugins/announcement/src/plugin-resources/announcement.jsl,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- announcement.jsl  2 May 2004 08:20:59 -   1.11
  +++ announcement.jsl  11 May 2004 23:33:44 -  1.12
  @@ -25,6 +25,7 @@
   xmlns:j="jelly:core"
   xmlns:jsl="jelly:jsl"
   xmlns:x="jelly:xml"
  +xmlns:u="jelly:util"
   xmlns:maven="jelly:maven"
   xmlns="dummy" trim="true">
   
  @@ -98,7 +99,9 @@
   
 
   
  -   
  +  
  +  
  + 
   
   To automatically install the plugin, type the following on a single line:
   
  @@ -107,43 +110,45 @@
 -DartifactId=${pom.artifactId}
 -Dversion=${versionVariable}
   
  -For a manual installation, you can download the ${pom.name} 
  -here:
  -
  +For a manual installation, you can download the plugin here:
   ${distributionUrl}/${pom.artifactId}-${versionVariable}.jar
  +
  +  
  +   
   
   Have fun!
  --The development team
  +-The ${pom.groupId} team
 
  -
   
   
 
 
 
  -
  -
  +
  +
   
  -
  -
  +
  +
   
  -
  -  ${body} Fixes ${issue}.  Thanks to ${dueto}.
  -
  +
  +  ${body}
  +   Issue: 
${issue}.
  +   Thanks to 
${dueto}.
  +
   
  -
  -  
  -
  -  
  +
  +  
  +
  +  
   o ${line}
  -
  -
  -  
  +
  +
  +  
 ${line}
  -
  -  
  -  
  -
  +
  +  
  +  
  +
 
   
 
  
  
  
  1.15  +5 -1  maven-plugins/announcement/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/announcement/xdocs/changes.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- changes.xml   2 May 2004 08:20:59 -   1.14
  +++ changes.xml   11 May 2004 23:33:44 -  1.15
  @@ -25,6 +25,10 @@
 
 
   
  +  
  +Detect whether the project is a plugin or not by the existence of 
plugin.jelly
  +in the project directory, and change the wording accordingly.
  +  
 
   Added new maven.announcement.distributionUrl property
   which specifies where the project jars can be downloaded from. If
  @@ -41,7 +45,7 @@
   Improved web site documentation.
 
 
  -Add a space after the "." of the "Fixes xxx." (which happens when
  +Add a space after the "." of the "Issue: xxx." (which happens when
   you use the "issue" attribute in changes.xml).
 
 
  
  
  

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



cvs commit: maven-plugins project.properties project.xml

2004-05-11 Thread brett
brett   2004/05/11 16:33:22

  Modified:.project.properties project.xml
  Log:
  distribute to Apache Java repository
  
  Revision  ChangesPath
  1.15  +4 -0  maven-plugins/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/project.properties,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.properties5 May 2004 12:04:28 -   1.14
  +++ project.properties11 May 2004 23:33:21 -  1.15
  @@ -39,3 +39,7 @@
   
   maven.xdoc.date = left
   maven.xdoc.date.format = dd   HH:mm z
  +
  +# Distribution location
  +maven.repo.central = www.apache.org
  +maven.repo.central.directory = /www/www.apache.org/dist/java-repository/
  
  
  
  1.22  +2 -2  maven-plugins/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- project.xml   5 May 2004 12:04:28 -   1.21
  +++ project.xml   11 May 2004 23:33:21 -  1.22
  @@ -36,8 +36,8 @@
 
http://jira.codehaus.org/BrowseProject.jspa?id=10030
 maven.apache.org
 /www/maven.apache.org/reference/plugins/
  -  www.ibiblio.org
  -  /public/html/maven/maven/plugins/
  +  maven.apache.org
  +  
/www/www.apache.org/dist/java-repository/
   
 
   
  
  
  

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



[jira] Closed: (MPMULTIPROJECT-26) maven multiproject:site fails with "velocity:merge" error

2004-05-11 Thread jira
Message:

   The following issue has been closed.

-
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPMULTIPROJECT-26

Here is an overview of the issue:
-
Key: MPMULTIPROJECT-26
Summary: maven multiproject:site fails with "velocity:merge" error
   Type: Bug

 Status: Closed
   Priority: Minor
 Resolution: CANNOT REPRODUCE

 Original Estimate: 3 days
 Time Spent: Unknown
  Remaining: 3 days

Project: maven-multiproject-plugin

   Assignee: Brett Porter
   Reporter: Charlie Harvey

Created: Mon, 19 Apr 2004 9:56 AM
Updated: Tue, 11 May 2004 7:29 PM
Environment: RedHat Linux 9.0, j2sdkse_1.4.02

Description:
[EMAIL PROTECTED] ~/projects/alloyinc-commons] maven -e multiproject:site
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc2

Starting the reactor...
Our processing order:
Alloy Inc. Commons Util
Alloy Inc. Commons ORM
Alloy Inc. Commons Struts
Alloy Inc. Commons Validator
Alloy Inc. Commons Image
Alloy Inc. Commons Security
Alloy Inc. Commons Servlet Classes
Alloy Inc. Commons E-mail
Alloy Inc. Commons LDAP
Alloy Inc. Commons Tab
+
| Gathering project list Alloy Inc. Commons Util
| Memory: 3M/4M
+
+
| Gathering project list Alloy Inc. Commons ORM
| Memory: 3M/4M
+
+
| Gathering project list Alloy Inc. Commons Struts
| Memory: 3M/4M
+
+
| Gathering project list Alloy Inc. Commons Validator
| Memory: 3M/4M
+
+
| Gathering project list Alloy Inc. Commons Image
| Memory: 4M/4M
+
+
| Gathering project list Alloy Inc. Commons Security
| Memory: 3M/5M
+
+
| Gathering project list Alloy Inc. Commons Servlet Classes
| Memory: 3M/5M
+
+
| Gathering project list Alloy Inc. Commons E-mail
| Memory: 3M/5M
+
+
| Gathering project list Alloy Inc. Commons LDAP
| Memory: 3M/5M
+
+
| Gathering project list Alloy Inc. Commons Tab
| Memory: 3M/5M
+
build:start:

multiproject:site:
multiproject:site-init:

multiproject:create-nav:
[echo] Producing aggregate navigation...

BUILD FAILED
org.apache.commons.jelly.JellyTagException: null:-1:-1:  null
at 
org.apache.commons.jelly.tags.velocity.VelocityTagSupport.getVelocityEngine(VelocityTagSupport.java:101)
at 
org.apache.commons.jelly.tags.velocity.MergeTag.mergeTemplate(MergeTag.java:226)
at org.apache.commons.jelly.tags.velocity.MergeTag.doTag(MergeTag.java:108)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:99)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at 
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoalTag.java:126)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:99)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at org.apache.maven.plugin.PluginManager.attainGoals(PluginManager.java:531)
at org.apache.maven.MavenSession.attainGoals(MavenSession.java:265)
at org.apache.maven.cl

cvs commit: maven project.xml project.properties

2004-05-11 Thread brett
brett   2004/05/11 16:28:58

  Modified:.Tag: MAVEN-1_0-BRANCH project.xml
project.properties
  Log:
  use Apache java repository to distribute JARs too, which is mirrored to ibiblio
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.317.4.23 +2 -2  maven/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven/project.xml,v
  retrieving revision 1.317.4.22
  retrieving revision 1.317.4.23
  diff -u -r1.317.4.22 -r1.317.4.23
  --- project.xml   5 May 2004 07:27:57 -   1.317.4.22
  +++ project.xml   11 May 2004 23:28:57 -  1.317.4.23
  @@ -45,7 +45,7 @@
 maven.apache.org
 /www/maven.apache.org/
 maven.apache.org
  -  /www/maven.apache.org/builds/
  +  
/www/www.apache.org/dist/java-repository/
 
   scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:maven
   scm:cvs:ext:[EMAIL 
PROTECTED]:/home/cvs:maven
  @@ -725,7 +725,7 @@
   
 maven
 maven-jelly-tags
  -  20040429.235300
  +  1.0
   
 
 
  
  
  
  1.51.2.25 +5 -0  maven/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven/project.properties,v
  retrieving revision 1.51.2.24
  retrieving revision 1.51.2.25
  diff -u -r1.51.2.24 -r1.51.2.25
  --- project.properties5 May 2004 07:27:57 -   1.51.2.24
  +++ project.properties11 May 2004 23:28:57 -  1.51.2.25
  @@ -131,3 +131,8 @@
   # jdk1.3 compat
   maven.junit.fork=yes
   maven.junit.sysproperties=maven.home
  +
  +# Distribution location
  +maven.repo.central = www.apache.org
  +maven.repo.central.directory = /www/www.apache.org/dist/java-repository/
  +
  
  
  

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



[jira] Commented: (MPMULTIPROJECT-26) maven multiproject:site fails with "velocity:merge" error

2004-05-11 Thread jira
The following comment has been added to this issue:

 Author: Brett Porter
Created: Tue, 11 May 2004 7:27 PM
   Body:
works for me on RC2. Can you try again with a clean installation?

You might like to check for bad JARs in your repository too.
-
View this comment:
  
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPMULTIPROJECT-26&page=comments#action_19676

-
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPMULTIPROJECT-26

Here is an overview of the issue:
-
Key: MPMULTIPROJECT-26
Summary: maven multiproject:site fails with "velocity:merge" error
   Type: Bug

 Status: Open
   Priority: Minor

 Original Estimate: 3 days
 Time Spent: Unknown
  Remaining: 3 days

Project: maven-multiproject-plugin

   Assignee: Brett Porter
   Reporter: Charlie Harvey

Created: Mon, 19 Apr 2004 9:56 AM
Updated: Tue, 11 May 2004 7:27 PM
Environment: RedHat Linux 9.0, j2sdkse_1.4.02

Description:
[EMAIL PROTECTED] ~/projects/alloyinc-commons] maven -e multiproject:site
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc2

Starting the reactor...
Our processing order:
Alloy Inc. Commons Util
Alloy Inc. Commons ORM
Alloy Inc. Commons Struts
Alloy Inc. Commons Validator
Alloy Inc. Commons Image
Alloy Inc. Commons Security
Alloy Inc. Commons Servlet Classes
Alloy Inc. Commons E-mail
Alloy Inc. Commons LDAP
Alloy Inc. Commons Tab
+
| Gathering project list Alloy Inc. Commons Util
| Memory: 3M/4M
+
+
| Gathering project list Alloy Inc. Commons ORM
| Memory: 3M/4M
+
+
| Gathering project list Alloy Inc. Commons Struts
| Memory: 3M/4M
+
+
| Gathering project list Alloy Inc. Commons Validator
| Memory: 3M/4M
+
+
| Gathering project list Alloy Inc. Commons Image
| Memory: 4M/4M
+
+
| Gathering project list Alloy Inc. Commons Security
| Memory: 3M/5M
+
+
| Gathering project list Alloy Inc. Commons Servlet Classes
| Memory: 3M/5M
+
+
| Gathering project list Alloy Inc. Commons E-mail
| Memory: 3M/5M
+
+
| Gathering project list Alloy Inc. Commons LDAP
| Memory: 3M/5M
+
+
| Gathering project list Alloy Inc. Commons Tab
| Memory: 3M/5M
+
build:start:

multiproject:site:
multiproject:site-init:

multiproject:create-nav:
[echo] Producing aggregate navigation...

BUILD FAILED
org.apache.commons.jelly.JellyTagException: null:-1:-1:  null
at 
org.apache.commons.jelly.tags.velocity.VelocityTagSupport.getVelocityEngine(VelocityTagSupport.java:101)
at 
org.apache.commons.jelly.tags.velocity.MergeTag.mergeTemplate(MergeTag.java:226)
at org.apache.commons.jelly.tags.velocity.MergeTag.doTag(MergeTag.java:108)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:99)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at 
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoalTag.java:126)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:99)
at

cvs commit: maven/maven-jelly-tags/xdocs changes.xml

2004-05-11 Thread brett
brett   2004/05/11 16:24:07

  Modified:maven-jelly-tags/xdocs Tag: MAVEN-1_0-BRANCH changes.xml
  Log:
  formatting
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.1.2.4   +4 -3  maven/maven-jelly-tags/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven/maven-jelly-tags/xdocs/changes.xml,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- changes.xml   11 May 2004 10:18:18 -  1.1.2.3
  +++ changes.xml   11 May 2004 23:24:07 -  1.1.2.4
  @@ -26,13 +26,14 @@
 
   
 Added new
  -SetTagtag to set plugin properties
  +SetTag tag to set plugin properties
 
 Added new
  -GetTagtag that replaces the now deprecated
  -PluginVartag
  +GetTag tag that replaces the now deprecated
  +PluginVar tag
 
 Install and uninstall 
plugin tags for managing plugins on the fly.
  +  Jelly tag library separated from Maven 
core.
   
 
   
  
  
  

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



cvs commit: maven/maven-jelly-tags project.xml project.properties

2004-05-11 Thread brett
brett   2004/05/11 16:23:46

  Modified:maven-jelly-tags Tag: MAVEN-1_0-BRANCH project.xml
project.properties
  Log:
  point distributions at the Apache repository which is mirrored to ibiblio
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.1.2.7   +1 -1  maven/maven-jelly-tags/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven/maven-jelly-tags/project.xml,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- project.xml   11 May 2004 10:18:17 -  1.1.2.6
  +++ project.xml   11 May 2004 23:23:46 -  1.1.2.7
  @@ -38,7 +38,7 @@
 maven.apache.org
 /www/maven.apache.org/reference/maven-jelly-tags
 maven.apache.org
  -  /www/maven.apache.org/builds/
  +  
/www/www.apache.org/dist/java-repository/
 
   scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven/maven-jelly-tags
   scm:cvs:ext:[EMAIL 
PROTECTED]:/home/cvs:maven/maven-jelly-tags
  
  
  
  1.1.2.2   +3 -0  maven/maven-jelly-tags/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven/maven-jelly-tags/project.properties,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- project.properties5 May 2004 11:04:36 -   1.1.2.1
  +++ project.properties11 May 2004 23:23:46 -  1.1.2.2
  @@ -5,3 +5,6 @@
   # Display the maven version the web site is documenting
   maven.xdoc.version = ${pom.artifactId}-${pom.currentVersion}
   
  +# Distribution location
  +maven.repo.central = www.apache.org
  +maven.repo.central.directory = /www/www.apache.org/dist/java-repository/
  
  
  

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



RE: cvs commit: maven/maven-jelly-tags/xdocs changes.xml

2004-05-11 Thread Brett Porter
It only happens when it is added for the first time now.

I don't think it is a big issue as none of our POMs match the XSD yet.

POMv4 can be more strict.

- Brett

> -Original Message-
> From: Vincent Massol [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, 11 May 2004 11:23 PM
> To: 'Maven Developers List'
> Subject: RE: cvs commit: maven/maven-jelly-tags/xdocs changes.xml
> 
> 
> Hi Brett,
> 
> There's still the problem of the  tag happening in 
> the wrong place it seems. I have fixed tens of problems 
> manually like this and I would prefer not to have to do it 
> again... :-) Is it possible to fix?
> 
> Thanks
> -Vincent
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: 11 May 2004 12:18
> > To: [EMAIL PROTECTED]
> > Subject: cvs commit: maven/maven-jelly-tags/xdocs changes.xml
> > 
> > brett   2004/05/11 03:18:18
> > 
> >   Modified:maven-jelly-tags Tag: MAVEN-1_0-BRANCH project.xml
> >maven-jelly-tags/xdocs Tag: MAVEN-1_0-BRANCH
> changes.xml
> >   Log:
> >   [maven-scm-plugin] prepare release 1.0
> > 
> >   Revision  ChangesPath
> >   No   revision
> >   No   revision
> >   1.1.2.6   +11 -11maven/maven-jelly-tags/project.xml
> > 
> >   Index: project.xml
> >   
> ===
> >   RCS file: /home/cvs/maven/maven-jelly-tags/project.xml,v
> >   retrieving revision 1.1.2.5
> >   retrieving revision 1.1.2.6
> >   diff -u -r1.1.2.5 -r1.1.2.6
> >   --- project.xml   5 May 2004 13:19:14 -   1.1.2.5
> >   +++ project.xml   11 May 2004 10:18:17 -  1.1.2.6
> >   @@ -23,7 +23,7 @@
> >  maven
> >  maven-jelly-tags
> >  Maven Jelly Tag Library
> >   -  1.0-SNAPSHOT
> >   +  1.0
> >  
> >Apache Software Foundation
> >http://www.apache.org/
> >   @@ -32,14 +32,9 @@
> >  2001
> >  org.apache.maven.jelly.tags
> >  http://maven.apache.org/images/maven.gif
> >   -
> >   -  
> >   -The Maven jelly tag library is designed to be used in Maven
> Jelly
> > scripts and plugins to perform
> >   -functions such as the reactor, run a Maven sub 
> build, and load
> a
> > Maven project model.
> >   -  
> >   +  The Maven jelly tag library is designed to be used
> in
> > Maven Jelly scripts and plugins to perform functions such as the
> reactor,
> > run a Maven sub build, and load a Maven project model.
> >  http://maven.apache.org/reference/maven-jelly-tags
> >   -  
> >   -
> >
> http://jira.codehaus.org/BrowseProject.jspa?
> id=10030 is
> > sueTrackingUrl>
> >   +
> >
> http://jira.codehaus.org/BrowseProject.jspa?
> id=10590 is
> > sueTrackingUrl>
> >  maven.apache.org
> >  /www/maven.apache.org/reference/maven-jelly-
> > tags
> >  maven.apache.org
> >   @@ -144,7 +139,6 @@
> >  repo
> >
> >  
> >   -
> >  
> >
> >  commons-jelly
> >   @@ -196,6 +190,7 @@
> >  
> http://jakarta.apache.org/commons/jelly/tags/ant/
> >
> >
> >   +
> >
> >  commons-lang
> >  commons-lang
> >   @@ -203,7 +198,6 @@
> >  http://jakarta.apache.org/commons/lang.html
> >
> >  
> >   -
> >  
> >[EMAIL PROTECTED]
> >src/java/main
> >   @@ -230,5 +224,11 @@
> >maven-simian-plugin
> >maven-faq-plugin
> >  
> >   +  
> >   +
> >   +  1.0
> >   +  1.0
> >   +  MAVEN_JELLY_TAGS-1_0
> >   +
> >   +  
> >
> >   -
> > 
> > 
> > 
> >   No   revision
> >   No   revision
> >   1.1.2.3   +8 -3  maven/maven-jelly-tags/xdocs/changes.xml
> > 
> >   Index: changes.xml
> >   
> ===
> >   RCS file: /home/cvs/maven/maven-jelly-tags/xdocs/changes.xml,v
> >   retrieving revision 1.1.2.2
> >   retrieving revision 1.1.2.3
> >   diff -u -r1.1.2.2 -r1.1.2.3
> >   --- changes.xml   5 May 2004 11:01:04 -   1.1.2.2
> >   +++ changes.xml   11 May 2004 10:18:18 -  1.1.2.3
> >   @@ -24,9 +24,14 @@
> >Vincent Massol
> >  
> >  
> >   -
> >   -  Added new
> SetTag
> > tag to set plugin properties
> >   -  Added new
> GetTag
> > tag that replaces the now deprecated PluginVar
> tag
> >   +
> >   +  Added new
> >   +SetTagtag to set plugin properties
> >   +  
> >   +  Added new
> >   +GetTagtag that replaces the now deprecated
> >   +PluginVartag
> >   +  
> >   issue="MAVEN-1219">Install and 
> > uninstall plugin tags for managing plugins on the fly.
> >
> >  
> > 
> > 
> > 
> > 
> > 
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMA

RE: cvs commit: maven/src/test/touchstone-build maven.xml

2004-05-11 Thread Brett Porter
You still run the tests? :)

Thanks.

> -Original Message-
> From: Heritier Arnaud [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, 11 May 2004 11:11 PM
> To: Maven Developers List
> Subject: RE: cvs commit: maven/src/test/touchstone-build maven.xml
> 
> 
> Patch to fix this bug :
> 
> Index: 
> src/test/java/org/apache/maven/plugin/PluginCacheManagerTest.java
> ===
> RCS file: 
> /home/cvspublic/maven/src/test/java/org/apache/maven/plugin/Pl
> uginCacheManagerTest.java,v
> retrieving revision 1.5.4.4
> diff -u -r1.5.4.4 PluginCacheManagerTest.java
> --- 
> src/test/java/org/apache/maven/plugin/PluginCacheManagerTe
> st.java   1 Apr 2004 01:52:20 -   1.5.4.4
> +++ 
> src/test/java/org/apache/maven/plugin/PluginCacheManagerTe
> st.java   11 May 2004 12:58:53 -
> @@ -57,7 +57,7 @@
>  {
>  PluginCacheManager pgb = new PluginCacheManager();
>  JellyScriptHousing housing = new JellyScriptHousing( 
> new File( PLUGIN_SCRIPT ).getParentFile(), null );
> -housing.parse( pgb, new FileInputStream( new File( 
> PLUGIN_SCRIPT )));
> +housing.parse( pgb, null, new FileInputStream( new File( 
> + PLUGIN_SCRIPT )));
>  
>  assertEquals("Generate docs in APT 
> format>xdoc:generate-from-pom",
>  pgb.getGoalCache().getProperty("apt:generate"));
> 
> 
> > -Message d'origine-
> > De : Heritier Arnaud
> > Envoyé : mardi 11 mai 2004 14:57
> > À : Maven Developers List
> > Objet : RE: cvs commit: maven/src/test/touchstone-build maven.xml
> > 
> > 
> > hello brett
> > 
> > the bootstrap failed.
> > 
> > I think that it is due to this commit
> > 
> > 
> >  [exec]  __  __
> >  [exec] |  \/  |__ _Apache__ ___
> >  [exec] | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> >  [exec] |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc3-SNAPSHOT
> > 
> >  [exec] plugin license is cached (dynatag dep) but no
> > longer present
> >  [exec] Cache invalidated due to out of date plugins
> >  [exec] build:start:
> > 
> >  [exec] clean:clean:
> > 
> >  [exec] clean:
> > 
> >  [exec] java:prepare-filesystem:
> >  [exec] [mkdir] Created dir: 
> > C:\Work\Opensources\maven-1.0\target\classes
> > 
> >  [exec] java:compile:
> >  [exec] [echo] Compiling to 
> > C:\Work\Opensources\maven-1.0/target/classes
> >  [exec] [javac] Compiling 77 source files to 
> > C:\Work\Opensources\maven-1.0\target\classes
> > 
> >  [exec] java:jar-resources:
> >  [exec] Copying 1 file to
> > C:\Work\Opensources\maven-1.0\target\classes\META-INF
> >  [exec] Copying 4 files to 
> > C:\Work\Opensources\maven-1.0\target\classes
> >  [exec] Copying 10 files to 
> > 
> C:\Work\Opensources\maven-1.0\target\classes\org\apache\maven\messages
> > 
> >  [exec] test:prepare-filesystem:
> >  [exec] [mkdir] Created dir: 
> > C:\Work\Opensources\maven-1.0\target\test-classes
> >  [exec] [mkdir] Created dir: 
> > C:\Work\Opensources\maven-1.0\target\test-reports
> > 
> >  [exec] test:test-resources:
> > 
> >  [exec] test:compile:
> >  [exec] [javac] Compiling 38 source files to 
> > C:\Work\Opensources\maven-1.0\target\test-classes
> >  [exec]
> > C:\Work\Opensources\maven-1.0\src\test\java\org\apache\maven\p
> > lugin\PluginCacheManagerTest.java:60: cannot resolve symbol
> >  [exec] symbol  : method parse 
> > (org.apache.maven.plugin.PluginCacheManager,java.io.FileInputStream)
> >  [exec] location: class 
> org.apache.maven.plugin.JellyScriptHousing
> >  [exec] housing.parse( pgb, new FileInputStream( 
> > new File( PLUGIN_SCRIPT )));
> >  [exec]^
> >  [exec] 1 error
> > 
> >  [exec] BUILD FAILED
> >  [exec] File..
> > C:\Work\Config\maven\plugins\maven-test-plugin-1.6-SNAPSHOT\pl
> > ugin.jelly
> >  [exec] Element... javac
> >  [exec] Line.. 52
> >  [exec] Column 46
> >  [exec] Compile failed; see the compiler error output 
> for details.
> >  [exec] Total time: 23 seconds
> >  [exec] Finished at: Tue May 11 14:43:00 CEST 2004
> > 
> > Arnaud
> > 
> > 
> > > -Message d'origine-
> > > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > > Envoyé : mardi 11 mai 2004 11:48
> > > À : [EMAIL PROTECTED]
> > > Objet : cvs commit: maven/src/test/touchstone-build maven.xml
> > > 
> > > 
> > > brett   2004/05/11 02:48:16
> > > 
> > >   Modified:src/java/org/apache/maven/plugin Tag: 
> > MAVEN-1_0-BRANCH
> > > JellyScriptHousing.java PluginManager.java
> > > PluginScriptParser.java
> > >src/test/touchstone-build Tag:
> > > MAVEN-1_0-BRANCH maven.xml
> > >   Log:
> > >   PR: MAVEN-1223
> > >   Submitted by:   joseph benavidez
> > >   Reviewed by:Brett Porter
> > >   Applied with modifications.
> > >   Have system entities with relative paths in maven.xml an

RE: [VOTE] release Maven 1.0 RC3

2004-05-11 Thread Brett Porter
It would be huge, especially for JARs not needed until you use some of the
plugins.

Now that aspectj doesn't preGoal on java:compile, I think it is a lot
better. I will check before releasing, but as long as it can do maven jar I
think it's enough. After that, remote access will be necessary.

I'm happy to provide a separate bundle of JARs to drop into your offline
repo to get all the plugins working though.

- Brett

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, 11 May 2004 10:23 PM
> To: Maven Developers List
> Subject: RE: [VOTE] release Maven 1.0 RC3
> 
> 
> Does 1.0 RC3 ship so that no internet downloads are needed?
> 
> i.e. all shipped plugin dependencies are available in the 
> local repo or as 
> a separate download?
> 
> I'd prefer this was in RC3.
> --
> dIon Gillard, Multitask Consulting
> 
> 
> 
> "Vincent Massol" <[EMAIL PROTECTED]> wrote on 11/05/2004 
> 04:15:52 AM:
> 
> > +1
> > 
> > Thanks
> > -Vincent
> > 
> > > -Original Message-
> > > From: Brett Porter [mailto:[EMAIL PROTECTED]
> > > Sent: 11 May 2004 01:58
> > > To: Maven Developers List ([EMAIL PROTECTED])
> > > Subject: [VOTE] release Maven 1.0 RC3
> > > 
> > > Note that this vote has dependencies on these votes:
> > > - Release of maven-jelly-tags 1.0
> > > - Release of all maven plugins
> > > And is conditional on the successful rsolution of 
> MAVEN-1275 which I
> > will
> > > test after checking the patch and before starting the release 
> > > process.
> > > 
> > > This is a vote to release Maven 1.0 RC3. As the release 
> plan, RC3 is
> > the
> > > last release candidate for Maven 1.0 and should contain all
> > functionality
> > > and bugfixes necessary. The only changes between RC3 and 
> 1.0 will be
> > low
> > > risk bugfixes and updates, the bundling of new plugin 
> releases made 
> > > by their developers by vote, and as much documentation as I can 
> > > stand to do.
> > > 
> > > So please vote for the release of Maven 1.0 RC3!
> > > 
> > > +1 from me obviously.
> > > 
> > > Cheers,
> > > Brett
> > > 
> > > --
> > > Brett Porter
> > > Team Leader, Core Systems
> > > f2 network ~ everything essential
> > > 
> > > 
> 
> > > -
> > > 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]
> 


Re: [VOTE] Carlos Sanchez as maven-plugins developers

2004-05-11 Thread dion_gillard
+1 from me
--
dIon Gillard, Multitask Consulting



"Vincent Massol" <[EMAIL PROTECTED]> wrote on 12/05/2004 03:32:52 AM:

> Hi,
> 
> Following my post on the subject of "Is it possible to accept a new
> committer for a specific plugin?", I'd like to propose Carlos as a
> maven-plugins committer. Carlos has provided an excellent patch (it's
> actually a full rewrite) for the AspectJ plugin. I suggest that we let
> him improve and maintain the AspectJ plugin himself! :-)
> 
> +1 from me
> 
> Thanks
> -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]



RE: Is it possible to accept a new committer for a specific plugi n?

2004-05-11 Thread Brett Porter
+1

We've already resolved that maven-plugins is a subproject with its own set
of committers.

As we've seen recently with Arnaud who came in essentially for his work on
PDF, having access to other plugins means he started to help out elsewhere
(see his recent work on xdoc and elsewhere), so I don't think the "single
plugin" issue is relevant.

Cheers,
Brett

> -Original Message-
> From: Jason van Zyl [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 12 May 2004 3:14 AM
> To: Maven Developers List
> Subject: Re: Is it possible to accept a new committer for a 
> specific plugin?
> 
> 
> On Tue, 2004-05-11 at 12:07, Vincent Massol wrote:
> > Hi Maven committers,
> > 
> > Carlos Sanchez has provided an excellent patch for the 
> AspectJ plugin. 
> > Actually his patch is a full rewrite of the plugin (it was much 
> > needed). The path is of excellent quality and I'd like Carlos to 
> > become a committer on the AspectJ plugin. The reason is that I'm 
> > confident in his ability and I'd like him to help maintain 
> it (if he 
> > so chooses of course
> > - We'll need to ask him).
> > 
> > My question is: what strategy do we want to adopt? Do we make him a 
> > committer on the full maven-plugins CVS project? Do we make him a 
> > committer on the aspectj plugin only?
> 
> I only really care that plugin developers are partitioned off 
> from the core. But within the plugins I think the past has 
> shown that in most cases devs respect one another. There is 
> the separate maven-plugins repo and I would say that is good 
> enough, if problems arise then we can create more fine 
> grained paritioning.
> 
> +1 for Carlos being a plugin committer.
> 
> > Thanks
> > -Vincent
> > 
> > 
> > 
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> -- 
> jvz.
> 
> Jason van Zyl
> [EMAIL PROTECTED]
> http://maven.apache.org
> 
> happiness is like a butterfly: the more you chase it, the 
> more it will elude you, but if you turn your attention to 
> other things, it will come and sit softly on your shoulder ...
> 
>  -- Thoreau 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


plugins developers

2004-05-11 Thread Arnaud HERITIER
Hello all,

I generated this page:
http://www.apache.org/~aheritier/maven-plugins/developers-overview.html

You'll find the list of maven-plugins with developers and contributors.

I deliberately removed developers in the plugin-parent to allow seeing
plugins with no developers. Without that, theses plugins inherit the
developer list from the parent.

I hope it will help you to fix developers lists.

#Arnaud



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



[maven2 build] Tue May 11 18:07:00 EDT 2004

2004-05-11 Thread jvanzyl

Performing an update of maven-components ...

Updates occured, build required ...

P maven-core/src/.cvsignore
P maven-mboot/.cvsignore
P maven-plugins/maven-clean-plugin/.cvsignore
P maven-plugins/maven-compiler-plugin/.cvsignore
P maven-plugins/maven-hello-plugin/.cvsignore
P maven-plugins/maven-jar-plugin/.cvsignore
P maven-plugins/maven-resources-plugin/.cvsignore
P maven-plugins/maven-scm-plugin/.cvsignore
P maven-plugins/maven-xdoc-plugin/src/.cvsignore
P maven-project/src/.cvsignore

---
 Building mboot ... 
---
---
Maven MBoot
---
Installing mboot in /home/users/jvanzyl/mboot ...
---
Installing MBoot dependencies ... 
---
---
 Install the parent pom for all maven-component artifacts ... 
---
Installing POM in 
/home/users/jvanzyl/maven-repo-local/maven/poms/maven-component-2.0-SNAPSHOT.pom
---
 Building maven-model ... 
---
Generating java in src/main/java from maven.mdo
Generating xpp3 unmarshaller in src/main/java from maven.mdo
Generating xpp3 marshaller in src/main/java from maven.mdo
Building project in /home/users/jvanzyl/m2/maven-components/maven-model
Using the following for your maven.repo.local: /home/users/jvanzyl/maven-repo-local
Building tests in /home/users/jvanzyl/m2/maven-components/maven-model
find: src/main/resources: No such file or directory
find: src/test/resources: No such file or directory
find: src/test/java: No such file or directory
Running tests in /home/users/jvanzyl/m2/maven-components/maven-model

---
T E S T S
---
[surefire] Running org.codehaus.surefire.battery.DirectoryBattery
[surefire] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0 sec
Building jars (maven-model-2.0-SNAPSHOT.jar) in 
/home/users/jvanzyl/m2/maven-components/maven-model/target
Installing maven-model-2.0-SNAPSHOT.jar in 
/home/users/jvanzyl/maven-repo-local/maven/jars
Installing POM in 
/home/users/jvanzyl/maven-repo-local/maven/poms/maven-model-2.0-SNAPSHOT.pom
Generating xml schema in . from maven.mdo
Generating xdoc in ./xdocs from maven.mdo
---
 Building maven-project ... 
---
Building project in /home/users/jvanzyl/m2/maven-components/maven-project
Using the following for your maven.repo.local: /home/users/jvanzyl/maven-repo-local
Building tests in /home/users/jvanzyl/m2/maven-components/maven-project
Running tests in /home/users/jvanzyl/m2/maven-components/maven-project

---
T E S T S
---
[surefire] Running org.codehaus.surefire.battery.DirectoryBattery
[surefire] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0 sec
local repo:./src/test/resources/local-repo
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-b-1.0.pom
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-z-1.0.pom
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-c-1.0.pom
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-d-1.1.pom
There was no such logger 'org.apache.maven.artifact.downloader.ArtifactDownloader' 
28954187.
There was no such logger 'org.apache.maven.project.MavenProjectBuilder' 28954187.
[surefire] Running org.apache.maven.artifact.collector.DefaultArtifactCollectorTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.524 sec
Crated local repo: ./target/test-repo-local
Wagon: [EMAIL PROTECTED]
[INFO] Trying to download: /maven-test/jars/maven-test-b-1.0.jar  from 
file://./src/test/resources/remote-repo-1
[INFO] /maven-test/jars/maven-test-b-1.0.jar was found in 
file://./src/test/resources/remote-repo-1
[INFO] Trying to download md5 cheksum: /maven-test/jars/maven-test-b-1.0.jar.md5  from 
file://./src/test/resources/remote-repo-1
Wagon: [EMAIL PROTECTED]
[INFO] Trying to download: /maven-test/jars/maven-test-z-1.0.jar  from 
file://./src/test/resources/remote-repo-1
[INFO] /maven-test/jars/maven-test-z-1.0.jar was not found in 
file://./src/test/resources/remote-repo-1
Wagon: [EMAIL PROTECTED]
[INFO] Trying to download: /maven-test/jars/maven-test-z-1.0.jar  from 
file://./src/test/resources/remote-repo-2
[

cvs commit: maven-components/maven-project/src .cvsignore

2004-05-11 Thread trygvis
trygvis 2004/05/11 14:20:12

  Modified:..cvsignore
   maven-core .cvsignore
   maven-core/src .cvsignore
   maven-mboot .cvsignore
   maven-plugins/maven-clean-plugin .cvsignore
   maven-plugins/maven-compiler-plugin .cvsignore
   maven-plugins/maven-hello-plugin .cvsignore
   maven-plugins/maven-jar-plugin .cvsignore
   maven-plugins/maven-resources-plugin .cvsignore
   maven-plugins/maven-scm-plugin .cvsignore
   maven-plugins/maven-xdoc-plugin/src .cvsignore
   maven-project/src .cvsignore
  Log:
  o Adding eclipse excludes.
  
  Revision  ChangesPath
  1.2   +4 -1  maven-components/.cvsignore
  
  Index: .cvsignore
  ===
  RCS file: /home/cvs/maven-components/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore14 Jan 2004 15:56:01 -  1.1
  +++ .cvsignore11 May 2004 21:20:10 -  1.2
  @@ -1 +1,4 @@
  -maven.log
  \ No newline at end of file
  +maven.log
  +target
  +.classpath
  +.project
  
  
  
  1.2   +4 -1  maven-components/maven-core/.cvsignore
  
  Index: .cvsignore
  ===
  RCS file: /home/cvs/maven-components/maven-core/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore19 Mar 2004 04:13:15 -  1.1
  +++ .cvsignore11 May 2004 21:20:11 -  1.2
  @@ -3,4 +3,7 @@
   target
   *.ipr
   *.iws
  -dist
  \ No newline at end of file
  +dist
  +target
  +.classpath
  +.project
  
  
  
  1.2   +3 -0  maven-components/maven-core/src/.cvsignore
  
  Index: .cvsignore
  ===
  RCS file: /home/cvs/maven-components/maven-core/src/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore19 Mar 2004 04:13:17 -  1.1
  +++ .cvsignore11 May 2004 21:20:11 -  1.2
  @@ -1 +1,4 @@
   maven.log
  +target
  +.classpath
  +.project
  
  
  
  1.2   +2 -0  maven-components/maven-mboot/.cvsignore
  
  Index: .cvsignore
  ===
  RCS file: /home/cvs/maven-components/maven-mboot/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore3 Jan 2004 06:30:41 -   1.1
  +++ .cvsignore11 May 2004 21:20:11 -  1.2
  @@ -1,2 +1,4 @@
   *~
   target
  +.classpath
  +.project
  
  
  
  1.2   +2 -0  maven-components/maven-plugins/maven-clean-plugin/.cvsignore
  
  Index: .cvsignore
  ===
  RCS file: /home/cvs/maven-components/maven-plugins/maven-clean-plugin/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore20 Apr 2004 14:06:57 -  1.1
  +++ .cvsignore11 May 2004 21:20:11 -  1.2
  @@ -1,5 +1,7 @@
   *~
   *.log
   target
  +.classpath
  +.project
   *.ipr
   *.iws
  
  
  
  1.2   +2 -0  maven-components/maven-plugins/maven-compiler-plugin/.cvsignore
  
  Index: .cvsignore
  ===
  RCS file: /home/cvs/maven-components/maven-plugins/maven-compiler-plugin/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore15 Mar 2004 19:32:21 -  1.1
  +++ .cvsignore11 May 2004 21:20:11 -  1.2
  @@ -1,5 +1,7 @@
   *~
   *.log
   target
  +.classpath
  +.project
   *.ipr
   *.iws
  
  
  
  1.2   +2 -0  maven-components/maven-plugins/maven-hello-plugin/.cvsignore
  
  Index: .cvsignore
  ===
  RCS file: /home/cvs/maven-components/maven-plugins/maven-hello-plugin/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore15 Mar 2004 19:32:24 -  1.1
  +++ .cvsignore11 May 2004 21:20:11 -  1.2
  @@ -1,5 +1,7 @@
   *~
   *.log
   target
  +.classpath
  +.project
   *.ipr
   *.iws
  
  
  
  1.2   +2 -0  maven-components/maven-plugins/maven-jar-plugin/.cvsignore
  
  Index: .cvsignore
  ===
  RCS file: /home/cvs/maven-components/maven-plugins/maven-jar-plugin/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore15 Mar 2004 19:32:22 -  1.1
  +++ .cvsignore11 May 2004 21:20:11 -  1.2
  @@ -1,5 +1,7 @@
   *~
   *.log
   target
  +.classpath
  +.project
   *.ipr
   *.iws
  
  
  
  1.2   +2 -0  maven-components/ma

[maven2 build] Tue May 11 17:07:01 EDT 2004

2004-05-11 Thread jvanzyl

Performing an update of maven-components ...

Updates occured, build required ...

P maven-meeper/src/bin/codehaus/sync-codehaus

---
 Building mboot ... 
---
---
Maven MBoot
---
Installing mboot in /home/users/jvanzyl/mboot ...
---
Installing MBoot dependencies ... 
---
---
 Install the parent pom for all maven-component artifacts ... 
---
Installing POM in 
/home/users/jvanzyl/maven-repo-local/maven/poms/maven-component-2.0-SNAPSHOT.pom
---
 Building maven-model ... 
---
Generating java in src/main/java from maven.mdo
Generating xpp3 unmarshaller in src/main/java from maven.mdo
Generating xpp3 marshaller in src/main/java from maven.mdo
Building project in /home/users/jvanzyl/m2/maven-components/maven-model
Using the following for your maven.repo.local: /home/users/jvanzyl/maven-repo-local
Building tests in /home/users/jvanzyl/m2/maven-components/maven-model
find: src/main/resources: No such file or directory
find: src/test/resources: No such file or directory
find: src/test/java: No such file or directory
Running tests in /home/users/jvanzyl/m2/maven-components/maven-model

---
T E S T S
---
[surefire] Running org.codehaus.surefire.battery.DirectoryBattery
[surefire] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0 sec
Building jars (maven-model-2.0-SNAPSHOT.jar) in 
/home/users/jvanzyl/m2/maven-components/maven-model/target
Installing maven-model-2.0-SNAPSHOT.jar in 
/home/users/jvanzyl/maven-repo-local/maven/jars
Installing POM in 
/home/users/jvanzyl/maven-repo-local/maven/poms/maven-model-2.0-SNAPSHOT.pom
Generating xml schema in . from maven.mdo
Generating xdoc in ./xdocs from maven.mdo
---
 Building maven-project ... 
---
Building project in /home/users/jvanzyl/m2/maven-components/maven-project
Using the following for your maven.repo.local: /home/users/jvanzyl/maven-repo-local
Building tests in /home/users/jvanzyl/m2/maven-components/maven-project
Running tests in /home/users/jvanzyl/m2/maven-components/maven-project

---
T E S T S
---
[surefire] Running org.codehaus.surefire.battery.DirectoryBattery
[surefire] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0 sec
local repo:./src/test/resources/local-repo
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-b-1.0.pom
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-z-1.0.pom
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-c-1.0.pom
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-d-1.1.pom
There was no such logger 'org.apache.maven.artifact.downloader.ArtifactDownloader' 
28954187.
There was no such logger 'org.apache.maven.project.MavenProjectBuilder' 28954187.
[surefire] Running org.apache.maven.artifact.collector.DefaultArtifactCollectorTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.521 sec
Crated local repo: ./target/test-repo-local
Wagon: [EMAIL PROTECTED]
[INFO] Trying to download: /maven-test/jars/maven-test-b-1.0.jar  from 
file://./src/test/resources/remote-repo-1
[INFO] /maven-test/jars/maven-test-b-1.0.jar was found in 
file://./src/test/resources/remote-repo-1
[INFO] Trying to download md5 cheksum: /maven-test/jars/maven-test-b-1.0.jar.md5  from 
file://./src/test/resources/remote-repo-1
Wagon: [EMAIL PROTECTED]
[INFO] Trying to download: /maven-test/jars/maven-test-z-1.0.jar  from 
file://./src/test/resources/remote-repo-1
[INFO] /maven-test/jars/maven-test-z-1.0.jar was not found in 
file://./src/test/resources/remote-repo-1
Wagon: [EMAIL PROTECTED]
[INFO] Trying to download: /maven-test/jars/maven-test-z-1.0.jar  from 
file://./src/test/resources/remote-repo-2
[INFO] /maven-test/jars/maven-test-z-1.0.jar was found in 
file://./src/test/resources/remote-repo-2
[INFO] Trying to download md5 cheksum: /maven-test/jars/maven-test-z-1.0.jar.md5  from 
file://./src/test/resources/remote-repo-2
There was no such logger 'org.apache.maven.artifact.downloader.ArtifactDownloader' 
9971081.
There was no such logger 'org.apache.maven.

[jira] Updated: (MPMULTIPROJECT-26) maven multiproject:site fails with "velocity:merge" error

2004-05-11 Thread jira
The following issue has been updated:

Updater: Charlie Harvey (mailto:[EMAIL PROTECTED])
   Date: Tue, 11 May 2004 5:01 PM
Comment:
Here is a sample project with two subprojects.  There is no java involved, just xdocs. 
 If I have something setup incorrectly and that is causing the error, PLEASE let me 
know.  Thanks.
Changes:
 Attachment changed to sample-multiproject.zip
-
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPMULTIPROJECT-26&page=history

-
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPMULTIPROJECT-26

Here is an overview of the issue:
-
Key: MPMULTIPROJECT-26
Summary: maven multiproject:site fails with "velocity:merge" error
   Type: Bug

 Status: Open
   Priority: Minor

 Original Estimate: 3 days
 Time Spent: Unknown
  Remaining: 3 days

Project: maven-multiproject-plugin

   Assignee: Brett Porter
   Reporter: Charlie Harvey

Created: Mon, 19 Apr 2004 9:56 AM
Updated: Tue, 11 May 2004 5:01 PM
Environment: RedHat Linux 9.0, j2sdkse_1.4.02

Description:
[EMAIL PROTECTED] ~/projects/alloyinc-commons] maven -e multiproject:site
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc2

Starting the reactor...
Our processing order:
Alloy Inc. Commons Util
Alloy Inc. Commons ORM
Alloy Inc. Commons Struts
Alloy Inc. Commons Validator
Alloy Inc. Commons Image
Alloy Inc. Commons Security
Alloy Inc. Commons Servlet Classes
Alloy Inc. Commons E-mail
Alloy Inc. Commons LDAP
Alloy Inc. Commons Tab
+
| Gathering project list Alloy Inc. Commons Util
| Memory: 3M/4M
+
+
| Gathering project list Alloy Inc. Commons ORM
| Memory: 3M/4M
+
+
| Gathering project list Alloy Inc. Commons Struts
| Memory: 3M/4M
+
+
| Gathering project list Alloy Inc. Commons Validator
| Memory: 3M/4M
+
+
| Gathering project list Alloy Inc. Commons Image
| Memory: 4M/4M
+
+
| Gathering project list Alloy Inc. Commons Security
| Memory: 3M/5M
+
+
| Gathering project list Alloy Inc. Commons Servlet Classes
| Memory: 3M/5M
+
+
| Gathering project list Alloy Inc. Commons E-mail
| Memory: 3M/5M
+
+
| Gathering project list Alloy Inc. Commons LDAP
| Memory: 3M/5M
+
+
| Gathering project list Alloy Inc. Commons Tab
| Memory: 3M/5M
+
build:start:

multiproject:site:
multiproject:site-init:

multiproject:create-nav:
[echo] Producing aggregate navigation...

BUILD FAILED
org.apache.commons.jelly.JellyTagException: null:-1:-1:  null
at 
org.apache.commons.jelly.tags.velocity.VelocityTagSupport.getVelocityEngine(VelocityTagSupport.java:101)
at 
org.apache.commons.jelly.tags.velocity.MergeTag.mergeTemplate(MergeTag.java:226)
at org.apache.commons.jelly.tags.velocity.MergeTag.doTag(MergeTag.java:108)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at org.apache.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at org.apache.commons.jelly.tags.core.IfTag.doTag(IfTag.java:88)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:78)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:99)
at com.werken.werkz.Goal.fire(Goal.java:639)
at com.werken.werkz.Goal.attain(Goal.java:575)
at com.werken.werkz.WerkzProject.attainGoal(WerkzProject.java:193)
at 
org.apache.maven.jelly.tags.werkz.MavenAttainGoalTag.doTag(MavenAttainGoalTag.java:126)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
at org.apache.commons.jelly.impl.ScriptBlock.run(ScriptBlock.java:135)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTa

RE: [VOTE] Remove developers from plugins project.xml

2004-05-11 Thread Arnaud Heritier
> > I'm agree with you but the result is that all maven-plugins commiters
> are
> > developers for all plugins :-(
> 
> Nope. They are potential plugin "developers" that's all.

Yes, potentially.

> >
> > Yes. I think that we can have developers with a commiter role but also
> > developers without it.
> 
> That's why we have separated "developers" and "contributors". I don't
> see what is the problem with this? Is your problem with the semantic of
> the words?
> 

In fact I think that it's difficult to define when a contributor becomes a
developer (except if we simply define a developer as a commiter). 

> >
> > My principal concern is that we duplicate users' information even
> though
> > we
> > try with maven to centralize data through repositories :-(
> 
> No. Developers are not the same for different plugins.

Yes. But we use the same declaration for a developer (or contributor) in
several project.xml.
Actually a developer is defined by a name, an email, ...
Someone asked some month ago to have a messengerId.
We can think that it all this data could be retrieved from a single
repository or from an LDAP Directory?
Is it useful to duplicate this data in all project.xml files ??

> 
> >
> > Shouldn't we work on a repository used to store contacts (or an API to
> > retrieve this from LDAP) or on a mechanism to store users descriptions
> as
> > artifacts ??
> 
> I personally don't see the need.
> 
> Thanks
> -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]



RE: [VOTE] Remove developers from plugins project.xml

2004-05-11 Thread Vincent Massol


> -Original Message-
> From: Arnaud Heritier [mailto:[EMAIL PROTECTED]
> Sent: 11 May 2004 22:39
> To: 'Maven Developers List'
> Subject: RE: [VOTE] Remove developers from plugins project.xml
> 
> 
> 
> > -Message d'origine-
> > De : Vincent Massol [mailto:[EMAIL PROTECTED]
> > Envoyé : mardi 11 mai 2004 18:02
> > À : 'Maven Developers List'
> > Objet : RE: [VOTE] Remove developers from plugins project.xml
> >
> ...
> >
> > For me, developers are the persons who have commit rights on the
> > project. Person who contribute patches are contributors.
> 
> 
> I'm agree with you but the result is that all maven-plugins commiters
are
> developers for all plugins :-(

Nope. They are potential plugin "developers" that's all.

> 
> 
> >
> > There are some cases where a contributor could be considered a
> > developer. For example the AspectJ plugin has been almost completely
> > rewritten by Carlos and Carlos is at the level of a developer. But
he
> > hasn't commit rights. However, what I'd like to do is propose to him
to
> > become an AspectJ plugin developer. The only problem is that commit
> > rights are for maven-plugins in general and not for a given plugin.
I'll
> > start a discussion on this.
> 
> 
> Yes. I think that we can have developers with a commiter role but also
> developers without it.

That's why we have separated "developers" and "contributors". I don't
see what is the problem with this? Is your problem with the semantic of
the words?

> 
> My principal concern is that we duplicate users' information even
though
> we
> try with maven to centralize data through repositories :-(

No. Developers are not the same for different plugins.

> 
> Shouldn't we work on a repository used to store contacts (or an API to
> retrieve this from LDAP) or on a mechanism to store users descriptions
as
> artifacts ??

I personally don't see the need.

Thanks
-Vincent



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



RE: Maven/Apache CVS Problem

2004-05-11 Thread Arnaud Heritier
It's weird that I had this problem at home and at work the same day.

Too bad for me.

> -Message d'origine-
> De : Niclas Hedhman [mailto:[EMAIL PROTECTED]
> Envoyé : mardi 11 mai 2004 17:41
> À : Maven Developers List
> Objet : Re: Maven/Apache CVS Problem
> 
> On Tuesday 11 May 2004 20:21, Heritier Arnaud wrote:
> > Hello guys.
> >
> > Didn't you have some problems when you update your code from cvs ?
> > Since yesterday each file that I update is in conflict (I tested it
> at
> > work and at home).
> >
> > ...
> > cvs update: move away xdocs/start/anakia.xml; it is in the way
> > C xdocs/start/anakia.xml
> 
> IIRC, you get this when the CVS directories on your local system is lost
> or
> corrupted. I doubt anyone else would experience it...
> 
> Niclas
> --
> +-//---+
> |   http://www.bali.ac |
> |  http://niclas.hedhman.org   |
> +--//--+
> 
> -
> 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: [VOTE] Remove developers from plugins project.xml

2004-05-11 Thread Arnaud Heritier


> -Message d'origine-
> De : Vincent Massol [mailto:[EMAIL PROTECTED]
> Envoyé : mardi 11 mai 2004 18:02
> À : 'Maven Developers List'
> Objet : RE: [VOTE] Remove developers from plugins project.xml
> 
...
> 
> For me, developers are the persons who have commit rights on the
> project. Person who contribute patches are contributors.


I'm agree with you but the result is that all maven-plugins commiters are
developers for all plugins :-(


> 
> There are some cases where a contributor could be considered a
> developer. For example the AspectJ plugin has been almost completely
> rewritten by Carlos and Carlos is at the level of a developer. But he
> hasn't commit rights. However, what I'd like to do is propose to him to
> become an AspectJ plugin developer. The only problem is that commit
> rights are for maven-plugins in general and not for a given plugin. I'll
> start a discussion on this.


Yes. I think that we can have developers with a commiter role but also
developers without it.

My principal concern is that we duplicate users' information even though we
try with maven to centralize data through repositories :-(

Shouldn't we work on a repository used to store contacts (or an API to
retrieve this from LDAP) or on a mechanism to store users descriptions as
artifacts ??


Arnaud
> 
> [snip]
> 
> Thanks
> -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]



cvs commit: maven-components/maven-meeper/src/bin/codehaus sync-codehaus

2004-05-11 Thread jvanzyl
jvanzyl 2004/05/11 13:13:28

  Modified:maven-meeper/src/bin/codehaus sync-codehaus
  Log:
  fix host name
  
  Revision  ChangesPath
  1.4   +1 -1  maven-components/maven-meeper/src/bin/codehaus/sync-codehaus
  
  Index: sync-codehaus
  ===
  RCS file: /home/cvs/maven-components/maven-meeper/src/bin/codehaus/sync-codehaus,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sync-codehaus 11 May 2004 20:07:52 -  1.3
  +++ sync-codehaus 11 May 2004 20:13:28 -  1.4
  @@ -2,4 +2,4 @@
   
   umask 002
   
  -rsync -rvl --size-only --ignore-existing --rsh="ssh -l rsync" 
dist.codehaus.org:/dist/ /public/html/maven
  +rsync -rvl --size-only --ignore-existing --rsh="ssh -l rsync" 
beaver.codehaus.org:/dist/ /public/html/maven
  
  
  

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



cvs commit: maven-components/maven-project/src/main/java/org/apache/maven/artifact/snapshot SnapshotUtils.java DefaultSnapshotResolver.java SnapshotResolver.java

2004-05-11 Thread michal
michal  2004/05/11 13:13:14

  Added:   maven-project/src/main/java/org/apache/maven/artifact/snapshot
SnapshotUtils.java DefaultSnapshotResolver.java
SnapshotResolver.java
  Log:
  Early version of snapshot resolver. I would like to use .snapshot-version file 
locally and remotly for keeping time stamps.

  This will allow to use any local repository also as remote repository for other 
people but first of all release plugin will be able to use local .snapshot-version 
files while release will be made
  
  Revision  ChangesPath
  1.1  
maven-components/maven-project/src/main/java/org/apache/maven/artifact/snapshot/SnapshotUtils.java
  
  Index: SnapshotUtils.java
  ===
  package org.apache.maven.artifact.snapshot;
  
  import java.text.ParseException;
  import java.text.SimpleDateFormat;
  import java.util.Date;
  import java.util.TimeZone;
  
  /**
   * @author mailto:[EMAIL PROTECTED]">Michal Maczka 
   * @version $Id: SnapshotUtils.java,v 1.1 2004/05/11 20:13:14 michal Exp $ 
   */
  public class SnapshotUtils
  {
  private final static SimpleDateFormat formatter = new SimpleDateFormat( 
"MMdd.HHmmss" );
  
  static
  {
  formatter.setTimeZone( TimeZone.getTimeZone( "GMT" ) );
  }
  
  public static String createSnapshotVersion()
  {
  Date now = new Date();
  
  String retValue = formatter.format( now );
  
  return retValue;
  }
  
  
  public static Date parseSnapshotVersion( String snapshotVersion ) throws 
ParseException
  {
  Date retValue = formatter.parse( snapshotVersion );
  
  return retValue;   
  }
  
  }
  
  
  
  1.1  
maven-components/maven-project/src/main/java/org/apache/maven/artifact/snapshot/DefaultSnapshotResolver.java
  
  Index: DefaultSnapshotResolver.java
  ===
  package org.apache.maven.artifact.snapshot;
  
  import java.io.File;
  import java.util.Date;
  import java.util.Iterator;
  import java.util.List;
  
  import org.apache.maven.artifact.MavenArtifact;
  import org.apache.maven.wagon.Wagon;
  import org.apache.maven.wagon.manager.WagonManager;
  import org.apache.maven.wagon.repository.Repository;
  import org.codehaus.plexus.util.FileUtils;
  
  /**
   * @author mailto:[EMAIL PROTECTED]">Michal Maczka 
   * @version $Id: DefaultSnapshotResolver.java,v 1.1 2004/05/11 20:13:14 michal Exp $ 
   */
  public class DefaultSnapshotResolver implements SnapshotResolver
  {
  
  private WagonManager wagonManager;
  
  public void resolveSnapshotArtifact( MavenArtifact artifact,
  List repositories )
  {
  
  Date localVersion = getLocalVersion( artifact );
  
  for ( Iterator iter = repositories.iterator(); iter.hasNext(); )
  {
  Repository repository = ( Repository ) iter.next();
  
  // need to think how to handle excepion here and what they actually mean
  //Date remoteVersion =  getRemoteVersion( artifact, repository );
  
  }
  
  }
  
  private Date getRemoteVersion( MavenArtifact artifact, Repository repository )
  throws Exception
  {
  Date retValue = null;
  
  Wagon wagon = wagonManager.getWagon( repository.getProtocol() );
  
  wagon.connect( repository );
  
  // @todo - here I need to create temp file. 
  //I would prefer to have input stream from wagon and do not need to create/
  //delete file and handle all error which may appear.
  File file = null;
  
  wagon.get( artifact.getSnapshotVersionUrlPath(), file );
  
  String snapshotVersion = FileUtils.fileRead( file );
  
  retValue = SnapshotUtils.parseSnapshotVersion( snapshotVersion );
  
  return retValue;
  
  }
  
  private Date getLocalVersion( MavenArtifact artifact )
  {
  
  //assert artifact.exists();
  
  Date retValue = null;
  
  try
  {
  File file = artifact.getSnapshotVersionFile();
  
  if ( file.exists() )
  {
  String snapshotVersion = FileUtils.fileRead( file );
  
  retValue = SnapshotUtils.parseSnapshotVersion( snapshotVersion );
  
  }
  
  }
  catch ( Exception e )
  {
  // ignore
  }
  
  if ( retValue == null )
  {
  //try "traditional method"
  
  File file = artifact.getFile();
  
  if ( file.exists() )
  {
  retValue = new Date( file.lastModified() );
  }
  
  }
  
  return retValue;
  
  }
  
  }
  
  
  1.1  
maven-com

cvs commit: maven-components/maven-project/src/main/java/org/apache/maven/artifact/snapshot - New directory

2004-05-11 Thread michal
michal  2004/05/11 13:13:11

  maven-components/maven-project/src/main/java/org/apache/maven/artifact/snapshot - 
New directory

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



cvs commit: maven-components/maven-meeper/src/bin/codehaus sync-codehaus

2004-05-11 Thread jvanzyl
jvanzyl 2004/05/11 13:07:53

  Modified:maven-meeper/src/bin/codehaus sync-codehaus
  Log:
  o we'll use secure access to get the artifacts
  
  Revision  ChangesPath
  1.3   +1 -1  maven-components/maven-meeper/src/bin/codehaus/sync-codehaus
  
  Index: sync-codehaus
  ===
  RCS file: /home/cvs/maven-components/maven-meeper/src/bin/codehaus/sync-codehaus,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sync-codehaus 11 May 2004 19:53:31 -  1.2
  +++ sync-codehaus 11 May 2004 20:07:52 -  1.3
  @@ -2,4 +2,4 @@
   
   umask 002
   
  -rsync -rvl --size-only dist.codehaus.org::dist /public/html/maven
  +rsync -rvl --size-only --ignore-existing --rsh="ssh -l rsync" 
dist.codehaus.org:/dist/ /public/html/maven
  
  
  

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



[maven2 build] Tue May 11 16:07:00 EDT 2004

2004-05-11 Thread jvanzyl

Performing an update of maven-components ...

Updates occured, build required ...

P maven-meeper/src/bin/codehaus/sync-codehaus

---
 Building mboot ... 
---
---
Maven MBoot
---
Installing mboot in /home/users/jvanzyl/mboot ...
---
Installing MBoot dependencies ... 
---
---
 Install the parent pom for all maven-component artifacts ... 
---
Installing POM in 
/home/users/jvanzyl/maven-repo-local/maven/poms/maven-component-2.0-SNAPSHOT.pom
---
 Building maven-model ... 
---
Generating java in src/main/java from maven.mdo
Generating xpp3 unmarshaller in src/main/java from maven.mdo
Generating xpp3 marshaller in src/main/java from maven.mdo
Building project in /home/users/jvanzyl/m2/maven-components/maven-model
Using the following for your maven.repo.local: /home/users/jvanzyl/maven-repo-local
Building tests in /home/users/jvanzyl/m2/maven-components/maven-model
find: src/main/resources: No such file or directory
find: src/test/resources: No such file or directory
find: src/test/java: No such file or directory
Running tests in /home/users/jvanzyl/m2/maven-components/maven-model

---
T E S T S
---
[surefire] Running org.codehaus.surefire.battery.DirectoryBattery
[surefire] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0 sec
Building jars (maven-model-2.0-SNAPSHOT.jar) in 
/home/users/jvanzyl/m2/maven-components/maven-model/target
Installing maven-model-2.0-SNAPSHOT.jar in 
/home/users/jvanzyl/maven-repo-local/maven/jars
Installing POM in 
/home/users/jvanzyl/maven-repo-local/maven/poms/maven-model-2.0-SNAPSHOT.pom
Generating xml schema in . from maven.mdo
Generating xdoc in ./xdocs from maven.mdo
---
 Building maven-project ... 
---
Building project in /home/users/jvanzyl/m2/maven-components/maven-project
Using the following for your maven.repo.local: /home/users/jvanzyl/maven-repo-local
Building tests in /home/users/jvanzyl/m2/maven-components/maven-project
Running tests in /home/users/jvanzyl/m2/maven-components/maven-project

---
T E S T S
---
[surefire] Running org.codehaus.surefire.battery.DirectoryBattery
[surefire] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0 sec
local repo:./src/test/resources/local-repo
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-b-1.0.pom
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-z-1.0.pom
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-c-1.0.pom
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-d-1.1.pom
There was no such logger 'org.apache.maven.artifact.downloader.ArtifactDownloader' 
28954187.
There was no such logger 'org.apache.maven.project.MavenProjectBuilder' 28954187.
[surefire] Running org.apache.maven.artifact.collector.DefaultArtifactCollectorTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.525 sec
Crated local repo: ./target/test-repo-local
Wagon: [EMAIL PROTECTED]
[INFO] Trying to download: /maven-test/jars/maven-test-b-1.0.jar  from 
file://./src/test/resources/remote-repo-1
[INFO] /maven-test/jars/maven-test-b-1.0.jar was found in 
file://./src/test/resources/remote-repo-1
[INFO] Trying to download md5 cheksum: /maven-test/jars/maven-test-b-1.0.jar.md5  from 
file://./src/test/resources/remote-repo-1
Wagon: [EMAIL PROTECTED]
[INFO] Trying to download: /maven-test/jars/maven-test-z-1.0.jar  from 
file://./src/test/resources/remote-repo-1
[INFO] /maven-test/jars/maven-test-z-1.0.jar was not found in 
file://./src/test/resources/remote-repo-1
Wagon: [EMAIL PROTECTED]
[INFO] Trying to download: /maven-test/jars/maven-test-z-1.0.jar  from 
file://./src/test/resources/remote-repo-2
[INFO] /maven-test/jars/maven-test-z-1.0.jar was found in 
file://./src/test/resources/remote-repo-2
[INFO] Trying to download md5 cheksum: /maven-test/jars/maven-test-z-1.0.jar.md5  from 
file://./src/test/resources/remote-repo-2
There was no such logger 'org.apache.maven.artifact.downloader.ArtifactDownloader' 
9971081.
There was no such logger 'org.apache.maven.

cvs commit: maven-components/maven-meeper/src/bin/codehaus sync-codehaus

2004-05-11 Thread jvanzyl
jvanzyl 2004/05/11 12:53:31

  Modified:maven-meeper/src/bin/codehaus sync-codehaus
  Log:
  o tweakin for the first pull
  
  Revision  ChangesPath
  1.2   +1 -1  maven-components/maven-meeper/src/bin/codehaus/sync-codehaus
  
  Index: sync-codehaus
  ===
  RCS file: /home/cvs/maven-components/maven-meeper/src/bin/codehaus/sync-codehaus,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- sync-codehaus 10 May 2004 01:15:08 -  1.1
  +++ sync-codehaus 11 May 2004 19:53:31 -  1.2
  @@ -2,4 +2,4 @@
   
   umask 002
   
  -rsync -rvl --size-only dist.codehaus.org::dist/dist/ /public/html/maven
  +rsync -rvl --size-only dist.codehaus.org::dist /public/html/maven
  
  
  

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



[maven2 build] Tue May 11 15:35:43 EDT 2004

2004-05-11 Thread jvanzyl

Performing a clean check out of maven-components ...

Updates occured, build required ...


---
 Building mboot ... 
---
---
Maven MBoot
---
Installing mboot in /home/users/jvanzyl/mboot ...
---
Installing MBoot dependencies ... 
---
---
 Install the parent pom for all maven-component artifacts ... 
---
Installing POM in 
/home/users/jvanzyl/maven-repo-local/maven/poms/maven-component-2.0-SNAPSHOT.pom
---
 Building maven-model ... 
---
Generating java in src/main/java from maven.mdo
Generating xpp3 unmarshaller in src/main/java from maven.mdo
Generating xpp3 marshaller in src/main/java from maven.mdo
Building project in /home/users/jvanzyl/m2/maven-components/maven-model
Using the following for your maven.repo.local: /home/users/jvanzyl/maven-repo-local
Building tests in /home/users/jvanzyl/m2/maven-components/maven-model
find: src/main/resources: No such file or directory
find: src/test/resources: No such file or directory
find: src/test/java: No such file or directory
Running tests in /home/users/jvanzyl/m2/maven-components/maven-model

---
T E S T S
---
[surefire] Running org.codehaus.surefire.battery.DirectoryBattery
[surefire] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0 sec
Building jars (maven-model-2.0-SNAPSHOT.jar) in 
/home/users/jvanzyl/m2/maven-components/maven-model/target
Installing maven-model-2.0-SNAPSHOT.jar in 
/home/users/jvanzyl/maven-repo-local/maven/jars
Installing POM in 
/home/users/jvanzyl/maven-repo-local/maven/poms/maven-model-2.0-SNAPSHOT.pom
Generating xml schema in . from maven.mdo
Generating xdoc in ./xdocs from maven.mdo
---
 Building maven-project ... 
---
Building project in /home/users/jvanzyl/m2/maven-components/maven-project
Using the following for your maven.repo.local: /home/users/jvanzyl/maven-repo-local
Downloading dependency: plexus/jars/plexus-0.14-SNAPSHOT.jar
.
.
Downloading dependency: plexus/jars/plexus-i18n-1.0-beta-2-SNAPSHOT.jar
..
.
Downloading dependency: maven/jars/wagon-api-0.9-SNAPSHOT.jar
.
.
Downloading dependency: classworlds/jars/classworlds-1.1-SNAPSHOT.jar

.
Building tests in /home/users/jvanzyl/m2/maven-components/maven-project
Running tests in /home/users/jvanzyl/m2/maven-components/maven-project

---
T E S T S
---
[surefire] Running org.codehaus.surefire.battery.DirectoryBattery
[surefire] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0 sec
local repo:./src/test/resources/local-repo
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-b-1.0.pom
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-z-1.0.pom
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-c-1.0.pom
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-d-1.1.pom
There was no such logger 'org.apache.maven.artifact.downloader.ArtifactDownloader' 
31538514.
There was no such logger 'org.apache.maven.project.MavenProjectBuilder' 31538514.
[surefire] Running org.apache.maven.artifact.collector.DefaultArtifactCollectorTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.555 sec
Crated local repo: ./target/test-repo-local
Wagon: [EMAIL PROTECTED]
[INFO] Trying to download: /maven-test/jars/maven-test-b-1.0.jar  from 
file://./src/test/resources/remote-repo-1
[INFO] /maven-test/jars/maven-test-b-1.0.jar was found in 
file://./src/test/resources/remote-repo-1
[INFO] Trying to download md5 cheksum: /maven-test/jars/maven-test-b-1.0.jar.md5  from 
file://./src/test/resources/remote-repo-1
Wagon: [EMAIL PROTECTED]
[INFO] Trying to download: /maven-test/jars/maven-test-z-1.0.jar  from 
file://./src/test/resources/remote-repo-1
[INFO] /maven-test/jars/maven-test-z-1.0.jar was not found in 
file://./src/test/resources/remote-repo-1
Wagon: [EMAIL PROTECTED]
[INFO] Trying to download: /maven-test/jars/maven-test-z-1

cvs commit: maven-components/maven-project/src/main/java/org/apache/maven/artifact/resolver DefaultArtifactResolver.java

2004-05-11 Thread michal
michal  2004/05/11 12:21:11

  Modified:maven-project/src/test/java/org/apache/maven/artifact/downloader
DefaultArtifactDownloaderTest.java
   maven-project/src/main/resources/META-INF/plexus
components.xml
   maven-project/src/main/java/org/apache/maven/artifact/resolver
DefaultArtifactResolver.java
  Added:   maven-project/src/main/java/org/apache/maven/artifact/downloader
DefaultArtifactDownloader.java
ArtifactDownloader.java
  Removed: maven-project/src/main/java/org/apache/maven/artifact/download
ArtifactDownloader.java
DefaultArtifactDownloader.java
  Log:
  I want to try ci to check if all tests are working (there might be differences for 
linux/window).  Note that wagon has changes in CVS!! I think I will ask for account on 
beaver so I can myself publish new jars (days when m2 will do this  are close :) )
  
  Revision  ChangesPath
  1.2   +15 -14
maven-components/maven-project/src/test/java/org/apache/maven/artifact/downloader/DefaultArtifactDownloaderTest.java
  
  Index: DefaultArtifactDownloaderTest.java
  ===
  RCS file: 
/home/cvs/maven-components/maven-project/src/test/java/org/apache/maven/artifact/downloader/DefaultArtifactDownloaderTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DefaultArtifactDownloaderTest.java10 May 2004 19:06:30 -  1.1
  +++ DefaultArtifactDownloaderTest.java11 May 2004 19:21:10 -  1.2
  @@ -18,7 +18,7 @@
   
   
   import org.apache.maven.artifact.MavenArtifact;
  -import org.apache.maven.artifact.download.ArtifactDownloader;
  +import org.apache.maven.artifact.downloader.ArtifactDownloader;
   import org.apache.maven.artifact.factory.MavenArtifactFactory;
   import org.apache.maven.project.AbstractProjectTestCase;
   import org.apache.maven.project.MavenProject;
  @@ -64,12 +64,13 @@
   
   public void testArtifactDownloading( )   
   {
  -
  -File f = new File( getLocalRepository(),  
"/maven-test/poms/maven-test-a-1.0.pom" );
  +
  +
  +File f = new File( getLocalRepository(), 
"/maven-test/poms/maven-test-a-1.0.pom" );
   
   assertTrue( "Test file: '" + f.getAbsolutePath() + "' doesn't exist!", 
f.exists() );
   
  -File tempLocalRepository = new File( basedir, "target/repo-local" );
  +File tempLocalRepository = new File( basedir, "target/test-repo-local" );
   
   tempLocalRepository.mkdirs();
   
  @@ -81,7 +82,13 @@
   // that's the only was I can influence MavenProjectBuilder
   System.setProperty( "maven.repo.local", tempLocalRepository.getPath()  
);
   
  -FileUtils.deleteDirectory( tempLocalRepository  );
  +try
  +{
  +   FileUtils.deleteDirectory( tempLocalRepository  );
  +}
  +catch( Exception e)
  +{
  +}
   
   MavenProject project = projectBuilder.build( f );
 
  @@ -137,15 +144,9 @@
   
   // A has accompanying   md5 file
   assertTrue( "MD5 file for B should have been downloaded",  
artifactB.getChecksumFile().exists() );
  -
  -
  -// @todo: this is failing for me. there should be assertFalse in place 
of assertTrue.
  -// there are two bugs here:
  -// a) file should not be created - and this is a problem of wagon
  -// b) I call file.delete() which is failing. is it a bug of jvm for ms 
windows or output stream is not closed?
  -
  +   
   //Z does not have md5 file
  -assertTrue( "MD5 file for Z does not exist in any repo and should not 
be downloaded: " + artifactZ.getChecksumFile() , artifactZ.getChecksumFile().exists() 
);
  +assertFalse( "MD5 file for Z does not exist in any repo and should not 
be downloaded. File : " + artifactZ.getChecksumFile() + " exists.", 
artifactZ.getChecksumFile().exists() );
   
   // try to crate bizzare artifact and download it. this should fail.
   
  
  
  
  1.10  +3 -3  
maven-components/maven-project/src/main/resources/META-INF/plexus/components.xml
  
  Index: components.xml
  ===
  RCS file: 
/home/cvs/maven-components/maven-project/src/main/resources/META-INF/plexus/components.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- components.xml10 May 2004 19:26:22 -  1.9
  +++ compone

cvs commit: maven-components/maven-project/src/main/java/org/apache/maven/artifact/downloader - New directory

2004-05-11 Thread michal
michal  2004/05/11 12:21:03

  maven-components/maven-project/src/main/java/org/apache/maven/artifact/downloader - 
New directory

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



Re: [VOTE] Carlos Sanchez as maven-plugins developers

2004-05-11 Thread Jason van Zyl
On Tue, 2004-05-11 at 22:43, Michal Maczka wrote:
> Vincent Massol wrote:
> 
> >Hi,
> >
> >Following my post on the subject of "Is it possible to accept a new
> >committer for a specific plugin?", I'd like to propose Carlos as a
> >maven-plugins committer. Carlos has provided an excellent patch (it's
> >actually a full rewrite) for the AspectJ plugin. I suggest that we let
> >him improve and maintain the AspectJ plugin himself! :-)
> >
> >+1 from me
> >
> >Thanks
> >-Vincent
> >
> >  
> >
> 
> And +1 from me

Unless there are any vetos, which I doubt, I'll just wait for the CLA to
land and I'll setup his commit privs.

-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://maven.apache.org

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

 -- Thoreau 


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



Re: [VOTE] Carlos Sanchez as maven-plugins developers

2004-05-11 Thread Michal Maczka
Vincent Massol wrote:

Hi,

Following my post on the subject of "Is it possible to accept a new
committer for a specific plugin?", I'd like to propose Carlos as a
maven-plugins committer. Carlos has provided an excellent patch (it's
actually a full rewrite) for the AspectJ plugin. I suggest that we let
him improve and maintain the AspectJ plugin himself! :-)
+1 from me

Thanks
-Vincent
 

And +1 from me

Michal

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


[VOTE] Carlos Sanchez as maven-plugins developers

2004-05-11 Thread Vincent Massol
Hi,

Following my post on the subject of "Is it possible to accept a new
committer for a specific plugin?", I'd like to propose Carlos as a
maven-plugins committer. Carlos has provided an excellent patch (it's
actually a full rewrite) for the AspectJ plugin. I suggest that we let
him improve and maintain the AspectJ plugin himself! :-)

+1 from me

Thanks
-Vincent



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



Re: Is it possible to accept a new committer for a specific plugin?

2004-05-11 Thread Jason van Zyl
On Tue, 2004-05-11 at 12:07, Vincent Massol wrote:
> Hi Maven committers,
> 
> Carlos Sanchez has provided an excellent patch for the AspectJ plugin.
> Actually his patch is a full rewrite of the plugin (it was much needed).
> The path is of excellent quality and I'd like Carlos to become a
> committer on the AspectJ plugin. The reason is that I'm confident in his
> ability and I'd like him to help maintain it (if he so chooses of course
> - We'll need to ask him).
> 
> My question is: what strategy do we want to adopt? Do we make him a
> committer on the full maven-plugins CVS project? Do we make him a
> committer on the aspectj plugin only?

I only really care that plugin developers are partitioned off from the
core. But within the plugins I think the past has shown that in most
cases devs respect one another. There is the separate maven-plugins repo
and I would say that is good enough, if problems arise then we can
create more fine grained paritioning.

+1 for Carlos being a plugin committer.

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

-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://maven.apache.org

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

 -- Thoreau 


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



Re: [VOTE] Remove developers from plugins project.xml

2004-05-11 Thread Jason van Zyl
On Tue, 2004-05-11 at 11:26, Heritier Arnaud wrote:
> Hi all,
> 
>   I would like to propose that we remove the developers declaration in the pom 
> for each plugin and that we use only the one in the plugin-parent.
> 
>   Why 
> 
>   Because :
>   - It will simplify the maintenance. There are approximatively 80 plugins and 
> 20 or 30 comitters.
>   - In several plugins we find as developers :   God made them, 
> it's magic ??
>   - A lot of reports generated with the developer-activity plugin are incomplete 
> because it uses the developer list to find our description when we commit a patch or 
> a change.
>   - With the time, some comitters stop to support some plugins and the 
> developper list isn't updated.
> 
>   I think it will be simpler to update only one list which will represent in our 
> case the comitters. 
> 
> VOTE : [  ] I want to remove developers from plugins poms and to update the list in 
> the plugin-parent.
> 
> 
> For me
> [+1] I want to remove developers from plugins poms and to update the list in the 
> plugin-parent.

-1

Don't glob them all together because it is then impossible to tell who
did what and if the plugin moves you just have to move the names back
into the POM in question.

-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://maven.apache.org

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

 -- Thoreau 


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



Is it possible to accept a new committer for a specific plugin?

2004-05-11 Thread Vincent Massol
Hi Maven committers,

Carlos Sanchez has provided an excellent patch for the AspectJ plugin.
Actually his patch is a full rewrite of the plugin (it was much needed).
The path is of excellent quality and I'd like Carlos to become a
committer on the AspectJ plugin. The reason is that I'm confident in his
ability and I'd like him to help maintain it (if he so chooses of course
- We'll need to ask him).

My question is: what strategy do we want to adopt? Do we make him a
committer on the full maven-plugins CVS project? Do we make him a
committer on the aspectj plugin only?

Thanks
-Vincent


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



RE: [VOTE] Remove developers from plugins project.xml

2004-05-11 Thread Vincent Massol


> -Original Message-
> From: Heritier Arnaud [mailto:[EMAIL PROTECTED]
> Sent: 11 May 2004 17:45
> To: Maven Developers List
> Subject: RE: [VOTE] Remove developers from plugins project.xml
> 
> ok for this.
> But in this case we must use roles to define this.
> We could use entities like it is defined in the wiki ?
>
http://wiki.codehaus.org/maven/EnsureProjectConsistencyWithEntities#head
-
> 0334f6bb02fb7b3100b66778b92b875578e0a089
> Won't it be simpler ??
> 
> 
> If we keep developers as it is now, is there a rule to add someone as
> developer.

If a developer (i.e. someone with commit rights) makes a minor change
(like add a license header file, change a date, etc), he should probably
not add himself as a developer. However, if he makes a feature
contribution or fixes some feature bug (vs just change for example the
 ordering in project.xml) then he could add himself (up to
him). 

Anyway, that's my definition and what I try to follow as a rule.

> 
> If someone apply a patch it is stupid to be considered him as a
developer
> ??

For me, developers are the persons who have commit rights on the
project. Person who contribute patches are contributors.

There are some cases where a contributor could be considered a
developer. For example the AspectJ plugin has been almost completely
rewritten by Carlos and Carlos is at the level of a developer. But he
hasn't commit rights. However, what I'd like to do is propose to him to
become an AspectJ plugin developer. The only problem is that commit
rights are for maven-plugins in general and not for a given plugin. I'll
start a discussion on this.

[snip]

Thanks
-Vincent


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



RE: [maven-plugins] dashboard in a reactored test

2004-05-11 Thread Vincent Massol


> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
> Sent: 11 May 2004 17:06
> To: [EMAIL PROTECTED]
> Subject: [maven-plugins] dashboard in a reactored test
> 
> When running
> 
> maven -Dgoal=plugin:test multiproject:goal
> 
> from maven-plugins, the dashboard plugin fails with
> 
>  Expected [4] but got [1]
> in the last test.
> 
> Is this a known issue?

Nope. It means the test is not successful for some reasons. There must
be 4 rows in the generated dashboard report.

I have just run the test from the plugin itself and it works fine. So
this is probably a problem with the reactor. Probably some properties
that are not passed correctly. Sorry, I haven't the time to debug right
now. I can try to do this on coming Friday but I can't promise I can it
before (will try though).

Thanks
-Vincent


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



RE: [VOTE] Remove developers from plugins project.xml

2004-05-11 Thread Heritier Arnaud
ok for this.
But in this case we must use roles to define this.
We could use entities like it is defined in the wiki ?
http://wiki.codehaus.org/maven/EnsureProjectConsistencyWithEntities#head-0334f6bb02fb7b3100b66778b92b875578e0a089
Won't it be simpler ??


If we keep developers as it is now, is there a rule to add someone as developer.

If someone apply a patch it is stupid to be considered him as a developer ??


> -Message d'origine-
> De : Maczka Michal [mailto:[EMAIL PROTECTED]
> Envoyé : mardi 11 mai 2004 17:27
> À : 'Maven Developers List'
> Objet : RE: [VOTE] Remove developers from plugins project.xml
> 
> 
> -1
> 
> If  section is missing in some plugins  it should 
> be added there.
> 
> 
> It should be clearly indicated who is a responsible for each 
> of the plugins
> and who is "the man" which should be contacted
> when any changes to plugin are going to be added. It's clear that each
> plugin has different developers. 
> 
> Michal
> 
> > -Original Message-
> > From: Heritier Arnaud [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, May 11, 2004 5:27 PM
> > To: Maven Dev (E-mail)
> > Subject: [VOTE] Remove developers from plugins project.xml
> > 
> > 
> > Hi all,
> > 
> > I would like to propose that we remove the developers 
> > declaration in the pom for each plugin and that we use only 
> > the one in the plugin-parent.
> > 
> > Why 
> > 
> > Because :
> > - It will simplify the maintenance. There are 
> > approximatively 80 plugins and 20 or 30 comitters.
> > - In several plugins we find as developers : 
> >   God made them, it's magic ??
> > - A lot of reports generated with the 
> > developer-activity plugin are incomplete because it uses the 
> > developer list to find our description when we commit a patch 
> > or a change.
> > - With the time, some comitters stop to support some 
> > plugins and the developper list isn't updated.
> > 
> > I think it will be simpler to update only one list 
> > which will represent in our case the comitters. 
> > 
> > VOTE : [  ] I want to remove developers from plugins poms and 
> > to update the list in the plugin-parent.
> > 
> > 
> > For me
> > [+1] I want to remove developers from plugins poms and to 
> > update the list in the plugin-parent.
> > 
> > 
> > Arnaud HERITIER
> > Axway - Sopra Group 
> > Axway France Services
> > Tél. : +33 (0)1 47 17 22 79 
> > Email : [EMAIL PROTECTED]  / [EMAIL PROTECTED]
> > 
> > 
> > 
> > 
> > Ce message est exclusivement destiné aux personnes dont le 
> > nom figure ci-dessus. Il peut contenir des informations 
> > confidentielles dont la divulgation est à ce titre 
> > rigoureusement interdite. Dans l'hypothèse où vous avez reçu 
> > ce message par erreur, merci de le renvoyer à l'adresse 
> > e-mail ci-dessus et de détruire toute copie. 
> > This message may contain confidential and proprietary 
> > material for the sole use of the intended recipient. Any 
> > review or distribution by others is strictly prohibited. If 
> > you are not the intended recipient, please contact the sender 
> > and delete all copies.
> > 
> > 
> -
> > 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]



Re: Maven/Apache CVS Problem

2004-05-11 Thread Niclas Hedhman
On Tuesday 11 May 2004 20:21, Heritier Arnaud wrote:
> Hello guys.
>
> Didn't you have some problems when you update your code from cvs ?
> Since yesterday each file that I update is in conflict (I tested it at
> work and at home).
>
> ...
> cvs update: move away xdocs/start/anakia.xml; it is in the way
> C xdocs/start/anakia.xml

IIRC, you get this when the CVS directories on your local system is lost or 
corrupted. I doubt anyone else would experience it...

Niclas
-- 
+-//---+
|   http://www.bali.ac |
|  http://niclas.hedhman.org   |
+--//--+

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



RE: [VOTE] Remove developers from plugins project.xml

2004-05-11 Thread Vincent Massol
I'm -1 because more and more plugins will be considered as standalone
projects with their own lifecycle.

Thanks
-Vincent

> -Original Message-
> From: Heritier Arnaud [mailto:[EMAIL PROTECTED]
> Sent: 11 May 2004 17:27
> To: Maven Dev (E-mail)
> Subject: [VOTE] Remove developers from plugins project.xml
> 
> Hi all,
> 
>   I would like to propose that we remove the developers
declaration in
> the pom for each plugin and that we use only the one in the
plugin-parent.
> 
>   Why 
> 
>   Because :
>   - It will simplify the maintenance. There are approximatively 80
> plugins and 20 or 30 comitters.
>   - In several plugins we find as developers :  
God
> made them, it's magic ??
>   - A lot of reports generated with the developer-activity plugin
are
> incomplete because it uses the developer list to find our description
when
> we commit a patch or a change.
>   - With the time, some comitters stop to support some plugins and
the
> developper list isn't updated.
> 
>   I think it will be simpler to update only one list which will
> represent in our case the comitters.
> 
> VOTE : [  ] I want to remove developers from plugins poms and to
update
> the list in the plugin-parent.
> 
> 
> For me
> [+1] I want to remove developers from plugins poms and to update the
list
> in the plugin-parent.
> 
> 
> Arnaud HERITIER
> Axway - Sopra Group
> Axway France Services
> Tél. : +33 (0)1 47 17 22 79
> Email : [EMAIL PROTECTED]  / [EMAIL PROTECTED]
> 
> 
> 
> 
> Ce message est exclusivement destiné aux personnes dont le nom figure
ci-
> dessus. Il peut contenir des informations confidentielles dont la
> divulgation est à ce titre rigoureusement interdite. Dans l'hypothèse
où
> vous avez reçu ce message par erreur, merci de le renvoyer à l'adresse
e-
> mail ci-dessus et de détruire toute copie.
> This message may contain confidential and proprietary material for the
> sole use of the intended recipient. Any review or distribution by
others
> is strictly prohibited. If you are not the intended recipient, please
> contact the sender and delete all copies.
> 
> 
> -
> 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: [maven-plugins] plugin tests fail for dashboard

2004-05-11 Thread Vincent Massol

> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
> Sent: 11 May 2004 16:55
> To: [EMAIL PROTECTED]
> Subject: [maven-plugins] plugin tests fail for dashboard
> 
> Under JDK 1.3 I was getting test failures for the dash board plugins
test
> projects.
> 
> Vincent and others, do you mind if I fix this?

Not at all. Please go ahead. I have to say I have only tested it with
JDK 1.4+

Thanks!
-Vincent


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



cvs commit: maven-plugins/appserver project.xml

2004-05-11 Thread dion
dion2004/05/11 08:36:24

  Modified:dashboard project.xml
   cruisecontrol project.xml
   eclipse  project.xml
   castor   project.xml
   ashkelon project.xml
   artifact project.xml
   deploy   project.xml
   changelog project.xml
   aspectwerkz project.xml
   clover   project.xml
   aspectj  project.xml
   ant  project.xml
   cleanproject.xml
   developer-activity project.xml
   docbook  project.xml
   antlrproject.xml
   ear  project.xml
   announcement project.xml
   checkstyle project.xml
   examples project.xml
   ejb  project.xml
   console  project.xml
   dist project.xml
   changes  project.xml
   caller   project.xml
   appserver project.xml
  Log:
  Put back meaningless prefixes and suffixes
  
  Revision  ChangesPath
  1.18  +1 -1  maven-plugins/dashboard/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml   11 May 2004 14:53:17 -  1.17
  +++ project.xml   11 May 2004 15:36:22 -  1.18
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-dashboard-plugin
  -  Dashboard
  +  Maven Dashboard Plugin
 1.3-SNAPSHOT
 Generate a dashboard containing global statistics about other maven 
reports
 Generate a statistic dashboard
  
  
  
  1.18  +1 -1  maven-plugins/cruisecontrol/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/cruisecontrol/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml   11 May 2004 14:53:17 -  1.17
  +++ project.xml   11 May 2004 15:36:23 -  1.18
  @@ -21,7 +21,7 @@
   
 ../plugin-parent/project.xml
 maven-cruisecontrol-plugin
  -  Cruise Control
  +  Maven Cruise Control Plugin
 1.2-SNAPSHOT
 A plugin to handle the generating and maintaining of Cruise Control 
configuration. Requires Maven 1.0 RC2.
 Cruise Control Plugin for Maven
  
  
  
  1.30  +1 -1  maven-plugins/eclipse/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/eclipse/project.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- project.xml   11 May 2004 14:59:32 -  1.29
  +++ project.xml   11 May 2004 15:36:23 -  1.30
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-eclipse-plugin
  -  Eclipse
  +  Maven Eclipse Plugin
 1.7-SNAPSHOT
 A plugin to generate various files for the Eclipse IDE and ease the 
use of Maven within that environment. Requires Maven 1.0 RC2.
 Eclipse Plugin for Maven
  
  
  
  1.24  +1 -1  maven-plugins/castor/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/castor/project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml   11 May 2004 14:41:49 -  1.23
  +++ project.xml   11 May 2004 15:36:23 -  1.24
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-castor-plugin
  -  Castor
  +  Maven Castor Plugin
 1.2-SNAPSHOT
 Various goals for making development with Plexus easy.
 Plexus Tools
  
  
  
  1.24  +1 -1  maven-plugins/ashkelon/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/ashkelon/project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml   11 May 2004 14:08:06 -  1.23
  +++ project.xml   11 May 2004 15:36:23 -  1.24
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-ashkelon-plugin
  -  Ashkelon
  +  Maven Ashkelon Plugin
 1.2-SNAPSHOT
 
 Publish javadoc to Ashkelon
  
  
  
  1.22  +1 -1  maven-plugins/artifact/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/artifact/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- project.xml   11 May 2004 14:08:06 -  1.21
  +++ project.xml   11 May 2004 15:36:23 -  1.22
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-artifact-plugin
  -  Artifact
  +  Ma

RE: [VOTE] Remove developers from plugins project.xml

2004-05-11 Thread Maczka Michal
-1

If  section is missing in some plugins  it should be added there.


It should be clearly indicated who is a responsible for each of the plugins
and who is "the man" which should be contacted
when any changes to plugin are going to be added. It's clear that each
plugin has different developers. 

Michal

> -Original Message-
> From: Heritier Arnaud [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 11, 2004 5:27 PM
> To: Maven Dev (E-mail)
> Subject: [VOTE] Remove developers from plugins project.xml
> 
> 
> Hi all,
> 
>   I would like to propose that we remove the developers 
> declaration in the pom for each plugin and that we use only 
> the one in the plugin-parent.
> 
>   Why 
> 
>   Because :
>   - It will simplify the maintenance. There are 
> approximatively 80 plugins and 20 or 30 comitters.
>   - In several plugins we find as developers : 
>   God made them, it's magic ??
>   - A lot of reports generated with the 
> developer-activity plugin are incomplete because it uses the 
> developer list to find our description when we commit a patch 
> or a change.
>   - With the time, some comitters stop to support some 
> plugins and the developper list isn't updated.
> 
>   I think it will be simpler to update only one list 
> which will represent in our case the comitters. 
> 
> VOTE : [  ] I want to remove developers from plugins poms and 
> to update the list in the plugin-parent.
> 
> 
> For me
> [+1] I want to remove developers from plugins poms and to 
> update the list in the plugin-parent.
> 
> 
> Arnaud HERITIER
> Axway - Sopra Group 
> Axway France Services
> Tél. : +33 (0)1 47 17 22 79 
> Email : [EMAIL PROTECTED]  / [EMAIL PROTECTED]
> 
> 
> 
> 
> Ce message est exclusivement destiné aux personnes dont le 
> nom figure ci-dessus. Il peut contenir des informations 
> confidentielles dont la divulgation est à ce titre 
> rigoureusement interdite. Dans l'hypothèse où vous avez reçu 
> ce message par erreur, merci de le renvoyer à l'adresse 
> e-mail ci-dessus et de détruire toute copie. 
> This message may contain confidential and proprietary 
> material for the sole use of the intended recipient. Any 
> review or distribution by others is strictly prohibited. If 
> you are not the intended recipient, please contact the sender 
> and delete all copies.
> 
> -
> 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]



[VOTE] Remove developers from plugins project.xml

2004-05-11 Thread Heritier Arnaud
Hi all,

I would like to propose that we remove the developers declaration in the pom 
for each plugin and that we use only the one in the plugin-parent.

Why 

Because :
- It will simplify the maintenance. There are approximatively 80 plugins and 
20 or 30 comitters.
- In several plugins we find as developers :   God made them, 
it's magic ??
- A lot of reports generated with the developer-activity plugin are incomplete 
because it uses the developer list to find our description when we commit a patch or a 
change.
- With the time, some comitters stop to support some plugins and the 
developper list isn't updated.

I think it will be simpler to update only one list which will represent in our 
case the comitters. 

VOTE : [  ] I want to remove developers from plugins poms and to update the list in 
the plugin-parent.


For me
[+1] I want to remove developers from plugins poms and to update the list in the 
plugin-parent.


Arnaud HERITIER
Axway - Sopra Group 
Axway France Services
Tél. : +33 (0)1 47 17 22 79 
Email : [EMAIL PROTECTED]  / [EMAIL PROTECTED]




Ce message est exclusivement destiné aux personnes dont le nom figure ci-dessus. Il 
peut contenir des informations confidentielles dont la divulgation est à ce titre 
rigoureusement interdite. Dans l'hypothèse où vous avez reçu ce message par erreur, 
merci de le renvoyer à l'adresse e-mail ci-dessus et de détruire toute copie. 
This message may contain confidential and proprietary material for the sole use of the 
intended recipient. Any review or distribution by others is strictly prohibited. If 
you are not the intended recipient, please contact the sender and delete all copies.

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



Re: cvs commit: maven-plugins/changelog project.xml

2004-05-11 Thread dion_gillard
Jason van Zyl <[EMAIL PROTECTED]> wrote on 12/05/2004 12:56:23 AM:

> On Tue, 2004-05-11 at 10:41, [EMAIL PROTECTED] wrote:
> > dion2004/05/11 07:41:49
> > 
> >   -  Maven Castor Plug-in
> >   +  Castor
> 
> The  is the full human readable name, why are you removing
> "Maven" and "plugin". Just having "Castor" in there certainly doesn't
> make it clear what it is to a human that it is the Castor plugin for
> maven. I assume you're doing some swizzling elsewhere to put the words
> back in but the POM itself should fully convey what it is in the 
> element. If that element were to be used by some third party, say for
> indexing purposes the  element as you have made them would be
> entirely misleading. The maven AspectJ plugin is not AspectJ and so
> forth. Does that not make sense?

We discussed this via Jira a couple of days ago. See MAVEN-1274.

Brett was ok with this happening, as was Arnaud.

The name is the project name, and the groupId gives away something about 
the team who are producing the project as well as things like the 
description. Humans are far more likely to read descriptions than simply 
names. In the context of the maven-plugins project, "Castor" makes sense. 
To go to the opposite extreme with your suggestion about third parties 
using the name alone, should "Apache Maven Castor Jelly Plugin"  be used 
to clearly define it?

I'll stop any further changes to the name elements. 

Please update the issue with your comments and veto/suggestion.
--
dIon Gillard, Multitask Consulting


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



cvs commit: maven-plugins/clean/src/plugin-test project.xml

2004-05-11 Thread dion
dion2004/05/11 08:06:54

  Modified:checkstyle/src/plugin-test project.xml
   clean/src/plugin-test project.xml
  Log:
  Remove 'Maven' and 'plugin' from name
  
  Revision  ChangesPath
  1.4   +1 -1  maven-plugins/checkstyle/src/plugin-test/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/checkstyle/src/plugin-test/project.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.xml   4 Mar 2004 18:01:42 -   1.3
  +++ project.xml   11 May 2004 15:06:54 -  1.4
  @@ -21,7 +21,7 @@
   
 3
 test-maven-checkstyle-plugin
  -  Test project for Maven Checkstyle Plugin
  +  Test project for Maven Checkstyle
 maven
 1.0-SNAPSHOT
 
  
  
  
  1.3   +1 -1  maven-plugins/clean/src/plugin-test/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/clean/src/plugin-test/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml   4 Mar 2004 18:01:50 -   1.2
  +++ project.xml   11 May 2004 15:06:54 -  1.3
  @@ -21,7 +21,7 @@
   
 3
 test-maven-clean-plugin
  -  Test project for Maven Clean Plugin
  +  Test project for Maven Clean
 maven
 1.0-SNAPSHOT
 
  
  
  

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



cvs commit: maven-plugins/changes/src/plugin-test project.xml

2004-05-11 Thread dion
dion2004/05/11 08:05:48

  Modified:changes/src/plugin-test project.xml
  Log:
  Remove 'Maven' and 'plugin' from name
  
  Revision  ChangesPath
  1.3   +1 -1  maven-plugins/changes/src/plugin-test/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/changes/src/plugin-test/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml   4 Mar 2004 18:40:24 -   1.2
  +++ project.xml   11 May 2004 15:05:48 -  1.3
  @@ -21,7 +21,7 @@
   
 3
 test-maven-changes-plugin
  -  Test project for Maven Changes Plugin
  +  Test project for Maven Changes
 maven
 1.0-SNAPSHOT
 
  
  
  

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



[maven-plugins] dashboard in a reactored test

2004-05-11 Thread dion_gillard
When running

maven -Dgoal=plugin:test multiproject:goal

from maven-plugins, the dashboard plugin fails with

 Expected [4] but got [1]
in the last test.

Is this a known issue?
--
dIon Gillard, Multitask Consulting



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



cvs commit: maven-plugins/aspectwerkz/src/plugin-test project.xml

2004-05-11 Thread dion
dion2004/05/11 08:05:12

  Modified:aspectwerkz/src/plugin-test project.xml
  Log:
  Remove 'Maven' and 'plugin' from name
  
  Revision  ChangesPath
  1.6   +1 -1  maven-plugins/aspectwerkz/src/plugin-test/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/aspectwerkz/src/plugin-test/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml   4 Mar 2004 18:00:37 -   1.5
  +++ project.xml   11 May 2004 15:05:11 -  1.6
  @@ -21,7 +21,7 @@
   
 3
 test-maven-aspectwerkz-plugin
  -  Test project for Maven AspectWerkz Plugin
  +  Test project for Maven AspectWerkz
 maven
 1.0
 
  
  
  

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



cvs commit: maven-plugins/aspectj/src/plugin-test project.xml

2004-05-11 Thread dion
dion2004/05/11 08:02:20

  Modified:aspectj/src/plugin-test project.xml
  Log:
  Remove 'Maven' and 'plugin' from name
  
  Revision  ChangesPath
  1.2   +1 -1  maven-plugins/aspectj/src/plugin-test/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/aspectj/src/plugin-test/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml   7 May 2004 23:09:22 -   1.1
  +++ project.xml   11 May 2004 15:02:20 -  1.2
  @@ -21,7 +21,7 @@
   
 3
 test-maven-aspectj-plugin
  -  Test project for Maven AspectJ Plugin
  +  Test project for Maven AspectJ
 maven
 1.0-SNAPSHOT
 
  
  
  

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



cvs commit: maven-plugins/ear project.xml

2004-05-11 Thread dion
dion2004/05/11 07:59:32

  Modified:examples project.xml
   eclipse  project.xml
   ejb  project.xml
   ear  project.xml
  Log:
  Remove 'Maven' and 'plugin' from name
  
  Revision  ChangesPath
  1.12  +1 -1  maven-plugins/examples/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/examples/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml   10 Apr 2004 00:59:23 -  1.11
  +++ project.xml   11 May 2004 14:59:32 -  1.12
  @@ -27,7 +27,7 @@
 maven-examples-plugin
 
   
  -  Maven example projects
  +  example projects
 
   
 maven
  
  
  
  1.29  +1 -1  maven-plugins/eclipse/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/eclipse/project.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- project.xml   2 May 2004 13:47:10 -   1.28
  +++ project.xml   11 May 2004 14:59:32 -  1.29
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-eclipse-plugin
  -  Maven Eclipse Plug-in
  +  Eclipse
 1.7-SNAPSHOT
 A plugin to generate various files for the Eclipse IDE and ease the 
use of Maven within that environment. Requires Maven 1.0 RC2.
 Eclipse Plugin for Maven
  
  
  
  1.25  +1 -1  maven-plugins/ejb/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/ejb/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml   2 May 2004 13:48:35 -   1.24
  +++ project.xml   11 May 2004 14:59:32 -  1.25
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-ejb-plugin
  -  Maven EJB Plugin
  +  EJB
 1.4-SNAPSHOT
 EJB Plugin for Maven
 EJB Plugin for Maven
  
  
  
  1.28  +1 -1  maven-plugins/ear/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/ear/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml   2 May 2004 13:46:29 -   1.27
  +++ project.xml   11 May 2004 14:59:32 -  1.28
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-ear-plugin
  -  Maven EAR Plugin
  +  EAR
 1.5-SNAPSHOT
 Ear Plugin for Maven
 Ear Plugin for Maven
  
  
  

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



RE: [maven2 build] Tue May 11 10:44:14 EDT 2004

2004-05-11 Thread Jason van Zyl
On Tue, 2004-05-11 at 10:44, Maczka Michal wrote:
> Looks better!
> 
> You my look at my comments to this test case which is not passing.
> 
> It seems that it works again under Linux and it does not work under MS
> Windows. ( I guess thare is a bug in File.delete() method)

The tests are running on beaver which is a Redhat9 box.

> 
> Michal
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, May 11, 2004 4:45 PM
> > To: [EMAIL PROTECTED]
> > Subject: [maven2 build] Tue May 11 10:44:14 EDT 2004
> > 
> > 
> > 
> > Performing a clean check out of maven-components ...
> > 
> > Updates occured, build required ...
> > 
> > 
> > --
> > -
> >  Building mboot ... 
> > --
> > -
> > --
> > -
> > Maven MBoot
> > --
> > -
> > Installing mboot in /home/users/jvanzyl/mboot ...
> > --
> > -
> > Installing MBoot dependencies ... 
> > --
> > -
> > --
> > -
> >  Install the parent pom for all maven-component artifacts ... 
> > --
> > -
> > Installing POM in 
> > /home/users/jvanzyl/maven-repo-local/maven/poms/maven-componen
> > t-2.0-SNAPSHOT.pom
> > --
> > -
> >  Building maven-model ... 
> > --
> > -
> > Generating java in src/main/java from maven.mdo
> > Generating xpp3 unmarshaller in src/main/java from maven.mdo
> > Generating xpp3 marshaller in src/main/java from maven.mdo
> > Building project in 
> > /home/users/jvanzyl/m2/maven-components/maven-model
> > Using the following for your maven.repo.local: 
> > /home/users/jvanzyl/maven-repo-local
> > Building tests in /home/users/jvanzyl/m2/maven-components/maven-model
> > find: src/main/resources: No such file or directory
> > find: src/test/resources: No such file or directory
> > find: src/test/java: No such file or directory
> > Running tests in /home/users/jvanzyl/m2/maven-components/maven-model
> > 
> > ---
> > T E S T S
> > ---
> > [surefire] Running org.codehaus.surefire.battery.DirectoryBattery
> > [surefire] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0 sec
> > Building jars (maven-model-2.0-SNAPSHOT.jar) in 
> > /home/users/jvanzyl/m2/maven-components/maven-model/target
> > Installing maven-model-2.0-SNAPSHOT.jar in 
> > /home/users/jvanzyl/maven-repo-local/maven/jars
> > Installing POM in 
> > /home/users/jvanzyl/maven-repo-local/maven/poms/maven-model-2.
> > 0-SNAPSHOT.pom
> > Generating xml schema in . from maven.mdo
> > Generating xdoc in ./xdocs from maven.mdo
> > --
> > -
> >  Building maven-project ... 
> > --
> > -
> > Building project in 
> > /home/users/jvanzyl/m2/maven-components/maven-project
> > Using the following for your maven.repo.local: 
> > /home/users/jvanzyl/maven-repo-local
> > Downloading dependency: plexus/jars/plexus-0.14-SNAPSHOT.jar
> > ..
> > ...
> > .
> > Downloading dependency: 
> > plexus/jars/plexus-i18n-1.0-beta-2-SNAPSHOT.jar
> > ..
> > .
> > Downloading dependency: maven/jars/wagon-api-0.9-SNAPSHOT.jar
> > .
> > .
> > Downloading dependency: classworlds/jars/classworlds-1.1-SNAPSHOT.jar
> > .
> > .
> > Building tests in 
> > /home/users/jvanzyl/m2/maven-components/maven-project
> > Running tests in /home/users/jvanzyl/m2/maven-components/maven-project
> > 
> > ---
> > T E S T S
> > ---
> > [surefire] Running org.codehaus.surefire.battery.DirectoryBattery
> > [surefire] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0 sec
> > local repo:./src/test/resources/local-repo
> > Checking: 
> > ./src/test/resources/local-repo/maven-test/poms/maven-test-b-1.0.pom
> > Checking: 
> > ./src/test/resources/local-repo/maven-test/poms/maven-test-z-1.0.pom
> > Checking: 
> > ./src/test/resources/local-repo/maven-test/poms/maven-test-c-1.0.pom
> > Checking: 
> > ./src/test/resources/local-repo/maven-test/poms/maven-test-d-1.1.pom
> > There was no such logger 
> > 'org.apache.maven.artifact.download.

Re: cvs commit: maven-plugins/changelog project.xml

2004-05-11 Thread Jason van Zyl
On Tue, 2004-05-11 at 10:41, [EMAIL PROTECTED] wrote:
> dion2004/05/11 07:41:49
> 
>   -  Maven Castor Plug-in
>   +  Castor

The  is the full human readable name, why are you removing
"Maven" and "plugin". Just having "Castor" in there certainly doesn't
make it clear what it is to a human that it is the Castor plugin for
maven. I assume you're doing some swizzling elsewhere to put the words
back in but the POM itself should fully convey what it is in the 
element. If that element were to be used by some third party, say for
indexing purposes the  element as you have made them would be
entirely misleading. The maven AspectJ plugin is not AspectJ and so
forth. Does that not make sense?

-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://maven.apache.org

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

 -- Thoreau 


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



cvs commit: maven-plugins/developer-activity project.xml

2004-05-11 Thread dion
dion2004/05/11 07:55:50

  Modified:docbook  project.xml
   dist project.xml
   deploy   project.xml
   developer-activity project.xml
  Log:
  Remove 'Maven' and 'plugin' from name
  
  Revision  ChangesPath
  1.31  +1 -1  maven-plugins/docbook/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/docbook/project.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- project.xml   10 May 2004 23:38:02 -  1.30
  +++ project.xml   11 May 2004 14:55:50 -  1.31
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-docbook-plugin
  -  Maven DocBook Plug-in
  +  DocBook
 1.2-SNAPSHOT
 Convert docbook to xdoc
 http://maven.apache.org/reference/plugins/docbook/
  
  
  
  1.26  +1 -1  maven-plugins/dist/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/dist/project.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project.xml   10 May 2004 23:38:02 -  1.25
  +++ project.xml   11 May 2004 14:55:50 -  1.26
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-dist-plugin
  -  Maven Distribution Plug-in
  +  Distribution
 1.5-SNAPSHOT
 Create source and binary distributions
 http://maven.apache.org/reference/plugins/dist/
  
  
  
  1.22  +1 -1  maven-plugins/deploy/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/deploy/project.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- project.xml   2 May 2004 13:42:49 -   1.21
  +++ project.xml   11 May 2004 14:55:50 -  1.22
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-deploy-plugin
  -  Maven Deploy Plug-in
  +  Deploy
 1.3-SNAPSHOT
 
 Deploy to remote repository
  
  
  
  1.26  +1 -1  maven-plugins/developer-activity/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/developer-activity/project.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project.xml   2 May 2004 13:44:07 -   1.25
  +++ project.xml   11 May 2004 14:55:50 -  1.26
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-developer-activity-plugin
  -  Maven Developer Activity Plug-in
  +  Developer Activity
 1.5-SNAPSHOT
 This document provides a report of activity in terms of CVS commits 
and breaks it out by developer. Requires Maven 1.0 RC2.
 Developer Activity report
  
  
  

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



[maven-plugins] plugin tests fail for dashboard

2004-05-11 Thread dion_gillard
Under JDK 1.3 I was getting test failures for the dash board plugins test 
projects.

Vincent and others, do you mind if I fix this?
--
dIon Gillard, Multitask Consulting



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



cvs commit: maven-plugins/console project.xml

2004-05-11 Thread dion
dion2004/05/11 07:53:17

  Modified:dashboard project.xml
   cruisecontrol project.xml
   console  project.xml
  Log:
  Remove 'Maven' and 'plugin' from name
  
  Revision  ChangesPath
  1.17  +1 -1  maven-plugins/dashboard/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml   2 May 2004 13:41:30 -   1.16
  +++ project.xml   11 May 2004 14:53:17 -  1.17
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-dashboard-plugin
  -  Maven Dashboard Plugin
  +  Dashboard
 1.3-SNAPSHOT
 Generate a dashboard containing global statistics about other maven 
reports
 Generate a statistic dashboard
  
  
  
  1.17  +1 -1  maven-plugins/cruisecontrol/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/cruisecontrol/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml   2 May 2004 13:41:03 -   1.16
  +++ project.xml   11 May 2004 14:53:17 -  1.17
  @@ -21,7 +21,7 @@
   
 ../plugin-parent/project.xml
 maven-cruisecontrol-plugin
  -  Maven Cruise Control Plug-in
  +  Cruise Control
 1.2-SNAPSHOT
 A plugin to handle the generating and maintaining of Cruise Control 
configuration. Requires Maven 1.0 RC2.
 Cruise Control Plugin for Maven
  
  
  
  1.23  +1 -1  maven-plugins/console/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/console/project.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- project.xml   2 May 2004 13:40:19 -   1.22
  +++ project.xml   11 May 2004 14:53:17 -  1.23
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-console-plugin
  -  Maven Console Plug-in
  +  Console
 1.1-SNAPSHOT
 Console for Maven
 http://maven.apache.org/reference/plugins/console/
  
  
  

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



RE: [maven2 build] Tue May 11 10:44:14 EDT 2004

2004-05-11 Thread Maczka Michal
Looks better!

You my look at my comments to this test case which is not passing.

It seems that it works again under Linux and it does not work under MS
Windows. ( I guess thare is a bug in File.delete() method)


Michal

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 11, 2004 4:45 PM
> To: [EMAIL PROTECTED]
> Subject: [maven2 build] Tue May 11 10:44:14 EDT 2004
> 
> 
> 
> Performing a clean check out of maven-components ...
> 
> Updates occured, build required ...
> 
> 
> --
> -
>  Building mboot ... 
> --
> -
> --
> -
> Maven MBoot
> --
> -
> Installing mboot in /home/users/jvanzyl/mboot ...
> --
> -
> Installing MBoot dependencies ... 
> --
> -
> --
> -
>  Install the parent pom for all maven-component artifacts ... 
> --
> -
> Installing POM in 
> /home/users/jvanzyl/maven-repo-local/maven/poms/maven-componen
> t-2.0-SNAPSHOT.pom
> --
> -
>  Building maven-model ... 
> --
> -
> Generating java in src/main/java from maven.mdo
> Generating xpp3 unmarshaller in src/main/java from maven.mdo
> Generating xpp3 marshaller in src/main/java from maven.mdo
> Building project in 
> /home/users/jvanzyl/m2/maven-components/maven-model
> Using the following for your maven.repo.local: 
> /home/users/jvanzyl/maven-repo-local
> Building tests in /home/users/jvanzyl/m2/maven-components/maven-model
> find: src/main/resources: No such file or directory
> find: src/test/resources: No such file or directory
> find: src/test/java: No such file or directory
> Running tests in /home/users/jvanzyl/m2/maven-components/maven-model
> 
> ---
> T E S T S
> ---
> [surefire] Running org.codehaus.surefire.battery.DirectoryBattery
> [surefire] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0 sec
> Building jars (maven-model-2.0-SNAPSHOT.jar) in 
> /home/users/jvanzyl/m2/maven-components/maven-model/target
> Installing maven-model-2.0-SNAPSHOT.jar in 
> /home/users/jvanzyl/maven-repo-local/maven/jars
> Installing POM in 
> /home/users/jvanzyl/maven-repo-local/maven/poms/maven-model-2.
> 0-SNAPSHOT.pom
> Generating xml schema in . from maven.mdo
> Generating xdoc in ./xdocs from maven.mdo
> --
> -
>  Building maven-project ... 
> --
> -
> Building project in 
> /home/users/jvanzyl/m2/maven-components/maven-project
> Using the following for your maven.repo.local: 
> /home/users/jvanzyl/maven-repo-local
> Downloading dependency: plexus/jars/plexus-0.14-SNAPSHOT.jar
> ..
> ...
> .
> Downloading dependency: 
> plexus/jars/plexus-i18n-1.0-beta-2-SNAPSHOT.jar
> ..
> .
> Downloading dependency: maven/jars/wagon-api-0.9-SNAPSHOT.jar
> .
> .
> Downloading dependency: classworlds/jars/classworlds-1.1-SNAPSHOT.jar
> .
> .
> Building tests in 
> /home/users/jvanzyl/m2/maven-components/maven-project
> Running tests in /home/users/jvanzyl/m2/maven-components/maven-project
> 
> ---
> T E S T S
> ---
> [surefire] Running org.codehaus.surefire.battery.DirectoryBattery
> [surefire] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0 sec
> local repo:./src/test/resources/local-repo
> Checking: 
> ./src/test/resources/local-repo/maven-test/poms/maven-test-b-1.0.pom
> Checking: 
> ./src/test/resources/local-repo/maven-test/poms/maven-test-z-1.0.pom
> Checking: 
> ./src/test/resources/local-repo/maven-test/poms/maven-test-c-1.0.pom
> Checking: 
> ./src/test/resources/local-repo/maven-test/poms/maven-test-d-1.1.pom
> There was no such logger 
> 'org.apache.maven.artifact.download.ArtifactDownloader' 8452719.
> There was no such logger 
> 'org.apache.maven.project.MavenProjectBuilder' 8452719.
> [surefire] Running 
> org.apache.maven.artifact.collector.DefaultArtifactCollectorTest
> [surefire] Tests run: 1, Failures: 0, Errors: 0, Time 
> elapsed: 0.518 sec
> Crated local repo: ./target/repo-local
> [INFO] Trying to downloa

cvs commit: maven-plugins/clover project.xml

2004-05-11 Thread dion
dion2004/05/11 07:51:11

  Modified:checkstyle project.xml
   cleanproject.xml
   clover   project.xml
  Log:
  Remove 'Maven' and 'plugin' from name
  
  Revision  ChangesPath
  1.44  +1 -1  maven-plugins/checkstyle/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/checkstyle/project.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- project.xml   2 May 2004 13:36:17 -   1.43
  +++ project.xml   11 May 2004 14:51:11 -  1.44
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-checkstyle-plugin
  -  Maven Checkstyle Plug-in
  +  Checkstyle
 2.4-SNAPSHOT
 
 Produce Checkstyle report
  
  
  
  1.11  +1 -1  maven-plugins/clean/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/clean/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml   2 May 2004 13:37:24 -   1.10
  +++ project.xml   11 May 2004 14:51:11 -  1.11
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-clean-plugin
  -  Maven Clean Plug-in
  +  Clean
 1.2-SNAPSHOT
 
 Clean plugin for Maven
  
  
  
  1.36  +1 -1  maven-plugins/clover/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/clover/project.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- project.xml   2 May 2004 13:38:23 -   1.35
  +++ project.xml   11 May 2004 14:51:11 -  1.36
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-clover-plugin
  -  Maven Clover plugin
  +  Clover
 1.5-SNAPSHOT
 
 Produce Clover reports
  
  
  

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



[maven2 build] Tue May 11 10:44:14 EDT 2004

2004-05-11 Thread jvanzyl

Performing a clean check out of maven-components ...

Updates occured, build required ...


---
 Building mboot ... 
---
---
Maven MBoot
---
Installing mboot in /home/users/jvanzyl/mboot ...
---
Installing MBoot dependencies ... 
---
---
 Install the parent pom for all maven-component artifacts ... 
---
Installing POM in 
/home/users/jvanzyl/maven-repo-local/maven/poms/maven-component-2.0-SNAPSHOT.pom
---
 Building maven-model ... 
---
Generating java in src/main/java from maven.mdo
Generating xpp3 unmarshaller in src/main/java from maven.mdo
Generating xpp3 marshaller in src/main/java from maven.mdo
Building project in /home/users/jvanzyl/m2/maven-components/maven-model
Using the following for your maven.repo.local: /home/users/jvanzyl/maven-repo-local
Building tests in /home/users/jvanzyl/m2/maven-components/maven-model
find: src/main/resources: No such file or directory
find: src/test/resources: No such file or directory
find: src/test/java: No such file or directory
Running tests in /home/users/jvanzyl/m2/maven-components/maven-model

---
T E S T S
---
[surefire] Running org.codehaus.surefire.battery.DirectoryBattery
[surefire] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0 sec
Building jars (maven-model-2.0-SNAPSHOT.jar) in 
/home/users/jvanzyl/m2/maven-components/maven-model/target
Installing maven-model-2.0-SNAPSHOT.jar in 
/home/users/jvanzyl/maven-repo-local/maven/jars
Installing POM in 
/home/users/jvanzyl/maven-repo-local/maven/poms/maven-model-2.0-SNAPSHOT.pom
Generating xml schema in . from maven.mdo
Generating xdoc in ./xdocs from maven.mdo
---
 Building maven-project ... 
---
Building project in /home/users/jvanzyl/m2/maven-components/maven-project
Using the following for your maven.repo.local: /home/users/jvanzyl/maven-repo-local
Downloading dependency: plexus/jars/plexus-0.14-SNAPSHOT.jar
.
.
Downloading dependency: plexus/jars/plexus-i18n-1.0-beta-2-SNAPSHOT.jar
..
.
Downloading dependency: maven/jars/wagon-api-0.9-SNAPSHOT.jar
.
.
Downloading dependency: classworlds/jars/classworlds-1.1-SNAPSHOT.jar
.
.
Building tests in /home/users/jvanzyl/m2/maven-components/maven-project
Running tests in /home/users/jvanzyl/m2/maven-components/maven-project

---
T E S T S
---
[surefire] Running org.codehaus.surefire.battery.DirectoryBattery
[surefire] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0 sec
local repo:./src/test/resources/local-repo
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-b-1.0.pom
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-z-1.0.pom
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-c-1.0.pom
Checking: ./src/test/resources/local-repo/maven-test/poms/maven-test-d-1.1.pom
There was no such logger 'org.apache.maven.artifact.download.ArtifactDownloader' 
8452719.
There was no such logger 'org.apache.maven.project.MavenProjectBuilder' 8452719.
[surefire] Running org.apache.maven.artifact.collector.DefaultArtifactCollectorTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.518 sec
Crated local repo: ./target/repo-local
[INFO] Trying to download: /maven-test/jars/maven-test-b-1.0.jar  from 
file://./src/test/resources/remote-repo-1
[INFO] /maven-test/jars/maven-test-b-1.0.jar was found in 
file://./src/test/resources/remote-repo-1
[INFO] Trying to download md5 cheksum: /maven-test/jars/maven-test-b-1.0.jar.md5  from 
file://./src/test/resources/remote-repo-1
[INFO] Trying to download: /maven-test/jars/maven-test-z-1.0.jar  from 
file://./src/test/resources/remote-repo-1
[INFO] /maven-test/jars/maven-test-z-1.0.jar was not found in 
file://./src/test/resources/remote-repo-1
[INFO] Trying to download: /maven-test/jars/maven-test-z-1.0.jar  from 
file://./src/test/resources/remote-repo-2
[INFO] /maven-test/jars/mav

cvs commit: maven-plugins/ant/src/plugin-test project.xml

2004-05-11 Thread dion
dion2004/05/11 07:42:42

  Modified:ant/src/plugin-test project.xml
  Log:
  Remove 'Maven' and 'plugin' from name
  
  Revision  ChangesPath
  1.5   +1 -1  maven-plugins/ant/src/plugin-test/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/ant/src/plugin-test/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml   9 May 2004 22:44:30 -   1.4
  +++ project.xml   11 May 2004 14:42:42 -  1.5
  @@ -21,7 +21,7 @@
   
 3
 test-maven-ant-plugin
  -  Test project for Maven Ant Plugin
  +  Test project for Maven Ant
 maven
 1.0-SNAPSHOT
 
  
  
  

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



cvs commit: maven-plugins/changelog project.xml

2004-05-11 Thread dion
dion2004/05/11 07:41:49

  Modified:castor   project.xml
   changes  project.xml
   caller   project.xml
   changelog project.xml
  Log:
  Remove 'Maven' and 'plugin' from name
  
  Revision  ChangesPath
  1.23  +1 -1  maven-plugins/castor/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/castor/project.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- project.xml   2 May 2004 13:32:54 -   1.22
  +++ project.xml   11 May 2004 14:41:49 -  1.23
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-castor-plugin
  -  Maven Castor Plug-in
  +  Castor
 1.2-SNAPSHOT
 Various goals for making development with Plexus easy.
 Plexus Tools
  
  
  
  1.25  +1 -1  maven-plugins/changes/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/changes/project.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- project.xml   2 May 2004 13:34:53 -   1.24
  +++ project.xml   11 May 2004 14:41:49 -  1.25
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-changes-plugin
  -  Maven Changes Plug-in
  +  Changes
 1.4-SNAPSHOT
 Produce changes report
 http://maven.apache.org/reference/plugins/changes/
  
  
  
  1.10  +1 -1  maven-plugins/caller/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/caller/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml   2 May 2004 13:31:12 -   1.9
  +++ project.xml   11 May 2004 14:41:49 -  1.10
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-caller-plugin
  -  Maven Caller Plugin
  +  Caller
 1.1-SNAPSHOT
 Interface to isolate calls between plugins
 Maven Caller plugin
  
  
  
  1.38  +1 -1  maven-plugins/changelog/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/changelog/project.xml,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- project.xml   5 May 2004 11:00:59 -   1.37
  +++ project.xml   11 May 2004 14:41:49 -  1.38
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-changelog-plugin
  -  Maven Changelog Plug-in
  +  Changelog
 1.5-SNAPSHOT
 
 Produce SCM changelog reports
  
  
  

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



RE: [maven2 build] Tue May 11 10:15:56 EDT 2004

2004-05-11 Thread Maczka Michal
Hi Jason

I just suppose that you need to use the latest version of wagon-api for
buidling maven-project module.
Apparantly you are using an older version which was built at least 2 weeks
ago.

The compilation is failing becouse I am using your latest addition to wagon
API like: 

wagon.get( String source, File file );

which really should be in CVS as I haven't added them. 
I myself added the method:

wagonManager.releaseWagon( wagon )

which also is visible in CVS

(http://cvs.apache.org/viewcvs.cgi/maven-wagon/wagon-api/src/main/java/org/a
pache/maven/wagon/manager/WagonManager.java?rev=1.4&view=auto)

However in case it's my fault and I have some uncommited changes to wagon
and you cannot build it - I will push them to CVS as soon as I get home from
work... 

I'll meet you on irc!

regards

Michal

> -Original Message-
> From: Jason van Zyl [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 11, 2004 4:23 PM
> To: Maven Developers List
> Subject: Re: [maven2 build] Tue May 11 10:15:56 EDT 2004
> 
> 
> On Tue, 2004-05-11 at 10:16, [EMAIL PROTECTED] wrote:
> > Performing a clean check out of maven-components ...
> > 
> > Updates occured, build required ...
> 
> Michal,
> 
> Can you take a peek at some of the failures. I'm just trying to get a
> clean build so I can apply John's marmalade patch.
> 
> -- 
> jvz.
> 
> Jason van Zyl
> [EMAIL PROTECTED]
> http://maven.apache.org
> 
> happiness is like a butterfly: the more you chase it, the more it will
> elude you, but if you turn your attention to other things, it 
> will come
> and sit softly on your shoulder ...
> 
>  -- Thoreau 
> 
> 
> -
> 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: [maven2 build] Tue May 11 10:15:56 EDT 2004

2004-05-11 Thread Jason van Zyl
On Tue, 2004-05-11 at 10:16, [EMAIL PROTECTED] wrote:
> Performing a clean check out of maven-components ...
> 
> Updates occured, build required ...

Michal,

Can you take a peek at some of the failures. I'm just trying to get a
clean build so I can apply John's marmalade patch.

-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://maven.apache.org

happiness is like a butterfly: the more you chase it, the more it will
elude you, but if you turn your attention to other things, it will come
and sit softly on your shoulder ...

 -- Thoreau 


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



[maven2 build] Tue May 11 10:15:56 EDT 2004

2004-05-11 Thread jvanzyl

Performing a clean check out of maven-components ...

Updates occured, build required ...


---
 Building mboot ... 
---
---
Maven MBoot
---
Installing mboot in /home/users/jvanzyl/mboot ...
---
Installing MBoot dependencies ... 
---
---
 Install the parent pom for all maven-component artifacts ... 
---
Installing POM in 
/home/users/jvanzyl/maven-repo-local/maven/poms/maven-component-2.0-SNAPSHOT.pom
---
 Building maven-model ... 
---
Generating java in src/main/java from maven.mdo
Generating xpp3 unmarshaller in src/main/java from maven.mdo
Generating xpp3 marshaller in src/main/java from maven.mdo
Building project in /home/users/jvanzyl/m2/maven-components/maven-model
Using the following for your maven.repo.local: /home/users/jvanzyl/maven-repo-local
Building tests in /home/users/jvanzyl/m2/maven-components/maven-model
find: src/main/resources: No such file or directory
find: src/test/resources: No such file or directory
find: src/test/java: No such file or directory
Running tests in /home/users/jvanzyl/m2/maven-components/maven-model

---
T E S T S
---
[surefire] Running org.codehaus.surefire.battery.DirectoryBattery
[surefire] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0 sec
Building jars (maven-model-2.0-SNAPSHOT.jar) in 
/home/users/jvanzyl/m2/maven-components/maven-model/target
Installing maven-model-2.0-SNAPSHOT.jar in 
/home/users/jvanzyl/maven-repo-local/maven/jars
Installing POM in 
/home/users/jvanzyl/maven-repo-local/maven/poms/maven-model-2.0-SNAPSHOT.pom
Generating xml schema in . from maven.mdo
Generating xdoc in ./xdocs from maven.mdo
---
 Building maven-project ... 
---
Building project in /home/users/jvanzyl/m2/maven-components/maven-project
Using the following for your maven.repo.local: /home/users/jvanzyl/maven-repo-local
Downloading dependency: plexus/jars/plexus-0.14-SNAPSHOT.jar

.
Downloading dependency: plexus/jars/plexus-i18n-1.0-beta-2-SNAPSHOT.jar
.
.
Downloading dependency: maven/jars/wagon-api-0.9-SNAPSHOT.jar

.
Downloading dependency: classworlds/jars/classworlds-1.1-SNAPSHOT.jar

.
src/main/java/org/apache/maven/artifact/download/DefaultArtifactDownloader.java:97: 
cannot resolve symbol
symbol  : method releaseWagon (org.apache.maven.wagon.Wagon)
location: interface org.apache.maven.wagon.manager.WagonManager
   wagonManager.releaseWagon( wagon );
   ^
src/main/java/org/apache/maven/artifact/download/DefaultArtifactDownloader.java:122: 
get(org.apache.maven.wagon.artifact.Artifact,java.io.File) in 
org.apache.maven.wagon.Wagon cannot be applied to (java.lang.String,java.io.File)
wagon.get( source, file );
 ^
src/main/java/org/apache/maven/artifact/download/DefaultArtifactDownloader.java:149: 
get(org.apache.maven.wagon.artifact.Artifact,java.io.File) in 
org.apache.maven.wagon.Wagon cannot be applied to (java.lang.String,java.io.File)
wagon.get( checksum, checksumFile );
 ^
3 errors
Failed compiling classes!
---
 Building maven-core ... 
---
Building project in /home/users/jvanzyl/m2/maven-components/maven-core
Using the following for your maven.repo.local: /home/users/jvanzyl/maven-repo-local
Downloading dependency: maven/jars/maven-project-2.0-SNAPSHOT.jar
Exception in thread "main" java.lang.Exception: java.lang.Exception: Failed to 
download maven/jars/maven-project-2.0-SNAPSHOT.jar
at ArtifactDownloader.downloadDependencies(ArtifactDownloader.java:117)
at Bootstrapper.downloadDependencies(Bootstrapper.java:92)
at Bootstrapper.execute(Bootstrapper.java:62)
at Bootstrapper.main(Bootstrapper.java:42)
Caused by: java.lang.Exception: Failed to download 
maven/jars/maven-project-2.0-SNAPSHOT.jar
at ArtifactDownloa

cvs commit: maven-plugins/appserver project.xml

2004-05-11 Thread dion
dion2004/05/11 07:08:07

  Modified:aspectj  project.xml
   ant  project.xml
   antlrproject.xml
   ashkelon project.xml
   artifact project.xml
   aspectwerkz project.xml
   appserver project.xml
  Log:
  Remove 'Maven' and 'plugin' from name
  
  Revision  ChangesPath
  1.31  +1 -1  maven-plugins/aspectj/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/aspectj/project.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- project.xml   7 May 2004 19:19:10 -   1.30
  +++ project.xml   11 May 2004 14:08:06 -  1.31
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-aspectj-plugin
  -  Maven AspectJ Plug-in
  +  AspectJ
 3.0-SNAPSHOT
 
 AspectJ Plugin for Maven
  
  
  
  1.36  +1 -1  maven-plugins/ant/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/ant/project.xml,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- project.xml   4 May 2004 00:18:09 -   1.35
  +++ project.xml   11 May 2004 14:08:06 -  1.36
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-ant-plugin
  -  Maven Ant Plug-in
  +  Ant
 1.7-SNAPSHOT
 Generates ant build files from a maven project, so that plain ant 
users can build your project
 Generate Ant build file
  
  
  
  1.31  +1 -1  maven-plugins/antlr/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/antlr/project.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- project.xml   10 May 2004 23:38:02 -  1.30
  +++ project.xml   11 May 2004 14:08:06 -  1.31
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-antlr-plugin
  -  Maven Antlr Plugin
  +  Antlr
 1.2-SNAPSHOT
 
 Process Antlr grammars
  
  
  
  1.23  +1 -1  maven-plugins/ashkelon/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/ashkelon/project.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- project.xml   2 May 2004 13:30:04 -   1.22
  +++ project.xml   11 May 2004 14:08:06 -  1.23
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-ashkelon-plugin
  -  Maven Ashkelon Plug-in
  +  Ashkelon
 1.2-SNAPSHOT
 
 Publish javadoc to Ashkelon
  
  
  
  1.21  +1 -1  maven-plugins/artifact/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/artifact/project.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml   5 May 2004 11:00:59 -   1.20
  +++ project.xml   11 May 2004 14:08:06 -  1.21
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-artifact-plugin
  -  Maven Artifact Plug-in
  +  Artifact
 1.2-SNAPSHOT
 
 Tools to manage artifacts and deployment
  
  
  
  1.21  +1 -1  maven-plugins/aspectwerkz/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/aspectwerkz/project.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- project.xml   2 May 2004 13:30:53 -   1.20
  +++ project.xml   11 May 2004 14:08:07 -  1.21
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-aspectwerkz-plugin
  -  Maven AspectWerkz Plug-in
  +  AspectWerkz
 1.2-SNAPSHOT
 Plugin for AspectWerkz
 AspectWerkz plugin
  
  
  
  1.28  +1 -1  maven-plugins/appserver/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/appserver/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml   2 May 2004 12:35:42 -   1.27
  +++ project.xml   11 May 2004 14:08:07 -  1.28
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-appserver-plugin
  -  Maven Appserver Plugin
  +  Appserver
 2.1-SNAPSHOT
 
 A Maven plugin that can be used to install and control a J2EE 
application server instance.
  
  
  

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



cvs commit: maven-plugins/announcement project.xml

2004-05-11 Thread dion
dion2004/05/11 06:51:55

  Modified:announcement project.xml
  Log:
  Remove 'Maven' and 'plugin' from name
  
  Revision  ChangesPath
  1.16  +1 -1  maven-plugins/announcement/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/announcement/project.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.xml   2 May 2004 12:33:23 -   1.15
  +++ project.xml   11 May 2004 13:51:55 -  1.16
  @@ -22,7 +22,7 @@
 ../plugin-parent/project.xml
 3
 maven-announcement-plugin
  -  Maven Announcement plugin
  +  Announcement
 1.1-SNAPSHOT
 
   The Announcement plugin generates release announcements. It uses the
  
  
  

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



RE: cvs commit: maven-plugins/artifact/xdocs changes.xml

2004-05-11 Thread Maczka Michal
extension is.
> > 
> > Discussion are archived which we had an are probably 
> locatable looking
> > for type/kind/artifacts. Michal, Rafal and myself were among the
> > participants that I can recall off hand.
> 
> Sure but we were discussing making the artifact handler 
> configurable by
> end users (there's currently a artifact handler but it's not
> configurable). Is that possible with what you have already discussed
> with Michal and Rafal?
> 

We have only dissussed the idea itself not the implementation details.
I don't see any reasons why handlers should not be "configurable" by users.


regards

Michal

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



RE: cvs commit: maven/maven-jelly-tags/xdocs changes.xml

2004-05-11 Thread Vincent Massol
Hi Brett,

There's still the problem of the  tag happening in the wrong
place it seems. I have fixed tens of problems manually like this and I
would prefer not to have to do it again... :-) Is it possible to fix?

Thanks
-Vincent

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 11 May 2004 12:18
> To: [EMAIL PROTECTED]
> Subject: cvs commit: maven/maven-jelly-tags/xdocs changes.xml
> 
> brett   2004/05/11 03:18:18
> 
>   Modified:maven-jelly-tags Tag: MAVEN-1_0-BRANCH project.xml
>maven-jelly-tags/xdocs Tag: MAVEN-1_0-BRANCH
changes.xml
>   Log:
>   [maven-scm-plugin] prepare release 1.0
> 
>   Revision  ChangesPath
>   No   revision
>   No   revision
>   1.1.2.6   +11 -11maven/maven-jelly-tags/project.xml
> 
>   Index: project.xml
>   ===
>   RCS file: /home/cvs/maven/maven-jelly-tags/project.xml,v
>   retrieving revision 1.1.2.5
>   retrieving revision 1.1.2.6
>   diff -u -r1.1.2.5 -r1.1.2.6
>   --- project.xml 5 May 2004 13:19:14 -   1.1.2.5
>   +++ project.xml 11 May 2004 10:18:17 -  1.1.2.6
>   @@ -23,7 +23,7 @@
>  maven
>  maven-jelly-tags
>  Maven Jelly Tag Library
>   -  1.0-SNAPSHOT
>   +  1.0
>  
>Apache Software Foundation
>http://www.apache.org/
>   @@ -32,14 +32,9 @@
>  2001
>  org.apache.maven.jelly.tags
>  http://maven.apache.org/images/maven.gif
>   -
>   -  
>   -The Maven jelly tag library is designed to be used in Maven
Jelly
> scripts and plugins to perform
>   -functions such as the reactor, run a Maven sub build, and load
a
> Maven project model.
>   -  
>   +  The Maven jelly tag library is designed to be used
in
> Maven Jelly scripts and plugins to perform functions such as the
reactor,
> run a Maven sub build, and load a Maven project model.
>  http://maven.apache.org/reference/maven-jelly-tags
>   -  
>   -
>
http://jira.codehaus.org/BrowseProject.jspa?id=10030 sueTrackingUrl>
>   +
>
http://jira.codehaus.org/BrowseProject.jspa?id=10590 sueTrackingUrl>
>  maven.apache.org
>  /www/maven.apache.org/reference/maven-jelly-
> tags
>  maven.apache.org
>   @@ -144,7 +139,6 @@
>  repo
>
>  
>   -
>  
>
>  commons-jelly
>   @@ -196,6 +190,7 @@
>  http://jakarta.apache.org/commons/jelly/tags/ant/
>
>
>   +
>
>  commons-lang
>  commons-lang
>   @@ -203,7 +198,6 @@
>  http://jakarta.apache.org/commons/lang.html
>
>  
>   -
>  
>[EMAIL PROTECTED]
>src/java/main
>   @@ -230,5 +224,11 @@
>maven-simian-plugin
>maven-faq-plugin
>  
>   +  
>   +
>   +  1.0
>   +  1.0
>   +  MAVEN_JELLY_TAGS-1_0
>   +
>   +  
>
>   -
> 
> 
> 
>   No   revision
>   No   revision
>   1.1.2.3   +8 -3  maven/maven-jelly-tags/xdocs/changes.xml
> 
>   Index: changes.xml
>   ===
>   RCS file: /home/cvs/maven/maven-jelly-tags/xdocs/changes.xml,v
>   retrieving revision 1.1.2.2
>   retrieving revision 1.1.2.3
>   diff -u -r1.1.2.2 -r1.1.2.3
>   --- changes.xml 5 May 2004 11:01:04 -   1.1.2.2
>   +++ changes.xml 11 May 2004 10:18:18 -  1.1.2.3
>   @@ -24,9 +24,14 @@
>Vincent Massol
>  
>  
>   -
>   -  Added new
SetTag
> tag to set plugin properties
>   -  Added new
GetTag
> tag that replaces the now deprecated PluginVar
tag
>   +
>   +  Added new
>   +SetTagtag to set plugin properties
>   +  
>   +  Added new
>   +GetTagtag that replaces the now deprecated
>   +PluginVartag
>   +  
>  Install and
> uninstall plugin tags for managing plugins on the fly.
>
>  
> 
> 
> 
> 
> -
> 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: cvs commit: maven-plugins/artifact/xdocs changes.xml

2004-05-11 Thread Vincent Massol


> -Original Message-
> From: Jason van Zyl [mailto:[EMAIL PROTECTED]
> Sent: 11 May 2004 11:38
> To: Maven Developers List
> Subject: RE: cvs commit: maven-plugins/artifact/xdocs changes.xml
> 
> On Mon, 2004-05-10 at 15:13, Vincent Massol wrote:
> > > -Original Message-
> > > From: Brett Porter [mailto:[EMAIL PROTECTED]
> > > Sent: 11 May 2004 08:48
> > > To: 'Maven Developers List'
> > > Subject: RE: cvs commit: maven-plugins/artifact/xdocs changes.xml
> > >
> > > Probably? Definitely :)
> > >
> > > I don't think this is a per dependency attribute. It's a mapping
that
> > > needs
> > > to be configurable, but global.
> >
> > That would be even better... :-)
> 
> Yes, it's called an artifact handler and there is no need for an
>  element in a dependency. From the dependencies type the
> corresponding artifact handler which encapsulates the artifacts
handling
> will know, among other things, what the extension is.
> 
> Discussion are archived which we had an are probably locatable looking
> for type/kind/artifacts. Michal, Rafal and myself were among the
> participants that I can recall off hand.

Sure but we were discussing making the artifact handler configurable by
end users (there's currently a artifact handler but it's not
configurable). Is that possible with what you have already discussed
with Michal and Rafal?

Thanks
-Vincent


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



RE: cvs commit: maven/src/test/touchstone-build maven.xml

2004-05-11 Thread Heritier Arnaud
Patch to fix this bug :

Index: src/test/java/org/apache/maven/plugin/PluginCacheManagerTest.java
===
RCS file: 
/home/cvspublic/maven/src/test/java/org/apache/maven/plugin/PluginCacheManagerTest.java,v
retrieving revision 1.5.4.4
diff -u -r1.5.4.4 PluginCacheManagerTest.java
--- src/test/java/org/apache/maven/plugin/PluginCacheManagerTest.java   1 Apr 2004 
01:52:20 -   1.5.4.4
+++ src/test/java/org/apache/maven/plugin/PluginCacheManagerTest.java   11 May 2004 
12:58:53 -
@@ -57,7 +57,7 @@
 {
 PluginCacheManager pgb = new PluginCacheManager();
 JellyScriptHousing housing = new JellyScriptHousing( new File( PLUGIN_SCRIPT 
).getParentFile(), null );
-housing.parse( pgb, new FileInputStream( new File( PLUGIN_SCRIPT )));
+housing.parse( pgb, null, new FileInputStream( new File( PLUGIN_SCRIPT )));
 
 assertEquals("Generate docs in APT format>xdoc:generate-from-pom",
 pgb.getGoalCache().getProperty("apt:generate"));


> -Message d'origine-
> De : Heritier Arnaud 
> Envoyé : mardi 11 mai 2004 14:57
> À : Maven Developers List
> Objet : RE: cvs commit: maven/src/test/touchstone-build maven.xml
> 
> 
> hello brett
> 
> the bootstrap failed.
> 
> I think that it is due to this commit
> 
> 
>  [exec]  __  __
>  [exec] |  \/  |__ _Apache__ ___
>  [exec] | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
>  [exec] |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc3-SNAPSHOT
> 
>  [exec] plugin license is cached (dynatag dep) but no 
> longer present
>  [exec] Cache invalidated due to out of date plugins
>  [exec] build:start:
> 
>  [exec] clean:clean:
> 
>  [exec] clean:
> 
>  [exec] java:prepare-filesystem:
>  [exec] [mkdir] Created dir: 
> C:\Work\Opensources\maven-1.0\target\classes
> 
>  [exec] java:compile:
>  [exec] [echo] Compiling to 
> C:\Work\Opensources\maven-1.0/target/classes
>  [exec] [javac] Compiling 77 source files to 
> C:\Work\Opensources\maven-1.0\target\classes
> 
>  [exec] java:jar-resources:
>  [exec] Copying 1 file to 
> C:\Work\Opensources\maven-1.0\target\classes\META-INF
>  [exec] Copying 4 files to 
> C:\Work\Opensources\maven-1.0\target\classes
>  [exec] Copying 10 files to 
> C:\Work\Opensources\maven-1.0\target\classes\org\apache\maven\messages
> 
>  [exec] test:prepare-filesystem:
>  [exec] [mkdir] Created dir: 
> C:\Work\Opensources\maven-1.0\target\test-classes
>  [exec] [mkdir] Created dir: 
> C:\Work\Opensources\maven-1.0\target\test-reports
> 
>  [exec] test:test-resources:
> 
>  [exec] test:compile:
>  [exec] [javac] Compiling 38 source files to 
> C:\Work\Opensources\maven-1.0\target\test-classes
>  [exec] 
> C:\Work\Opensources\maven-1.0\src\test\java\org\apache\maven\p
> lugin\PluginCacheManagerTest.java:60: cannot resolve symbol
>  [exec] symbol  : method parse 
> (org.apache.maven.plugin.PluginCacheManager,java.io.FileInputStream)
>  [exec] location: class org.apache.maven.plugin.JellyScriptHousing
>  [exec] housing.parse( pgb, new FileInputStream( 
> new File( PLUGIN_SCRIPT )));
>  [exec]^
>  [exec] 1 error
> 
>  [exec] BUILD FAILED
>  [exec] File.. 
> C:\Work\Config\maven\plugins\maven-test-plugin-1.6-SNAPSHOT\pl
> ugin.jelly
>  [exec] Element... javac
>  [exec] Line.. 52
>  [exec] Column 46
>  [exec] Compile failed; see the compiler error output for details.
>  [exec] Total time: 23 seconds
>  [exec] Finished at: Tue May 11 14:43:00 CEST 2004
> 
> Arnaud
> 
> 
> > -Message d'origine-
> > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Envoyé : mardi 11 mai 2004 11:48
> > À : [EMAIL PROTECTED]
> > Objet : cvs commit: maven/src/test/touchstone-build maven.xml
> > 
> > 
> > brett   2004/05/11 02:48:16
> > 
> >   Modified:src/java/org/apache/maven/plugin Tag: 
> MAVEN-1_0-BRANCH
> > JellyScriptHousing.java PluginManager.java
> > PluginScriptParser.java
> >src/test/touchstone-build Tag: 
> > MAVEN-1_0-BRANCH maven.xml
> >   Log:
> >   PR: MAVEN-1223
> >   Submitted by: joseph benavidez
> >   Reviewed by:  Brett Porter
> >   Applied with modifications.
> >   Have system entities with relative paths in maven.xml and 
> > plugin scripts resolve relative to the correct location.
> >   Also v1.16.1.10 of JellyUtils.java is included here but has 
> > the wrong log message.
> >   
> >   Revision  ChangesPath
> >   No   revision
> >   No   revision
> >   1.3.4.14  +4 -3  
> > maven/src/java/org/apache/maven/plugin/JellyScriptHousing.java
> >   
> >   Index: JellyScriptHousing.java
> >   
> ===
> >   RCS file: 
> > /home/cvs/maven/src/java/org/apache/m

RE: cvs commit: maven-plugins/artifact/xdocs changes.xml

2004-05-11 Thread Vincent Massol


> -Original Message-
> From: Jason van Zyl [mailto:[EMAIL PROTECTED]
> Sent: 11 May 2004 11:38
> To: Maven Developers List
> Subject: RE: cvs commit: maven-plugins/artifact/xdocs changes.xml
> 
> On Mon, 2004-05-10 at 15:13, Vincent Massol wrote:
> > > -Original Message-
> > > From: Brett Porter [mailto:[EMAIL PROTECTED]
> > > Sent: 11 May 2004 08:48
> > > To: 'Maven Developers List'
> > > Subject: RE: cvs commit: maven-plugins/artifact/xdocs changes.xml
> > >
> > > Probably? Definitely :)
> > >
> > > I don't think this is a per dependency attribute. It's a mapping
that
> > > needs
> > > to be configurable, but global.
> >
> > That would be even better... :-)
> 
> Yes, it's called an artifact handler and there is no need for an
>  element in a dependency. From the dependencies type the
> corresponding artifact handler which encapsulates the artifacts
handling
> will know, among other things, what the extension is.
> 
> Discussion are archived which we had an are probably locatable looking
> for type/kind/artifacts. Michal, Rafal and myself were among the
> participants that I can recall off hand.

Sure but we were discussing making the artifact handler configurable by
end users (there's currently a artifact handler but it's not
configurable). Is that possible with what you have already discussed
with Michal and Rafal?

Thanks
-Vincent


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



RE: cvs commit: maven/src/test/touchstone-build maven.xml

2004-05-11 Thread Heritier Arnaud
hello brett

the bootstrap failed.

I think that it is due to this commit


 [exec]  __  __
 [exec] |  \/  |__ _Apache__ ___
 [exec] | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
 [exec] |_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc3-SNAPSHOT

 [exec] plugin license is cached (dynatag dep) but no longer present
 [exec] Cache invalidated due to out of date plugins
 [exec] build:start:

 [exec] clean:clean:

 [exec] clean:

 [exec] java:prepare-filesystem:
 [exec] [mkdir] Created dir: C:\Work\Opensources\maven-1.0\target\classes

 [exec] java:compile:
 [exec] [echo] Compiling to C:\Work\Opensources\maven-1.0/target/classes
 [exec] [javac] Compiling 77 source files to 
C:\Work\Opensources\maven-1.0\target\classes

 [exec] java:jar-resources:
 [exec] Copying 1 file to C:\Work\Opensources\maven-1.0\target\classes\META-INF
 [exec] Copying 4 files to C:\Work\Opensources\maven-1.0\target\classes
 [exec] Copying 10 files to 
C:\Work\Opensources\maven-1.0\target\classes\org\apache\maven\messages

 [exec] test:prepare-filesystem:
 [exec] [mkdir] Created dir: C:\Work\Opensources\maven-1.0\target\test-classes
 [exec] [mkdir] Created dir: C:\Work\Opensources\maven-1.0\target\test-reports

 [exec] test:test-resources:

 [exec] test:compile:
 [exec] [javac] Compiling 38 source files to 
C:\Work\Opensources\maven-1.0\target\test-classes
 [exec] 
C:\Work\Opensources\maven-1.0\src\test\java\org\apache\maven\plugin\PluginCacheManagerTest.java:60:
 cannot resolve symbol
 [exec] symbol  : method parse 
(org.apache.maven.plugin.PluginCacheManager,java.io.FileInputStream)
 [exec] location: class org.apache.maven.plugin.JellyScriptHousing
 [exec] housing.parse( pgb, new FileInputStream( new File( PLUGIN_SCRIPT 
)));
 [exec]^
 [exec] 1 error

 [exec] BUILD FAILED
 [exec] File.. 
C:\Work\Config\maven\plugins\maven-test-plugin-1.6-SNAPSHOT\plugin.jelly
 [exec] Element... javac
 [exec] Line.. 52
 [exec] Column 46
 [exec] Compile failed; see the compiler error output for details.
 [exec] Total time: 23 seconds
 [exec] Finished at: Tue May 11 14:43:00 CEST 2004

Arnaud


> -Message d'origine-
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Envoyé : mardi 11 mai 2004 11:48
> À : [EMAIL PROTECTED]
> Objet : cvs commit: maven/src/test/touchstone-build maven.xml
> 
> 
> brett   2004/05/11 02:48:16
> 
>   Modified:src/java/org/apache/maven/plugin Tag: MAVEN-1_0-BRANCH
> JellyScriptHousing.java PluginManager.java
> PluginScriptParser.java
>src/test/touchstone-build Tag: 
> MAVEN-1_0-BRANCH maven.xml
>   Log:
>   PR: MAVEN-1223
>   Submitted by:   joseph benavidez
>   Reviewed by:Brett Porter
>   Applied with modifications.
>   Have system entities with relative paths in maven.xml and 
> plugin scripts resolve relative to the correct location.
>   Also v1.16.1.10 of JellyUtils.java is included here but has 
> the wrong log message.
>   
>   Revision  ChangesPath
>   No   revision
>   No   revision
>   1.3.4.14  +4 -3  
> maven/src/java/org/apache/maven/plugin/JellyScriptHousing.java
>   
>   Index: JellyScriptHousing.java
>   ===
>   RCS file: 
> /home/cvs/maven/src/java/org/apache/maven/plugin/JellyScriptHo
> using.java,v
>   retrieving revision 1.3.4.13
>   retrieving revision 1.3.4.14
>   diff -u -r1.3.4.13 -r1.3.4.14
>   --- JellyScriptHousing.java 2 Apr 2004 03:42:25 -   1.3.4.13
>   +++ JellyScriptHousing.java 11 May 2004 09:48:16 -  1.3.4.14
>   @@ -145,7 +145,7 @@
>return name;
>}
>
>   -void parse( PluginDefinitionHandler handler, 
> InputStream inStream ) throws MavenException
>   +void parse( PluginDefinitionHandler handler, String 
> systemId, InputStream inStream ) throws MavenException
>{
>try
>{
>   @@ -153,6 +153,7 @@
>factory.setNamespaceAware( true );
>SAXParser parser = factory.newSAXParser();
>InputSource is = new InputSource( inStream );
>   +is.setSystemId( systemId );
>parser.parse( is, new PluginScriptParser( 
> handler, this ) );
>}
>catch ( ParserConfigurationException e )
>   @@ -173,7 +174,7 @@
>{
>try
>{
>   -parse( handler, new FileInputStream( source ) );
>   +parse( handler, source.getAbsolutePath(), new 
> FileInputStream( source ) );
>}
>catch ( FileNotFoundException e )
>{
>   
>   
>   
>   1.70.4.45 +2 -2  
> maven/src/java/org/apache/maven/plugin/PluginManager.java
>   
>   Index: PluginManager.java
>   =

RE: cvs commit: maven-plugins/artifact/xdocs changes.xml

2004-05-11 Thread Maczka Michal
 
> > Wagon will be a part of m2 alpha-1 release. Once we have it 
> ready we can 
> try
> > to backport wagon and higher level componets 
> 
> Is there a reason Wagon is tied to m2?
> 

Wagon is not just a better replacement for maven-artifact-plugin. 
First fundamental difference is that it supports round trip transfers or
artifacts.
Artifact fetching is at the moment implemented in maven1 at the core level.
So wagon needs to be integrated at the same level. 
I don't think that our core will live long after we have 1.0 release. 
At the moment really a lot parts of m2 can replace their counterparts in
maven 1 core and imo this is the only way 
to have sufficient architecture and quality of the code which will allow us
to take this project much further.
Wagon is usable as standalone liblary but still needs to be integrated with
maven (it was alredy integarted with m2)
as it will use maven configuration setting for both local and remote
repositories, proxy servers, auth. info and so on.
Those things are often completly absent in maven1 but they already added to
m2 (to the new core).

First release of wagon (version 1.0) with docs etc. is relly close (rather
days then weeks from now). 
It will almost certainly preceed release 1.0 of maven. 

regards!

Michal

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



RE: [VOTE] release Maven 1.0 RC3

2004-05-11 Thread dion_gillard
Does 1.0 RC3 ship so that no internet downloads are needed?

i.e. all shipped plugin dependencies are available in the local repo or as 
a separate download?

I'd prefer this was in RC3.
--
dIon Gillard, Multitask Consulting



"Vincent Massol" <[EMAIL PROTECTED]> wrote on 11/05/2004 04:15:52 AM:

> +1
> 
> Thanks
> -Vincent
> 
> > -Original Message-
> > From: Brett Porter [mailto:[EMAIL PROTECTED]
> > Sent: 11 May 2004 01:58
> > To: Maven Developers List ([EMAIL PROTECTED])
> > Subject: [VOTE] release Maven 1.0 RC3
> > 
> > Note that this vote has dependencies on these votes:
> > - Release of maven-jelly-tags 1.0
> > - Release of all maven plugins
> > And is conditional on the successful rsolution of MAVEN-1275 which I
> will
> > test after checking the patch and before starting the release process.
> > 
> > This is a vote to release Maven 1.0 RC3. As the release plan, RC3 is
> the
> > last release candidate for Maven 1.0 and should contain all
> functionality
> > and bugfixes necessary. The only changes between RC3 and 1.0 will be
> low
> > risk bugfixes and updates, the bundling of new plugin releases made by
> > their
> > developers by vote, and as much documentation as I can stand to do.
> > 
> > So please vote for the release of Maven 1.0 RC3!
> > 
> > +1 from me obviously.
> > 
> > Cheers,
> > Brett
> > 
> > --
> > Brett Porter
> > Team Leader, Core Systems
> > f2 network ~ everything essential
> > 
> > -
> > 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]



RE: cvs commit: maven-plugins/artifact/xdocs changes.xml

2004-05-11 Thread dion_gillard
Maczka Michal <[EMAIL PROTECTED]> wrote on 11/05/2004 05:29:56 PM:

> If you are following the commits logs for maven-components you'll find 
that
> last few days there were quite a lot of them and I am busy working on 
that.

I don't follow the commits for maven-components or maven-core.

> Things are not yet 100% ready but constantly improving. I have no plan 
to
> attempt to integrate wagon for maven 1.0 

I don't think Brett would let you :-)

> Wagon will be a part of m2 alpha-1 release. Once we have it ready we can 
try
> to backport wagon and higher level componets 

Is there a reason Wagon is tied to m2?

> to maven 1.1 or whatever will follow 1.0. This will be deadly simple to 
do
> from point of view of development effort but there are some incompatible
> changes.
> For example snapshot resolving will work also for ropsitories which do 
not
> let you to check the date of the last modifictation. I have also 
implemented
> a possibility of defing proxy server per each repository. So you can 
have
> two "http" repositories and accees one with proxy, second without proxy. 

> This is helpful for people having coroprate http repositories. There is
> quite a lot of such new features which are resolving most of our issuess 
in 
> JIRA releated to artifact handling.

These are all good
--
dIon Gillard, Multitask Consulting


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



  1   2   >