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

2003-07-02 Thread vmassol
vmassol 2003/07/02 00:03:24 Modified:src/plugins-build/cactus plugin.jelly Log: Make the core independent of the repo layout. Thanks to dIon. Actually, I never used the Artifact object. I'll need to check its source code as it looks good. Revision ChangesPath 1.24

[jira] Updated: (MAVEN-537) add some more info to offline and pseudo-offline (no jar download) mode to user-doc

2003-07-02 Thread jira
The following issue has been updated: Updater: Martin Skopp (mailto:[EMAIL PROTECTED]) Date: Wed, 2 Jul 2003 2:28 AM Comment: the new patch Changes: Attachment changed from to userguide.patch -

[jira] Updated: (MAVEN-537) add some more info to offline and pseudo-offline (no jar download) mode to user-doc

2003-07-02 Thread jira
The following issue has been updated: Updater: Martin Skopp (mailto:[EMAIL PROTECTED]) Date: Wed, 2 Jul 2003 2:29 AM Comment: the full user-guide.xml Thanks for committing, dion. Changes: Attachment changed from to user-guide.xml

[jira] Updated: (MAVEN-532) add IRQ channel info and where to get help to FAQ

2003-07-02 Thread jira
The following issue has been updated: Updater: Martin Skopp (mailto:[EMAIL PROTECTED]) Date: Wed, 2 Jul 2003 2:31 AM Comment: here's the full file (for the case the patch is broken again) Changes: Attachment changed from to faq.xml

RE: cvs commit: maven/src/plugins-build/war/xdocs changes.xml goals.xml

2003-07-02 Thread Michal Maczka
Is the dep.type check here really necessary? If the user has added the war.bundle property, then I say let it go in there. It could be an ejb-client jar file in which case the type may not be jar. - ant:lib dir=${maven.repo.local}/${dep. artifactDirectory}/jars/ -

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

2003-07-02 Thread Michal Maczka
Dion! Can you check my second commit from yesterday? I hope that I fixed all the issues. Michal -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 2:57 AM To: Maven Developers List Subject: Re: cvs commit:

cvs commit: maven project.xml

2003-07-02 Thread dion
dion2003/07/02 01:00:33 Modified:.project.xml Log: Add pmd report Revision ChangesPath 1.281 +2 -0 maven/project.xml Index: project.xml === RCS file:

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

2003-07-02 Thread evenisse
evenisse2003/07/02 01:39:18 Modified:src/plugins-build/jnlp/src/main/org/apache/maven/jnlp UpdateManifest.java src/plugins-build/jnlp/xdocs changes.xml Log: Fix Maven-343. Support large jar files. Thanks to James Macgill. Revision Changes

[jira] Closed: (MAVEN-343) jnlp-plugin UpdateManifest code fails for some jar files

2003-07-02 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Wed, 2 Jul 2003 4:02 AM patch applied. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-343 Here is an

cvs commit: maven/src/plugins-build/developer-activity/xdocs - New directory

2003-07-02 Thread evenisse
evenisse2003/07/02 02:01:54 maven/src/plugins-build/developer-activity/xdocs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/file-activity/xdocs - New directory

2003-07-02 Thread evenisse
evenisse2003/07/02 02:02:06 maven/src/plugins-build/file-activity/xdocs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-07-02 Thread evenisse
evenisse2003/07/02 02:04:17 Modified:src/plugins-build/changelog/xdocs changes.xml src/plugins-build/checkstyle/xdocs changes.xml src/plugins-build/clover/xdocs changes.xml src/plugins-build/developer-activity project.xml

[jira] Commented: (MAVEN-518) plugins guess filename from 'dependency', should use 'artifact'

2003-07-02 Thread jira
The following comment has been added to this issue: Author: Brian Ewins Created: Wed, 2 Jul 2003 4:46 AM Body: (reply to Vincent) yes, I'm sure this is a bug, in most cases. If you look at how ${pom.dependencies} is used, typically it is in a loop where the plugin attempts to

[jira] Closed: (MAVEN-429) checkstyle links to xref broken

2003-07-02 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Wed, 2 Jul 2003 5:19 AM Done. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-429 Here is an overview

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

2003-07-02 Thread vmassol
vmassol 2003/07/02 03:06:47 Modified:src/plugins-build/pmd plugin.jelly src/plugins-build/pmd/xdocs changes.xml Log: - Fixed Changes report which was not showing up correctly (blank page) - Fixed MAVEN-538: report generation failing when no errors. Revision

[jira] Created: (MAVEN-539) href links do not show up in changes report

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

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

2003-07-02 Thread evenisse
evenisse2003/07/02 03:24:14 Modified:src/plugins-build/javadoc plugin.properties project.xml src/plugins-build/javadoc/xdocs changes.xml src/plugins-build/jxr plugin.properties project.xml src/plugins-build/jxr/xdocs changes.xml Log: Fix

[jira] Closed: (MAVEN-428) javadoc, jxr plugin ignores maven.docs.dest

2003-07-02 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Wed, 2 Jul 2003 5:46 AM Done. I don't use ${maven.docs.dest} but ${pom.getPluginContext('maven-xdoc-plugin').getVariable('maven.docs.dest')}

[jira] Commented: (MAVEN-539) href links do not show up in changes report

2003-07-02 Thread jira
The following comment has been added to this issue: Author: Emmanuel Venisse Created: Wed, 2 Jul 2003 5:52 AM Body: No html tags appears in xdoc result. - View the issue:

[jira] Resolved: (MAVEN-481) Enhancement for war plugin to deploy tlds from repository

2003-07-02 Thread jira
Message: The following issue has been resolved as FIXED. Resolver: Michal Maczka Date: Wed, 2 Jul 2003 5:57 AM Required functinality was implemented. - View the issue:

RE: smart reactor proposal

2003-07-02 Thread Michal Maczka
my two cents: I agree we Mark: the decision if goal should be started or not should belong purely to this goal and is out of the scope of the rector. It's kind of micro-scale decision. Using this strategy we can speed up the execution of most of the goals and reactor will profit from this

[jira] Resolved: (MAVEN-533) allow packaging of project's own jar/or war into the ear and add standard artifact goals for ears

2003-07-02 Thread jira
Message: The following issue has been resolved as FIXED. Resolver: Michal Maczka Date: Wed, 2 Jul 2003 6:29 AM The code of the plugin was cleaned. Dion's doubt were related to version 1.09 of war plugin Versions 1.10 has cleaned those things. I believe that all points related to

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

2003-07-02 Thread michal
michal 2003/07/02 05:21:01 Modified:src/plugins-build/war plugin.jelly Log: Destination directory for tlds files were created inside src area. Revision ChangesPath 1.23 +1 -1 maven/src/plugins-build/war/plugin.jelly Index: plugin.jelly

cvs commit: maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy DeployRequest.java DeployTool.java

2003-07-02 Thread michal
michal 2003/07/02 05:42:23 Modified:src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers FtpDeployer.java SFtpDeployer.java ScpDeployer.java FileDeployer.java

[jira] Closed: (MAVEN-296) Visual representation of the project descriptor not corresponding to xml schema

2003-07-02 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Wed, 2 Jul 2003 10:02 AM Already fixed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-296 Here is an

Re: RC1 release plans

2003-07-02 Thread dion
Are there patches for Maven-473? I couldn't see one... -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au Wes Isberg [EMAIL PROTECTED] wrote on 11/06/2003 10:42:48 AM: Sorry, newbie protocol question wrt 3) Submit

Re: RC1 release plans

2003-07-02 Thread Emmanuel Venisse
There are no patches. We must do it with explanations on dev eclipse site. - Original Message - From: [EMAIL PROTECTED] To: Maven Developers List [EMAIL PROTECTED] Sent: Wednesday, July 02, 2003 5:31 PM Subject: Re: RC1 release plans Are there patches for Maven-473? I couldn't see

[jira] Commented: (MAVEN-525) maven-eclipse-plugin doesnot generate all expected artifacts

2003-07-02 Thread jira
The following comment has been added to this issue: Author: gilles dodinet Created: Wed, 2 Jul 2003 1:10 PM Body: also maven-eclipse-plugin doesnt seem to support jar overriding, thus writing inconsistent .classpath file (missing required library)

Re: Proposal: Migrate wiki to codehaus

2003-07-02 Thread Ben Walding
Due to the overwhelming disinterest, I've gone ahead and done this. All pages are migrated (to the best of my knowledge) http://wiki.codehaus.org/maven/FrontPage I haven't gone through and converted the mix of UseMod and html tagging in the documents, but will do so when time permits. Or

[jira] Created: (MAVEN-541) test-compile doesn't allow for same options as java-compile

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

jira down

2003-07-02 Thread Brett Porter
is anyone aware JIRA is broken at the moment? 500 error, seems Orion install got messed up? Cheers, Brett -- Web Developer f2 network ~ everything essential 02 8596 4437 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: jira down

2003-07-02 Thread Jason van Zyl
On Wed, 2003-07-02 at 23:46, Brett Porter wrote: is anyone aware JIRA is broken at the moment? 500 error, seems Orion install got messed up? Bob is upgrading. Cheers, Brett -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion

Re: jira down

2003-07-02 Thread bob mcwhirter
Upgrade in progress, but requires 1.4.2 apparently, which is currently being pushed over my slow cable modem to the codehaus box. -bob (not a happy camper) On Thu, 3 Jul 2003, Brett Porter wrote: is anyone aware JIRA is broken at the moment? 500 error, seems Orion install

Re: jira down

2003-07-02 Thread bob mcwhirter
bob-v2.0 is still quite faulty. But, jira 2.3 has been installed, finally, and things look roughly happy. It's back up, but holler if anything seem wonky. I'd say file a chore, but... -bob On Thu, 3 Jul 2003, Ben Walding wrote: Phew... Bob v1.0 was getting a little bit old and had

Re: smart reactor proposal

2003-07-02 Thread Rafal Krzewski
Mark H. Wilkinson wrote: I'm wondering if there's a fundamental reason why we couldn't change maven to build a dependency graph of files with scripts attached to the arcs, just like make used to do. Statements and scripts would need a way to expose the lists of source files and target files to