[jira] Updated: (MAVEN-700) turbine_checks should ignore lines 1 and 6 from header file

2003-08-20 Thread jira
The following issue has been updated: Updater: Martin Poeschl (mailto:[EMAIL PROTECTED]) Date: Thu, 21 Aug 2003 12:48 AM Comment: patch to fix this problem Changes: Attachment changed to turbine_checks.diff ---

[jira] Created: (MAVEN-702) Add classpath to ant:javadoc in jdiff to avoid javadoc errors.

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

[jira] Created: (MAVEN-701) Inherited project has problems listing contributors

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

[jira] Commented: (MAVEN-701) Inherited project has problems listing contributors

2003-08-20 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Thu, 21 Aug 2003 1:49 AM Body: > Hen Seems to go away (for me at least) when I cut out the empty elements for the contributors (which I think are unexpected). I will fix this when I commit the ch

[jira] Created: (MAVEN-700) turbine_checks should ignore lines 1 and 6 from header file

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

[jira] Updated: (MAVEN-690) Torque plugin woes

2003-08-20 Thread jira
The following issue has been updated: Updater: Martin Poeschl (mailto:[EMAIL PROTECTED]) Date: Thu, 21 Aug 2003 12:39 AM Comment: updated patch to use torque-3.1-beta1 Changes: Attachment changed to torque.diff ---

cvs commit: maven/src/java/org/apache/maven/jelly MavenJellyContext.java

2003-08-20 Thread dion
dion2003/08/20 21:34:34 Modified:src/java/org/apache/maven/jelly MavenJellyContext.java Log: System.out -> log Checkstyle bits Revision ChangesPath 1.34 +18 -6 maven/src/java/org/apache/maven/jelly/MavenJellyContext.java Index: MavenJellyContext.java

cvs commit: maven/src/java/org/apache/maven/verifier DependencyVerifier.java

2003-08-20 Thread dion
dion2003/08/20 21:28:25 Modified:src/java/org/apache/maven/verifier DependencyVerifier.java Log: System.out -> log Checkstyle bits Revision ChangesPath 1.31 +23 -18maven/src/java/org/apache/maven/verifier/DependencyVerifier.java Index: DependencyVerifi

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

2003-08-20 Thread dion
dion2003/08/20 21:22:47 Modified:src/java/org/apache/maven DefaultProjectMarshaller.java Log: System.out -> log.warn Revision ChangesPath 1.8 +6 -1 maven/src/java/org/apache/maven/DefaultProjectMarshaller.java Index: DefaultProjectMarshaller.java ===

RE: cvs commit: maven/xdocs/start integrate.xml

2003-08-20 Thread dion
Cool, my take is to prefer the use of relative paths for most, if not all paths in project.xml. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Brett Porter <[EMAIL PROTECTED]> wrote on 21/08/2003 12:38:17 PM: > Dion, > > The patch I applied the other d

Results of clean bootstrap at 20030820-2200

2003-08-20 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20030820-2200 [exec] [echo] No java source files to compile. [exec] java:jar-resources: [exec] Copying 1 file to /usr/local/builds/maven/src/maven/src/plugins-build/webserver/target/classes/plugin-resources [exec

cvs commit: maven/src/java/org/apache/maven/repository AbstractArtifact.java

2003-08-20 Thread dion
dion2003/08/20 21:02:52 Modified:src/java/org/apache/maven/repository AbstractArtifact.java Log: System.out -> log.info or log.debug Various little code issues Revision ChangesPath 1.22 +20 -18maven/src/java/org/apache/maven/repository/AbstractArtifact.java

cvs commit: maven/src/java/org/apache/maven/cli App.java

2003-08-20 Thread dion
dion2003/08/20 20:56:45 Modified:src/java/org/apache/maven/cli App.java Log: remove final on parameters Revision ChangesPath 1.36 +12 -12maven/src/java/org/apache/maven/cli/App.java Index: App.java ==

cvs commit: maven checkstyle.xml

2003-08-20 Thread dion
dion2003/08/20 20:55:09 Modified:.checkstyle.xml Log: Remove redundant throws, design for extension and final parameters check Revision ChangesPath 1.2 +3 -3 maven/checkstyle.xml Index: checkstyle.xml =

cvs commit: maven/src/java/org/apache/maven/cli App.java

2003-08-20 Thread dion
dion2003/08/20 20:51:25 Modified:src/java/org/apache/maven/cli App.java Log: More checkstyle fluff Revision ChangesPath 1.35 +9 -9 maven/src/java/org/apache/maven/cli/App.java Index: App.java ===

[jira] Closed: (MAVEN-689) Using --dir and --find don't seem to work

2003-08-20 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Wed, 20 Aug 2003 9:09 PM C:\source\maven>cd src\java C:\source\maven\src\java>maven --find test __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_|

cvs commit: maven/src/java/org/apache/maven/cli App.java

2003-08-20 Thread dion
dion2003/08/20 20:40:03 Modified:src/java/org/apache/maven/cli App.java Log: - Change System.out to log.info - Checkstyle fixes - Minor code changes Revision ChangesPath 1.34 +41 -30maven/src/java/org/apache/maven/cli/App.java Index: App.java =

RE: cvs commit: maven/xdocs/start integrate.xml

2003-08-20 Thread Brett Porter
Dion, The patch I applied the other day means both work in any path related tag (except resource/targetPath). I need to document that still though... So the rule is "relative paths are relative to project.xml, but absolute paths are allowed". - Brett > -Original Message- > From: [EMAIL P

[jira] Commented: (MAVEN-548) Clarify usage of documentation/reporting properties

2003-08-20 Thread jira
The following comment has been added to this issue: Author: Created: Wed, 20 Aug 2003 9:08 PM Body: Sounds good. I think I looked at your list which said "still in plugin" and assumed that meant staying in the plugin. --

Re: cvs commit: maven/xdocs/reference project-descriptor.xml

2003-08-20 Thread dion
Can you revert this one too? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ [EMAIL PROTECTED] wrote on 20/08/2003 09:42:17 PM: > evenisse2003/08/20 04:42:17 > > Modified:xdocs/reference project-descriptor.xml > Log: > Add ${basedir} in sour

Re: cvs commit: maven/xdocs/start integrate.xml

2003-08-20 Thread dion
Can you revert this one please? We'd like people to not specify basedir unless it's in the extend tag, I think. Brett, is this right? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ [EMAIL PROTECTED] wrote on 20/08/2003 09:10:12 PM: > evenisse2003/0

[jira] Commented: (MAVEN-548) Clarify usage of documentation/reporting properties

2003-08-20 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Wed, 20 Aug 2003 8:17 PM Body: "I still think a lot of these need to be made defaults. For example the generate xdoc directory is not something that is isolated to the xdoc plugin. It is a property t

[jira] Commented: (MAVEN-699) add a posibility to extend a project by specifying it's groupId, artifactId and version

2003-08-20 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Wed, 20 Aug 2003 8:14 PM Body: Why not just allow the specification of extend as a URL, e.g. ${maven.repo.remote}/ant/poms/ant.1.5.3.pom --

cvs commit: maven/src/plugins-build/pmd/announcements 1.0.ann

2003-08-20 Thread vmassol
vmassol 2003/08/20 13:11:51 Modified:src/plugins-build/pmd/announcements 1.0.ann Log: Binary --> Ascii Revision ChangesPath 1.4 +0 -0 maven/src/plugins-build/pmd/announcements/1.0.ann Index: 1.0.ann ===

cvs commit: maven/src/plugins-build/cactus/sample build.properties.sample

2003-08-20 Thread vmassol
vmassol 2003/08/20 13:05:14 Modified:src/plugins-build/cactus/sample build.properties.sample Log: Binary --> Ascii Revision ChangesPath 1.3 +0 -0 maven/src/plugins-build/cactus/sample/build.properties.sample Index: build.properties.sample ===

cvs commit: maven/src/plugins-build/jboss/announcements 1.0.ann

2003-08-20 Thread vmassol
vmassol 2003/08/20 13:09:57 Modified:src/plugins-build/jboss/announcements 1.0.ann Log: Binary --> Ascii Revision ChangesPath 1.4 +0 -0 maven/src/plugins-build/jboss/announcements/1.0.ann Index: 1.0.ann ===

cvs commit: maven/src/plugins-build/cactus/announcements 3.0.ann

2003-08-20 Thread vmassol
vmassol 2003/08/20 13:04:51 Modified:src/plugins-build/cactus/announcements 3.0.ann Log: Binary --> Ascii Revision ChangesPath 1.3 +0 -0 maven/src/plugins-build/cactus/announcements/3.0.ann Index: 3.0.ann =

cvs commit: maven/src/plugins-build/xdoc/xdocs changes.xml

2003-08-20 Thread evenisse
evenisse2003/08/20 10:20:42 Modified:src/plugins-build/xdoc/src/plugin-resources/templates cvs-usage.xml src/plugins-build/xdoc/xdocs changes.xml Log: Fix for MAVEN-698. Fix the broken build if repository/connection is not present. Revision

cvs commit: maven/src/plugins-build/xdoc/xdocs changes.xml

2003-08-20 Thread evenisse
evenisse2003/08/20 10:21:43 Modified:src/plugins-build/xdoc/xdocs changes.xml Log: Fix typo. Revision ChangesPath 1.12 +1 -1 maven/src/plugins-build/xdoc/xdocs/changes.xml Index: changes.xml

[Repository Upload Request] Jakarta datetime taglib

2003-08-20 Thread Craig S. Cottingham
http://www.apache.org/dist/jakarta/taglibs/datetime/binaries/jakarta-taglibs-datetime-1.0.1.tar.gz -- Craig S. Cottingham [EMAIL PROTECTED] 3 datetime taglibs datetime Jakarta Datetime Taglib 1.0.1 The Apache Jakarta Project http://jakarta.apache.org Apach

[jira] Closed: (MAVEN-698) Build breaks in xdoc:generate-from-pom goal if

2003-08-20 Thread jira
Build breaks in xdoc:generate-from-pom goal if repository/connection is not present [patch] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Wed, 20 Aug 2003

[jira] Commented: (MAVEN-548) Clarify usage of documentation/reporting properties

2003-08-20 Thread jira
The following comment has been added to this issue: Author: Jason van Zyl Created: Wed, 20 Aug 2003 9:45 AM Body: I still think a lot of these need to be made defaults. For example the generate xdoc directory is not something that is isolated to the xdoc plugin. It is a property t

[jira] Created: (MAVEN-699) add a posibility to extend a project by specifying it's groupId, artifactId and version

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

[jira] Updated: (MAVEN-698) Build breaks in xdoc:generate-from-pom goal if

2003-08-20 Thread jira
Build breaks in xdoc:generate-from-pom goal if repository/connection is not present [patch] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit The following issue has been updated: Updater: Rafal Krzewski (mailto:[EMAIL PROTECTED]) Date: Wed

[jira] Created: (MAVEN-698) Build breaks in xdoc:generate-from-pom goal if

2003-08-20 Thread jira
Build breaks in xdoc:generate-from-pom goal if repository/connection is not present [patch] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message: A new issue has been created in JIRA. ---

[jira] Closed: (MAVEN-470) The Maven download is a lot heavier than it needs to be

2003-08-20 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Wed, 20 Aug 2003 8:17 AM install_repo script generated in bootstrap, will be present in distro. xml jars moved to endorsed to half their download. -

[jira] Closed: (MAVEN-465) [PATCH] set failure property in reactor & maven:maven

2003-08-20 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Wed, 20 Aug 2003 8:29 AM adjusted and applied - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-465 Here is an

cvs commit: maven/src/test/touchstone-build/src/reactor-build/failProperty/success-2 maven.xml project.xml

2003-08-20 Thread brett
brett 2003/08/20 06:20:01 Modified:src/test/touchstone-build maven.xml src/java/org/apache/maven/jelly/tags/maven MavenTag.java ReactorTag.java src/java/org/apache/maven MavenConstants.java Added: src/test/touchstone-build/s

cvs commit: maven/src/test/touchstone-build/src/reactor-build/failProperty/success-2 - New directory

2003-08-20 Thread brett
brett 2003/08/20 06:15:34 maven/src/test/touchstone-build/src/reactor-build/failProperty/success-2 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/test/touchstone-build/src/reactor-build/failProperty/success-1 - New directory

2003-08-20 Thread brett
brett 2003/08/20 06:15:34 maven/src/test/touchstone-build/src/reactor-build/failProperty/success-1 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/test/touchstone-build/src/reactor-build/failProperty/failure-1 - New directory

2003-08-20 Thread brett
brett 2003/08/20 06:15:34 maven/src/test/touchstone-build/src/reactor-build/failProperty/failure-1 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/test/touchstone-build/src/reactor-build/failProperty/extra-failure - New directory

2003-08-20 Thread brett
brett 2003/08/20 06:15:34 maven/src/test/touchstone-build/src/reactor-build/failProperty/extra-failure - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/test/touchstone-build/src/reactor-build/failProperty/failure-2 - New directory

2003-08-20 Thread brett
brett 2003/08/20 06:15:34 maven/src/test/touchstone-build/src/reactor-build/failProperty/failure-2 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/test/touchstone-build/src/reactor-build/failProperty - New directory

2003-08-20 Thread brett
brett 2003/08/20 06:14:46 maven/src/test/touchstone-build/src/reactor-build/failProperty - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/xdocs/start install.xml

2003-08-20 Thread brett
brett 2003/08/20 06:08:00 Modified:src/bootstrap/org/apache/maven BootstrapTask.java .build-bootstrap-core.xml build-bootstrap.properties build-bootstrap.xml xdocs/start install.xml Log: PR: MAVEN-470 Extra code in boo

cvs commit: maven .cvsignore

2003-08-20 Thread brett
brett 2003/08/20 05:55:57 Modified:..cvsignore Log: Ignore installers Revision ChangesPath 1.19 +3 -0 maven/.cvsignore Index: .cvsignore === RCS file: /home/cvs/maven/.cvsignore,v

cvs commit: maven/src/plugins-build/jbuilder plugin.jelly plugin.properties

2003-08-20 Thread brett
brett 2003/08/20 05:42:37 Modified:src/plugins-build/jdee plugin.jelly src/plugins-build/jbuilder plugin.jelly plugin.properties Log: PR: MAVEN-458 Fixes for incorrect usage of dependencies instead of artifacts Revision ChangesPath 1.5 +1 -1

cvs commit: maven/xdocs/reference project-descriptor.xml

2003-08-20 Thread evenisse
evenisse2003/08/20 04:42:17 Modified:xdocs/reference project-descriptor.xml Log: Add ${basedir} in sourceDirectory and unitTestSourceDirectory Revision ChangesPath 1.24 +5 -3 maven/xdocs/reference/project-descriptor.xml Index: project-descriptor.xml =

cvs commit: maven/src/plugins-build/jdiff plugin.jelly

2003-08-20 Thread brett
brett 2003/08/20 05:37:18 Modified:src/plugins-build/eclipse/src/plugin-resources/templates classpath.jelly src/test/touchstone-build maven.xml src/java/org/apache/maven/jelly/tags/maven MavenTagLibrary.java

cvs commit: maven/src/plugins-build/jxr/src/main/org/apache/maven/jxr CodeTransform.java

2003-08-20 Thread evenisse
evenisse2003/08/20 04:17:31 Modified:src/plugins-build/jxr/src/main/org/apache/maven/jxr CodeTransform.java Log: fix typo Revision ChangesPath 1.7 +1 -1 maven/src/plugins-build/jxr/src/main/org/apache/maven/jxr/CodeTransform.java I

[jira] Commented: (MAVEN-380) jexl swallows exceptions and thus maven builds can go awry

2003-08-20 Thread jira
The following comment has been added to this issue: Author: Mark Wilkinson Created: Wed, 20 Aug 2003 6:20 AM Body: jexl has been patched to rethrow exceptions thrown by methods called from ASTMethod, but there's some debugging code remaining that dumps a stack trace to System.out.

cvs commit: maven/xdocs/start integrate.xml

2003-08-20 Thread evenisse
evenisse2003/08/20 04:10:12 Modified:xdocs/start integrate.xml Log: Add ${basedir} in sourceDirectory and unitTestSourceDirectory Revision ChangesPath 1.22 +2 -3 maven/xdocs/start/integrate.xml Index: integrate.xml

[jira] Created: (MAVEN-697) linkcheck plugin fails (in HEAD)

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