RE: cvs commit: maven-plugins/pdf/src/plugin-resources fo-cover.xslt fo-layouts.xslt

2004-01-27 Thread Heritier Arnaud
Actually it will only work if the images are in gif or jpg format and if the image url 
is an absolute link like http:// ...

I will submit soon a patch to allow the use of relative path in the images url.

arnaud

-Message d'origine-
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Envoyé : mardi 27 janvier 2004 12:18
À : [EMAIL PROTECTED]
Objet : cvs commit: maven-plugins/pdf/src/plugin-resources fo-cover.xslt
fo-layouts.xslt


evenisse2004/01/27 03:18:03

  Modified:pdf  plugin.jelly plugin.properties project.properties
project.xml
   pdf/src/plugin-resources fo-cover.xslt fo-layouts.xslt
  Log:
  From Arnaud Heritier : update the pdf cover with company and project logo
  
  Revision  ChangesPath
  1.12  +10 -7 maven-plugins/pdf/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/pdf/plugin.jelly,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- plugin.jelly  26 Jan 2004 09:15:35 -  1.11
  +++ plugin.jelly  27 Jan 2004 11:17:52 -  1.12
  @@ -16,15 +16,18 @@
   
   
   
  -
  -
  +
  +
  +  
  +
  +
   
   
   
   
   
  -
  -
  +
  +
   Generating ${docsDest}/project.fo ...
   
   
  @@ -49,7 +52,7 @@
   
   
   
  -
  +
   
   
   
  @@ -79,7 +82,7 @@
   
   
   
  -
  +
   Generating ${docsPdf}/${pdfName} ...
   Config file: ${docsPdf}/userconfig.xml
   
  @@ -101,6 +104,6 @@
   
   
   
  - 
  +
   
   
  
  
  
  1.7   +2 -3  maven-plugins/pdf/plugin.properties
  
  Index: plugin.properties
  ===
  RCS file: /home/cvs/maven-plugins/pdf/plugin.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.properties 26 Jan 2004 09:15:35 -  1.6
  +++ plugin.properties 27 Jan 2004 11:17:52 -  1.7
  @@ -12,11 +12,10 @@
   maven.pdf.debug=false
   maven.pdf.navigationFile=navigation.xml
   maven.pdf.pdfName=${pom.artifactId}.pdf
  -# Reserved for future use...
   maven.pdf.cover.projectCompany=${pom.organization.name}
   maven.pdf.cover.projectName=${pom.name}
   maven.pdf.cover.type=Project Documentation
   maven.pdf.cover.version=${pom.currentVersion}
   maven.pdf.cover.date=June 2, 2003
  -maven.pdf.projectLogo=${pom.url}${pom.logo}
  -maven.pdf.companyLogo=${pom.organization.url}${pom.organization.logo}
  +maven.pdf.projectLogo=${pom.logo}
  +maven.pdf.companyLogo=${pom.organization.logo}
  
  
  
  1.6   +2 -0  maven-plugins/pdf/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/pdf/project.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.properties15 Jan 2004 13:56:34 -  1.5
  +++ project.properties27 Jan 2004 11:17:52 -  1.6
  @@ -5,3 +5,5 @@
   maven.xdoc.version=${pom.currentVersion}
   maven.license.licenseFile=${basedir}/../../../LICENSE.txt
   
  +maven.pdf.projectLogo=http://maven.apache.org/images/maven.gif
  +maven.pdf.companyLogo=http://maven.apache.org/images/asf_logo_wide_clear.gif
  
  
  
  1.26  +2 -2  maven-plugins/pdf/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/pdf/project.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project.xml   26 Jan 2004 08:27:03 -  1.25
  +++ project.xml   27 Jan 2004 11:17:52 -  1.26
  @@ -7,8 +7,8 @@
   maven-pdf-plugin
   Maven PDF Plug-in
   2.0-SNAPSHOT
  -
  -Java Project Management Tools
  +PDF Documentation generator
  +Generator of project documentation in PDF 
Format.
   http://maven.apache.org/reference/plugins/pdf/
   /www/maven.apache.org/reference/plugins/pdf/
   
http://jira.codehaus.org/secure/BrowseProject.jspa?id=10356
  
  
  
  1.3   +79 -8 maven-plugins/pdf/src/plugin-resources/fo-cover.xslt
  
  Index: fo-cover.xslt
  ===
  RCS file: /home/cvs/maven-plugins/pdf/src/plugin-resources/fo-cover.xslt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- fo-cover.xslt 26 Jan 2004 05:55:44 -  1.2
  +++ fo-cover.xslt 27 Jan 2004 11:18:03 -  1.3
  @@ -1,16 +1,87 @@
   
   http://www.w3.org/1999/XSL/Transform"; 
xmlns:fo="http://www.w3.org/1999/XSL/Format"; vers

[jira] Created: (MPCHANGELOG-27) jsl file doesn't generate valid xdoc file

2004-01-27 Thread jira
Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
-
Key: MPCHANGELOG-27
Summary: jsl file doesn't generate valid xdoc file
   Type: Bug

 Status: Unassigned
   Priority: Blocker

 Original Estimate: 5 minutes
 Time Spent: Unknown
  Remaining: 5 minutes

Project: maven-changelog-plugin
   Versions:
 1.4

   Assignee: 
   Reporter: Scott Nelson

Created: Tue, 27 Jan 2004 11:39 AM
Updated: Tue, 27 Jan 2004 11:39 AM
Environment: Windows OS

Description:
There is a problem in the plugin-resources/changelog.jsl file.  The attribute match in 
the jsl entry  is set to document.  



When it is set to document it doesn't generate valid xdoc xml file and will eventually 
fail during site generation when the xdoc plugin is trying to parse the generated xml 
xdoc file.  

It should be set to changelog instead of document to generate a valid generated xdoc 
file.




-
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] Updated: (MAVEN-1135) maven site fails due to problems with maven-license-plugin

2004-01-27 Thread jira
The following issue has been updated:

Updater: Marco Tedone (mailto:[EMAIL PROTECTED])
   Date: Mon, 26 Jan 2004 6:23 PM
Comment:
This is the jemosdist plugin, should you need it.


Changes:
 Attachment changed to maven-jemosdist-plugin.zip
-
For a full history of the issue, see:

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

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

Here is an overview of the issue:
-
Key: MAVEN-1135
Summary: maven site fails due to problems with maven-license-plugin
   Type: Bug

 Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven
 Components: 
 core
   Versions:
 1.0-rc1

   Assignee: 
   Reporter: Marco Tedone

Created: Mon, 26 Jan 2004 6:18 PM
Updated: Mon, 26 Jan 2004 6:23 PM
Environment: Windows XP SP1

Description:
Hi, if I run the "site" goal with no reports description or with the 
maven-license-plugin report, I obtain an error due to the 
maven-license-plugin:register goal that is not found by the maven-xdoc-plugin.

Here follows the debugged version of my build process:

PI Specification, java.class.version=48.0, 
java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFac
tory, os.version=5.1, user.home=C:\Documents and Settings\mtedone, 
user.timezone=Europe/London, java.awt.printerjob
=sun.awt.windows.WPrinterJob, file.encoding=Cp1252, java.specification.version=1.4, 
user.name=mtedone, java.class.p
ath=d:\Program Files\Apache Software Foundation\Maven 
1.0-rc1\lib\forehead-1.0-beta-5.jar, java.vm.specification.ve
rsion=1.0, sun.arch.data.model=32, java.home=D:\J2SE\jre, 
java.specification.vendor=Sun Microsystems Inc., user.lan
guage=en, awt.toolkit=sun.awt.windows.WToolkit, java.vm.info=mixed mode, 
java.version=1.4.2, java.ext.dirs=D:\J2SE\
jre\lib\ext, sun.boot.class.path=d:\Program Files\Apache Software Foundation\Maven 
1.0-rc1\lib\endorsed\xerces-2.4.
0.jar;d:\Program Files\Apache Software Foundation\Maven 
1.0-rc1\lib\endorsed\xml-apis-1.0.b2.jar;D:\J2SE\jre\lib\rt
.jar;D:\J2SE\jre\lib\i18n.jar;D:\J2SE\jre\lib\sunrsasign.jar;D:\J2SE\jre\lib\jsse.jar;D:\J2SE\jre\lib\jce.jar;D:\J2
SE\jre\lib\charsets.jar;D:\J2SE\jre\classes, java.vendor=Sun Microsystems Inc., 
javax.xml.parsers.DocumentBuilderFa
ctory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl, maven.home=d:\Program 
Files\Apache Software Foundation\Mav
en 1.0-rc1, file.separator=\, 
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi, sun.cpu.endian=little,
 sun.io.unicode.encoding=UnicodeLittle, sun.cpu.isalist=pentium i486 i386}
[junit] [VERBOSE] Implicitly adding C:\Documents and 
Settings\mtedone\.maven\repository\junit\jars\junit-3.8.1.
jar;d:\Program Files\Apache Software Foundation\Maven 
1.0-rc1\lib\ant-1.5.3-1.jar;d:\Program Files\Apache Software
Foundation\Maven 1.0-rc1\lib\ant-optional-1.5.3-1.jar to CLASSPATH
[junit] [VERBOSE] Using CLASSPATH 
D:\Projects\jemos-logging\src\target\test-classes;D:\Projects\jemos-logging\s
rc\target\classes;C:\Documents and 
Settings\mtedone\.maven\repository\junit\jars\junit-3.8.1.jar;D:\Program Files\A
pache Software Foundation\Maven 1.0-rc1\lib\ant-1.5.3-1.jar;D:\Program Files\Apache 
Software Foundation\Maven 1.0-r
c1\lib\ant-optional-1.5.3-1.jar
[junit] [DEBUG] Finding class org.jemos.logging.test.JemosLoggerTestCase
[junit] [DEBUG] Finding class org.jemos.logging.test.JemosAbstractTest
[junit] [DEBUG] Class junit.framework.TestCase loaded from parent loader
[junit] [DEBUG] Finding class org.jemos.logging.LoggerConfig
[junit] [DEBUG] Class java.lang.Object loaded from parent loader
[junit] [DEBUG] Class org.jemos.logging.LoggerConfig loaded from ant loader
[junit] [DEBUG] Class org.jemos.logging.test.JemosAbstractTest loaded from ant 
loader
[junit] [DEBUG] Class org.jemos.logging.test.JemosLoggerTestCase loaded from ant 
loader
[junit] [DEBUG] Class java.io.InputStream loaded from parent loader
[junit] [DEBUG] Class java.io.FileInputStream loaded from parent loader
[junit] [DEBUG] Finding class org.jemos.logging.AbstractFactory
[junit] [DEBUG] Class org.jemos.logging.AbstractFactory loaded from ant loader
[junit] [DEBUG] Finding class org.jemos.logging.JemosLoggerFactory
[junit] [DEBUG] Class org.jemos.logging.JemosLoggerFactory loaded from ant loader
[junit] [DEBUG] Class java.lang.SecurityException loaded from parent loader
[junit] [DEBUG] Class java.io.IOException loaded from parent loader
[junit] [DEBUG] Class java.io.FileNotFoundException loaded from parent loader
[junit] [DEBUG] Class java.lang.String loaded from parent load

[jira] Created: (MAVEN-1135) maven site fails due to problems with maven-license-plugin

2004-01-27 Thread jira
Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
-
Key: MAVEN-1135
Summary: maven site fails due to problems with maven-license-plugin
   Type: Bug

 Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven
 Components: 
 core
   Versions:
 1.0-rc1

   Assignee: 
   Reporter: Marco Tedone

Created: Mon, 26 Jan 2004 6:18 PM
Updated: Mon, 26 Jan 2004 6:18 PM
Environment: Windows XP SP1

Description:
Hi, if I run the "site" goal with no reports description or with the 
maven-license-plugin report, I obtain an error due to the 
maven-license-plugin:register goal that is not found by the maven-xdoc-plugin.

Here follows the debugged version of my build process:

PI Specification, java.class.version=48.0, 
java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFac
tory, os.version=5.1, user.home=C:\Documents and Settings\mtedone, 
user.timezone=Europe/London, java.awt.printerjob
=sun.awt.windows.WPrinterJob, file.encoding=Cp1252, java.specification.version=1.4, 
user.name=mtedone, java.class.p
ath=d:\Program Files\Apache Software Foundation\Maven 
1.0-rc1\lib\forehead-1.0-beta-5.jar, java.vm.specification.ve
rsion=1.0, sun.arch.data.model=32, java.home=D:\J2SE\jre, 
java.specification.vendor=Sun Microsystems Inc., user.lan
guage=en, awt.toolkit=sun.awt.windows.WToolkit, java.vm.info=mixed mode, 
java.version=1.4.2, java.ext.dirs=D:\J2SE\
jre\lib\ext, sun.boot.class.path=d:\Program Files\Apache Software Foundation\Maven 
1.0-rc1\lib\endorsed\xerces-2.4.
0.jar;d:\Program Files\Apache Software Foundation\Maven 
1.0-rc1\lib\endorsed\xml-apis-1.0.b2.jar;D:\J2SE\jre\lib\rt
.jar;D:\J2SE\jre\lib\i18n.jar;D:\J2SE\jre\lib\sunrsasign.jar;D:\J2SE\jre\lib\jsse.jar;D:\J2SE\jre\lib\jce.jar;D:\J2
SE\jre\lib\charsets.jar;D:\J2SE\jre\classes, java.vendor=Sun Microsystems Inc., 
javax.xml.parsers.DocumentBuilderFa
ctory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl, maven.home=d:\Program 
Files\Apache Software Foundation\Mav
en 1.0-rc1, file.separator=\, 
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi, sun.cpu.endian=little,
 sun.io.unicode.encoding=UnicodeLittle, sun.cpu.isalist=pentium i486 i386}
[junit] [VERBOSE] Implicitly adding C:\Documents and 
Settings\mtedone\.maven\repository\junit\jars\junit-3.8.1.
jar;d:\Program Files\Apache Software Foundation\Maven 
1.0-rc1\lib\ant-1.5.3-1.jar;d:\Program Files\Apache Software
Foundation\Maven 1.0-rc1\lib\ant-optional-1.5.3-1.jar to CLASSPATH
[junit] [VERBOSE] Using CLASSPATH 
D:\Projects\jemos-logging\src\target\test-classes;D:\Projects\jemos-logging\s
rc\target\classes;C:\Documents and 
Settings\mtedone\.maven\repository\junit\jars\junit-3.8.1.jar;D:\Program Files\A
pache Software Foundation\Maven 1.0-rc1\lib\ant-1.5.3-1.jar;D:\Program Files\Apache 
Software Foundation\Maven 1.0-r
c1\lib\ant-optional-1.5.3-1.jar
[junit] [DEBUG] Finding class org.jemos.logging.test.JemosLoggerTestCase
[junit] [DEBUG] Finding class org.jemos.logging.test.JemosAbstractTest
[junit] [DEBUG] Class junit.framework.TestCase loaded from parent loader
[junit] [DEBUG] Finding class org.jemos.logging.LoggerConfig
[junit] [DEBUG] Class java.lang.Object loaded from parent loader
[junit] [DEBUG] Class org.jemos.logging.LoggerConfig loaded from ant loader
[junit] [DEBUG] Class org.jemos.logging.test.JemosAbstractTest loaded from ant 
loader
[junit] [DEBUG] Class org.jemos.logging.test.JemosLoggerTestCase loaded from ant 
loader
[junit] [DEBUG] Class java.io.InputStream loaded from parent loader
[junit] [DEBUG] Class java.io.FileInputStream loaded from parent loader
[junit] [DEBUG] Finding class org.jemos.logging.AbstractFactory
[junit] [DEBUG] Class org.jemos.logging.AbstractFactory loaded from ant loader
[junit] [DEBUG] Finding class org.jemos.logging.JemosLoggerFactory
[junit] [DEBUG] Class org.jemos.logging.JemosLoggerFactory loaded from ant loader
[junit] [DEBUG] Class java.lang.SecurityException loaded from parent loader
[junit] [DEBUG] Class java.io.IOException loaded from parent loader
[junit] [DEBUG] Class java.io.FileNotFoundException loaded from parent loader
[junit] [DEBUG] Class java.lang.String loaded from parent loader
[junit] [DEBUG] Class java.util.logging.Logger loaded from parent loader
[junit] [DEBUG] Class java.util.Properties loaded from parent loader
[junit] Running org.jemos.logging.test.JemosLoggerTestCase
[junit] [DEBUG] Class org.apache.xerces.jaxp.DocumentBuilderFactoryImpl loaded 
from parent loader
[junit] [DEBUG] ResourceStream for 
META-INF/services/org.apache.xerces.xni.parser.XMLP

RE: cvs commit: maven-components/maven-project/src/test/org/apach e/maven/project DefaultProjectBuilderTest.java

2004-01-27 Thread Brett Porter
But if you do

new File(basedir, "project.xml").getPath() on windows, don't you get basedir
+ "\\project.xml" back?

> -Original Message-
> From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, 27 January 2004 7:53 PM
> To: Maven Developers List
> Subject: Re: cvs commit: 
> maven-components/maven-project/src/test/org/apache/maven/proje
> ct DefaultProjectBuilderTest.java
> 
> 
> For all path in project.xml, we use "/" character for all 
> path. "\" character is an escape character in java world. I 
> prefer the "/" character for standardize path.
> 
> Emmanuel
> 
> - Original Message - 
> From: "Brett Porter" <[EMAIL PROTECTED]>
> To: "'Maven Developers List'" <[EMAIL PROTECTED]>
> Sent: Monday, January 26, 2004 10:52 PM
> Subject: RE: cvs commit: 
> maven-components/maven-project/src/test/org/apache/maven/project
> DefaultProjectBuilderTest.java
> 
> 
> > Emmanuel,
> >
> > How does changing the FILE_SEPARATOR fix it for Windows? IIRC there 
> > were other issues too.
> >
> > - Brett
> >
> > > -Original Message-
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, 26 January 2004 10:01 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: cvs commit: 
> > > maven-components/maven-project/src/test/org/apache/maven/proje
> > > ct DefaultProjectBuilderTest.java
> > >
> > >
> > > evenisse2004/01/26 03:01:23
> > >
> > >   Modified:maven-project/src/java/org/apache/maven/project
> > > MavenProject.java
> > >maven-project/src/test-input/b project.xml
> > >maven-project/src/test/org/apache/maven/project
> > > DefaultProjectBuilderTest.java
> > >   Log:
> > >   Some fixes for build maven-project under windows too.
> > >
> > >   Revision  ChangesPath
> > >   1.2   +2 -2
> > > maven-components/maven-project/src/java/org/apache/maven/proje
> > > ct/MavenProject.java
> > >
> > >   Index: MavenProject.java
> > >   
> ===
> > >   RCS file: 
> > > /home/cvs/maven-components/maven-project/src/java/org/apache/m
> > > aven/project/MavenProject.java,v
> > >   retrieving revision 1.1
> > >   retrieving revision 1.2
> > >   diff -u -r1.1 -r1.2
> > >   --- MavenProject.java 25 Jan 2004 00:28:20 - 1.1
> > >   +++ MavenProject.java 26 Jan 2004 11:01:23 - 1.2
> > >   @@ -676,7 +676,7 @@
> > >return false;
> > >}
> > >
> > >   -private String FILE_SEPARATOR = System.getProperty(
> > > "file.separator" );
> > >   +private String FILE_SEPARATOR = "/";
> > >
> > >private boolean alignedToBaseDirectory;
> > >
> > >
> > >
> > >
> > >   1.3   +3 -3
> > > maven-components/maven-project/src/test-input/b/project.xml
> > >
> > >   Index: project.xml
> > >   
> ===
> > >   RCS file: 
> > > /home/cvs/maven-components/maven-project/src/test-input/b/proj
> > > ect.xml,v
> > >   retrieving revision 1.2
> > >   retrieving revision 1.3
> > >   diff -u -r1.2 -r1.3
> > >   --- project.xml 10 Dec 2003 15:53:15 - 1.2
> > >   +++ project.xml 26 Jan 2004 11:01:23 - 1.3
> > >   @@ -1,9 +1,9 @@
> > >
> > >
> > >  ${basedir}/../project.xml
> > >   -  bb
> > >   -  bb
> > >   -  bb
> > >   +  b
> > >   +  b
> > >   +  b
> > >  1.0
> > >
> > >  
> > >
> > >
> > >
> > >   1.29  +1 -1
> > > maven-components/maven-project/src/test/org/apache/maven/proje
> > > ct/DefaultProjectBuilderTest.java
> > >
> > >   Index: DefaultProjectBuilderTest.java
> > >   
> ===
> > >   RCS file: 
> > > /home/cvs/maven-components/maven-project/src/test/org/apache/m
> > > aven/project/DefaultProjectBuilderTest.java,v
> > >   retrieving revision 1.28
> > >   retrieving revision 1.29
> > >   diff -u -r1.28 -r1.29
> > >   --- DefaultProjectBuilderTest.java 25 Jan 2004 00:28:20 
> - 1.28
> > >   +++ DefaultProjectBuilderTest.java 26 Jan 2004 11:01:23
> > > - 1.29
> > >   @@ -258,7 +258,7 @@
> > >throws Exception
> > >{
> > >
> > >   -File f = new File( basedir, "src/test-reactor" );
> > >   +File f = new File( basedir, "src/test-input" );
> > >
> > >DirectoryScanner scanner = new DirectoryScanner();
> > >
> > >
> > >
> > >
> > >
> > > 
> 
> > > -
> > > 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 project.properties

2004-01-27 Thread Brett Porter
Ah, I must have been using an old CVS. If it works, then add it back in and
bootstrap to check, then commit.

Sorry.

- Brett

> -Original Message-
> From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, 27 January 2004 9:19 PM
> To: Maven Developers List
> Subject: Re: cvs commit: maven project.properties
> 
> 
> I build Maven-1.0 branch correctly with the pdf plugin. 
> What's your problem?
> 
> Emmanuel
> 
> - Original Message - 
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, January 26, 2004 11:51 PM
> Subject: cvs commit: maven project.properties
> 
> 
> > brett   2004/01/26 14:51:38
> >
> >   Modified:.Tag: MAVEN-1_0-BRANCH project.properties
> >   Log:
> >   Exclude PDF while it is broken
> >
> >   Revision  ChangesPath
> >   No   revision
> >   No   revision
> >   1.51.2.9  +3 -2  maven/project.properties
> >
> >   Index: project.properties
> >   
> ===
> >   RCS file: /home/cvs/maven/project.properties,v
> >   retrieving revision 1.51.2.8
> >   retrieving revision 1.51.2.9
> >   diff -u -r1.51.2.8 -r1.51.2.9
> >   --- project.properties 16 Jan 2004 22:00:20 - 1.51.2.8
> >   +++ project.properties 26 Jan 2004 22:51:38 - 1.51.2.9
> >   @@ -49,7 +49,8 @@
> >
> #--
> >maven.multiproject.basedir=${maven.plugins.directory}
> >#do not go down to nested subproject
> >   -maven.multiproject.includes=*/project.xml
> >   +maven.multiproject.includes=${maven.plugins.includes}
> >   +maven.multiproject.excludes=${maven.plugins.excludes}
> >maven.multiproject.navigation=independent
> >maven.multiproject.overviewPage.title=Maven Core Plugins
> >
> maven.multiproject.overviewPage.link=reference/plugins/core-plugins
> >   @@ -77,7 +78,7 @@
> >maven.bootstrap.reactor =
> clean/project.xml,jar/project.xml,java/project.xml,license/pro
> ject.xml,plugi
> n/project.xml,touchstone/project.xml,touchstone-partner/project.xml
> >maven.plugins.directory = ${basedir}/../maven-plugins
> >maven.plugins.includes = */project.xml
> >   -maven.plugins.excludes = examples/**,surefire/**
> >   +maven.plugins.excludes = examples/**,surefire/**,pdf/**
> >
> >maven.get.jars.baseUrl = http://www.ibiblio.org/maven
> >maven.bootstrap.dir = ${basedir}/bootstrap
> >
> >
> >
> >
> > 
> -
> > 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: (MAVEN-1137) clover plugin:test fails under RC2

2004-01-27 Thread jira
The following comment has been added to this issue:

 Author: Brett Porter
Created: Tue, 27 Jan 2004 6:27 PM
   Body:
Looks as though the clover tasks are not being loaded, hence not run. Should be a 
quick fix.
-
View this comment:
  
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1137&page=comments#action_16161

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

Here is an overview of the issue:
-
Key: MAVEN-1137
Summary: clover plugin:test fails under RC2
   Type: Bug

 Status: In Progress
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven
 Components: 
 core
   Fix Fors:
 1.0-rc2
   Versions:
 1.0-rc2

   Assignee: Brett Porter
   Reporter: Brett Porter

Created: Tue, 27 Jan 2004 12:28 AM
Updated: Tue, 27 Jan 2004 6:27 PM

Description:
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc2-SNAPSHOT

Attempting to download maven-junit-report-plugin-1.4-SNAPSHOT.jar.
Error retrieving artifact from 
[http://www.ibiblio.org/maven/maven/plugins/maven-junit-report-plugin-1.4-SNAPSHOT.jar]:
 java.net.UnknownHostException: www.ibiblio.org
plugin:test:
testPlugin:
clean:clean:
[delete] Deleting directory 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target

clean:

[mkdir] Created dir: 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\clovertestdir
site:
xdoc:register-reports:
maven-clover-plugin:register:


site:run-reports:
[echo] Generating the Clover...
maven-clover-plugin:report:
clover:on:
[taskdef] Could not load definitions from resource clovertasks. It could not be 
found.
[typedef] Could not load definitions from resource clovertypes. It could not be 
found.

[mkdir] Created dir: 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\clover
[mkdir] Created dir: 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\clover\classes
[mkdir] Created dir: 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\clover\database
[mkdir] Created dir: 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\docs\clover

clover:test:
[echo] Setting Clover compiler

[echo] Now using primary build.compiler : 





java:prepare-filesystem:

java:compile:
[echo] Compiling to 
d:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test/target/clover/classes
[javac] Compiling 1 source file to 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\clover\classes

java:jar-resources:

test:prepare-filesystem:
[mkdir] Created dir: 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\test-classes
[mkdir] Created dir: 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\test-reports

test:test-resources:

test:compile:
[javac] Compiling 1 source file to 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\test-classes

test:test:









clover:html-report-internal:

clover:html-report:



xdoc:init:
[mkdir] Created dir: 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\generated-xdocs

xdoc:generate-from-pom:
[echo] Generating xdocs from POM ... 

 



xdoc:transform:
xdoc:copy-resources:
[copy] Copying 3 files to 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\docs\style
[copy] Copying 89 files to 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\docs\images
About to use JSL stylesheet 
file:/d:/home/Brett/.maven-1.0-Brett-SNAPSHOT/plugins/maven-xdoc-plugin-1.5-SNAPSHOT/plugin-resources/site.jsl

xdoc:copy-user-resources:

xdoc:jelly-init:

xdoc:jelly-transform:
[echo] Generating 
D:/home/Brett/cvs/external/maven-plugins/clover/src/plugin-test/target/docs/cvs-usage.html
 from 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\generated-xdocs\cvs-usage.xml
[echo] Generating 
D:/home/Brett/cvs/external/maven-plugins/clover/src/plugin-test/target/docs/dependencies.html
 from 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\generated-xdocs\dependencies.xml
[echo] Generating 
D:/home/Brett/cvs/external/maven-plugins/clover/src/plugin-test/target/docs/index.html 
from 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\generated-xdocs\index.xml
[echo] Generating 
D:/home/Brett/cvs/external/maven-plugins/clover/src/plugin-test/target/docs/issue-tracking.html
 from 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-tes

[jira] Closed: (MAVEN-1136) dashboard plugin:test broken in RC2

2004-01-27 Thread jira
Message:

   The following issue has been closed.

   Resolver: Brett Porter
   Date: Tue, 27 Jan 2004 6:25 PM

fixed - needed to attain and define the goal in the same werkz project
-
View the issue:
  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1136

Here is an overview of the issue:
-
Key: MAVEN-1136
Summary: dashboard plugin:test broken in RC2
   Type: Bug

 Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven
 Components: 
 core
   Fix Fors:
 1.0-rc2
   Versions:
 1.0-rc2

   Assignee: Brett Porter
   Reporter: Brett Porter

Created: Tue, 27 Jan 2004 12:20 AM
Updated: Tue, 27 Jan 2004 6:25 PM

Description:
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc2-SNAPSHOT

Attempting to download maven-junit-report-plugin-1.4-SNAPSHOT.jar.
Error retrieving artifact from 
[http://www.ibiblio.org/maven/maven/plugins/maven-junit-report-plugin-1.4-SNAPSHOT.jar]:
 java.net.UnknownHostException: www.ibiblio.org
Attempting to download maven-junit-report-plugin-1.4-SNAPSHOT.jar.
Error retrieving artifact from 
[http://www.ibiblio.org/maven/maven/plugins/maven-junit-report-plugin-1.4-SNAPSHOT.jar]:
 java.net.UnknownHostException: www.ibiblio.org
Starting the reactor...
Our processing order:
Maven Dashboard plugin test - Subproject1
Maven Dashboard plugin test - Subproject2
Maven Dashboard plugin test - Subproject3
+
| Executing clean Maven Dashboard plugin test - Subproject1
| Memory: 4M/5M
+
+
| Executing clean Maven Dashboard plugin test - Subproject2
| Memory: 4M/7M
+
+
| Executing clean Maven Dashboard plugin test - Subproject3
| Memory: 5M/7M
+
com.werken.werkz.UnattainableGoalException: Unable to obtain goal [testPlugin] -- 
null:570:48:  No goal [maven-dashboard-plugin:register]
at com.werken.werkz.Goal.fire(Goal.java:646)
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:632)
at org.apache.maven.MavenSession.attainGoals(MavenSession.java:304)
at org.apache.maven.jelly.tags.maven.MavenTag.doTag(MavenTag.java:122)
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.util.AvailableTag.doTag(AvailableTag.java:110)
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:118)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:156)
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:632)
at org.apache.maven.MavenSession.attainGoals(MavenSession.java:304)
at org.apache.maven.cli.App.doMain(App.java:490)
at org.apache.maven.cli.App.main(App.java:1145)
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:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)



-
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-components/maven-mboot/src/bash maven.functions

2004-01-27 Thread jvanzyl
jvanzyl 2004/01/27 15:13:01

  Modified:maven-mboot/src/bash maven.functions
  Log:
  o remove test resources file
  
  Revision  ChangesPath
  1.16  +7 -1  maven-components/maven-mboot/src/bash/maven.functions
  
  Index: maven.functions
  ===
  RCS file: /home/cvs/maven-components/maven-mboot/src/bash/maven.functions,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- maven.functions   27 Jan 2004 19:07:04 -  1.15
  +++ maven.functions   27 Jan 2004 23:13:01 -  1.16
  @@ -200,6 +200,7 @@
   rm -f bootstrap.repo > /dev/null 2>&1
   rm -f bootstrap.tests.includes > /dev/null 2>&1
   rm -f bootstrap.tests.excludes > /dev/null 2>&1
  +rm -f bootstrap.tests.resources > /dev/null 2>&1
 fi
   )
   }
  @@ -232,6 +233,9 @@
 # $1 == resourcesfile
 # $2 == target directory
 
  +  if [ -f $1 ]
  +  then
  +  
 resources=`cat $1`
 
 for i in $resources
  @@ -281,7 +285,9 @@
   done
 done
 
  -  find target/classes -name 'CVS*' -exec rm -rf {} > /dev/null 2>&1 \;
  +  find $2 -name 'CVS*' -exec rm -rf {} > /dev/null 2>&1 \;
  +  
  +  fi
   }
   
   # OS specific support.  $var _must_ be set to either true or false.
  
  
  

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



[jira] Created: (MAVENUPLOAD-65) 5 broken xdoclet 1.2 module uploads

2004-01-27 Thread jira
Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
-
Key: MAVENUPLOAD-65
Summary: 5 broken xdoclet 1.2 module uploads
   Type: Bug

 Status: Open
   Priority: Critical

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven-upload-requests

   Assignee: Jason van Zyl
   Reporter: Richard Easterling

Created: Mon, 26 Jan 2004 8:26 PM
Updated: Mon, 26 Jan 2004 8:26 PM

Description:
md5 files are there but not jars:

xdoclet-mx4j-module-1.2.jar
xdoclet-jboss-module-1.2.jar
xdoclet-jdo-module-1.2.jar
xdoclet-tjdo-module-1.2.jar
xdoclet-solarmetric-module-1.2.jar

I'm happy to help on the ibiblio maintance.  I'm building an open source set of 
reusable Ant modules that uses the repository, so I'm familur with work that needs to 
be done...

Regards

Richard Easterling 


-
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: (MAVENUPLOAD-64) Please upload jars in Apache Tomcat 5.0.18 (Embedded version)

2004-01-27 Thread jira
The following comment has been added to this issue:

 Author: Davanum Srinivas
Created: Tue, 27 Jan 2004 2:53 PM
   Body:
uploaded jars to http://www.apache.org/dist/java-repository/tomcat/jars/. Please close 
this issue once the sync from Apache is done.

thanks,
dims
-
View this comment:
  
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVENUPLOAD-64&page=comments#action_16157

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

Here is an overview of the issue:
-
Key: MAVENUPLOAD-64
Summary: Please upload jars in Apache Tomcat 5.0.18 (Embedded version)
   Type: Bug

 Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven-upload-requests

   Assignee: Jason van Zyl
   Reporter: Davanum Srinivas

Created: Mon, 26 Jan 2004 7:38 AM
Updated: Tue, 27 Jan 2004 2:53 PM
Environment: java

Description:
Need this for Geronimo's tomcat integration. Can you please upload ALL jars present in 
jakarta-tomcat-5.0.18-embed.zip which can be downloaded from 
http://jakarta.apache.org/site/binindex.cgi


  3
  tomcat
  Apache Tomcat
  5.0.18
  
Apache
http://jakarta.apache.org/tomcat/
  
  

  Apache 1.1 license
  http://jakarta.apache.org/site/legal.html
  

  


Thanks,
dims


-
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/java/org/apache/maven/plugin PluginManager.java

2004-01-27 Thread brett
brett   2004/01/27 14:29:13

  Modified:.Tag: MAVEN-1_0-BRANCH maven.xml
   src/java/org/apache/maven/jelly/tags/werkz Tag:
MAVEN-1_0-BRANCH MavenAttainGoalTag.java
MavenGoalTag.java
   src/java/org/apache/maven/plugin Tag: MAVEN-1_0-BRANCH
PluginManager.java
  Log:
  When lazy initialising goals, the werkz project they are created in needs to be the 
same as the werkz project they are attained in
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.97.2.6  +1 -2  maven/maven.xml
  
  Index: maven.xml
  ===
  RCS file: /home/cvs/maven/maven.xml,v
  retrieving revision 1.97.2.5
  retrieving revision 1.97.2.6
  diff -u -r1.97.2.5 -r1.97.2.6
  --- maven.xml 26 Jan 2004 22:57:11 -  1.97.2.5
  +++ maven.xml 27 Jan 2004 22:29:12 -  1.97.2.6
  @@ -69,13 +69,12 @@
   name="maven:plugins-test"
   description="Test each Maven plugin">
   
  -
   
   
   

cvs commit: maven-plugins/dashboard/src/plugin-test project.properties

2004-01-27 Thread brett
brett   2004/01/27 14:27:42

  Modified:dashboard/src/plugin-test project.properties
  Log:
  must set properties so they aren't picked up from maven's build when run via the 
reactor
  
  Revision  ChangesPath
  1.4   +5 -0  maven-plugins/dashboard/src/plugin-test/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/dashboard/src/plugin-test/project.properties,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- project.properties6 Jan 2004 19:07:36 -   1.3
  +++ project.properties27 Jan 2004 22:27:42 -  1.4
  @@ -6,3 +6,8 @@
   maven.checkstyle.header.file = ${basedir}/LICENSE.txt
   
   offline=true
  +
  +# MUST specify these, even though they are the defaults, so we can run inside 
reactor where they were already set
  +maven.multiproject.basedir=${basedir}
  +maven.multiproject.includes=*/project.xml
  +maven.multiproject.excludes=
  
  
  

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



RE: cvs commit: maven plugins-site.xml

2004-01-27 Thread Brett Porter
Sorry, I'm confused. Can you post a trace to JIRA?

I'm about to commit some fixes that might help with the "register not found"
bit.

- Brett

> -Original Message-
> From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, 27 January 2004 11:00 PM
> To: Maven Developers List
> Subject: Re: cvs commit: maven plugins-site.xml
> 
> 
> The site generation of maven doens't work dur to 
> maven-jdepend-plugin:register isn't found.
> 
> I have a similar problem when I run on a plugin :
> maven clean plugin:install plugin:deploy
> but works with :
> maven clean plugin:install
> maven plugin:deploy
> 
> Emmanuel
> 
> - Original Message - 
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, January 26, 2004 11:50 PM
> Subject: cvs commit: maven plugins-site.xml
> 
> 
> > brett   2004/01/26 14:50:23
> >
> >   Modified:.Tag: MAVEN-1_0-BRANCH plugins-site.xml
> >   Log:
> >   plugin site build fixes
> >
> >   Revision  ChangesPath
> >   No   revision
> >   No   revision
> >   1.1.4.2   +5 -3  maven/plugins-site.xml
> >
> >   Index: plugins-site.xml
> >   
> ===
> >   RCS file: /home/cvs/maven/plugins-site.xml,v
> >   retrieving revision 1.1.4.1
> >   retrieving revision 1.1.4.2
> >   diff -u -r1.1.4.1 -r1.1.4.2
> >   --- plugins-site.xml 16 Jan 2004 22:00:20 - 1.1.4.1
> >   +++ plugins-site.xml 26 Jan 2004 22:50:23 - 1.1.4.2
> >   @@ -1,4 +1,4 @@
> >   -
> >   + xmlns:ant="jelly:ant">
> >
> >  
> >  
> >   @@ -9,7 +9,8 @@
> >
> > >  basedir="${maven.plugins.directory}"
> >   -  includes="*/project.xml"
> >   +  includes="${maven.plugins.includes}"
> >   +  excludes="${maven.plugins.excludes}"
> >  goals="xdoc"
> >  banner="Generating Docs For"
> >  ignoreFailures="false"
> >   @@ -40,7 +41,8 @@
> >
> >   >basedir="${maven.plugins.directory}"
> >   -includes="*/project.xml"
> >   +includes="${maven.plugins.includes}"
> >   +excludes="${maven.plugins.excludes}"
> >goals="site"
> >banner="Generating site for"
> >ignoreFailures="false"
> >
> >
> >
> >
> > 
> -
> > 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-mboot/src/main Bootstrapper.java HttpUtils.java

2004-01-27 Thread jvanzyl
jvanzyl 2004/01/27 10:58:12

  Modified:maven-mboot/src/bash maven.functions
   maven-mboot/src/main Bootstrapper.java HttpUtils.java
  Log:
  o general cleanup
  o add the ability to deal with test resources
  
  Revision  ChangesPath
  1.14  +11 -5 maven-components/maven-mboot/src/bash/maven.functions
  
  Index: maven.functions
  ===
  RCS file: /home/cvs/maven-components/maven-mboot/src/bash/maven.functions,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- maven.functions   26 Jan 2004 07:16:16 -  1.13
  +++ maven.functions   27 Jan 2004 18:58:11 -  1.14
  @@ -49,7 +49,8 @@
 
 if [ -f $5 ]
 then
  -"${JAVACMD}" -classpath "$CP" TestRunnerBooter "$2" "$3" $4 $5 $6
  +echo ">>> $CP"
  +"${JAVACMD}" -classpath "$CP" org.codehaus.surefire.SureFire "$2" "$3" $4 $5 $6
 fi
   }
   
  @@ -173,11 +174,13 @@
 
 fi
 
  -  copyResources
  +  copyResources bootstrap.resources target/classes
  +  
  +  copyResources bootstrap.test.resources target/test-classes
 
 echo "Running tests in `pwd`"
   
  -  runTests 
".:${MBOOT_HOME}/classes:$repoLocal/junit/jars/junit-3.8.1.jar:$repoLocal/maven/jars/surefire-runner-1.0.jar:$repoLocal/plexus/jars/plexus-utils-1.0-beta-1.jar"
 "$home" "$repoLocal" bootstrap.libs bootstrap.tests.includes bootstrap.tests.excludes
  +  runTests ".:${MBOOT_HOME}/classes:$repoLocal/surefire/jars/surefire-0.5.jar" 
"$home" "$repoLocal" bootstrap.libs bootstrap.tests.includes bootstrap.tests.excludes
 
 if [ "$2" = "default" ]
 then
  @@ -227,7 +230,10 @@
   
   copyResources()
   {
  -  resources=`cat bootstrap.resources`
  +  # $1 == resourcesfile
  +  # $2 == target directory
  +  
  +  resources=`cat $1`
 
 for i in $resources
 do
  @@ -250,7 +256,7 @@
   # path into the target directory.
   path=`echo $tmpFile | sed "s/$tmpDirectory//;s/\@/\//g;s/^\///"`
   
  -targetDirectory="target/classes"
  +targetDirectory=$2
   
   [ ! -z $MBOOT_DEBUG ] && echo "path = $path"
   
  
  
  
  1.12  +74 -52maven-components/maven-mboot/src/main/Bootstrapper.java
  
  Index: Bootstrapper.java
  ===
  RCS file: /home/cvs/maven-components/maven-mboot/src/main/Bootstrapper.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- Bootstrapper.java 25 Jan 2004 00:27:01 -  1.11
  +++ Bootstrapper.java 27 Jan 2004 18:58:11 -  1.12
  @@ -1,4 +1,3 @@
  -
   import org.xml.sax.Attributes;
   import org.xml.sax.InputSource;
   import org.xml.sax.SAXParseException;
  @@ -38,8 +37,6 @@
   public void execute( String[] args )
   throws Exception
   {
  -String basedir = args[0];
  -
   downloader = new ArtifactDownloader();
   
   bootstrapPomParser = new BootstrapPomParser();
  @@ -48,6 +45,20 @@
   
   dependencies = bootstrapPomParser.getDependencies();
   
  +downloadDependencies();
  +
  +writeClasspath();
  +
  +writeUnitTest();
  +
  +writeResources( bootstrapPomParser.getResources(), "bootstrap.resources" );
  +
  +writeFile( "bootstrap.repo", downloader.getMavenRepoLocal().getPath() );
  +}
  +
  +private void downloadDependencies()
  +throws Exception
  +{
   List list = new ArrayList();
   
   for ( Iterator i = dependencies.iterator(); i.hasNext(); )
  @@ -58,7 +69,11 @@
   }
   
   downloader.downloadDependencies( list );
  +}
   
  +private void writeClasspath()
  +throws Exception
  +{
   StringBuffer classPath = new StringBuffer();
   
   StringBuffer libs = new StringBuffer();
  @@ -75,7 +90,11 @@
   writeFile( "bootstrap.classpath", classPath.toString() );
   
   writeFile( "bootstrap.libs", libs.toString() );
  +}
   
  +private void writeUnitTest()
  +throws Exception
  +{
   int size;
   
   unitTests = bootstrapPomParser.getUnitTests();
  @@ -84,13 +103,13 @@
   {
   StringBuffer tests = new StringBuffer();
   
  -tests.append( unitTests.getDirectory() );
  +tests.append( "target/test-classes" );
   
   tests.append( "@" );
   
   size = unitTests.getIncludes().size();
   
  -// If there are no includes specified then we want it all.
  +// If there are no unitTestIncludes specified then we want it all.
   if ( size == 0 )
   {
   tests.append( "'*'" );
  @@ -114,7 +133,7 @@
   
   tests = new StringBuffer();
   
  -tests.append( unitTests.getDirectory() );
  +tests.append(

cvs commit: maven-plugins/pdf/xdocs properties.xml

2004-01-27 Thread evenisse
evenisse2004/01/27 09:24:29

  Modified:pdf  plugin.properties
   pdf/xdocs properties.xml
  Log:
  Use the current date on cover page
  
  Revision  ChangesPath
  1.8   +1 -1  maven-plugins/pdf/plugin.properties
  
  Index: plugin.properties
  ===
  RCS file: /home/cvs/maven-plugins/pdf/plugin.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- plugin.properties 27 Jan 2004 11:17:52 -  1.7
  +++ plugin.properties 27 Jan 2004 17:24:29 -  1.8
  @@ -16,6 +16,6 @@
   maven.pdf.cover.projectName=${pom.name}
   maven.pdf.cover.type=Project Documentation
   maven.pdf.cover.version=${pom.currentVersion}
  -maven.pdf.cover.date=June 2, 2003
  +#maven.pdf.cover.date=June 2, 2003
   maven.pdf.projectLogo=${pom.logo}
   maven.pdf.companyLogo=${pom.organization.logo}
  
  
  
  1.5   +1 -1  maven-plugins/pdf/xdocs/properties.xml
  
  Index: properties.xml
  ===
  RCS file: /home/cvs/maven-plugins/pdf/xdocs/properties.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- properties.xml26 Jan 2004 09:32:53 -  1.4
  +++ properties.xml27 Jan 2004 17:24:29 -  1.5
  @@ -101,7 +101,7 @@
   
   maven.pdf.cover.date
   Yes
  -Usage not yet implemented.Defaults to June 2, 
2003.
  +Defaults to current day.
   
   
   maven.pdf.projectLogo
  
  
  

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



cvs commit: maven-plugins/surefire project.xml

2004-01-27 Thread evenisse
evenisse2004/01/27 06:26:52

  Modified:surefire project.xml
  Log:
  Update dependencies
  
  Revision  ChangesPath
  1.2   +4 -4  maven-plugins/surefire/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/surefire/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml   9 Jan 2004 16:22:59 -   1.1
  +++ project.xml   27 Jan 2004 14:26:49 -  1.2
  @@ -31,17 +31,17 @@
   
 maven
 maven-model
  -  2.0-alpha-2
  +  2.0-SNAPSHOT
   
   
 maven
 maven-project
  -  2.0-alpha-2
  +  2.0-SNAPSHOT
   
   
 plexus
  -  plexus-utils
  -  1.0-beta-1
  +  plexus
  +  0.14-SNAPSHOT
   
 
   
  
  
  

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



cvs commit: maven-components/maven-mboot/src/bash maven.functions

2004-01-27 Thread jvanzyl
jvanzyl 2004/01/27 11:07:04

  Modified:maven-mboot/src/bash maven.functions
  Log:
  o remove debug
  
  Revision  ChangesPath
  1.15  +0 -1  maven-components/maven-mboot/src/bash/maven.functions
  
  Index: maven.functions
  ===
  RCS file: /home/cvs/maven-components/maven-mboot/src/bash/maven.functions,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- maven.functions   27 Jan 2004 18:58:11 -  1.14
  +++ maven.functions   27 Jan 2004 19:07:04 -  1.15
  @@ -49,7 +49,6 @@
 
 if [ -f $5 ]
 then
  -echo ">>> $CP"
   "${JAVACMD}" -classpath "$CP" org.codehaus.surefire.SureFire "$2" "$3" $4 $5 $6
 fi
   }
  
  
  

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



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

2004-01-27 Thread brett
brett   2004/01/26 14:58:21

  Modified:src/test/touchstone-build Tag: MAVEN-1_0-BRANCH maven.xml
  Log:
  touchstone clean up, re-enable tests that now succeed
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.43.4.5  +8 -19 maven/src/test/touchstone-build/maven.xml
  
  Index: maven.xml
  ===
  RCS file: /home/cvs/maven/src/test/touchstone-build/maven.xml,v
  retrieving revision 1.43.4.4
  retrieving revision 1.43.4.5
  diff -u -r1.43.4.4 -r1.43.4.5
  --- maven.xml 31 Dec 2003 01:16:33 -  1.43.4.4
  +++ maven.xml 26 Jan 2004 22:58:21 -  1.43.4.5
  @@ -140,7 +140,7 @@
   
 
   
  -
  +
   
 
   
  @@ -164,7 +164,7 @@
   
 
   
  -
  +
   
 
   
  @@ -172,6 +172,7 @@
   
 
   
  +
   
   
  
  @@ -191,16 +192,14 @@
   
   
   
  -
   
  -
  -
   
  -
  +Touchstone complete
 
   
  
  -
  -  
  -
  -  PreGoal for 'test' was executed.
  -
  -  
  -  
  -  

cvs commit: maven-plugins/pdf plugin.jelly

2004-01-27 Thread evenisse
evenisse2004/01/27 06:49:02

  Modified:pdf  plugin.jelly
  Log:
  From Arnaud Heritier : Add possibility to use relative path for logo
  
  Revision  ChangesPath
  1.14  +24 -4 maven-plugins/pdf/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/pdf/plugin.jelly,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- plugin.jelly  27 Jan 2004 13:11:18 -  1.13
  +++ plugin.jelly  27 Jan 2004 14:48:59 -  1.14
  @@ -1,5 +1,9 @@
   
  -
  +
   
   
   
  @@ -18,9 +22,25 @@
   
   
   
  -  
  -
  -
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
   
   
   
  
  
  

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



Re: Problem with artifact:install

2004-01-27 Thread Rafal Krzewski
Stoffels, Ralf (FWI-AW2) wrote:
> Hi,
> 
> artifact:install copies the project.xml file without any modifications to
> the repository.
> 
> This entails that the extend element looses its reference. Therefore all
> references to the 
> extended project (like ${pom.groupId}) are dangling and can't be resolved
> anymore.
> 
> artifact:install should resolve these references before copying.

Actually, there is a workaround for that:

1) make the superproject a project in it's own right - and deploy it to
your repository.

2) extend through the local repository:

${maven.repo.local}/somegroup/poms/someartifact-version.pom

There is a caveat however - pom:install(-snapshot) must be epxlicitly
called on the superproject before the sub projects are processed -
 is processed earlier than the dependencies, so depending on
the superproject does not help.
Therefore it would be a good idea to enhance maven so you could actually
do something like:


  somegroup
  someartifact
  version


And it would fetch the POM from remote repo if no yet present, and then
proceed like described before.

R.


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



Break-up site.jsl

2004-01-27 Thread Jörg Schaible
Hi gang,

we would like to define some own tags for our project documentation. While you can 
replace site.jsl, you have to copy the biggest part of it and then have to keep track 
for any changes later yourself. I have transformed my local site.jsl to the following 
code:

== snip ==



  
  
  
  
  
  
  
  
  
]>



  &document;
  &properties;
  &menu;
  &links;
  &search;
  §ion;
  &source;
  &footer;
  &table;
  &goal;

  
  
  
  
  

   
   

   
   



== snap ==

Such a break-up makes it very easy to add new elements or exchange original elements 
of the site.jsl. Unfortunately I cannot use (obviously) any properties declaring the 
entity references in the DOCTYPE element to do something like:


  
  
  
[snip]
  
  
]>

Does anybody have another idea to achive such a functionality?

Regards,
Jörg

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



cvs commit: maven-plugins/pdf plugin.jelly project.xml

2004-01-27 Thread evenisse
evenisse2004/01/27 05:11:28

  Modified:pdf  plugin.jelly project.xml
  Log:
  Use batik originals jars and not jar packaging by fop team.
  
  Revision  ChangesPath
  1.13  +17 -0 maven-plugins/pdf/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/pdf/plugin.jelly,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- plugin.jelly  27 Jan 2004 11:17:52 -  1.12
  +++ plugin.jelly  27 Jan 2004 13:11:18 -  1.13
  @@ -89,6 +89,23 @@
   
   
   
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
   
   
   
  
  
  
  1.29  +103 -1maven-plugins/pdf/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/pdf/project.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- project.xml   27 Jan 2004 11:45:23 -  1.28
  +++ project.xml   27 Jan 2004 13:11:20 -  1.29
  @@ -68,7 +68,109 @@
   
   batik
   batik
  -1.5-fop-0.20-5
  +1.5
  +http://xml.apache.org/batik/
  +
  +
  +batik
  +batik-awt-util
  +1.5
  +http://xml.apache.org/batik/
  +
  +
  +batik
  +batik-bridge
  +1.5
  +http://xml.apache.org/batik/
  +
  +
  +batik
  +batik-css
  +1.5
  +http://xml.apache.org/batik/
  +
  +
  +batik
  +batik-dom
  +1.5
  +http://xml.apache.org/batik/
  +
  +
  +batik
  +batik-ext
  +1.5
  +http://xml.apache.org/batik/
  +
  +
  +batik
  +batik-extension
  +1.5
  +http://xml.apache.org/batik/
  +
  +
  +batik
  +batik-gui-util
  +1.5
  +http://xml.apache.org/batik/
  +
  +
  +batik
  +batik-gvt
  +1.5
  +http://xml.apache.org/batik/
  +
  +
  +batik
  +batik-parser
  +1.5
  +http://xml.apache.org/batik/
  +
  +
  +batik
  +batik-rasterizer
  +1.5
  +http://xml.apache.org/batik/
  +
  +
  +batik
  +batik-script
  +1.5
  +http://xml.apache.org/batik/
  +
  +
  +batik
  +batik-svg-dom
  +1.5
  +http://xml.apache.org/batik/
  +
  +
  +batik
  +batik-svggen
  +1.5
  +http://xml.apache.org/batik/
  +
  +
  +batik
  +batik-swing
  +1.5
  +http://xml.apache.org/batik/
  +
  +
  +batik
  +batik-transcoder
  +1.5
  +http://xml.apache.org/batik/
  +
  +
  +batik
  +batik-util
  +1.5
  +http://xml.apache.org/batik/
  +
  +
  +batik
  +batik-xml
  +1.5
   http://xml.apache.org/batik/
   
   
  
  
  

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



RE: Problem with artifact:install

2004-01-27 Thread Maczka Michal


> -Original Message-
> From: Stoffels, Ralf (FWI-AW2) [mailto:[EMAIL PROTECTED]
> Sent: Monday, January 26, 2004 10:49 PM
> To: '[EMAIL PROTECTED]'
> Subject: Problem with artifact:install
> 
> 
> Hi,
> 
> artifact:install copies the project.xml file without any 
> modifications to
> the repository.
> 
> This entails that the extend element looses its reference. 
> Therefore all
> references to the 
> extended project (like ${pom.groupId}) are dangling and can't 
> be resolved
> anymore.
> 
> artifact:install should resolve these references before copying.
> 
> 

I don't think so.  I prefer to have untouched POM in the repository.

At the moment you can use
${maven.repo.local}/path_to_your_pom
This should work as long as POM interpolation will work (AFAIR there were
some plans to drop this feature).

Generally I think that repository should be involved in inheritance process.

and instead of:



we can think about something like:


  foo
  common
  1.0


This will be important for continuous integration systems which should be
able to checkout and build project
having its POM and nothing else in "the database of POMs" (whatever it
means). 

It will probably mean that some of the POM attributes cannot be inherited
(in example above those are: groupId, artifactId, version)

Michal 


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



Re: cvs commit: maven plugins-site.xml

2004-01-27 Thread Emmanuel Venisse
The site generation of maven doens't work dur to
maven-jdepend-plugin:register isn't found.

I have a similar problem when I run on a plugin :
maven clean plugin:install plugin:deploy
but works with :
maven clean plugin:install
maven plugin:deploy

Emmanuel

- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 26, 2004 11:50 PM
Subject: cvs commit: maven plugins-site.xml


> brett   2004/01/26 14:50:23
>
>   Modified:.Tag: MAVEN-1_0-BRANCH plugins-site.xml
>   Log:
>   plugin site build fixes
>
>   Revision  ChangesPath
>   No   revision
>   No   revision
>   1.1.4.2   +5 -3  maven/plugins-site.xml
>
>   Index: plugins-site.xml
>   ===
>   RCS file: /home/cvs/maven/plugins-site.xml,v
>   retrieving revision 1.1.4.1
>   retrieving revision 1.1.4.2
>   diff -u -r1.1.4.1 -r1.1.4.2
>   --- plugins-site.xml 16 Jan 2004 22:00:20 - 1.1.4.1
>   +++ plugins-site.xml 26 Jan 2004 22:50:23 - 1.1.4.2
>   @@ -1,4 +1,4 @@
>   -
>   +
>
>  
>  
>   @@ -9,7 +9,8 @@
>
>  basedir="${maven.plugins.directory}"
>   -  includes="*/project.xml"
>   +  includes="${maven.plugins.includes}"
>   +  excludes="${maven.plugins.excludes}"
>  goals="xdoc"
>  banner="Generating Docs For"
>  ignoreFailures="false"
>   @@ -40,7 +41,8 @@
>
>  basedir="${maven.plugins.directory}"
>   -includes="*/project.xml"
>   +includes="${maven.plugins.includes}"
>   +excludes="${maven.plugins.excludes}"
>goals="site"
>banner="Generating site for"
>ignoreFailures="false"
>
>
>
>
> -
> 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-plugins/pdf project.xml

2004-01-27 Thread evenisse
evenisse2004/01/27 03:45:23

  Modified:pdf  project.xml
  Log:
  Update dependencies.
  
  Revision  ChangesPath
  1.28  +1 -1  maven-plugins/pdf/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/pdf/project.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- project.xml   27 Jan 2004 11:39:00 -  1.27
  +++ project.xml   27 Jan 2004 11:45:23 -  1.28
  @@ -74,7 +74,7 @@
   
   logkit
   logkit
  -1.0.1
  +1.2.2
   http://avalon.apache.org/logkit/
   
   
  
  
  

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



cvs commit: maven-plugins/pdf project.xml

2004-01-27 Thread evenisse
evenisse2004/01/27 03:39:03

  Modified:pdf  project.xml
  Log:
  Update dependencies.
  
  Revision  ChangesPath
  1.27  +2 -2  maven-plugins/pdf/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/pdf/project.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- project.xml   27 Jan 2004 11:17:52 -  1.26
  +++ project.xml   27 Jan 2004 11:39:00 -  1.27
  @@ -80,13 +80,13 @@
   
   avalon-framework
   avalon-framework
  -4.0
  +4.1.5
   http://avalon.apache.org/framework/
   
   
   xerces
   xerces
  -2.3.0
  +2.4.0
   
   root
   
  
  
  

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



cvs commit: maven-plugins/pdf/src/plugin-resources fo-cover.xslt fo-layouts.xslt

2004-01-27 Thread evenisse
evenisse2004/01/27 03:18:03

  Modified:pdf  plugin.jelly plugin.properties project.properties
project.xml
   pdf/src/plugin-resources fo-cover.xslt fo-layouts.xslt
  Log:
  From Arnaud Heritier : update the pdf cover with company and project logo
  
  Revision  ChangesPath
  1.12  +10 -7 maven-plugins/pdf/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/pdf/plugin.jelly,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- plugin.jelly  26 Jan 2004 09:15:35 -  1.11
  +++ plugin.jelly  27 Jan 2004 11:17:52 -  1.12
  @@ -16,15 +16,18 @@
   
   
   
  -
  -
  +
  +
  +  
  +
  +
   
   
   
   
   
  -
  -
  +
  +
   Generating ${docsDest}/project.fo ...
   
   
  @@ -49,7 +52,7 @@
   
   
   
  -
  +
   
   
   
  @@ -79,7 +82,7 @@
   
   
   
  -
  +
   Generating ${docsPdf}/${pdfName} ...
   Config file: ${docsPdf}/userconfig.xml
   
  @@ -101,6 +104,6 @@
   
   
   
  - 
  +
   
   
  
  
  
  1.7   +2 -3  maven-plugins/pdf/plugin.properties
  
  Index: plugin.properties
  ===
  RCS file: /home/cvs/maven-plugins/pdf/plugin.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plugin.properties 26 Jan 2004 09:15:35 -  1.6
  +++ plugin.properties 27 Jan 2004 11:17:52 -  1.7
  @@ -12,11 +12,10 @@
   maven.pdf.debug=false
   maven.pdf.navigationFile=navigation.xml
   maven.pdf.pdfName=${pom.artifactId}.pdf
  -# Reserved for future use...
   maven.pdf.cover.projectCompany=${pom.organization.name}
   maven.pdf.cover.projectName=${pom.name}
   maven.pdf.cover.type=Project Documentation
   maven.pdf.cover.version=${pom.currentVersion}
   maven.pdf.cover.date=June 2, 2003
  -maven.pdf.projectLogo=${pom.url}${pom.logo}
  -maven.pdf.companyLogo=${pom.organization.url}${pom.organization.logo}
  +maven.pdf.projectLogo=${pom.logo}
  +maven.pdf.companyLogo=${pom.organization.logo}
  
  
  
  1.6   +2 -0  maven-plugins/pdf/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/pdf/project.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.properties15 Jan 2004 13:56:34 -  1.5
  +++ project.properties27 Jan 2004 11:17:52 -  1.6
  @@ -5,3 +5,5 @@
   maven.xdoc.version=${pom.currentVersion}
   maven.license.licenseFile=${basedir}/../../../LICENSE.txt
   
  +maven.pdf.projectLogo=http://maven.apache.org/images/maven.gif
  +maven.pdf.companyLogo=http://maven.apache.org/images/asf_logo_wide_clear.gif
  
  
  
  1.26  +2 -2  maven-plugins/pdf/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/pdf/project.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- project.xml   26 Jan 2004 08:27:03 -  1.25
  +++ project.xml   27 Jan 2004 11:17:52 -  1.26
  @@ -7,8 +7,8 @@
   maven-pdf-plugin
   Maven PDF Plug-in
   2.0-SNAPSHOT
  -
  -Java Project Management Tools
  +PDF Documentation generator
  +Generator of project documentation in PDF 
Format.
   http://maven.apache.org/reference/plugins/pdf/
   /www/maven.apache.org/reference/plugins/pdf/
   
http://jira.codehaus.org/secure/BrowseProject.jspa?id=10356
  
  
  
  1.3   +79 -8 maven-plugins/pdf/src/plugin-resources/fo-cover.xslt
  
  Index: fo-cover.xslt
  ===
  RCS file: /home/cvs/maven-plugins/pdf/src/plugin-resources/fo-cover.xslt,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- fo-cover.xslt 26 Jan 2004 05:55:44 -  1.2
  +++ fo-cover.xslt 27 Jan 2004 11:18:03 -  1.3
  @@ -1,16 +1,87 @@
   
   http://www.w3.org/1999/XSL/Transform"; 
xmlns:fo="http://www.w3.org/1999/XSL/Format"; version="1.0">
  +
  +
  +Helvetica,sans-serif
  +#00
  +always
  +16pt
  +bold
  +
  +
  +Helvetica,sans-serif
  +#00
  +always
  +12pt
  +bold
  +
  +
  +100%
  +rule
  +0.5pt
  +black
  +
   
   
   
  -
  - v.
  -
  - 

Re: cvs commit: maven project.properties

2004-01-27 Thread Emmanuel Venisse
I build Maven-1.0 branch correctly with the pdf plugin. What's your problem?

Emmanuel

- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 26, 2004 11:51 PM
Subject: cvs commit: maven project.properties


> brett   2004/01/26 14:51:38
>
>   Modified:.Tag: MAVEN-1_0-BRANCH project.properties
>   Log:
>   Exclude PDF while it is broken
>
>   Revision  ChangesPath
>   No   revision
>   No   revision
>   1.51.2.9  +3 -2  maven/project.properties
>
>   Index: project.properties
>   ===
>   RCS file: /home/cvs/maven/project.properties,v
>   retrieving revision 1.51.2.8
>   retrieving revision 1.51.2.9
>   diff -u -r1.51.2.8 -r1.51.2.9
>   --- project.properties 16 Jan 2004 22:00:20 - 1.51.2.8
>   +++ project.properties 26 Jan 2004 22:51:38 - 1.51.2.9
>   @@ -49,7 +49,8 @@
>#--
>maven.multiproject.basedir=${maven.plugins.directory}
>#do not go down to nested subproject
>   -maven.multiproject.includes=*/project.xml
>   +maven.multiproject.includes=${maven.plugins.includes}
>   +maven.multiproject.excludes=${maven.plugins.excludes}
>maven.multiproject.navigation=independent
>maven.multiproject.overviewPage.title=Maven Core Plugins
>maven.multiproject.overviewPage.link=reference/plugins/core-plugins
>   @@ -77,7 +78,7 @@
>maven.bootstrap.reactor =
clean/project.xml,jar/project.xml,java/project.xml,license/project.xml,plugi
n/project.xml,touchstone/project.xml,touchstone-partner/project.xml
>maven.plugins.directory = ${basedir}/../maven-plugins
>maven.plugins.includes = */project.xml
>   -maven.plugins.excludes = examples/**,surefire/**
>   +maven.plugins.excludes = examples/**,surefire/**,pdf/**
>
>maven.get.jars.baseUrl = http://www.ibiblio.org/maven
>maven.bootstrap.dir = ${basedir}/bootstrap
>
>
>
>
> -
> 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] Closed: (MAVENUPLOAD-66) cactus-13-1.5.jar and cactus-ant-13-1.5.jar

2004-01-27 Thread jira
Message:

   The following issue has been closed.

   Resolver: Vincent Massol
   Date: Tue, 27 Jan 2004 3:59 AM

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

Here is an overview of the issue:
-
Key: MAVENUPLOAD-66
Summary: cactus-13-1.5.jar and cactus-ant-13-1.5.jar
   Type: Task

 Status: Closed
   Priority: Major
 Resolution: FIXED

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven-upload-requests

   Assignee: Vincent Massol
   Reporter: Richard Easterling

Created: Tue, 27 Jan 2004 12:28 AM
Updated: Tue, 27 Jan 2004 3:59 AM
Environment: cactus-13 1.5

Description:
http://ftp.epix.net/apache/jakarta/cactus/binaries/jakarta-cactus-13-1.5.zip


-
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 project.properties

2004-01-27 Thread Arnaud Heritier
Hi Brett !!!

The PDF plugin not seems to be broken.

What's happen 

Arnaud.

> -Message d'origine-
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Envoyé : lundi 26 janvier 2004 23:52
> À : [EMAIL PROTECTED]
> Objet : cvs commit: maven project.properties
> 
> brett   2004/01/26 14:51:38
> 
>   Modified:.Tag: MAVEN-1_0-BRANCH project.properties
>   Log:
>   Exclude PDF while it is broken
> 
>   Revision  ChangesPath
>   No   revision
>   No   revision
>   1.51.2.9  +3 -2  maven/project.properties
> 
>   Index: project.properties
>   ===
>   RCS file: /home/cvs/maven/project.properties,v
>   retrieving revision 1.51.2.8
>   retrieving revision 1.51.2.9
>   diff -u -r1.51.2.8 -r1.51.2.9
>   --- project.properties  16 Jan 2004 22:00:20 -  1.51.2.8
>   +++ project.properties  26 Jan 2004 22:51:38 -  1.51.2.9
>   @@ -49,7 +49,8 @@
>#--
>maven.multiproject.basedir=${maven.plugins.directory}
>#do not go down to nested subproject
>   -maven.multiproject.includes=*/project.xml
>   +maven.multiproject.includes=${maven.plugins.includes}
>   +maven.multiproject.excludes=${maven.plugins.excludes}
>maven.multiproject.navigation=independent
>maven.multiproject.overviewPage.title=Maven Core Plugins
>maven.multiproject.overviewPage.link=reference/plugins/core-plugins
>   @@ -77,7 +78,7 @@
>maven.bootstrap.reactor =
> clean/project.xml,jar/project.xml,java/project.xml,license/project.xml,plu
> gin/project.xml,touchstone/project.xml,touchstone-partner/project.xml
>maven.plugins.directory = ${basedir}/../maven-plugins
>maven.plugins.includes = */project.xml
>   -maven.plugins.excludes = examples/**,surefire/**
>   +maven.plugins.excludes = examples/**,surefire/**,pdf/**
> 
>maven.get.jars.baseUrl = http://www.ibiblio.org/maven
>maven.bootstrap.dir = ${basedir}/bootstrap
> 
> 
> 
> 
> -
> 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-components/maven-project/src/test/org/apache/maven/project DefaultProjectBuilderTest.java

2004-01-27 Thread Emmanuel Venisse
For all path in project.xml, we use "/" character for all path. "\"
character is an escape character in java world.
I prefer the "/" character for standardize path.

Emmanuel

- Original Message - 
From: "Brett Porter" <[EMAIL PROTECTED]>
To: "'Maven Developers List'" <[EMAIL PROTECTED]>
Sent: Monday, January 26, 2004 10:52 PM
Subject: RE: cvs commit:
maven-components/maven-project/src/test/org/apache/maven/project
DefaultProjectBuilderTest.java


> Emmanuel,
>
> How does changing the FILE_SEPARATOR fix it for Windows? IIRC there were
> other issues too.
>
> - Brett
>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: Monday, 26 January 2004 10:01 PM
> > To: [EMAIL PROTECTED]
> > Subject: cvs commit:
> > maven-components/maven-project/src/test/org/apache/maven/proje
> > ct DefaultProjectBuilderTest.java
> >
> >
> > evenisse2004/01/26 03:01:23
> >
> >   Modified:maven-project/src/java/org/apache/maven/project
> > MavenProject.java
> >maven-project/src/test-input/b project.xml
> >maven-project/src/test/org/apache/maven/project
> > DefaultProjectBuilderTest.java
> >   Log:
> >   Some fixes for build maven-project under windows too.
> >
> >   Revision  ChangesPath
> >   1.2   +2 -2
> > maven-components/maven-project/src/java/org/apache/maven/proje
> > ct/MavenProject.java
> >
> >   Index: MavenProject.java
> >   ===
> >   RCS file:
> > /home/cvs/maven-components/maven-project/src/java/org/apache/m
> > aven/project/MavenProject.java,v
> >   retrieving revision 1.1
> >   retrieving revision 1.2
> >   diff -u -r1.1 -r1.2
> >   --- MavenProject.java 25 Jan 2004 00:28:20 - 1.1
> >   +++ MavenProject.java 26 Jan 2004 11:01:23 - 1.2
> >   @@ -676,7 +676,7 @@
> >return false;
> >}
> >
> >   -private String FILE_SEPARATOR = System.getProperty(
> > "file.separator" );
> >   +private String FILE_SEPARATOR = "/";
> >
> >private boolean alignedToBaseDirectory;
> >
> >
> >
> >
> >   1.3   +3 -3
> > maven-components/maven-project/src/test-input/b/project.xml
> >
> >   Index: project.xml
> >   ===
> >   RCS file:
> > /home/cvs/maven-components/maven-project/src/test-input/b/proj
> > ect.xml,v
> >   retrieving revision 1.2
> >   retrieving revision 1.3
> >   diff -u -r1.2 -r1.3
> >   --- project.xml 10 Dec 2003 15:53:15 - 1.2
> >   +++ project.xml 26 Jan 2004 11:01:23 - 1.3
> >   @@ -1,9 +1,9 @@
> >
> >
> >  ${basedir}/../project.xml
> >   -  bb
> >   -  bb
> >   -  bb
> >   +  b
> >   +  b
> >   +  b
> >  1.0
> >
> >  
> >
> >
> >
> >   1.29  +1 -1
> > maven-components/maven-project/src/test/org/apache/maven/proje
> > ct/DefaultProjectBuilderTest.java
> >
> >   Index: DefaultProjectBuilderTest.java
> >   ===
> >   RCS file:
> > /home/cvs/maven-components/maven-project/src/test/org/apache/m
> > aven/project/DefaultProjectBuilderTest.java,v
> >   retrieving revision 1.28
> >   retrieving revision 1.29
> >   diff -u -r1.28 -r1.29
> >   --- DefaultProjectBuilderTest.java 25 Jan 2004 00:28:20
> > - 1.28
> >   +++ DefaultProjectBuilderTest.java 26 Jan 2004 11:01:23
> > - 1.29
> >   @@ -258,7 +258,7 @@
> >throws Exception
> >{
> >
> >   -File f = new File( basedir, "src/test-reactor" );
> >   +File f = new File( basedir, "src/test-input" );
> >
> >DirectoryScanner scanner = new DirectoryScanner();
> >
> >
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>


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



[jira] Updated: (MAVEN-1135) maven site fails due to problems with maven-license-plugin

2004-01-27 Thread jira
The following issue has been updated:

Updater: Marco Tedone (mailto:[EMAIL PROTECTED])
   Date: Mon, 26 Jan 2004 6:21 PM
Comment:
This is the application, should you need it.
Changes:
 Attachment changed to jemos-logging-1.0-src.zip
-
For a full history of the issue, see:

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

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

Here is an overview of the issue:
-
Key: MAVEN-1135
Summary: maven site fails due to problems with maven-license-plugin
   Type: Bug

 Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven
 Components: 
 core
   Versions:
 1.0-rc1

   Assignee: 
   Reporter: Marco Tedone

Created: Mon, 26 Jan 2004 6:18 PM
Updated: Mon, 26 Jan 2004 6:21 PM
Environment: Windows XP SP1

Description:
Hi, if I run the "site" goal with no reports description or with the 
maven-license-plugin report, I obtain an error due to the 
maven-license-plugin:register goal that is not found by the maven-xdoc-plugin.

Here follows the debugged version of my build process:

PI Specification, java.class.version=48.0, 
java.util.prefs.PreferencesFactory=java.util.prefs.WindowsPreferencesFac
tory, os.version=5.1, user.home=C:\Documents and Settings\mtedone, 
user.timezone=Europe/London, java.awt.printerjob
=sun.awt.windows.WPrinterJob, file.encoding=Cp1252, java.specification.version=1.4, 
user.name=mtedone, java.class.p
ath=d:\Program Files\Apache Software Foundation\Maven 
1.0-rc1\lib\forehead-1.0-beta-5.jar, java.vm.specification.ve
rsion=1.0, sun.arch.data.model=32, java.home=D:\J2SE\jre, 
java.specification.vendor=Sun Microsystems Inc., user.lan
guage=en, awt.toolkit=sun.awt.windows.WToolkit, java.vm.info=mixed mode, 
java.version=1.4.2, java.ext.dirs=D:\J2SE\
jre\lib\ext, sun.boot.class.path=d:\Program Files\Apache Software Foundation\Maven 
1.0-rc1\lib\endorsed\xerces-2.4.
0.jar;d:\Program Files\Apache Software Foundation\Maven 
1.0-rc1\lib\endorsed\xml-apis-1.0.b2.jar;D:\J2SE\jre\lib\rt
.jar;D:\J2SE\jre\lib\i18n.jar;D:\J2SE\jre\lib\sunrsasign.jar;D:\J2SE\jre\lib\jsse.jar;D:\J2SE\jre\lib\jce.jar;D:\J2
SE\jre\lib\charsets.jar;D:\J2SE\jre\classes, java.vendor=Sun Microsystems Inc., 
javax.xml.parsers.DocumentBuilderFa
ctory=org.apache.xerces.jaxp.DocumentBuilderFactoryImpl, maven.home=d:\Program 
Files\Apache Software Foundation\Mav
en 1.0-rc1, file.separator=\, 
java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi, sun.cpu.endian=little,
 sun.io.unicode.encoding=UnicodeLittle, sun.cpu.isalist=pentium i486 i386}
[junit] [VERBOSE] Implicitly adding C:\Documents and 
Settings\mtedone\.maven\repository\junit\jars\junit-3.8.1.
jar;d:\Program Files\Apache Software Foundation\Maven 
1.0-rc1\lib\ant-1.5.3-1.jar;d:\Program Files\Apache Software
Foundation\Maven 1.0-rc1\lib\ant-optional-1.5.3-1.jar to CLASSPATH
[junit] [VERBOSE] Using CLASSPATH 
D:\Projects\jemos-logging\src\target\test-classes;D:\Projects\jemos-logging\s
rc\target\classes;C:\Documents and 
Settings\mtedone\.maven\repository\junit\jars\junit-3.8.1.jar;D:\Program Files\A
pache Software Foundation\Maven 1.0-rc1\lib\ant-1.5.3-1.jar;D:\Program Files\Apache 
Software Foundation\Maven 1.0-r
c1\lib\ant-optional-1.5.3-1.jar
[junit] [DEBUG] Finding class org.jemos.logging.test.JemosLoggerTestCase
[junit] [DEBUG] Finding class org.jemos.logging.test.JemosAbstractTest
[junit] [DEBUG] Class junit.framework.TestCase loaded from parent loader
[junit] [DEBUG] Finding class org.jemos.logging.LoggerConfig
[junit] [DEBUG] Class java.lang.Object loaded from parent loader
[junit] [DEBUG] Class org.jemos.logging.LoggerConfig loaded from ant loader
[junit] [DEBUG] Class org.jemos.logging.test.JemosAbstractTest loaded from ant 
loader
[junit] [DEBUG] Class org.jemos.logging.test.JemosLoggerTestCase loaded from ant 
loader
[junit] [DEBUG] Class java.io.InputStream loaded from parent loader
[junit] [DEBUG] Class java.io.FileInputStream loaded from parent loader
[junit] [DEBUG] Finding class org.jemos.logging.AbstractFactory
[junit] [DEBUG] Class org.jemos.logging.AbstractFactory loaded from ant loader
[junit] [DEBUG] Finding class org.jemos.logging.JemosLoggerFactory
[junit] [DEBUG] Class org.jemos.logging.JemosLoggerFactory loaded from ant loader
[junit] [DEBUG] Class java.lang.SecurityException loaded from parent loader
[junit] [DEBUG] Class java.io.IOException loaded from parent loader
[junit] [DEBUG] Class java.io.FileNotFoundException loaded from parent loader
[junit] [DEBUG] Class java.lang.String loaded from parent loader
[

[jira] Created: (MAVEN-1138) multiproject report fails under RC2

2004-01-27 Thread jira
Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
-
Key: MAVEN-1138
Summary: multiproject report fails under RC2
   Type: Bug

 Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven
 Components: 
 core
   Fix Fors:
 1.0-rc2
   Versions:
 1.0-rc2

   Assignee: Brett Porter
   Reporter: Brett Porter

Created: Tue, 27 Jan 2004 12:29 AM
Updated: Tue, 27 Jan 2004 12:29 AM

Description:
...
+
| Adding dependencies from: Maven XDoc Plug-in
| Memory: 12M/13M
+

BUILD FAILED
java.lang.LinkageError: Class org/apache/log4j/Layout violates loader constraints
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at org.apache.log4j.WriterAppender.writeHeader(WriterAppender.java:354)
at org.apache.log4j.FileAppender.setFile(FileAppender.java:281)
at org.apache.log4j.RollingFileAppender.setFile(RollingFileAppender.java:156)
at org.apache.log4j.FileAppender.(FileAppender.java:96)
at org.apache.log4j.RollingFileAppender.(RollingFileAppender.java:60)
at 
org.apache.velocity.runtime.log.SimpleLog4JLogSystem.internalInit(SimpleLog4JLogSystem.java:152)
at 
org.apache.velocity.runtime.log.SimpleLog4JLogSystem.init(SimpleLog4JLogSystem.java:120)
at 
org.apache.velocity.runtime.log.LogManager.createLogSystem(LogManager.java:165)
at 
org.apache.velocity.runtime.RuntimeInstance.initializeLogger(RuntimeInstance.java:601)
at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:272)
at org.apache.velocity.app.VelocityEngine.init(VelocityEngine.java:122)
at 
org.apache.commons.jelly.tags.velocity.VelocityTagSupport.getVelocityEngine(VelocityTagSupport.java:98)
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.maven.jelly.tags.werkz.MavenGoalTag.runBodyTag(MavenGoalTag.java:118)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:156)
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:147)
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:118)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:156)
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:147)
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.commons.jelly.TagSupport.invokeBody(TagSupport.java:233)
at org.apache.commons.jelly.tags.core.ForEachTag.doTag(ForEachTag.java:145)
at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:

[jira] Created: (MAVENUPLOAD-66) cactus-13-1.5.jar and cactus-ant-13-1.5.jar

2004-01-27 Thread jira
Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
-
Key: MAVENUPLOAD-66
Summary: cactus-13-1.5.jar and cactus-ant-13-1.5.jar
   Type: Task

 Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven-upload-requests

   Assignee: Jason van Zyl
   Reporter: Richard Easterling

Created: Tue, 27 Jan 2004 12:28 AM
Updated: Tue, 27 Jan 2004 12:28 AM
Environment: cactus-13 1.5

Description:
http://ftp.epix.net/apache/jakarta/cactus/binaries/jakarta-cactus-13-1.5.zip


-
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] Created: (MAVEN-1137) clover plugin:test fails under RC2

2004-01-27 Thread jira
Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
-
Key: MAVEN-1137
Summary: clover plugin:test fails under RC2
   Type: Bug

 Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven
 Components: 
 core
   Fix Fors:
 1.0-rc2
   Versions:
 1.0-rc2

   Assignee: Brett Porter
   Reporter: Brett Porter

Created: Tue, 27 Jan 2004 12:28 AM
Updated: Tue, 27 Jan 2004 12:28 AM

Description:
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc2-SNAPSHOT

Attempting to download maven-junit-report-plugin-1.4-SNAPSHOT.jar.
Error retrieving artifact from 
[http://www.ibiblio.org/maven/maven/plugins/maven-junit-report-plugin-1.4-SNAPSHOT.jar]:
 java.net.UnknownHostException: www.ibiblio.org
plugin:test:
testPlugin:
clean:clean:
[delete] Deleting directory 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target

clean:

[mkdir] Created dir: 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\clovertestdir
site:
xdoc:register-reports:
maven-clover-plugin:register:


site:run-reports:
[echo] Generating the Clover...
maven-clover-plugin:report:
clover:on:
[taskdef] Could not load definitions from resource clovertasks. It could not be 
found.
[typedef] Could not load definitions from resource clovertypes. It could not be 
found.

[mkdir] Created dir: 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\clover
[mkdir] Created dir: 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\clover\classes
[mkdir] Created dir: 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\clover\database
[mkdir] Created dir: 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\docs\clover

clover:test:
[echo] Setting Clover compiler

[echo] Now using primary build.compiler : 





java:prepare-filesystem:

java:compile:
[echo] Compiling to 
d:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test/target/clover/classes
[javac] Compiling 1 source file to 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\clover\classes

java:jar-resources:

test:prepare-filesystem:
[mkdir] Created dir: 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\test-classes
[mkdir] Created dir: 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\test-reports

test:test-resources:

test:compile:
[javac] Compiling 1 source file to 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\test-classes

test:test:









clover:html-report-internal:

clover:html-report:



xdoc:init:
[mkdir] Created dir: 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\generated-xdocs

xdoc:generate-from-pom:
[echo] Generating xdocs from POM ... 

 



xdoc:transform:
xdoc:copy-resources:
[copy] Copying 3 files to 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\docs\style
[copy] Copying 89 files to 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\docs\images
About to use JSL stylesheet 
file:/d:/home/Brett/.maven-1.0-Brett-SNAPSHOT/plugins/maven-xdoc-plugin-1.5-SNAPSHOT/plugin-resources/site.jsl

xdoc:copy-user-resources:

xdoc:jelly-init:

xdoc:jelly-transform:
[echo] Generating 
D:/home/Brett/cvs/external/maven-plugins/clover/src/plugin-test/target/docs/cvs-usage.html
 from 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\generated-xdocs\cvs-usage.xml
[echo] Generating 
D:/home/Brett/cvs/external/maven-plugins/clover/src/plugin-test/target/docs/dependencies.html
 from 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\generated-xdocs\dependencies.xml
[echo] Generating 
D:/home/Brett/cvs/external/maven-plugins/clover/src/plugin-test/target/docs/index.html 
from 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\generated-xdocs\index.xml
[echo] Generating 
D:/home/Brett/cvs/external/maven-plugins/clover/src/plugin-test/target/docs/issue-tracking.html
 from 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\generated-xdocs\issue-tracking.xml
[echo] Generating 
D:/home/Brett/cvs/external/maven-plugins/clover/src/plugin-test/target/docs/mail-lists.html
 from 
D:\home\Brett\cvs\external\maven-plugins\clover\src\plugin-test\target\generated-xdocs\mail-lists.xml
[echo] Generating 
D:/home/Brett/cvs/external/maven-plugins/clover/src/plugin-test/target

[jira] Created: (MAVEN-1136) dashboard plugin:test broken in RC2

2004-01-27 Thread jira
Message:

  A new issue has been created in JIRA.

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

Here is an overview of the issue:
-
Key: MAVEN-1136
Summary: dashboard plugin:test broken in RC2
   Type: Bug

 Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

Project: maven
 Components: 
 core
   Fix Fors:
 1.0-rc2
   Versions:
 1.0-rc2

   Assignee: Brett Porter
   Reporter: Brett Porter

Created: Tue, 27 Jan 2004 12:20 AM
Updated: Tue, 27 Jan 2004 12:20 AM

Description:
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc2-SNAPSHOT

Attempting to download maven-junit-report-plugin-1.4-SNAPSHOT.jar.
Error retrieving artifact from 
[http://www.ibiblio.org/maven/maven/plugins/maven-junit-report-plugin-1.4-SNAPSHOT.jar]:
 java.net.UnknownHostException: www.ibiblio.org
Attempting to download maven-junit-report-plugin-1.4-SNAPSHOT.jar.
Error retrieving artifact from 
[http://www.ibiblio.org/maven/maven/plugins/maven-junit-report-plugin-1.4-SNAPSHOT.jar]:
 java.net.UnknownHostException: www.ibiblio.org
Starting the reactor...
Our processing order:
Maven Dashboard plugin test - Subproject1
Maven Dashboard plugin test - Subproject2
Maven Dashboard plugin test - Subproject3
+
| Executing clean Maven Dashboard plugin test - Subproject1
| Memory: 4M/5M
+
+
| Executing clean Maven Dashboard plugin test - Subproject2
| Memory: 4M/7M
+
+
| Executing clean Maven Dashboard plugin test - Subproject3
| Memory: 5M/7M
+
com.werken.werkz.UnattainableGoalException: Unable to obtain goal [testPlugin] -- 
null:570:48:  No goal [maven-dashboard-plugin:register]
at com.werken.werkz.Goal.fire(Goal.java:646)
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:632)
at org.apache.maven.MavenSession.attainGoals(MavenSession.java:304)
at org.apache.maven.jelly.tags.maven.MavenTag.doTag(MavenTag.java:122)
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.util.AvailableTag.doTag(AvailableTag.java:110)
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:118)
at 
org.apache.maven.jelly.tags.werkz.MavenGoalTag$MavenGoalAction.performAction(MavenGoalTag.java:156)
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:632)
at org.apache.maven.MavenSession.attainGoals(MavenSession.java:304)
at org.apache.maven.cli.App.doMain(App.java:490)
at org.apache.maven.cli.App.main(App.java:1145)
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:324)
at com.werken.forehead.Forehead.run(Forehead.java:551)
at com.werken.forehead.Forehead.main(Forehead.java:581)



-
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: Bug in Jelly ?

2004-01-27 Thread Ben Walding
size is a reserved word in jexl

I think you can do

size($pom.artifacts) or something like that

Incze Lajos wrote:

On Mon, Jan 26, 2004 at 10:57:22PM +0100, Stoffels, Ralf (FWI-AW2) wrote:
 

Hi,

what is wrong with ${pom.artifacts.size()} ?
[JellyException: Unable to create expression]
E.g. ${pom.artifacts.clear()} does work.

Ralf
   

Maybe you have the same problem that I had. Try this:

   
   
Many times you can't use directly the long values returned from
the various "length", "size" etc. operations, as the underlying
language is strongly typed.
incze

-
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]