[jira] Created: (MPJALOPY-6) Patch of MPJALOPY-5 allows only a single exclude pattern

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

dist properties

2004-08-23 Thread Felipe Leme
Hi all, Are the maven.dist.tar.executable and maven.dist.gunzip.executable properties still in use? I couldn't find any reference to these properties on maven-plugins, except on dist itself, where they are defined/described: $ grep maven.dist */*.* */*/*.*|grep executable dist/plugin.properties

cvs commit: maven-plugins/site/xdocs properties.xml

2004-08-23 Thread carlos
carlos 2004/08/23 14:09:01 Modified:site/xdocs properties.xml Log: Added "Using Putty as ssh client" section Revision ChangesPath 1.5 +7 -0 maven-plugins/site/xdocs/properties.xml Index: properties.xml ===

[BUG] javadoc:jar fails if project doesn't have source files

2004-08-23 Thread Felipe Leme
Here is another bug I was going to report (before Jira boicotted me :-): If your project doesn't have source files, javadoc:jar (and goals that depends on it, like javadoc:deploy) fails, even though javadoc itself suceeds. You can reproduce this bug on the maven-plugins root: $ maven javadoc __

Re: Can't create a Jira issue

2004-08-23 Thread Arnaud HERITIER
Same thing for me Felipe :-( Arnaud On Mon, 23 Aug 2004 19:47:28 +0200, Carlos Sanchez <[EMAIL PROTECTED]> wrote: > Maybe some developer want you to take a break ;-D > > > > > -Original Message- > > From: Felipe Leme [mailto:[EMAIL PROTECTED] > > Sent: Monday, August 23, 2004 6:56 PM >

RE: [BUG] multiproject:site fail if sub-project has a & on POM

2004-08-23 Thread Carlos Sanchez
Now I tried to create it and got the same exception: java.lang.reflect.UndeclaredThrowableException You'll have to take a break ;) > -Original Message- > From: Felipe Leme [mailto:[EMAIL PROTECTED] > Sent: Monday, August 23, 2004 7:40 PM > To: Maven Developers List > Subject: [BUG] mult

RE: Can't create a Jira issue

2004-08-23 Thread Carlos Sanchez
Maybe some developer want you to take a break ;-D > -Original Message- > From: Felipe Leme [mailto:[EMAIL PROTECTED] > Sent: Monday, August 23, 2004 6:56 PM > To: Maven Developers List > Subject: RE: Can't create a Jira issue > > Hmm, it's still not working for me, even at home. > > Gu

[BUG] multiproject:site fail if sub-project has a & on POM

2004-08-23 Thread Felipe Leme
I can't file a new issue on Jira, so I'm describing it here in the list: If a sub-project has a & in its description, multiproject:site fails, even though site:generate works fine on the sub-project: xdoc:jelly-transform: [echo] Generating D:/cvs/maven-plugins/test-multiproject/target/docs/pr

[BUG] multiproject:site fail if sub-project has a & on POM

2004-08-23 Thread Felipe Leme
I can't file a new issue on Jira, so I'm describing it here in the list: If a sub-project has a & in its description, multiproject:site fails, even though site:generate works fine on the sub-project: xdoc:jelly-transform: [echo] Generating D:/cvs/maven-plugins/test-multiproject/target/docs/proje

RE: Can't create a Jira issue

2004-08-23 Thread Felipe Leme
Hmm, it's still not working for me, even at home. Guess it's some issue with my account (maybe I have opened too much issues lately :-) Anyway, I will ask a co-worker to open it and see what happens... Thx, Felipe On Mon, 2004-08-23 at 13:28, Carlos Sanchez wrote: > I walked until the last

RE: Can't create a Jira issue

2004-08-23 Thread Carlos Sanchez
Hi Felipe, I walked until the last step and had no error. Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message- > From: Felipe Leme [mailto:[EMAIL PROTECTED] > Sent: Monday, August 23, 2004 3:37 PM > To: Maven Developers List > Subjec

Can't create a Jira issue

2004-08-23 Thread Felipe Leme
*Hi all, I'm trying to repost a new issue (for MP-MULTIPROJECT), but I'm getting the following error: Form Errors*: # Exception: java.lang.reflect.UndeclaredThrowableException Is that happenning with someone too? Felipe - To un

[jira] Closed: (MPJXR-14) Support encoding and lang

2004-08-23 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Mon, 23 Aug 2004 9:18 AM Applied. - View the issue: http://jira.codehaus.org/browse/MPJXR-14 Here is an overview of the issue: --

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

2004-08-23 Thread evenisse
evenisse2004/08/23 06:12:44 Modified:jxr plugin.jelly jxr/src/main/org/apache/maven/jxr CodeTransform.java JXR.java JxrBean.java jxr/src/main/org/apache/maven/jxr/pacman FileManager.java JavaFile.java Java

[jira] Closed: (MPJXR-17) JXR Report isn't generated for tests unless sources exist

2004-08-23 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Mon, 23 Aug 2004 8:34 AM Done. - View the issue: http://jira.codehaus.org/browse/MPJXR-17 Here is an overview of the issue: -

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

2004-08-23 Thread evenisse
evenisse2004/08/23 05:30:20 Modified:jxr plugin.jelly jxr/xdocs changes.xml Log: MPJXR-17. Add the possibility to run JXR for tests classes if sources classes doesn't exists. Revision ChangesPath 1.21 +2 -2 maven-plugins/jxr/plugin.jelly

[jira] Closed: (MPJXR-13) Using jxr on a empty java file is causing a NullPointerException

2004-08-23 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Mon, 23 Aug 2004 8:22 AM Fixed. We don't process empty files. - View the issue: http://jira.codehaus.org/browse/MPJXR-13 Here is an o

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

2004-08-23 Thread evenisse
evenisse2004/08/23 05:17:46 Modified:jxr project.xml jxr/src/main/org/apache/maven/jxr JXR.java jxr/xdocs changes.xml Log: MPJXR-13. Remove NullPointerException for empty java files. Revision ChangesPath 1.46 +1 -1 maven-plugin

Re: [jira] Closed: (MPJXR-2) Eliminate unnecessary double-spacing of xref output

2004-08-23 Thread Emmanuel Venisse
I think we always have the problem for xdoc files. Emmanuel - Original Message - From: "Carlos Sanchez" <[EMAIL PROTECTED]> To: "'Maven Developers List'" <[EMAIL PROTECTED]> Sent: Sunday, August 22, 2004 6:39 PM Subject: RE: [jira] Closed: (MPJXR-2) Eliminate unnecessary double-spacing o

[jira] Created: (MPECLIPSE-41) No link to the 1.8 version in the plugin site downloads page

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