[jira] Commented: (WAGONSSH-18) Incorrect mkdir command issued

2005-09-24 Thread Juan F. Codagnone (JIRA)
[ http://jira.codehaus.org/browse/WAGONSSH-18?page=comments#action_47089 ] 

Juan F. Codagnone commented on WAGONSSH-18:
---

one chunk of http://jira.codehaus.org/secure/attachment/16740/WAGON-SSH-14.diff 
 (WAGONSSH-14) wasnt commited  :(



 Incorrect mkdir command issued
 --

  Key: WAGONSSH-18
  URL: http://jira.codehaus.org/browse/WAGONSSH-18
  Project: wagon-ssh
 Type: Bug
 Versions: 1.0-alpha-5
  Environment: m2 on Win2k3 jdk 1.5.0_04. The repository is on Red Hat linux.
 Reporter: md



 m2 deploy:deploy failed to updload the artifact. On browsing the maven code I 
 noticed the command being executed for creating the directory (ScpWagon.java 
 line 256) :
 String mkdirCmd = umaskCmd + mkdir -p -m  + basedir + / + dir + \n;
 This is an invalid mkdir command. The -m option requires a mode argument 
 before the path is specified. And with the umask command in the same 
 subshell, I believe the -m option is redundant.

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


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



M2 Plugin Descriptions Missing

2005-09-24 Thread Thomas Van de Velde
Many plugins are not having a description. When will this be completed?
Isn't it better to do this right away? Documentation has been raised as an
issue many times and for M2, I am surprised to see that it's still happening
after the facts. Personally I think it's better to write and document at the
same time. I also think it's unrealistic to ask others to go in and document
others' java code and plugins (as was previously suggested). Don't take it
as critisism but a call for applying good practises.

Thomas


Re: M2 Plugin Descriptions Missing

2005-09-24 Thread Brett Porter
The majority of the released Maven plugins have some documentation - see
the plugin matrix for how we are tracking that.

Which in particular are you referring to?

- Brett

Thomas Van de Velde wrote:

Many plugins are not having a description. When will this be completed?
Isn't it better to do this right away? Documentation has been raised as an
issue many times and for M2, I am surprised to see that it's still happening
after the facts. Personally I think it's better to write and document at the
same time. I also think it's unrealistic to ask others to go in and document
others' java code and plugins (as was previously suggested). Don't take it
as critisism but a call for applying good practises.

Thomas

  


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



Re: M2 Plugin Descriptions Missing

2005-09-24 Thread Thomas Van de Velde
Brett,

I am referring to the properties of the plugins.

http://maven.apache.org/maven2/plugins/maven-assembly-plugin/assembly-mojo.html
http://maven.apache.org/maven2/plugins/maven-archetype-plugin/create-mojo.html
...

Cheers,
Thomas

On 9/24/05, Brett Porter [EMAIL PROTECTED] wrote:

 The majority of the released Maven plugins have some documentation - see
 the plugin matrix for how we are tracking that.

 Which in particular are you referring to?

 - Brett

 Thomas Van de Velde wrote:

 Many plugins are not having a description. When will this be completed?
 Isn't it better to do this right away? Documentation has been raised as
 an
 issue many times and for M2, I am surprised to see that it's still
 happening
 after the facts. Personally I think it's better to write and document at
 the
 same time. I also think it's unrealistic to ask others to go in and
 document
 others' java code and plugins (as was previously suggested). Don't take
 it
 as critisism but a call for applying good practises.
 
 Thomas
 
 
 

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




[jira] Created: (MNG-1013) improved dependency report

2005-09-24 Thread Brett Porter (JIRA)
improved dependency report
--

 Key: MNG-1013
 URL: http://jira.codehaus.org/browse/MNG-1013
 Project: Maven 2
Type: Bug
  Components: maven-project-info-reports-plugin  
 Reporter: Brett Porter


it'd be great to have a dependencies report based on the listener in 
maven-artifact:
- report on scopes
- report on versions considered by not selected
- show structure of dependency tree

I think it would be best to tabulate each dependencies info in multiple rows at 
the bottom (as the description currently gets squashed into the table), and 
present a tree at the top that links to it. (indented lists here, we have a 
graphing tool we can use later).

we should make some of this configurable, of course.

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


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



[jira] Updated: (MNG-1013) improved dependency report

2005-09-24 Thread Brett Porter (JIRA)
 [ http://jira.codehaus.org/browse/MNG-1013?page=all ]

Brett Porter updated MNG-1013:
--

type: New Feature  (was: Bug)

 improved dependency report
 --

  Key: MNG-1013
  URL: http://jira.codehaus.org/browse/MNG-1013
  Project: Maven 2
 Type: New Feature
   Components: maven-project-info-reports-plugin
 Reporter: Brett Porter



 it'd be great to have a dependencies report based on the listener in 
 maven-artifact:
 - report on scopes
 - report on versions considered by not selected
 - show structure of dependency tree
 I think it would be best to tabulate each dependencies info in multiple rows 
 at the bottom (as the description currently gets squashed into the table), 
 and present a tree at the top that links to it. (indented lists here, we have 
 a graphing tool we can use later).
 we should make some of this configurable, of course.

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


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



Re: rar plugin ready for release

2005-09-24 Thread Stephane Nicoll
Brett,

I will work on it today and move it from the sandbox.
(Some lifecycle thingies to fix).

Cheers,
Stéphane

On 9/22/05, Brett Porter [EMAIL PROTECTED] wrote:
 Hi,

 Is the RAR plugin ready for release? If not, what remains to get it up
 to scratch?

 Thanks,
 Brett

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




--
.::You're welcome ::.

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



[jira] Commented: (MNG-960) complete templates

2005-09-24 Thread Stephane Nicoll (JIRA)
[ http://jira.codehaus.org/browse/MNG-960?page=comments#action_47064 ] 

Stephane Nicoll commented on MNG-960:
-

where is this located?

 complete templates
 --

  Key: MNG-960
  URL: http://jira.codehaus.org/browse/MNG-960
  Project: Maven 2
 Type: Improvement
   Components: maven-archetype-plugin
 Reporter: Brett Porter



 finish the existing templates, and ensure there are templates for:
 - maven plugin
 - multiproject
 - ear
 - ejb
 - rar
 - site (or is this added to the others?)

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


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



svn commit: r291288 - in /maven/components/trunk/maven-plugins/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear: AbstractEarMojo.java GenerateApplicationXmlMojo.java

2005-09-24 Thread snicoll
Author: snicoll
Date: Sat Sep 24 05:25:32 2005
New Revision: 291288

URL: http://svn.apache.org/viewcvs?rev=291288view=rev
Log:
missing : in id.

Modified:

maven/components/trunk/maven-plugins/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear/AbstractEarMojo.java

maven/components/trunk/maven-plugins/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear/GenerateApplicationXmlMojo.java

Modified: 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear/AbstractEarMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear/AbstractEarMojo.java?rev=291288r1=291287r2=291288view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear/AbstractEarMojo.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear/AbstractEarMojo.java
 Sat Sep 24 05:25:32 2005
@@ -31,7 +31,7 @@
  * A base class for EAR-processing related tasks.
  *
  * @author a href=[EMAIL PROTECTED]Stephane Nicoll/a
- * @version $Id $
+ * @version $Id:  $
  */
 public abstract class AbstractEarMojo
 extends AbstractMojo

Modified: 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear/GenerateApplicationXmlMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear/GenerateApplicationXmlMojo.java?rev=291288r1=291287r2=291288view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear/GenerateApplicationXmlMojo.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-ear-plugin/src/main/java/org/apache/maven/plugin/ear/GenerateApplicationXmlMojo.java
 Sat Sep 24 05:25:32 2005
@@ -26,7 +26,7 @@
  * A Mojo used to build the application.xml file.
  *
  * @author a href=[EMAIL PROTECTED]Stephane Nicoll/a
- * @version $Id $
+ * @version $Id: $
  * @goal generate-application-xml
  * @phase generate-resources
  * @requiresDependencyResolution test



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



[jira] Moved: (MPXDOC-174) Unclear error message when currentVersion/ in the project section of the project.xml file not defined.

2005-09-24 Thread Arnaud Heritier (JIRA)
 [ http://jira.codehaus.org/browse/MPXDOC-174?page=all ]

Arnaud Heritier moved MAVEN-1697 to MPXDOC-174:
---

 Version: (was: 1.1-beta-1)
Workflow: jira  (was: Maven)
 Key: MPXDOC-174  (was: MAVEN-1697)
 Project: maven-xdoc-plugin  (was: Maven)

 Unclear error message when currentVersion/ in the project section of  the 
 project.xml file not defined.
 ---

  Key: MPXDOC-174
  URL: http://jira.codehaus.org/browse/MPXDOC-174
  Project: maven-xdoc-plugin
 Type: Improvement
  Environment: Maven 1.1Beta, Win2k.
 Reporter: Erwin Hogeweg
 Priority: Minor



 Unclear error message when currentVersion/ in the project section of  the 
 project.xml file not defined.
 xdoc:jelly-transform:
 About to use JSL stylesheet
 file:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl
   [echo] en
   [echo] The current Locale is the default one
   [echo] Scanning 'D:\...\target\generated-xdocs'...
   [echo] Generating D:/.../target/docs/checkstyle-report.html from 
 D:\...\target\generated-xdocs\checkstyle-report.xml
 BUILD FAILED File..  
 D:\...\.maven\cache\maven-xdoc-plugin-1.9.1\plugin.jelly
  Element... j:include
  Line.. 479
  Column 58
  
 file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:33:17:
  jsl:stylesheet 
  
 file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:146:57:
  jsl:applyTemplates 
  
 file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:230:105:
  maven:property You must define an attribute called 'defaultValue' for this 
 tag.
  Total time   : 55 seconds
  Finished at  : Saturday, August 13, 2005 9:46:36 AM EDT

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


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



[jira] Commented: (MPXDOC-174) Unclear error message when currentVersion/ in the project section of the project.xml file not defined.

2005-09-24 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-174?page=comments#action_47067 ] 

Arnaud Heritier commented on MPXDOC-174:


The problem is that a lot of elements in the pom are optionals.
These elements are used in some plugins and we don't wan't to force the user 
who don't want a plugin to define an used entry in the pom.
I prefer to move this issue to the xdoc plugin (where the unclear message come 
from) but you can open a new task in the plugin-plugin (or in the pom-plugin) 
to add a new tag which helps plugins developpers to assert that a given entry 
in the pom is available.

 Unclear error message when currentVersion/ in the project section of  the 
 project.xml file not defined.
 ---

  Key: MPXDOC-174
  URL: http://jira.codehaus.org/browse/MPXDOC-174
  Project: maven-xdoc-plugin
 Type: Improvement
  Environment: Maven 1.1Beta, Win2k.
 Reporter: Erwin Hogeweg
 Priority: Minor



 Unclear error message when currentVersion/ in the project section of  the 
 project.xml file not defined.
 xdoc:jelly-transform:
 About to use JSL stylesheet
 file:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl
   [echo] en
   [echo] The current Locale is the default one
   [echo] Scanning 'D:\...\target\generated-xdocs'...
   [echo] Generating D:/.../target/docs/checkstyle-report.html from 
 D:\...\target\generated-xdocs\checkstyle-report.xml
 BUILD FAILED File..  
 D:\...\.maven\cache\maven-xdoc-plugin-1.9.1\plugin.jelly
  Element... j:include
  Line.. 479
  Column 58
  
 file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:33:17:
  jsl:stylesheet 
  
 file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:146:57:
  jsl:applyTemplates 
  
 file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:230:105:
  maven:property You must define an attribute called 'defaultValue' for this 
 tag.
  Total time   : 55 seconds
  Finished at  : Saturday, August 13, 2005 9:46:36 AM EDT

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


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



[jira] Updated: (MPXDOC-174) Unclear error message when currentVersion/ in the project section of the project.xml file not defined.

2005-09-24 Thread Arnaud Heritier (JIRA)
 [ http://jira.codehaus.org/browse/MPXDOC-174?page=all ]

Arnaud Heritier updated MPXDOC-174:
---

Version: 1.9.1

 Unclear error message when currentVersion/ in the project section of  the 
 project.xml file not defined.
 ---

  Key: MPXDOC-174
  URL: http://jira.codehaus.org/browse/MPXDOC-174
  Project: maven-xdoc-plugin
 Type: Improvement
 Versions: 1.9.1
  Environment: Maven 1.1Beta, Win2k.
 Reporter: Erwin Hogeweg
 Priority: Minor



 Unclear error message when currentVersion/ in the project section of  the 
 project.xml file not defined.
 xdoc:jelly-transform:
 About to use JSL stylesheet
 file:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl
   [echo] en
   [echo] The current Locale is the default one
   [echo] Scanning 'D:\...\target\generated-xdocs'...
   [echo] Generating D:/.../target/docs/checkstyle-report.html from 
 D:\...\target\generated-xdocs\checkstyle-report.xml
 BUILD FAILED File..  
 D:\...\.maven\cache\maven-xdoc-plugin-1.9.1\plugin.jelly
  Element... j:include
  Line.. 479
  Column 58
  
 file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:33:17:
  jsl:stylesheet 
  
 file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:146:57:
  jsl:applyTemplates 
  
 file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:230:105:
  maven:property You must define an attribute called 'defaultValue' for this 
 tag.
  Total time   : 55 seconds
  Finished at  : Saturday, August 13, 2005 9:46:36 AM EDT

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


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



[jira] Commented: (MPSCM-66) Update to released version of maven-scm

2005-09-24 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MPSCM-66?page=comments#action_47068 ] 

Arnaud Heritier commented on MPSCM-66:
--

maven-scm-managers isn't available on the m1 repository on ibiblio

 Update to released version of maven-scm
 ---

  Key: MPSCM-66
  URL: http://jira.codehaus.org/browse/MPSCM-66
  Project: maven-scm-plugin
 Type: Task
 Reporter: Emmanuel Venisse
 Assignee: Arnaud Heritier
  Fix For: 1.5.1





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


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



Wrong xsd [Was: [vote] release 1.1-beta-2]

2005-09-24 Thread Fabrizio Giustina
On 9/13/05, Arnaud HERITIER [EMAIL PROTECTED] wrote:
 I updated the schema in subversion and I uploaded it on the web server.

Hi Arnaud,
the xsd located at http://maven.apache.org/maven-v3_0_0.xsd still
contains the wrong packageName element. After more than ten days I
guess this is not a problem of mirroring, can you check if the fixed
version still need to be uploaded to the apache webserver?

thanks
fabrizio


 Arnaud

 On 9/11/05, Brett Porter [EMAIL PROTECTED] wrote:
 
  Absolutely correct - it was only the schema that was wrong. Thanks!
 
  - Brett
 
  Fabrizio Giustina wrote:
 
  I just encountered a small issue with the beta 2 candidate:
  if the pom contains a packageName element Maven fails:

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



RE: Wrong xsd [Was: [vote] release 1.1-beta-2]

2005-09-24 Thread Arnaud HERITIER
I don't understand :-(
I fixed, published and tested it some weeks ago (Sept 13th) :-(
I asked to bret to change rights on these files !

It's brett who published this one :

  62 -rwxr-xr-x   1 brettmaven62880 Sep 11 15:29 maven-v3_0_0.xsd
  78 -rwxr-xr-x   1 brettmaven77907 Sep 11 15:29 maven-v4_0_0.xsd

It's as if my change was rollbacked !

Brett, any idea ? A problem with a rsync ?

I can't re-publish it.

Arnaud
 

 -Message d'origine-
 De : Fabrizio Giustina [mailto:[EMAIL PROTECTED] 
 Envoyé : samedi 24 septembre 2005 15:06
 À : Maven Developers List; [EMAIL PROTECTED]
 Objet : Wrong xsd [Was: [vote] release 1.1-beta-2]
 
 On 9/13/05, Arnaud HERITIER [EMAIL PROTECTED] wrote:
  I updated the schema in subversion and I uploaded it on the 
 web server.
 
 Hi Arnaud,
 the xsd located at http://maven.apache.org/maven-v3_0_0.xsd 
 still contains the wrong packageName element. After more 
 than ten days I guess this is not a problem of mirroring, can 
 you check if the fixed version still need to be uploaded to 
 the apache webserver?
 
 thanks
 fabrizio
 
 
  Arnaud
 
  On 9/11/05, Brett Porter [EMAIL PROTECTED] wrote:
  
   Absolutely correct - it was only the schema that was 
 wrong. Thanks!
  
   - Brett
  
   Fabrizio Giustina wrote:
  
   I just encountered a small issue with the beta 2 candidate:
   if the pom contains a packageName element Maven fails:
 




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



svn commit: r291303 - /maven/components/trunk/maven-plugins/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/AssemblyMojo.java

2005-09-24 Thread jvanzyl
Author: jvanzyl
Date: Sat Sep 24 06:33:38 2005
New Revision: 291303

URL: http://svn.apache.org/viewcvs?rev=291303view=rev
Log:
o adding @description so it will show up in the generated doco

Modified:

maven/components/trunk/maven-plugins/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/AssemblyMojo.java

Modified: 
maven/components/trunk/maven-plugins/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/AssemblyMojo.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/AssemblyMojo.java?rev=291303r1=291302r2=291303view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/AssemblyMojo.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-assembly-plugin/src/main/java/org/apache/maven/plugin/assembly/AssemblyMojo.java
 Sat Sep 24 06:33:38 2005
@@ -56,12 +56,13 @@
 import java.util.regex.Pattern;
 
 /**
- * Assemble an application bundle or distribution.
- *
+ * Assemble an application bundle or distribution from an assembly descriptor.
+ * 
+ * @goal assembly
+ * @description Assemble an application bundle or distribution from an 
assembly descriptor.
  * @author a href=mailto:[EMAIL PROTECTED]Brett Porter/a
  * @author a href=mailto:[EMAIL PROTECTED]Vincent Siveton/a
  * @version $Id$
- * @goal assembly
  * @requiresDependencyResolution test
  * @requiresDirectInvocation
  * @execute phase=package



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



[maven2 build - SUCCESS - update] Sat Sep 24 13:30:00 GMT 2005

2005-09-24 Thread continuum
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050924.133000.tar.gz

Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050924.133000.txt

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



[jira] Commented: (MNG-706) plugin:xdoc should be a report

2005-09-24 Thread Vincent Siveton (JIRA)
[ http://jira.codehaus.org/browse/MNG-706?page=comments#action_47073 ] 

Vincent Siveton commented on MNG-706:
-

As discussed on IRC,  I have updated the DoxiaMojo class to process 
generatedSiteDirectory directory at the end.

 plugin:xdoc should be a report
 --

  Key: MNG-706
  URL: http://jira.codehaus.org/browse/MNG-706
  Project: Maven 2
 Type: Improvement
   Components: maven-plugin-plugin
 Reporter: Brett Porter
 Assignee: Stephane Nicoll
  Fix For: 2.0-beta-2



 this has been around since before the reporting api, but now needs to be 
 converted so that the plugin docs can be seamlessly added to the website.

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


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



[maven2 build - SUCCESS - update] Sat Sep 24 14:30:00 GMT 2005

2005-09-24 Thread continuum
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050924.143000.tar.gz

Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050924.143000.txt

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



svn commit: r291309 - in /maven/components/trunk/maven-plugins/maven-plugin-plugin: ./ src/main/java/org/apache/maven/plugin/plugin/ src/main/resources/

2005-09-24 Thread snicoll
Author: snicoll
Date: Sat Sep 24 08:22:36 2005
New Revision: 291309

URL: http://svn.apache.org/viewcvs?rev=291309view=rev
Log:
MNG-706: Implemented plugin:xdoc as a report

Added:

maven/components/trunk/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java
maven/components/trunk/maven-plugins/maven-plugin-plugin/src/main/resources/

maven/components/trunk/maven-plugins/maven-plugin-plugin/src/main/resources/plugin-report_en.properties

maven/components/trunk/maven-plugins/maven-plugin-plugin/src/main/resources/plugin-report_fr.properties
Modified:
maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml

Modified: maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml?rev=291309r1=291308r2=291309view=diff
==
--- maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml Sat Sep 24 
08:22:36 2005
@@ -21,6 +21,11 @@
   version2.0-beta-2-SNAPSHOT/version
 /dependency
 dependency
+  groupIdorg.apache.maven.reporting/groupId
+  artifactIdmaven-reporting-impl/artifactId
+  version2.0-beta-1/version
+/dependency
+dependency
   groupIdorg.apache.maven/groupId
   artifactIdmaven-plugin-tools-java/artifactId
   version2.0-beta-2-SNAPSHOT/version

Added: 
maven/components/trunk/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java?rev=291309view=auto
==
--- 
maven/components/trunk/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java
 (added)
+++ 
maven/components/trunk/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/PluginReport.java
 Sat Sep 24 08:22:36 2005
@@ -0,0 +1,235 @@
+package org.apache.maven.plugin.plugin;
+
+/*
+ * Copyright 2001-2005 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+import org.apache.maven.plugin.descriptor.InvalidPluginDescriptorException;
+import org.apache.maven.plugin.descriptor.MojoDescriptor;
+import org.apache.maven.plugin.descriptor.PluginDescriptor;
+import org.apache.maven.project.MavenProject;
+import org.apache.maven.reporting.AbstractMavenReport;
+import org.apache.maven.reporting.AbstractMavenReportRenderer;
+import org.apache.maven.reporting.MavenReportException;
+import org.apache.maven.tools.plugin.extractor.ExtractionException;
+import org.apache.maven.tools.plugin.generator.Generator;
+import org.apache.maven.tools.plugin.generator.PluginXdocGenerator;
+import org.apache.maven.tools.plugin.scanner.MojoScanner;
+import org.apache.maven.tools.plugin.util.PluginUtils;
+import org.codehaus.doxia.sink.Sink;
+import org.codehaus.doxia.site.renderer.SiteRenderer;
+import org.codehaus.plexus.util.StringUtils;
+
+import java.io.File;
+import java.io.IOException;
+import java.util.Iterator;
+import java.util.Locale;
+import java.util.ResourceBundle;
+
+/**
+ * Generates the Plugin's documentation report.
+ *
+ * @author a href=[EMAIL PROTECTED]Stephane Nicoll/a
+ * @version $Id: EarMojo.java 267433 2005-09-03 07:34:07Z brett $
+ * @goal report
+ */
+public class PluginReport
+extends AbstractMavenReport
+{
+/**
+ * @parameter expression=${project.build.directory}/generated-site/xdoc
+ * @required
+ */
+private String outputDirectory;
+
+/**
+ * @parameter 
expression=${component.org.codehaus.doxia.site.renderer.SiteRenderer}
+ * @required
+ * @readonly
+ */
+private SiteRenderer siteRenderer;
+
+/**
+ * @parameter expression=${project}
+ * @required
+ * @readonly
+ */
+private MavenProject project;
+
+/**
+ * @parameter 
expression=${component.org.apache.maven.tools.plugin.scanner.MojoScanner}
+ * @required
+ */
+protected MojoScanner mojoScanner;
+
+protected SiteRenderer getSiteRenderer()
+{
+return siteRenderer;
+}
+
+protected String getOutputDirectory()
+{
+return 

[jira] Closed: (MNG-706) plugin:xdoc should be a report

2005-09-24 Thread Stephane Nicoll (JIRA)
 [ http://jira.codehaus.org/browse/MNG-706?page=all ]
 
Stephane Nicoll closed MNG-706:
---

Resolution: Fixed

This is done. 

Remarks:

* urlValidator is buggy : it does not recognize relative URL. Overview page is 
currently buggy, see AbstractMavenReportRenderer.getValidHref() 

* I had to copy/paste codes to populate the pluginDescriptor. Can anyone have a 
look to it?

 plugin:xdoc should be a report
 --

  Key: MNG-706
  URL: http://jira.codehaus.org/browse/MNG-706
  Project: Maven 2
 Type: Improvement
   Components: maven-plugin-plugin
 Reporter: Brett Porter
 Assignee: Stephane Nicoll
  Fix For: 2.0-beta-2



 this has been around since before the reporting api, but now needs to be 
 converted so that the plugin docs can be seamlessly added to the website.

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


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



svn commit: r291315 - /maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml

2005-09-24 Thread snicoll
Author: snicoll
Date: Sat Sep 24 08:32:57 2005
New Revision: 291315

URL: http://svn.apache.org/viewcvs?rev=291315view=rev
Log:
updated reporting-impl dependencies to beta-2-SNAPSHOT

Modified:
maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml

Modified: maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml?rev=291315r1=291314r2=291315view=diff
==
--- maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml Sat Sep 24 
08:32:57 2005
@@ -23,7 +23,7 @@
 dependency
   groupIdorg.apache.maven.reporting/groupId
   artifactIdmaven-reporting-impl/artifactId
-  version2.0-beta-1/version
+  version2.0-beta-2-SNAPSHOT/version
 /dependency
 dependency
   groupIdorg.apache.maven/groupId



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



[maven2 build - SUCCESS - update] Sat Sep 24 15:30:01 GMT 2005

2005-09-24 Thread continuum
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050924.153001.tar.gz

Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050924.153001.txt

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



[jira] Commented: (MNG-706) plugin:xdoc should be a report

2005-09-24 Thread Vincent Siveton (JIRA)
[ http://jira.codehaus.org/browse/MNG-706?page=comments#action_47080 ] 

Vincent Siveton commented on MNG-706:
-

Moreover, if javadoc in a mojo contains links, the generated description doesnt 
handle correctly this link.
So how to handle correctly javadoc?

For instance, the generated description by this new report for JavadocReport is:
Generates documentation for the Java code in the project using the standard a 
href=http://java.sun.com/j2se/javadoc/;Javadoc Tool/a tool.

 plugin:xdoc should be a report
 --

  Key: MNG-706
  URL: http://jira.codehaus.org/browse/MNG-706
  Project: Maven 2
 Type: Improvement
   Components: maven-plugin-plugin
 Reporter: Brett Porter
 Assignee: Stephane Nicoll
  Fix For: 2.0-beta-2



 this has been around since before the reporting api, but now needs to be 
 converted so that the plugin docs can be seamlessly added to the website.

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


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



[jira] Commented: (MPXDOC-174) Unclear error message when currentVersion/ in the project section of the project.xml file not defined.

2005-09-24 Thread Lukas Theussl (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-174?page=comments#action_47081 ] 

Lukas Theussl commented on MPXDOC-174:
--

Ok, but the point is that the error here comes from a call to the maven jelly 
tag library in site.jsl:
maven:property var=version name=maven.xdoc.version 
defaultValue=${pom.currentVersion}/
If we want a clearer error message, it should be done there generically.

 Unclear error message when currentVersion/ in the project section of  the 
 project.xml file not defined.
 ---

  Key: MPXDOC-174
  URL: http://jira.codehaus.org/browse/MPXDOC-174
  Project: maven-xdoc-plugin
 Type: Improvement
 Versions: 1.9.1
  Environment: Maven 1.1Beta, Win2k.
 Reporter: Erwin Hogeweg
 Priority: Minor



 Unclear error message when currentVersion/ in the project section of  the 
 project.xml file not defined.
 xdoc:jelly-transform:
 About to use JSL stylesheet
 file:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl
   [echo] en
   [echo] The current Locale is the default one
   [echo] Scanning 'D:\...\target\generated-xdocs'...
   [echo] Generating D:/.../target/docs/checkstyle-report.html from 
 D:\...\target\generated-xdocs\checkstyle-report.xml
 BUILD FAILED File..  
 D:\...\.maven\cache\maven-xdoc-plugin-1.9.1\plugin.jelly
  Element... j:include
  Line.. 479
  Column 58
  
 file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:33:17:
  jsl:stylesheet 
  
 file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:146:57:
  jsl:applyTemplates 
  
 file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:230:105:
  maven:property You must define an attribute called 'defaultValue' for this 
 tag.
  Total time   : 55 seconds
  Finished at  : Saturday, August 13, 2005 9:46:36 AM EDT

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


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



[jira] Closed: (MPXDOC-103) cvs-usage page not generated without pom.repository.url

2005-09-24 Thread Lukas Theussl (JIRA)
 [ http://jira.codehaus.org/browse/MPXDOC-103?page=all ]
 
Lukas Theussl closed MPXDOC-103:


Resolution: Cannot Reproduce

 cvs-usage page not generated without pom.repository.url
 ---

  Key: MPXDOC-103
  URL: http://jira.codehaus.org/browse/MPXDOC-103
  Project: maven-xdoc-plugin
 Type: Bug
 Reporter: Nathan Coast
 Priority: Minor



 from plugin-resource/navigation.jelly
 j:set var=url value=${pom.repository.url}/
   j:if test=${!empty(url)}
 item name=Source Repository href=/cvs-usage.html/
   /j:if
 link to cvs-usage not generated unless the url element exists.  Shouldn't the 
 link to cvs-usage appear if any repository info is given.  IMO connection 
 is the more significant than url.

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


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



Re: tracking changes in m1 plugins vs m2 plugins

2005-09-24 Thread Carlos Sanchez
In the m2 plugin matrix you can add the version of the m1 plugin that
matches features with m2. This way you can easily see that changes
after that version were not ported to m2,

On 9/23/05, Jason van Zyl [EMAIL PROTECTED] wrote:
 On Sat, 2005-09-24 at 10:05 +1000, Brett Porter wrote:
  Hi,
 
  I notice some great work going into m1 plugins. Thanks to everyone for
  the work going on there and for keeping them going. In addition, there
  are new jira issues coming in, sometimes with patches.
 
  As we progress towards a final release of Maven 2.0 and look to
  maintaining both in parallel in the future, I'm looking for thoughts
  from people on how we can ensure features and bugfixes in the m1 plugins
  don't get overlooked for m2.
 
  The ideal solution is for the m1 plugin to be rewritten as a wrapper on
  the m2 version, but this might be too much work in some cases,
  especially if there is heavy project interaction. It's also an issue if
  we've deliberately decided to remove a feature from the m2 version.
 
  That said, are there any plugins where people think this would make
  sense to try?

 I think the plugin matrix would be an ideal for people to comment as to
 what plugins this might work for. As I'm working on doco I can start the
 process as I can see a handful of plugins where I don't think this would
 be too hard i.e. use a wrapped mojo in m1.

 But if we use the matrix then opinions as to hard something will be, or
 not, can be measured by the group. Of course I'm always overly
 optimistic but I think a good chunk of the m1 plugins can be replaced by
 wrapped mojos.

  What fallbacks do we have otherwise? Some options:
  - Cease new features on the m1 plugins to reduce the amount of work.
  This is probably too harsh, esp. if m1 users contribute patches

 Yah, I don't think we can do this.

  - open an issue on the m2 plugin when the m1 version is closed, linking
  to the original

 +1

 At least we can then see how the features are changing in the m1 version
 wrt to the mojo.

  - others?

 It would be nice to track features provided by each plugin. I certainly
 don't want to go back through each m1 plugin and enumerate each feature
 but this might be something we could do with the m2 plugins and then we
 could have a way to highlight a feature that is present in the m1 plugin
 which is not present in the m2 plugin. So we can easily see the
 relationship for each plugin but still be focused on the m2 side. As a
 practical issue it would simply be nice for users to see a feature list
 as the first thing they see in the plugin documentation so they can
 figure out if it does what they need.

  Cheers,
  Brett
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 --
 jvz.

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

 First, the taking in of scattered particulars under one Idea,
 so that everyone understands what is being talked about ... Second,
 the separation of the Idea into parts, by dividing it at the joints,
 as nature directs, not breaking any limb in half as a bad carver might.

   -- Plato, Phaedrus (Notes on the Synthesis of Form by C. Alexander)


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



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



[jira] Commented: (MPXDOC-103) cvs-usage page not generated without pom.repository.url

2005-09-24 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MPXDOC-103?page=comments#action_47084 ] 

Arnaud Heritier commented on MPXDOC-103:


I fixed it some months ago. It was on an old release of the plugin.

 cvs-usage page not generated without pom.repository.url
 ---

  Key: MPXDOC-103
  URL: http://jira.codehaus.org/browse/MPXDOC-103
  Project: maven-xdoc-plugin
 Type: Bug
 Reporter: Nathan Coast
 Priority: Minor



 from plugin-resource/navigation.jelly
 j:set var=url value=${pom.repository.url}/
   j:if test=${!empty(url)}
 item name=Source Repository href=/cvs-usage.html/
   /j:if
 link to cvs-usage not generated unless the url element exists.  Shouldn't the 
 link to cvs-usage appear if any repository info is given.  IMO connection 
 is the more significant than url.

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


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



svn commit: r291330 - in /maven/maven-1/core/trunk: project.properties xdocs/navigation-pdf.xml

2005-09-24 Thread aheritier
Author: aheritier
Date: Sat Sep 24 11:40:24 2005
New Revision: 291330

URL: http://svn.apache.org/viewcvs?rev=291330view=rev
Log:
With the last changes in the pdf plugin and the maven's site reorg we can use 
the site's navigation for the pdf.

Removed:
maven/maven-1/core/trunk/xdocs/navigation-pdf.xml
Modified:
maven/maven-1/core/trunk/project.properties

Modified: maven/maven-1/core/trunk/project.properties
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/project.properties?rev=291330r1=291329r2=291330view=diff
==
--- maven/maven-1/core/trunk/project.properties (original)
+++ maven/maven-1/core/trunk/project.properties Sat Sep 24 11:40:24 2005
@@ -91,7 +91,6 @@
 # P D F   P R O P E R T I E S
 #--
 maven.pdf.companyLogo=/images/apache-maven-project.jpg
-maven.pdf.navigationFile=navigation-pdf.xml
 
 #--
 # B O O T S T R A P



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



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

2005-09-24 Thread Eirik Maus (JIRA)
[ http://jira.codehaus.org/browse/MPIDEA-37?page=comments#action_47087 ] 

Eirik Maus commented on MPIDEA-37:
--

After trying both alternatives, I find my self ending up with these directories 
as both source and libraries in Idea. You want the source-option because you 
want all the edit possibilities, AND you want them as libraries so when you run 
you want the newliy edited version of the file to be in the classpath BEFORE 
the old version that maved has copied to classes / test-classes some while ago 
(in a previous run). 

It is extremely annoying to spend 15 minutes wondering/exploring why the new 
changes you just made in spring.xml apparently has no effect when you hit the 
run-test button in Idea, only to discover that, again, maven has played a trick 
on you last time you ran from the command line, putting old copies of these 
files all around the classpath. With the exisitng (and source-dir-only) setup, 
the default behaviour is that changes have no effect since old copies lying 
aroung in the classpath take precedence. That is extremely annoying, almost 
worse than (the current practice of) not being able to run the tests at all 
because NO copies of the resource files are in the classpath.  

Actually, I would like to have resource files that are both editable and 
available when you run, both under maven and Idea, and I would also like 
changes to take effect just as it does with java source files. It is as simple 
as that. 


 Add resources dirs as source directories
 

  Key: MPIDEA-37
  URL: http://jira.codehaus.org/browse/MPIDEA-37
  Project: maven-idea-plugin
 Type: Improvement
 Reporter: Eirik Maus



 We use spring for configuration of the modules in a large project. The spring 
 xml files of the respective modules are of course in the resources / test 
 resources directories as specified in the maven POM.  With the current IDEA 
 plugin we have to map these directories as source manually each time we 
 regenerate the idea project file from the POMs (at least once a day). The 
 Idea plugin should set up this by default. 

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


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



[maven2 build - FAILED - checkout] Sun Sep 25 00:15:00 GMT 2005

2005-09-24 Thread continuum
Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050925.001501.txt

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



[maven2 build - FAILED - update] Sun Sep 25 00:45:00 GMT 2005

2005-09-24 Thread continuum
Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050925.004500.txt

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



Re: svn commit: r291315 - /maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml

2005-09-24 Thread Brett Porter
Was this required for a new feature, or just changed because its the latest?

It is important to use released versions whenever possible.

- Brett

[EMAIL PROTECTED] wrote:

Author: snicoll
Date: Sat Sep 24 08:32:57 2005
New Revision: 291315

URL: http://svn.apache.org/viewcvs?rev=291315view=rev
Log:
updated reporting-impl dependencies to beta-2-SNAPSHOT

Modified:
maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml

Modified: maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml?rev=291315r1=291314r2=291315view=diff
==
--- maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-plugin-plugin/pom.xml Sat Sep 
24 08:32:57 2005
@@ -23,7 +23,7 @@
 dependency
   groupIdorg.apache.maven.reporting/groupId
   artifactIdmaven-reporting-impl/artifactId
-  version2.0-beta-1/version
+  version2.0-beta-2-SNAPSHOT/version
 /dependency
 dependency
   groupIdorg.apache.maven/groupId



-
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: Wrong xsd [Was: [vote] release 1.1-beta-2]

2005-09-24 Thread Brett Porter
Did you publish it to the staging site instead? This was last touched
earlier. I will fix the permissions.

- Brett

Arnaud HERITIER wrote:

I don't understand :-(
I fixed, published and tested it some weeks ago (Sept 13th) :-(
I asked to bret to change rights on these files !

It's brett who published this one :

  62 -rwxr-xr-x   1 brettmaven62880 Sep 11 15:29 maven-v3_0_0.xsd
  78 -rwxr-xr-x   1 brettmaven77907 Sep 11 15:29 maven-v4_0_0.xsd

It's as if my change was rollbacked !

Brett, any idea ? A problem with a rsync ?

I can't re-publish it.

Arnaud
 

  

-Message d'origine-
De : Fabrizio Giustina [mailto:[EMAIL PROTECTED] 
Envoyé : samedi 24 septembre 2005 15:06
À : Maven Developers List; [EMAIL PROTECTED]
Objet : Wrong xsd [Was: [vote] release 1.1-beta-2]

On 9/13/05, Arnaud HERITIER [EMAIL PROTECTED] wrote:


I updated the schema in subversion and I uploaded it on the 
  

web server.

Hi Arnaud,
the xsd located at http://maven.apache.org/maven-v3_0_0.xsd 
still contains the wrong packageName element. After more 
than ten days I guess this is not a problem of mirroring, can 
you check if the fixed version still need to be uploaded to 
the apache webserver?

thanks
fabrizio



Arnaud

On 9/11/05, Brett Porter [EMAIL PROTECTED] wrote:
  

Absolutely correct - it was only the schema that was 


wrong. Thanks!


- Brett

Fabrizio Giustina wrote:



I just encountered a small issue with the beta 2 candidate:
if the pom contains a packageName element Maven fails:
  





-
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: Wrong xsd [Was: [vote] release 1.1-beta-2]

2005-09-24 Thread Brett Porter
I think you created one in /xsd/ on Sep 13, actually.

- Brett

Brett Porter wrote:

Did you publish it to the staging site instead? This was last touched
earlier. I will fix the permissions.

- Brett

Arnaud HERITIER wrote:

  

I don't understand :-(
I fixed, published and tested it some weeks ago (Sept 13th) :-(
I asked to bret to change rights on these files !

It's brett who published this one :

 62 -rwxr-xr-x   1 brettmaven62880 Sep 11 15:29 maven-v3_0_0.xsd
 78 -rwxr-xr-x   1 brettmaven77907 Sep 11 15:29 maven-v4_0_0.xsd

It's as if my change was rollbacked !

Brett, any idea ? A problem with a rsync ?

I can't re-publish it.

Arnaud


 



-Message d'origine-
De : Fabrizio Giustina [mailto:[EMAIL PROTECTED] 
Envoyé : samedi 24 septembre 2005 15:06
À : Maven Developers List; [EMAIL PROTECTED]
Objet : Wrong xsd [Was: [vote] release 1.1-beta-2]

On 9/13/05, Arnaud HERITIER [EMAIL PROTECTED] wrote:
   

  

I updated the schema in subversion and I uploaded it on the 
 



web server.

Hi Arnaud,
the xsd located at http://maven.apache.org/maven-v3_0_0.xsd 
still contains the wrong packageName element. After more 
than ten days I guess this is not a problem of mirroring, can 
you check if the fixed version still need to be uploaded to 
the apache webserver?

thanks
fabrizio

   

  

Arnaud

On 9/11/05, Brett Porter [EMAIL PROTECTED] wrote:
 



Absolutely correct - it was only the schema that was 
   

  

wrong. Thanks!
   

  

- Brett

Fabrizio Giustina wrote:

   

  

I just encountered a small issue with the beta 2 candidate:
if the pom contains a packageName element Maven fails:
 





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

 




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

  


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



[jira] Commented: (MNG-960) complete templates

2005-09-24 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-960?page=comments#action_47091 ] 

Brett Porter commented on MNG-960:
--

maven-archetype

 complete templates
 --

  Key: MNG-960
  URL: http://jira.codehaus.org/browse/MNG-960
  Project: Maven 2
 Type: Improvement
   Components: maven-archetype-plugin
 Reporter: Brett Porter



 finish the existing templates, and ensure there are templates for:
 - maven plugin
 - multiproject
 - ear
 - ejb
 - rar
 - site (or is this added to the others?)

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


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



[maven2 build - FAILED - update] Sun Sep 25 01:00:00 GMT 2005

2005-09-24 Thread continuum
Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050925.01.txt

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



[maven2 build - FAILED - update] Sun Sep 25 01:15:00 GMT 2005

2005-09-24 Thread continuum
Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050925.011500.txt

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



[maven2 build - FAILED - update] Sun Sep 25 01:30:00 GMT 2005

2005-09-24 Thread continuum
Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050925.013000.txt

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



svn commit: r291356 - /maven/components/trunk/maven-core-it/it0039/prebuild-hook.txt

2005-09-24 Thread brett
Author: brett
Date: Sat Sep 24 18:46:33 2005
New Revision: 291356

URL: http://svn.apache.org/viewcvs?rev=291356view=rev
Log:
remove files first

Added:
maven/components/trunk/maven-core-it/it0039/prebuild-hook.txt   (with props)

Added: maven/components/trunk/maven-core-it/it0039/prebuild-hook.txt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core-it/it0039/prebuild-hook.txt?rev=291356view=auto
==
--- maven/components/trunk/maven-core-it/it0039/prebuild-hook.txt (added)
+++ maven/components/trunk/maven-core-it/it0039/prebuild-hook.txt Sat Sep 24 
18:46:33 2005
@@ -0,0 +1,2 @@
+rm project/target/maven-core-it0039-p1-1.0.jar
+rm project2/target/maven-core-it0039-p2-1.0.jar

Propchange: maven/components/trunk/maven-core-it/it0039/prebuild-hook.txt
--
svn:eol-style = native

Propchange: maven/components/trunk/maven-core-it/it0039/prebuild-hook.txt
--
svn:keywords = Author Date Id Revision



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



[continuum build - SUCCESS - checkout] Sun Sep 25 01:30:00 GMT 2005

2005-09-24 Thread continuum
Distribution:
http://maven.zones.apache.org/~continuum/builds/continuum-20050925.013000.tar.gz

Log:
http://maven.zones.apache.org/~continuum/logs/continuum-build-log-20050925.013000.txt


[maven2 build - FAILED - update] Sun Sep 25 01:45:01 GMT 2005

2005-09-24 Thread continuum
Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050925.014501.txt

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



svn commit: r291357 - /maven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java

2005-09-24 Thread brett
Author: brett
Date: Sat Sep 24 18:55:26 2005
New Revision: 291357

URL: http://svn.apache.org/viewcvs?rev=291357view=rev
Log:
add first segment to list

Modified:

maven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java

Modified: 
maven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java?rev=291357r1=291356r2=291357view=diff
==
--- 
maven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java
 (original)
+++ 
maven/components/trunk/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java
 Sat Sep 24 18:55:26 2005
@@ -440,6 +440,7 @@
 {
 segment.add( (String) i.next() );
 }
+segments.add( segment );
 }
 
 return segments;



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



svn commit: r291359 - in /maven/components/trunk/maven-embedder: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/maven/ src/main/java/org/apache/

2005-09-24 Thread jvanzyl
Author: jvanzyl
Date: Sat Sep 24 19:00:04 2005
New Revision: 291359

URL: http://svn.apache.org/viewcvs?rev=291359view=rev
Log:
o very rough start at the embedding api


Added:
maven/components/trunk/maven-embedder/
maven/components/trunk/maven-embedder/notes.txt
maven/components/trunk/maven-embedder/pom.xml
maven/components/trunk/maven-embedder/src/
maven/components/trunk/maven-embedder/src/main/
maven/components/trunk/maven-embedder/src/main/java/
maven/components/trunk/maven-embedder/src/main/java/org/
maven/components/trunk/maven-embedder/src/main/java/org/apache/
maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/

maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/embedder/

maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/embedder/MavenEmbedder.java

maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/embedder/MavenEmbedderException.java
maven/components/trunk/maven-embedder/src/main/resources/
maven/components/trunk/maven-embedder/src/main/resources/META-INF/
maven/components/trunk/maven-embedder/src/main/resources/META-INF/plexus/

maven/components/trunk/maven-embedder/src/main/resources/META-INF/plexus/components.xml
maven/components/trunk/maven-embedder/src/test/
maven/components/trunk/maven-embedder/src/test/java/
maven/components/trunk/maven-embedder/src/test/java/org/
maven/components/trunk/maven-embedder/src/test/java/org/apache/
maven/components/trunk/maven-embedder/src/test/java/org/apache/maven/

maven/components/trunk/maven-embedder/src/test/java/org/apache/maven/embedder/

maven/components/trunk/maven-embedder/src/test/java/org/apache/maven/embedder/MavenEmbedderTest.java
maven/components/trunk/maven-embedder/src/test/resources/
maven/components/trunk/maven-embedder/src/test/resources/pom.xml

Added: maven/components/trunk/maven-embedder/notes.txt
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-embedder/notes.txt?rev=291359view=auto
==
--- maven/components/trunk/maven-embedder/notes.txt (added)
+++ maven/components/trunk/maven-embedder/notes.txt Sat Sep 24 19:00:04 2005
@@ -0,0 +1,4 @@
+eu -- parse xml to in-memory model
+eu -- run m2 (embedded): including running for downloading dependencies, 
building, archetypes, etc.
+eu -- introspect available goals
+eu -- introspect available plugins (low priority)

Added: maven/components/trunk/maven-embedder/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-embedder/pom.xml?rev=291359view=auto
==
--- maven/components/trunk/maven-embedder/pom.xml (added)
+++ maven/components/trunk/maven-embedder/pom.xml Sat Sep 24 19:00:04 2005
@@ -0,0 +1,154 @@
+project
+  parent
+artifactIdmaven/artifactId
+groupIdorg.apache.maven/groupId
+version2.0-beta-2-SNAPSHOT/version
+  /parent
+  modelVersion4.0.0/modelVersion
+  groupIdorg.apache.maven/groupId
+  artifactIdmaven-embedder/artifactId
+  nameMaven Embedder/name
+  version2.0-beta-2-SNAPSHOT/version
+  build
+plugins
+  plugin
+artifactIdmaven-assembly-plugin/artifactId
+versionRELEASE/version
+configuration
+  descriptorsrc/assemble/bin.xml/descriptor
+  finalNamemaven-2.0-beta-1/finalName
+/configuration
+  /plugin
+/plugins
+  /build
+  dependencies
+dependency
+  groupIdorg.apache.maven/groupId
+  artifactIdmaven-settings/artifactId
+  version2.0-beta-2-SNAPSHOT/version
+/dependency
+dependency
+  groupIdorg.apache.maven.wagon/groupId
+  artifactIdwagon-file/artifactId
+  version1.0-alpha-4/version
+  scoperuntime/scope
+/dependency
+dependency
+  groupIdorg.apache.maven.wagon/groupId
+  artifactIdwagon-http-lightweight/artifactId
+  version1.0-alpha-4/version
+  scoperuntime/scope
+/dependency
+dependency
+  groupIdorg.apache.maven.reporting/groupId
+  artifactIdmaven-reporting-api/artifactId
+  version2.0-beta-2-SNAPSHOT/version
+/dependency
+dependency
+  groupIdorg.apache.maven/groupId
+  artifactIdmaven-profile/artifactId
+  version2.0-beta-2-SNAPSHOT/version
+/dependency
+dependency
+  groupIdorg.apache.maven/groupId
+  artifactIdmaven-model/artifactId
+  version2.0-beta-2-SNAPSHOT/version
+/dependency
+dependency
+  groupIdorg.apache.maven/groupId
+  artifactIdmaven-artifact/artifactId
+  version2.0-beta-2-SNAPSHOT/version
+/dependency
+dependency
+  groupIdplexus/groupId
+  artifactIdplexus-container-default/artifactId
+/dependency
+dependency
+  groupIdorg.apache.maven.wagon/groupId
+  artifactIdwagon-provider-api/artifactId
+  version1.0-alpha-4/version
+/dependency
+

[maven2 build - SUCCESS - update] Sun Sep 25 02:00:00 GMT 2005

2005-09-24 Thread continuum
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050925.02.tar.gz

Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050925.02.txt

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



svn commit: r291366 - in /maven/components/trunk/maven-embedder: ./ src/main/java/org/apache/maven/embedder/ src/main/resources/META-INF/plexus/ src/test/java/org/apache/maven/embedder/ src/test/resou

2005-09-24 Thread brett
Author: brett
Date: Sat Sep 24 19:21:21 2005
New Revision: 291366

URL: http://svn.apache.org/viewcvs?rev=291366view=rev
Log:
set EOL style

Modified:
maven/components/trunk/maven-embedder/notes.txt   (props changed)
maven/components/trunk/maven-embedder/pom.xml   (props changed)

maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/embedder/MavenEmbedder.java
   (contents, props changed)

maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/embedder/MavenEmbedderException.java
   (props changed)

maven/components/trunk/maven-embedder/src/main/resources/META-INF/plexus/components.xml
   (props changed)

maven/components/trunk/maven-embedder/src/test/java/org/apache/maven/embedder/MavenEmbedderTest.java
   (contents, props changed)
maven/components/trunk/maven-embedder/src/test/resources/pom.xml   (props 
changed)

Propchange: maven/components/trunk/maven-embedder/notes.txt
--
svn:eol-style = native

Propchange: maven/components/trunk/maven-embedder/pom.xml
--
svn:eol-style = native

Modified: 
maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/embedder/MavenEmbedder.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/embedder/MavenEmbedder.java?rev=291366r1=291365r2=291366view=diff
==
--- 
maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/embedder/MavenEmbedder.java
 (original)
+++ 
maven/components/trunk/maven-embedder/src/main/java/org/apache/maven/embedder/MavenEmbedder.java
 Sat Sep 24 19:21:21 2005
@@ -1,339 +1,339 @@
-package org.apache.maven.embedder;

-

-/*

- * Copyright 2001-2005 The Apache Software Foundation.

- *

- * Licensed under the Apache License, Version 2.0 (the License);

- * you may not use this file except in compliance with the License.

- * You may obtain a copy of the License at

- *

- *  http://www.apache.org/licenses/LICENSE-2.0

- *

- * Unless required by applicable law or agreed to in writing, software

- * distributed under the License is distributed on an AS IS BASIS,

- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

- * See the License for the specific language governing permissions and

- * limitations under the License.

- */

-

-import org.apache.maven.artifact.repository.ArtifactRepository;

-import org.apache.maven.artifact.repository.ArtifactRepositoryFactory;

-import org.apache.maven.artifact.repository.ArtifactRepositoryPolicy;

-import org.apache.maven.artifact.repository.DefaultArtifactRepository;

-import org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout;

-import org.apache.maven.model.Model;

-import org.apache.maven.model.io.xpp3.MavenXpp3Reader;

-import org.apache.maven.profiles.ProfileManager;

-import org.apache.maven.profiles.DefaultProfileManager;

-import org.apache.maven.project.MavenProject;

-import org.apache.maven.project.MavenProjectBuilder;

-import org.apache.maven.project.ProjectBuildingException;

-import org.apache.maven.settings.MavenSettingsBuilder;

-import org.apache.maven.settings.Settings;

-import org.apache.maven.settings.RuntimeInfo;

-import org.codehaus.classworlds.ClassWorld;

-import org.codehaus.classworlds.DuplicateRealmException;

-import org.codehaus.plexus.PlexusContainerException;

-import 
org.codehaus.plexus.component.repository.exception.ComponentLifecycleException;

-import 
org.codehaus.plexus.component.repository.exception.ComponentLookupException;

-import org.codehaus.plexus.embed.Embedder;

-import org.codehaus.plexus.util.xml.pull.XmlPullParserException;

-

-import java.io.File;

-import java.io.FileNotFoundException;

-import java.io.FileReader;

-import java.io.IOException;

-

-/**

- * Class intended to be used by clients who wish to embed Maven into their 
applications

- *

- * @author a href=mailto:[EMAIL PROTECTED]Jason van Zyl/a

- */

-public class MavenEmbedder

-{

-// --

-// Embedder

-// --

-

-private Embedder embedder;

-

-// --

-// Components

-// --

-

-private MavenProjectBuilder mavenProjectBuilder;

-

-private ArtifactRepositoryFactory artifactRepositoryFactory;

-

-private MavenSettingsBuilder settingsBuilder;

-

-private MavenXpp3Reader modelReader;

-

-private ProfileManager profileManager;

-

-// --

-// Configuration

-// 

svn commit: r291368 - in /maven/maven-1/plugins/trunk/xdoc: src/plugin-resources/site.jsl xdocs/changes.xml

2005-09-24 Thread ltheussl
Author: ltheussl
Date: Sat Sep 24 19:24:40 2005
New Revision: 291368

URL: http://svn.apache.org/viewcvs?rev=291368view=rev
Log:
MPXDOC-174: Unclear error message when currentVersion/ in project.xml not 
defined

Modified:
maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/site.jsl
maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/site.jsl
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/site.jsl?rev=291368r1=291367r2=291368view=diff
==
--- maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/site.jsl (original)
+++ maven/maven-1/plugins/trunk/xdoc/src/plugin-resources/site.jsl Sat Sep 24 
19:24:40 2005
@@ -255,7 +255,9 @@
 /div
 
 div id=breadcrumbs
-  maven:property var=version name=maven.xdoc.version 
defaultValue=${pom.currentVersion}/
+  j:if test=${!empty(pom.currentVersion)}
+maven:property var=version name=maven.xdoc.version 
defaultValue=${pom.currentVersion}/
+  /j:if
 
   j:set var=breadcrumbsUsed value=/  
   x:if select=$nav/body/breadcrumbs

Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?rev=291368r1=291367r2=291368view=diff
==
--- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Sat Sep 24 19:24:40 2005
@@ -27,6 +27,7 @@
   /properties
   body
 release version=1.10 date=in SVN
+  action dev=ltheussl type=fix issue=MPXDOC-174Unclear error 
message when codelt;currentVersion/gt;/code in codeproject.xml/code 
file not defined./action
   action dev=ltheussl type=add issue=MPXDOC-141 due-to=M. Sean 
GilliganPerform JSL transforms on xdocs strongonly/strong when they have 
changed./action
   action dev=ltheussl type=add issue=MPXDOC-169Add xdoc tag 
library documentation to the plugin site./action
   action dev=ltheussl type=fix issue=MPXDOC-87Fix 
codexdoc:validate/code./action



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



[jira] Closed: (MPXDOC-174) Unclear error message when currentVersion/ in the project section of the project.xml file not defined.

2005-09-24 Thread Lukas Theussl (JIRA)
 [ http://jira.codehaus.org/browse/MPXDOC-174?page=all ]
 
Lukas Theussl closed MPXDOC-174:


 Resolution: Fixed
Fix Version: 1.10

 Unclear error message when currentVersion/ in the project section of  the 
 project.xml file not defined.
 ---

  Key: MPXDOC-174
  URL: http://jira.codehaus.org/browse/MPXDOC-174
  Project: maven-xdoc-plugin
 Type: Improvement
 Versions: 1.9.1
  Environment: Maven 1.1Beta, Win2k.
 Reporter: Erwin Hogeweg
 Priority: Minor
  Fix For: 1.10



 Unclear error message when currentVersion/ in the project section of  the 
 project.xml file not defined.
 xdoc:jelly-transform:
 About to use JSL stylesheet
 file:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl
   [echo] en
   [echo] The current Locale is the default one
   [echo] Scanning 'D:\...\target\generated-xdocs'...
   [echo] Generating D:/.../target/docs/checkstyle-report.html from 
 D:\...\target\generated-xdocs\checkstyle-report.xml
 BUILD FAILED File..  
 D:\...\.maven\cache\maven-xdoc-plugin-1.9.1\plugin.jelly
  Element... j:include
  Line.. 479
  Column 58
  
 file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:33:17:
  jsl:stylesheet 
  
 file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:146:57:
  jsl:applyTemplates 
  
 file:/D:/.../.maven/cache/maven-xdoc-plugin-1.9.1/plugin-resources/site.jsl:230:105:
  maven:property You must define an attribute called 'defaultValue' for this 
 tag.
  Total time   : 55 seconds
  Finished at  : Saturday, August 13, 2005 9:46:36 AM EDT

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


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



svn commit: r291370 - /maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java

2005-09-24 Thread brett
Author: brett
Date: Sat Sep 24 19:51:44 2005
New Revision: 291370

URL: http://svn.apache.org/viewcvs?rev=291370view=rev
Log:
put classpath in an external file

Modified:

maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java

Modified: 
maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java?rev=291370r1=291369r2=291370view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java
 Sat Sep 24 19:51:44 2005
@@ -16,24 +16,13 @@
  * limitations under the License.
  */
 
-import java.io.File;
-import java.io.FileOutputStream;
-import java.io.IOException;
-import java.io.InputStream;
-import java.util.Calendar;
-import java.util.Iterator;
-import java.util.Locale;
-import java.util.StringTokenizer;
-import java.util.List;
-import java.util.ArrayList;
-
 import org.apache.commons.lang.ClassUtils;
 import org.apache.commons.lang.SystemUtils;
 import org.apache.commons.lang.math.NumberUtils;
+import org.apache.maven.model.Model;
 import org.apache.maven.project.MavenProject;
 import org.apache.maven.reporting.AbstractMavenReport;
 import org.apache.maven.reporting.MavenReportException;
-import org.apache.maven.model.Model;
 import org.codehaus.doxia.sink.Sink;
 import org.codehaus.doxia.site.renderer.SiteRenderer;
 import org.codehaus.plexus.util.FileUtils;
@@ -43,44 +32,65 @@
 import org.codehaus.plexus.util.cli.Commandline;
 import org.codehaus.plexus.util.cli.DefaultConsumer;
 
+import java.io.File;
+import java.io.FileOutputStream;
+import java.io.IOException;
+import java.io.InputStream;
+import java.util.ArrayList;
+import java.util.Calendar;
+import java.util.Iterator;
+import java.util.List;
+import java.util.Locale;
+import java.util.StringTokenizer;
+
 /**
  * Generates documentation for the Java code in the project using the standard
  * a href=http://java.sun.com/j2se/javadoc/;Javadoc Tool/a tool.
  *
- * @goal javadoc
- * @requiresDependencyResolution compile
- * @phase generate-sources
- *
  * @author a href=mailto:[EMAIL PROTECTED]Emmanuel Venisse/a
  * @author a href=mailto:[EMAIL PROTECTED]Vincent Siveton/a
- *
  * @version $Id: DependenciesReport.java,v 1.2 2005/02/23 00:08:02 brett Exp $
- *
+ * @goal javadoc
+ * @requiresDependencyResolution compile
+ * @phase generate-sources
  * @see a href=http://java.sun.com/j2se/javadoc/;Javadoc Tool/a
  * @see a 
href=http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#options;Javadoc
 Options /a
  */
 public class JavadocReport
 extends AbstractMavenReport
 {
-/** The current class directory */
+/**
+ * The current class directory
+ */
 private static final String RESOURCE_DIR = ClassUtils.getPackageName( 
JavadocReport.class ).replace( '.', '/' );
 
-/** Default location for css */
+/**
+ * Default location for css
+ */
 private static final String DEFAULT_CSS_NAME = stylesheet.css;
 
 private static final String RESOURCE_CSS_DIR = RESOURCE_DIR + /css;
 
 // Using for the plugin:xdoc goal. Best way?
-/** Default bottom */
+
+/**
+ * Default bottom
+ */
 private static final String DEFAULT_BOTTOM = Copyright 
${project.inceptionYear-currentYear} ${project.organization.name}. All Rights 
Reserved.;
 
-/** Default doctitle */
+/**
+ * Default doctitle
+ */
 private static final String DEFAULT_DOCTITLE = ${windowtitle};
 
-/** Default organization name */
+/**
+ * Default organization name
+ */
 private static final String DEFAULT_ORGANIZATION_NAME = The Apache 
Software Foundation;
 
-/** Default window title */
+/**
+ * Default window title
+ */
 private static final String DEFAULT_WINDOW_TITLE = ${project.name} 
${project.version} API;
 
 private static final String PATH_SEPARATOR = System.getProperty( 
path.separator );
@@ -99,9 +109,7 @@
 private File outputDirectory;
 
 /**
- * @parameter 
expression=${component.org.codehaus.doxia.site.renderer.SiteRenderer}
- * @required
- * @readonly
+ * @component
  */
 private SiteRenderer siteRenderer;
 
@@ -114,6 +122,7 @@
 
 // JavaDoc Options
 // @see 
http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#options
+
 /**
  * Set an additional parameter on the command line.
  *
@@ -267,6 +276,7 @@
 
 // Options Provided by the Standard Doclet
 // @see 

[jira] Commented: (MNG-965) Provide new javadoc:aggregate goal to perform javadoc operation on project and subprojects.

2005-09-24 Thread Brett Porter (JIRA)
[ http://jira.codehaus.org/browse/MNG-965?page=comments#action_47092 ] 

Brett Porter commented on MNG-965:
--

probably not an aggregate goal, but make the existing one always aggregate. The 
main thing to check is whether that will work in site:site at the root, which I 
don't believe it will at the moment.

 Provide new javadoc:aggregate goal to perform javadoc operation on project 
 and subprojects.
 ---

  Key: MNG-965
  URL: http://jira.codehaus.org/browse/MNG-965
  Project: Maven 2
 Type: Improvement
   Components: maven-javadoc-plugin
 Reporter: John Allen
 Priority: Minor



 Provide new javadoc:aggregate goal to perform javadoc operation on a project 
 and its subprojects, idea being that aggregate pulls together the classpath 
 and sourcepath for all the project and subprojects and then churns out normal 
 javadoc.
 i.e. projects:-
 /root/
 /root/a/src/...
 /root/a/b/src/...
 /root/a/b/c/src/...
 /root/a/d/src/...
 /root/a/e/src/...
 @ /root/a- m2 javadoc:aggregate
 generates javadoc in /root/a/target/javadoc for src contained within projects 
 a, b, c, d, and e.
 Note, javadoc does not currently provide support for this kind of aggregation 
 and so people have traditionally written their own specialised tasks/scripts 
 (in ant land say) to handle it. sun do refer to the idea of an incremental 
 build in their FAQ which they say they are considering for the future (fat 
 chance) (http://java.sun.com/j2se/javadoc/faq/#incrementalbuild) but that is 
 about generating aggregate docs from already existing javadocs. 

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


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



[jira] Closed: (MNG-779) JavadocReport throws NPE

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


 Assign To: Brett Porter  (was: Trygve Laugstol)
Resolution: Fixed

 JavadocReport throws NPE
 

  Key: MNG-779
  URL: http://jira.codehaus.org/browse/MNG-779
  Project: Maven 2
 Type: Bug
   Components: maven-javadoc-plugin
 Versions: 2.0-beta-1
  Environment: SVN revision 239419 on Linux
 Reporter: Bob Allison
 Assignee: Brett Porter
  Fix For: 2.0-beta-2



 Running site:site on a project that was working yesterday (revision 235747), 
 received teh following exception:
 [INFO] Generate JavaDocs report.
 [INFO] 
 
 [ERROR] BUILD ERROR
 [INFO] 
 
 [INFO] Diagnosis: Error during report generation
 [INFO] 
 
 [ERROR] Cause:
 org.apache.maven.plugin.MojoExecutionException: Error during report generation
 at org.apache.maven.doxia.DoxiaMojo.execute(DoxiaMojo.java:492)
 at 
 org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:364)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:478)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:459)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:441)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:131)
 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:186)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:316)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
 at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
 at 
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
 at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 Caused by: org.apache.maven.reporting.MavenReportException: An error has 
 occurred in javadoc report generation.
 at 
 org.apache.maven.plugin.javadoc.JavadocReport.executeReport(JavadocReport.java:852)
 at 
 org.apache.maven.plugin.javadoc.JavadocReport.generate(JavadocReport.java:613)
 at org.apache.maven.doxia.DoxiaMojo.execute(DoxiaMojo.java:298)
 ... 16 more
 Caused by: java.lang.NullPointerException
 at 
 org.apache.maven.plugin.javadoc.JavadocReport.executeReport(JavadocReport.java:795)
 ... 18 more
 The code in JavadocReport is: if ( this.doctitle.equals( DEFAULT_DOCTITLE ) )
 I am assuming that doctitle is not being initialized properly.

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


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



svn commit: r291371 - /maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java

2005-09-24 Thread brett
Author: brett
Date: Sat Sep 24 20:09:06 2005
New Revision: 291371

URL: http://svn.apache.org/viewcvs?rev=291371view=rev
Log:
PR: MNG-779
fix defaults

Modified:

maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java

Modified: 
maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java
URL: 
http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java?rev=291371r1=291370r2=291371view=diff
==
--- 
maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java
 (original)
+++ 
maven/components/trunk/maven-plugins/maven-javadoc-plugin/src/main/java/org/apache/maven/plugin/javadoc/JavadocReport.java
 Sat Sep 24 20:09:06 2005
@@ -73,26 +73,6 @@
 
 // Using for the plugin:xdoc goal. Best way?
 
-/**
- * Default bottom
- */
-private static final String DEFAULT_BOTTOM = Copyright 
${project.inceptionYear-currentYear} ${project.organization.name}. All Rights 
Reserved.;
-
-/**
- * Default doctitle
- */
-private static final String DEFAULT_DOCTITLE = ${windowtitle};
-
-/**
- * Default organization name
- */
-private static final String DEFAULT_ORGANIZATION_NAME = The Apache 
Software Foundation;
-
-/**
- * Default window title
- */
-private static final String DEFAULT_WINDOW_TITLE = ${project.name} 
${project.version} API;
-
 private static final String PATH_SEPARATOR = System.getProperty( 
path.separator );
 
 // --
@@ -289,7 +269,7 @@
  * Specifies the text to be placed at the bottom of each output file.
  * See a 
href=http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#bottom;bottom/a.
  *
- * @parameter expression=${bottom} default-value=Copyright 
${project.inceptionYear-currentYear} ${project.organization.name}. All Rights 
Reserved.
+ * @parameter expression=${bottom} default-value=Copyright 
{inceptionYear}-{currentYear} ${project.organization.name}. All Rights 
Reserved.
  */
 private String bottom;
 
@@ -774,35 +754,19 @@
 // javadoc arguments for default doclet
 if ( StringUtils.isEmpty( doclet ) )
 {
-// Specify default values
-if ( bottom.equals( DEFAULT_BOTTOM ) )
+bottom = StringUtils.replace( bottom, {currentYear}, year );
+if ( project.getInceptionYear() != null )
 {
-bottom = Copyright copy;  + year +  ;
-
-if ( ( model.getOrganization() != null ) 
-( !StringUtils.isEmpty( 
model.getOrganization().getName() ) ) )
-{
-bottom += model.getOrganization().getName();
-}
-else
-{
-bottom += DEFAULT_ORGANIZATION_NAME;
-}
-bottom += . All Rights Reserved.;
+bottom = StringUtils.replace( bottom, {inceptionYear}, 
project.getInceptionYear() );
+}
+else
+{
+bottom = StringUtils.replace( bottom, {inceptionYear}-, 
 );
 }
 
 if ( StringUtils.isEmpty( stylesheetfile ) )
 {
 stylesheetfile = javadocDirectory + File.separator + 
DEFAULT_CSS_NAME;
-}
-if ( windowtitle.equals( DEFAULT_WINDOW_TITLE ) )
-{
-windowtitle = ( model.getName() == null ? 
model.getArtifactId() : model.getName() ) +   +
-model.getVersion() +  API;
-}
-if ( doctitle.equals( DEFAULT_DOCTITLE ) )
-{
-doctitle = windowtitle;
 }
 // End Specify default values
 



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



[maven2 build - SUCCESS - update] Sun Sep 25 03:00:00 GMT 2005

2005-09-24 Thread continuum
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050925.03.tar.gz

Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050925.03.txt

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



[maven2 build - SUCCESS - update] Sun Sep 25 03:15:00 GMT 2005

2005-09-24 Thread continuum
Distribution:
http://maven.zones.apache.org/~maven/builds/m2-20050925.031501.tar.gz

Log:
http://maven.zones.apache.org/~maven/logs/m2-build-log-20050925.031501.txt

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



[jira] Created: (MNG-1014) modello-maven-plugin should use description tag to generate javadoc comments

2005-09-24 Thread Eugene Kuleshov (JIRA)
modello-maven-plugin should use description tag to generate javadoc comments


 Key: MNG-1014
 URL: http://jira.codehaus.org/browse/MNG-1014
 Project: Maven 2
Type: Improvement
  Components: maven-plugins  
Versions: 2.0-beta-2
 Reporter: Eugene Kuleshov


modello-maven-plugin should use description tag to create javadoc comments in 
generated Java code.

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


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



RE: Wrong xsd [Was: [vote] release 1.1-beta-2]

2005-09-24 Thread Arnaud HERITIER
No I directly put it on the live site (using ftp and not maven).

Arnaud

 
 Did you publish it to the staging site instead? This was last 
 touched earlier. I will fix the permissions.
 
 - Brett
 
 Arnaud HERITIER wrote:
 
 I don't understand :-(
 I fixed, published and tested it some weeks ago (Sept 13th) 
 :-( I asked 
 to bret to change rights on these files !
 
 It's brett who published this one :
 
   62 -rwxr-xr-x   1 brettmaven62880 Sep 11 15:29 
 maven-v3_0_0.xsd
   78 -rwxr-xr-x   1 brettmaven77907 Sep 11 15:29 
 maven-v4_0_0.xsd
 
 It's as if my change was rollbacked !
 
 Brett, any idea ? A problem with a rsync ?
 
 I can't re-publish it.
 
 Arnaud
  
 
   
 
 -Message d'origine-
 De : Fabrizio Giustina [mailto:[EMAIL PROTECTED] Envoyé : samedi 24 
 septembre 2005 15:06 À : Maven Developers List; [EMAIL PROTECTED] 
 Objet : Wrong xsd [Was: [vote] release 1.1-beta-2]
 
 On 9/13/05, Arnaud HERITIER [EMAIL PROTECTED] wrote:
 
 
 I updated the schema in subversion and I uploaded it on the
   
 
 web server.
 
 Hi Arnaud,
 the xsd located at http://maven.apache.org/maven-v3_0_0.xsd
 still contains the wrong packageName element. After more than ten 
 days I guess this is not a problem of mirroring, can you 
 check if the 
 fixed version still need to be uploaded to the apache webserver?
 
 thanks
 fabrizio
 
 
 
 Arnaud
 
 On 9/11/05, Brett Porter [EMAIL PROTECTED] wrote:
   
 
 Absolutely correct - it was only the schema that was
 
 
 wrong. Thanks!
 
 
 - Brett
 
 Fabrizio Giustina wrote:
 
 
 
 I just encountered a small issue with the beta 2 candidate:
 if the pom contains a packageName element Maven fails:
   
 
 
 
 
 
 -
 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: Wrong xsd [Was: [vote] release 1.1-beta-2]

2005-09-24 Thread Arnaud HERITIER
I began to work on this one but I remember that it was the wrong one.
It's why I asked you to change the rights on site (private email on 13th sept).

Arnaud


 -Message d'origine-
 De : Brett Porter [mailto:[EMAIL PROTECTED] 
 Envoyé : dimanche 25 septembre 2005 03:05
 À : Maven Developers List
 Objet : Re: Wrong xsd [Was: [vote] release 1.1-beta-2]
 
 I think you created one in /xsd/ on Sep 13, actually.
 
 - Brett
 
 Brett Porter wrote:
 
 Did you publish it to the staging site instead? This was 
 last touched 
 earlier. I will fix the permissions.
 
 - Brett
 
 Arnaud HERITIER wrote:
 
   
 
 I don't understand :-(
 I fixed, published and tested it some weeks ago (Sept 13th) :-( I 
 asked to bret to change rights on these files !
 
 It's brett who published this one :
 
  62 -rwxr-xr-x   1 brettmaven62880 Sep 11 15:29 
 maven-v3_0_0.xsd
  78 -rwxr-xr-x   1 brettmaven77907 Sep 11 15:29 
 maven-v4_0_0.xsd
 
 It's as if my change was rollbacked !
 
 Brett, any idea ? A problem with a rsync ?
 
 I can't re-publish it.
 
 Arnaud
 
 
  
 
 
 
 -Message d'origine-
 De : Fabrizio Giustina [mailto:[EMAIL PROTECTED] Envoyé : 
 samedi 24 
 septembre 2005 15:06 À : Maven Developers List; 
 [EMAIL PROTECTED] 
 Objet : Wrong xsd [Was: [vote] release 1.1-beta-2]
 
 On 9/13/05, Arnaud HERITIER [EMAIL PROTECTED] wrote:

 
   
 
 I updated the schema in subversion and I uploaded it on the
  
 
 
 
 web server.
 
 Hi Arnaud,
 the xsd located at http://maven.apache.org/maven-v3_0_0.xsd
 still contains the wrong packageName element. After more 
 than ten 
 days I guess this is not a problem of mirroring, can you 
 check if the 
 fixed version still need to be uploaded to the apache webserver?
 
 thanks
 fabrizio
 

 
   
 
 Arnaud
 
 On 9/11/05, Brett Porter [EMAIL PROTECTED] wrote:
  
 
 
 
 Absolutely correct - it was only the schema that was

 
   
 
 wrong. Thanks!

 
   
 
 - Brett
 
 Fabrizio Giustina wrote:
 

 
   
 
 I just encountered a small issue with the beta 2 candidate:
 if the pom contains a packageName element Maven fails:
  
 
 
 
 
 
 
 -
 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]
 




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