[jira] Commented: (MAVEN-1426) CreatingJ2eeApplications : KevinRoss' works

2004-08-17 Thread jira
The following comment has been added to this issue: Author: bmak Created: Tue, 17 Aug 2004 2:09 AM Body: forgot to mention: RE: command lines: i dunno, maybe there's some other way, but i found that using -p fullfilepath/root/project.xml was the only way that i could get the

[jira] Commented: (MAVEN-1399) upgrade jelly to CVS HEAD

2004-08-17 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Tue, 17 Aug 2004 3:14 AM Body: I have attempted this and it progressed well - bootstrap touchstone were successful. I have failures in the plugin tests, but I'm not sure if they already existed -

[jira] Created: (MPLINKCHECK-15) [PATCH] FileToCheck does not use BufferedInputStream

2004-08-17 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPLINKCHECK-15 Here is an overview of the issue: -

[jira] Updated: (MPLINKCHECK-15) [PATCH] FileToCheck does not use BufferedInputStream

2004-08-17 Thread jira
The following issue has been updated: Updater: Stephane Mikaty (mailto:[EMAIL PROTECTED]) Date: Tue, 17 Aug 2004 9:40 AM Comment: patch file. Changes: Attachment changed to patch.txt - For a

[jira] Created: (MPPDF-14) pre tag not suppoprted

2004-08-17 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPPDF-14 Here is an overview of the issue: - Key:

cvs commit: maven-plugins/abbot/src/plugin-resources jnlp.jsl

2004-08-17 Thread vmassol
vmassol 2004/08/17 06:54:11 Modified:abbotplugin.jelly plugin.properties abbot/src/plugin-resources jnlp.jsl Log: Refactoring: all jars to include in the generated JNLP are now signed in the maven.abbot.dest.jar.dir and the JNLP generation logic scans all jars in

cvs commit: maven-plugins/jcoverage/xdocs changes.xml properties.xml

2004-08-17 Thread evenisse
evenisse2004/08/17 07:00:48 Modified:jcoverage plugin.jelly plugin.properties project.xml jcoverage/xdocs changes.xml properties.xml Log: Add the possibility to set multiple includes and excludes files for instrumentation. Revision ChangesPath 1.16 +3

[jira] Reopened: (MPJCOVERAGE-11) Place generated files, like jcoverage.ser and HEAD.xml in the target directory

2004-08-17 Thread jira
Message: The following issue has been reopened. Reopener: Emmanuel Venisse Date: Tue, 17 Aug 2004 10:07 AM jcoverage.ser is stored in directory define by com.jcoverage.rawcoverage.dir system property whith ${user.dir} as default directory. Patch (and test) are welcome.

Re: cvs commit: maven-plugins/abbot/src/plugin-resources jnlp.jsl

2004-08-17 Thread Emmanuel Venisse
Hi Vincent, Why you don't use the jnlp plugin? Do you have some specific requirement? Emmanuel - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 3:54 PM Subject: cvs commit: maven-plugins/abbot/src/plugin-resources jnlp.jsl vmassol

RE: cvs commit: maven-plugins/abbot/src/plugin-resources jnlp.jsl

2004-08-17 Thread Vincent Massol
Hi Emmanuel, -Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: mardi 17 août 2004 16:14 To: Maven Developers List Subject: Re: cvs commit: maven-plugins/abbot/src/plugin-resources jnlp.jsl Hi Vincent, Why you don't use the jnlp plugin? Do you have some

Re: cvs commit: maven-plugins/abbot/src/plugin-resources jnlp.jsl

2004-08-17 Thread Emmanuel Venisse
Subject: Re: cvs commit: maven-plugins/abbot/src/plugin-resources jnlp.jsl Hi Vincent, Why you don't use the jnlp plugin? Do you have some specific requirement? I need to take an existing JNLP file and add some items to it. Is that supported by the JNLP plugin? No, but we can add a

RE: cvs commit: maven-plugins/abbot/src/plugin-resources jnlp.jsl

2004-08-17 Thread Vincent Massol
-Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: mardi 17 août 2004 16:44 To: Maven Developers List Subject: Re: cvs commit: maven-plugins/abbot/src/plugin-resources jnlp.jsl Subject: Re: cvs commit: maven-plugins/abbot/src/plugin-resources jnlp.jsl

cvs commit: maven-plugins/abbot/xdocs changes.xml properties.xml

2004-08-17 Thread vmassol
vmassol 2004/08/17 08:11:16 Modified:abbotplugin.jelly project.xml plugin.properties abbot/xdocs changes.xml properties.xml Log: Added new codemaven.abbot.extrajars/code property that can be used to specify extra jars to be added to the executing classpath. For

Re: cvs commit: maven-plugins/abbot/src/plugin-resources jnlp.jsl

2004-08-17 Thread Emmanuel Venisse
Hi Vincent, Why you don't use the jnlp plugin? Do you have some specific requirement? I need to take an existing JNLP file and add some items to it. Is that supported by the JNLP plugin? No, but we can add a merge goal (or tag) for merge two files. I think it's a

RE: cvs commit: maven-plugins/abbot/src/plugin-resources jnlp.jsl

2004-08-17 Thread Vincent Massol
-Original Message- From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] Sent: mardi 17 août 2004 17:30 To: Maven Developers List Subject: Re: cvs commit: maven-plugins/abbot/src/plugin-resources jnlp.jsl Hi Vincent, Why you don't use the jnlp plugin? Do you have some

cvs commit: maven-plugins/linkcheck/xdocs changes.xml

2004-08-17 Thread carlos
carlos 2004/08/17 10:14:36 Modified:linkcheck/src/main/org/apache/maven/linkcheck FileToCheck.java linkcheck/xdocs changes.xml Log: Fixed MPLINKCHECK-15. Use BufferedInputStream in FileToCheck Revision ChangesPath 1.18 +5 -4

[jira] Closed: (MPLINKCHECK-15) [PATCH] FileToCheck does not use BufferedInputStream

2004-08-17 Thread jira
Message: The following issue has been closed. Resolver: Carlos Sanchez Date: Tue, 17 Aug 2004 1:22 PM Fixed. Thanks - View the issue: http://jira.codehaus.org/browse/MPLINKCHECK-15 Here is an overview of the

cvs commit: maven-plugins/linkcheck/src/main/org/apache/maven/linkcheck/validation LinkValidatorManager.java

2004-08-17 Thread carlos
carlos 2004/08/17 10:29:49 Modified:linkcheck/src/main/org/apache/maven/linkcheck/validation LinkValidatorManager.java Log: Use Buffered Streams and close them properly Revision ChangesPath 1.8 +16 -3

[jira] Commented: (MAVEN-1399) upgrade jelly to CVS HEAD

2004-08-17 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Tue, 17 Aug 2004 8:11 PM Body: a bug was resolved in the tests for MavenUtils. With the new Jelly version, environment variables are all available in the context and take precendence over