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:
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:
---
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
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
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
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
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
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
--
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
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
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
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.
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
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
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
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
(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
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
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.
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:
---
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
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
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
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/
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
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
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
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
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.
---
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
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
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
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
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:
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
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
=
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
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
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:
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:
---
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
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:
---
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
43 matches
Mail list logo