Re: Bug in Jelly ?

2004-01-26 Thread Incze Lajos
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:

cvs commit: maven project.properties

2004-01-26 Thread brett
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: projec

cvs commit: maven project.xml

2004-01-26 Thread brett
brett 2004/01/26 14:53:47 Modified:.Tag: MAVEN-1_0-BRANCH project.xml Log: use patched werkz (beta-10 plus some of the latest CVS - attributes and new interface for Action) re-enable working reports Revision ChangesPath No revision No

cvs commit: maven plugins-site.xml

2004-01-26 Thread brett
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

cvs commit: maven/src/test/java/org/apache/maven/util StringToolTest.java

2004-01-26 Thread brett
brett 2004/01/26 15:36:10 Modified:src/java/org/apache/maven Tag: MAVEN-1_0-BRANCH MavenUtils.java src/java/org/apache/maven/cli Tag: MAVEN-1_0-BRANCH App.java CLIManager.java src/java/org/apache/maven/jelly

cvs commit: maven maven.xml

2004-01-26 Thread brett
brett 2004/01/26 14:57:11 Modified:.Tag: MAVEN-1_0-BRANCH maven.xml Log: most plugins work now Revision ChangesPath No revision No revision 1.97.2.5 +5 -6 maven/maven.xml Index: maven.xml =

[jira] Closed: (MAVEN-1072) Maven site fails

2004-01-26 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1072 Here is an overview of the issue: ---

cvs commit: maven/src/java/org/apache/maven/plugin GoalToJellyScriptHousingMapper.java JellyPlugin.java JellyScriptHousing.java PluginManager.java

2004-01-26 Thread brett
brett 2004/01/26 15:32:27 Modified:src/java/org/apache/maven Tag: MAVEN-1_0-BRANCH MavenSession.java src/java/org/apache/maven/project Tag: MAVEN-1_0-BRANCH Project.java src/java/org/apache/maven/jelly/tags/j

[jira] Closed: (MAVEN-1091) plugin:test failures for some plugins

2004-01-26 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Mon, 26 Jan 2004 5:27 PM fixed for most, will open issues for the remaining - View the issue: http://jira.codehaus.org/secure/ViewIssue.js

[jira] Commented: (MAVEN-1073) Startup time is horrendous

2004-01-26 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Mon, 26 Jan 2004 5:28 PM Body: this should be better now, although there is still more to do, most particularly adding back the plugin cache. -

[jira] Closed: (MAVEN-1134) plugin deps always copied to $MAVEN_HOME/plugins

2004-01-26 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1134 Here is an overview of the issue: ---

Bug in Jelly ?

2004-01-26 Thread Stoffels, Ralf (FWI-AW2)
Hi, what is wrong with ${pom.artifacts.size()} ? [JellyException: Unable to create expression] E.g. ${pom.artifacts.clear()} does work. Ralf - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

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

2004-01-26 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Mon, 26 Jan 2004 4:59 PM Body: I fixed this in CVS, but discovered it breaks some things that assume attainGoal will actually attain it again. We need to define the behaviour, provide a way to do bo

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

2004-01-26 Thread Brett Porter
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-componen

Problem with artifact:install

2004-01-26 Thread Stoffels, Ralf (FWI-AW2)
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 res

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

2004-01-26 Thread evenisse
evenisse2004/01/26 08:08:36 Modified:pdf/xdocs navigation.xml Log: Fix pdf link. Revision ChangesPath 1.4 +1 -1 maven-plugins/pdf/xdocs/navigation.xml Index: navigation.xml === RCS file: /

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

2004-01-26 Thread Heritier Arnaud
Ok, it's a shame nut however it is enough complicated to generate PDF files with static links ;-) Thx for the commit Arnaud -Message d'origine- De : Emmanuel Venisse [mailto:[EMAIL PROTECTED] Envoyé : lundi 26 janvier 2004 14:54 À : Maven Developers List Objet : Re: cvs commit: maven-pl

[jira] Created: (MAVEN-1134) plugin deps always copied to $MAVEN_HOME/plugins

2004-01-26 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1134 Here is an overview of the issue: ---

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

2004-01-26 Thread Emmanuel Venisse
No, it isn't possible. We must use static filename. I'll update navigation.xml when apache cvs will be up. Emmanuel - Original Message - From: "Heritier Arnaud" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Monday, January 26, 2004 12:34 PM Subject: RE: cvs co

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

2004-01-26 Thread Heritier Arnaud
Hi Emmanuel. Can you update the navigation.xml of the PDF Plugin. I added a link to the PDF doc which is now invalid with the dynamic pdf name. Can we have a dynamic navigation.xml file with : Thx Arnaud -Message d'origine- De : [EMAIL PR

[jira] Created: (MAVENUPLOAD-64) Please upload jars in Apache Tomcat 5.0.18 (Embedded version)

2004-01-26 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVENUPLOAD-64 Here is an overview of the issue: ---

cvs commit: maven-components/maven-core/src/java/org/apache/maven/verifier DependencyVerifier.java LocalSettingsVerifier.java

2004-01-26 Thread evenisse
evenisse2004/01/26 03:49:56 Modified:maven-core/src/java/org/apache/maven Maven.java MavenUtils.java maven-core/src/java/org/apache/maven/jelly/tags BaseTagSupport.java maven-core/src/java/org/apache/maven/jell

cvs commit: maven-components/maven-project/src/test/org/apache/maven/project DefaultProjectBuilderTest.java

2004-01-26 Thread evenisse
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 DefaultProjectBu

[jira] Created: (MAVEN-1133) Add an instant messaging adress tag for developpers

2004-01-26 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1133 Here is an overview of the issue: ---

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

2004-01-26 Thread evenisse
evenisse2004/01/26 01:32:53 Modified:pdf/xdocs properties.xml Log: Fix typo. Revision ChangesPath 1.4 +1 -1 maven-plugins/pdf/xdocs/properties.xml Index: properties.xml === RCS file: /home

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

2004-01-26 Thread evenisse
evenisse2004/01/26 01:15:35 Modified:pdf plugin.jelly plugin.properties pdf/xdocs properties.xml Log: Add pdf file name property. Revision ChangesPath 1.11 +4 -3 maven-plugins/pdf/plugin.jelly Index: plugin.jelly ==

cvs commit: maven-plugins/pdf maven.xml

2004-01-26 Thread evenisse
evenisse2004/01/26 00:43:28 Added: pdf maven.xml Log: Add postGoal to site for generate the pdf file Revision ChangesPath 1.1 maven-plugins/pdf/maven.xml Index: maven.xml ===

cvs commit: maven-plugins/pdf/xdocs faq.fml changes.xml navigation.xml properties.xml

2004-01-26 Thread evenisse
evenisse2004/01/26 00:29:02 Modified:pdf/xdocs changes.xml navigation.xml properties.xml Added: pdf/xdocs faq.fml Log: Documentations update Revision ChangesPath 1.7 +20 -33maven-plugins/pdf/xdocs/changes.xml Index: changes.xml ===

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

2004-01-26 Thread evenisse
evenisse2004/01/26 00:28:08 Modified:pdf/src/plugin-resources fo-toc.xslt Log: Corrects an invalide FO property Revision ChangesPath 1.3 +1 -1 maven-plugins/pdf/src/plugin-resources/fo-toc.xslt Index: fo-toc.xslt =

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

2004-01-26 Thread evenisse
evenisse2004/01/26 00:27:41 Modified:pdf/src/plugin-resources fo-body.xslt Log: Fix the image size when attributes heigth and width aren’t defined Revision ChangesPath 1.5 +22 -2 maven-plugins/pdf/src/plugin-resources/fo-body.xslt Index: fo-body.xslt

cvs commit: maven-plugins/pdf project.xml

2004-01-26 Thread evenisse
evenisse2004/01/26 00:27:03 Modified:pdf project.xml Log: Dependencies urls added. Revision ChangesPath 1.25 +10 -3 maven-plugins/pdf/project.xml Index: project.xml === RCS file: /home/

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

2004-01-26 Thread jvanzyl
jvanzyl 2004/01/25 23:16:16 Modified:maven-mboot/src/bash maven.functions Log: o add shebang, just helps with my jed for syntax hilighting. Revision ChangesPath 1.13 +1 -0 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions ==