[jira] Updated: (MAVEN-1162) maven clean site fails in PDF plugin

2004-02-16 Thread jira
The following issue has been updated: Updater: Arnaud HERITIER (mailto:[EMAIL PROTECTED]) Date: Tue, 17 Feb 2004 1:03 AM Comment: This patch temporarly corrects the id generation for named anchor. It will allow to generate the pdf (and site) target without errors. Changes:

[jira] Created: (MAVEN-1163) mark remote repo with failed (not 404) download as unavailable

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

Re: XmlPullParser

2004-02-16 Thread Ben Walding
I was merely responding to the "but it's not in the repository" part of your email. As to how the bootstrap works - not sure what the preconditions are for that. Incze Lajos wrote: On Tue, Feb 17, 2004 at 09:25:16AM +1000, Ben Walding wrote: XPP => http://www.ibiblio.org/maven/xpp3/jars/ I

Re: XmlPullParser

2004-02-16 Thread Incze Lajos
On Tue, Feb 17, 2004 at 09:25:16AM +1000, Ben Walding wrote: > XPP => http://www.ibiblio.org/maven/xpp3/jars/ > > Incze Lajos wrote: > That's all right, and I know it, but a bootstrap build should download it itself, shouldn't it? If it's needed to the bootstrap build, it's a core dependency. i

Moving Word2HTML plugin

2004-02-16 Thread dion
I'd like to remove the word2html plugin from maven-plugins at Apache and move it to SourceForge. AFAIK, I'm the only developer to have worked on it functionally. Does anyone have any objections? -- dIon Gillard, Multitask Consulting

cvs commit: maven-plugins/was40/announcements 1.0.ann

2004-02-16 Thread dion
dion2004/02/16 16:04:38 Removed: was40/xdocs goals.xml navigation.xml properties.xml index.xml changes.xml was40project.properties plugin.properties .cvsignore plugin.jelly project.xml was40/announcemen

RE: XmlPullParser

2004-02-16 Thread Brett Porter
Should be fixed. > -Original Message- > From: Sean Kelly [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 17 February 2004 10:10 AM > To: [EMAIL PROTECTED] > Subject: XmlPullParser > > > (Sorry about the poor form of following up to one's own message...) > > Apparently the CVS HEAD of xmlpul

[jira] Commented: (MAVEN-1162) maven clean site fails in PDF plugin

2004-02-16 Thread jira
The following comment has been added to this issue: Author: Arnaud HERITIER Created: Mon, 16 Feb 2004 6:58 PM Body: I'm currently correcting a lot of problems with ids and links in PDF files. I'll submit soon some patches to correct this problems. Arnaud --

Re: 1.0 branch

2004-02-16 Thread Jason van Zyl
On Mon, 2004-02-16 at 18:20, Jason van Zyl wrote: > Yo, > > Anyone else getting this: > > [exec] BUILD FAILED > [exec] com.werken.werkz.UnattainableGoalException: Unable to obtain > goal [plugin] -- > file:/home/jvanzyl/maven/plugins/java/plugin.jelly:36:48: > srcdir attribute must be

RE: 1.0 branch

2004-02-16 Thread Brett Porter
Hmmm. That's different :) No, I don't get that from a clean checkout. Did something screw up earlier in the bootstrap? - Brett > -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 17 February 2004 10:20 AM > To: Maven Developers List > Subject: 1.0 branc

[jira] Updated: (MAVEN-1123) make artifactId/groupId work for POM as advertised

2004-02-16 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Mon, 16 Feb 2004 6:25 PM Comment: Jason has put his hand up. Thanks Jason! Changes: assignee changed from Brett Porter Fix Version changed to 1.0-rc2

1.0 branch

2004-02-16 Thread Jason van Zyl
Yo, Anyone else getting this: [exec] BUILD FAILED [exec] com.werken.werkz.UnattainableGoalException: Unable to obtain goal [plugin] -- file:/home/jvanzyl/maven/plugins/java/plugin.jelly:36:48: srcdir attribute must be set! -- jvz. Jason van Zyl [EMAIL PROTECTED] http://maven.apache.

RE: cvs commit: maven/xdocs/reference user-guide.xml

2004-02-16 Thread Jason van Zyl
On Mon, 2004-02-16 at 18:04, Brett Porter wrote: > Does that mean you are volunteering to fix this handling for RC2? :) Yup, I am. The Geronimo folks had a problem with it so I'll fix it tonight. The reactor borks using groupId/artifactId. > http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVE

cvs commit: maven/src/java/org/apache/maven DefaultProjectMarshaller.java DefaultProjectUnmarshaller.java

2004-02-16 Thread jvanzyl
jvanzyl 2004/02/16 15:18:09 Removed: src/java/org/apache/maven DefaultProjectMarshaller.java DefaultProjectUnmarshaller.java Log: o removing unused files which require xmlpull - To unsubscrib

Re: XmlPullParser

2004-02-16 Thread Ben Walding
XPP => http://www.ibiblio.org/maven/xpp3/jars/ Incze Lajos wrote: Hi, seemingly, the curent HEAD wants to use some XmlPullParser, but it's not in the repository. at the moment, and I can't see it as a core dependency, either. Here it is the dependency resolving section, no pullparser dependency

RE: XmlPullParser

2004-02-16 Thread Brett Porter
I stuffed up the last commit I did. I'll rectify it today. MAVEN-1_0-BRANCH is the most current code (RC2). - Brett > -Original Message- > From: Sean Kelly [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 17 February 2004 10:02 AM > To: [EMAIL PROTECTED] > Subject: XmlPullParser > > > Curre

XmlPullParser

2004-02-16 Thread Sean Kelly
(Sorry about the poor form of following up to one's own message...) Apparently the CVS HEAD of xmlpull.org's parser has the correct version needed by the current Maven; building and installing it to $JAVA_HOME/jre/lib/ext fixes quite a few of the problems with Maven's CVS HEAD ... until this on

XmlPullParser

2004-02-16 Thread Sean Kelly
Current Maven HEAD out of CVS is referring to what I believe is the www.xmlpull.org Pull Parser, but with package names that don't seem to refer to it. Moreover, the project.xml's dependencies don't mention any pull parser; the ibiblio repository has a pull-parser, but either the wrong one or

[jira] Commented: (MAVEN-1094) <*:dependency-handle/>

2004-02-16 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Mon, 16 Feb 2004 6:11 PM Body: while these are being output in some instances, I'm yet to see a case where it causes the dependency mechanism to fail.

[jira] Closed: (MAVEN-1154) make POM inheritence behave like RC1

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

RE: cvs commit: maven/xdocs/reference user-guide.xml

2004-02-16 Thread Brett Porter
Does that mean you are volunteering to fix this handling for RC2? :) http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1123 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 17 February 2004 9:53 AM > To: [EMAIL PROTECTED] > Subject: cvs com

cvs commit: maven/xdocs/reference user-guide.xml

2004-02-16 Thread jvanzyl
jvanzyl 2004/02/16 14:58:13 Modified:xdocs/reference Tag: MAVEN-1_0-BRANCH user-guide.xml Log: o more corrections Revision ChangesPath No revision No revision 1.63.4.3 +11 -12maven/xdocs/reference/user-guide.xml Index: use

cvs commit: maven/xdocs/reference user-guide.xml

2004-02-16 Thread jvanzyl
jvanzyl 2004/02/16 14:52:32 Modified:xdocs/reference Tag: MAVEN-1_0-BRANCH user-guide.xml Log: o using the groupId/artifactId references. Revision ChangesPath No revision No revision 1.63.4.2 +20 -13maven/xdocs/reference/user-g

XmlPullParser

2004-02-16 Thread Incze Lajos
Hi, seemingly, the curent HEAD wants to use some XmlPullParser, but it's not in the repository. at the moment, and I can't see it as a core dependency, either. Here it is the dependency resolving section, no pullparser dependency is here: --- [mkdir] Created dir: /opt/incze/w/maven/bootstrap/

cvs commit: maven-components/maven-plugins/maven-surefire-plugin/src/resources/META-INF/maven plugin.xml

2004-02-16 Thread jvanzyl
jvanzyl 2004/02/16 13:26:08 Modified:maven-plugins/maven-surefire-plugin/src/resources/META-INF/maven plugin.xml Log: o making notes for myself Revision ChangesPath 1.4 +56 -0 maven-components/maven-plugins/maven-surefire-plugin/src/reso

cvs commit: maven-components/maven-core/src/java/org/apache/maven/plugin/plexus PlexusPluginManager.java PluginConfigurator.java

2004-02-16 Thread jvanzyl
jvanzyl 2004/02/16 12:38:45 Modified:maven-core bootstrap.plugins maven-core/src/java/org/apache/maven/plugin/plexus PlexusPluginManager.java PluginConfigurator.java Log: o allow any ognl expression Revision ChangesPath 1.3 +1

cvs commit: maven-components/maven-plugins/maven-surefire-plugin/src/resources/META-INF/maven plugin.xml

2004-02-16 Thread jvanzyl
jvanzyl 2004/02/16 12:38:15 Modified:maven-plugins/maven-compiler-plugin/src/java/org/apache/maven/plugin CompilerPlugin.java maven-plugins/maven-compiler-plugin/src/resources/META-INF/maven plugin.xml maven-pl

cvs commit: maven-components/maven-plugins/maven-resources-plugin - Imported sources

2004-02-16 Thread jvanzyl
jvanzyl 2004/02/16 12:35:45 Log: o adding resources plugin Status: Vendor Tag: APACHE Release Tags: INIT N maven-components/maven-plugins/maven-resources-plugin/.cvsignore N maven-components/maven-plugins/maven-resources-plugin/project.xml N maven-components/maven-p

[jira] Commented: (MAVEN-1162) maven clean site fails in PDF plugin

2004-02-16 Thread jira
The following comment has been added to this issue: Author: Emmanuel Venisse Created: Mon, 16 Feb 2004 1:04 PM Body: Do you have the last version of pdf plugin (cvs head)? I run "maven clean site" on 1.0 branch without problems. ---

RE: xdoc 1.5: maven-base vs. maven-theme (or: ugly 20% margin)

2004-02-16 Thread Jörg Schaible
Hi Jason, Jason van Zyl wrote on Monday, February 16, 2004 6:07 PM: > > Here's an example of a theme: > http://codehaus.org/codehaus-style.css thanks, but this does not explain, what is supposed to be "constant" in maven-base.css (since this style sheet is alwas included) and what should go int

Wrong URL for cvs in a lot of plugins

2004-02-16 Thread Jörg Schaible
Hi, there are still a lot of plugins, that have a wrong URL to CVS in their project.xml: $ grep viewcvs/maven/ */project.xml clean/project.xml: http://cvs.apache.org/viewcvs/maven/src/plugins-build/clean/ developer-activity/project.xml: http://cvs.apache.org/viewcvs/maven/src/plugins-buil

cvs commit: maven-components/maven-plugins/maven-jar-plugin/src/java/org/apache/maven/plugin JarPlugin.java

2004-02-16 Thread jvanzyl
jvanzyl 2004/02/16 09:30:51 Modified:maven-plugins/maven-jar-plugin/src/java/org/apache/maven/plugin JarPlugin.java Log: Revision ChangesPath 1.9 +1 -5 maven-components/maven-plugins/maven-jar-plugin/src/java/org/apache/maven/plugin/Ja

cvs commit: maven-components/maven-plugins/maven-jar-plugin/src/resources/META-INF/maven plugin.xml

2004-02-16 Thread jvanzyl
jvanzyl 2004/02/16 09:27:12 Modified:maven-plugins/maven-jar-plugin/src/java/org/apache/maven/plugin JarPlugin.java maven-plugins/maven-jar-plugin/src/resources/META-INF/maven plugin.xml Log: o move resource handling to a

[jira] Created: (MPMULTIPROJECT-22) Velocity plugin cannot find a logging system in Maven 1.1

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

Re: xdoc 1.5: maven-base vs. maven-theme (or: ugly 20% margin)

2004-02-16 Thread Jason van Zyl
On Mon, 2004-02-16 at 11:12, Jörg Schaible wrote: > Hello, > > can anybody give a definition, what is the proposed content of maven-base.css and > what should be in maven-theme.css? In our project I use our own theme overwriting > maven-theme.css with the maven.xdoc.theme.url property, but sudde

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

2004-02-16 Thread jvanzyl
jvanzyl 2004/02/16 08:24:39 Modified:maven-mboot/src/bash maven.functions Log: o correcting path that is used when running the tests Revision ChangesPath 1.25 +2 -2 maven-components/maven-mboot/src/bash/maven.functions Index: maven.functions =

xdoc 1.5: maven-base vs. maven-theme (or: ugly 20% margin)

2004-02-16 Thread Jörg Schaible
Hello, can anybody give a definition, what is the proposed content of maven-base.css and what should be in maven-theme.css? In our project I use our own theme overwriting maven-theme.css with the maven.xdoc.theme.url property, but suddenly the generated pages have an absolutely ugly empty area

cvs commit: maven-components/maven-plugins/maven-surefire-plugin/src/resources/META-INF/plexus components.xml

2004-02-16 Thread jvanzyl
jvanzyl 2004/02/16 08:06:34 Modified:maven-plugins/maven-jar-plugin project.xml maven-plugins/maven-jar-plugin/src/resources/META-INF/plexus components.xml maven-plugins/maven-surefire-plugin project.xml maven-plugins/m

[jira] Created: (MPXDOC-79) Unevaluated maven:property tags left in output

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

[jira] Created: (MAVEN-1162) maven clean site fails in PDF plugin

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

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

2004-02-16 Thread evenisse
evenisse2004/02/16 03:11:06 Modified:maven-project/src/java/org/apache/maven/project MavenProject.java Log: Fix requiresBaseDirectoryAlignment for windows path Revision ChangesPath 1.5 +11 -3 maven-components/maven-project/src/java/org/a

[jira] Created: (MAVENUPLOAD-76) Upload msv-20030225 to repository

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

setting log level for

2004-02-16 Thread Stoffels, Ralf (FWI-AW2)
Hi, how do you change the log level to see the output of in the console ? I tried maven -Dlog4j.appender.console.Threshold=debug -Dlog4j.appender.maven.Threshold=debug -Dlog4j.appender.default.Threshold=debug -Dlog4j.threshold=debug but this doesn't work. Ralf