cvs commit: maven-plugins/multiproject/xdocs goals.xml

2004-07-28 Thread dion
dion2004/07/28 23:40:59 Modified:multiproject/xdocs goals.xml Log: MPMULTIPROJECT-33: Add multiproject:site-deploy Revision ChangesPath 1.13 +1 -1 maven-plugins/multiproject/xdocs/goals.xml Index: goals.xml

cvs commit: maven-plugins/multiproject/xdocs changes.xml goals.xml

2004-07-28 Thread dion
dion2004/07/28 23:40:44 Modified:multiproject plugin.jelly multiproject/xdocs changes.xml goals.xml Log: MPMULTIPROJECT-33: Add multiproject:site-deploy Revision ChangesPath 1.45 +11 -0 maven-plugins/multiproject/plugin.jelly Index: plugin

[PROPOSAL] Zip plugin

2004-07-28 Thread Felipe Leme
Hi all, I'd like to make a proposal: why don't we have a zip plugin, similar to war/ear/jar/rar, but creating a zip, without a manifest? I already have such a plugin, which is used in at least 2 cases in my projects: to create a zip with SQL scripts and other with app server descriptors. I can s

RE: [OT] javamail open source implementation?

2004-07-28 Thread Jarrell, Maury
When I started playing with the code, this tutorial helped a lot: http://www.informit.com/guides/content.asp?g=java&seqNum=40 He walks you through examples for many of the commons.net components including an SMTP example. HTH, MJ > -Original Message- > From: Vincent Massol [mailto:[EMAI

RE: [OT] javamail open source implementation?

2004-07-28 Thread Vincent Massol
Yeah, I think that's the one I was thinking about. Thanks. That said, I think it makes even more sense to use commons-net. I'll check how easy it is to use. Thanks again -Vincent > -Original Message- > From: John Casey [mailto:[EMAIL PROTECTED] > Sent: mercredi 28 juillet 2004 16:24 > To:

RE: [OT] javamail open source implementation?

2004-07-28 Thread Vincent Massol
Hey, I didn't know about this one. Sounds good. That'll be my second choice if I cannot get commons-net to work. Thanks -Vincent > -Original Message- > From: Dalibor Topic [mailto:[EMAIL PROTECTED] > Sent: mercredi 28 juillet 2004 16:30 > To: Maven Developers List > Subject: Re: [OT] java

RE: [OT] javamail open source implementation?

2004-07-28 Thread Vincent Massol
Thanks. I'll have a look. I think it makes sense to use commons-net. -Vincent > -Original Message- > From: Jarrell, Maury [mailto:[EMAIL PROTECTED] > Sent: mercredi 28 juillet 2004 16:28 > To: 'Maven Developers List' > Subject: RE: [OT] javamail open source implementation? > > How about

[jira] Commented: (MPANNOUNCEMENT-9) Add a goal to send the announcement by mail to a list of email addresses

2004-07-28 Thread jira
The following comment has been added to this issue: Author: Vincent Massol Created: Wed, 28 Jul 2004 11:01 AM Body: dIon, no it doesn't. The replace tag replaces only a single char: String stringAnswer = answer.toString().replace(oldChar.charAt(0), newChar.charAt(0)); It would

[jira] Commented: (MPANNOUNCEMENT-9) Add a goal to send the announcement by mail to a list of email addresses

2004-07-28 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Wed, 28 Jul 2004 10:53 AM Body: For the replace() method - does the util:replace tag help? - View this comment: http://jira.codeha

[jira] Commented: (MAVEN-1404) ClassCastException in the debug log when inheriting an undefined property

2004-07-28 Thread jira
The following comment has been added to this issue: Author: Julien Kirch Created: Wed, 28 Jul 2004 10:50 AM Body: For info it's maven 1.0 under NT4sp6. Happy to see this "minor log problem" becoming "critical inheritrance issue" :) --

[jira] Commented: (MPANNOUNCEMENT-9) Add a goal to send the announcement by mail to a list of email addresses

2004-07-28 Thread jira
The following comment has been added to this issue: Author: Vincent Massol Created: Wed, 28 Jul 2004 10:46 AM Body: Regarding javamail's replacement, I think the best is to use commons-net as suggested by Maury on the maven dev ML. For the replace() method, yes, it would be nice

[jira] Commented: (MAVEN-1408) POM variables inheritance problem

2004-07-28 Thread jira
The following comment has been added to this issue: Author: Anthony FIRKA Created: Wed, 28 Jul 2004 10:38 AM Body: FYI: With maven-1.0-final, I've got the two ClassCastExceptions under NT4, but no inheritance issue. Also, with maven-1.0-rc3 on our RH9 and FC2 boxes, there's no Cl

Réf. : Re: Réf. : Re: Réf. : Re: MPXDOC-47 vs. MPXDOC-92

2004-07-28 Thread julien . kirch
Brant Gurganus told ya' : >Sorry for the duplication then. I'm new to the dev list. What does >MPXDOX-(number) mean? Are they issue numbers? No problem, and sorry again for being so lzy yes, it's the issues code in maven jira : http://jira.codehaus.org/browse/MPXDOC-47 http://jira.co

Re: [OT] javamail open source implementation?

2004-07-28 Thread Dalibor Topic
Vincent Massol wrote: Hi, I remember seeing an open source implementation of javamail some time back but I can't find it again. Does anyone remember seeing this too? For the announcement plugin we need to be able to send emails. Adding a dependency to javamail is not cool as it is not redistributab

[jira] Commented: (MPIDEA-7) IDEA .iml file assumes dependencies with same groupId as current project to be IDEA modules

2004-07-28 Thread jira
The following comment has been added to this issue: Author: Graham Triggs Created: Wed, 28 Jul 2004 10:30 AM Body: Another thought - it should only make dependencies between projects when the dependency in the project.xml is a SNAPSHOT. If you are referencing a numbered version,

RE: [OT] javamail open source implementation?

2004-07-28 Thread Jarrell, Maury
How about commons.net? http://jakarta.apache.org/commons/net/ They support the SMTP protocol. I switched from javamail to their code several months ago and have been very happy with it. HTH, Maury > -Original Message- > From: John Casey [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July

Re: Réf. : Re: Réf. : Re: MPXDOC-47 vs. MPXDOC-92

2004-07-28 Thread Brant Gurganus
[EMAIL PROTECTED] wrote: Brant Gurganus said : What happens if you use the numeric entity instead of the mnemonic entiy? Despite & being defined in the XML specification, the project XML files don't have a DTD and the XML schema does not provide a way to specify mnemonic entities. Perhaps the

Re: [OT] javamail open source implementation?

2004-07-28 Thread John Casey
This may be what you're talking about, although in my own experience it doesn't have the same level of provider support for things like attachments... http://sourceforge.net/projects/tjmail/ HTH, john On Wed, 2004-07-28 at 10:19, Vincent Massol wrote: > Hi, > > I remember seeing an open source

[jira] Updated: (MAVEN-1404) ClassCastException in the debug log when inheriting an undefined property

2004-07-28 Thread jira
The following issue has been updated: Updater: Carlos Sanchez (mailto:[EMAIL PROTECTED]) Date: Wed, 28 Jul 2004 10:21 AM Comment: It affects inheritance, as can be seen in related issues Changes: priority changed from Minor to Critical --

[jira] Closed: (MAVEN-1408) POM variables inheritance problem

2004-07-28 Thread jira
Message: The following issue has been closed. Resolver: Carlos Sanchez Date: Wed, 28 Jul 2004 10:20 AM Unexpected error evaluating expression java.lang.ClassCastException at org.apache.maven.MavenUtils.integrateMapInContext(MavenUtils.java:820) at org.apache.maven.Ma

[OT] javamail open source implementation?

2004-07-28 Thread Vincent Massol
Hi, I remember seeing an open source implementation of javamail some time back but I can't find it again. Does anyone remember seeing this too? For the announcement plugin we need to be able to send emails. Adding a dependency to javamail is not cool as it is not redistributable (and not on ibibl

[jira] Commented: (MPIDEA-7) IDEA .iml file assumes dependencies with same groupId as current project to be IDEA modules

2004-07-28 Thread jira
The following comment has been added to this issue: Author: Graham Triggs Created: Wed, 28 Jul 2004 10:18 AM Body: Actually, there should be a property that controls this behaviour. For the most part, I would rather have my modules referencing the JARs in the repository - particul

Réf. : Re: Réf. : Re: MPXDOC-47 vs. MPXDOC-92

2004-07-28 Thread julien . kirch
Brant Gurganus said : >What happens if you use the numeric entity instead of the mnemonic >entiy? Despite & being defined in the XML specification, the >project XML files don't have a DTD and the XML schema does not provide a >way to specify mnemonic entities. Perhaps the parser is looking for

Re: Réf. : Re: MPXDOC-47 vs. MPXDOC-92

2004-07-28 Thread Brant Gurganus
[EMAIL PROTECTED] wrote: If want to include a link in my navigation.xml file towards an url containing an ampersand character (&) and not an ampersand entity (&), for example the xdoc plugin jira roadmap url is http://jira.codehaus.org/secure/BrowseProject.jspa?id=10355&report

[jira] Created: (MAVENUPLOAD-178) Upload jug (Java Uuid Generator)

2004-07-28 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-178 Here is an overview of the issue: -

Réf. : Re: MPXDOC-47 vs. MPXDOC-92

2004-07-28 Thread julien . kirch
>> If want to include a link in my navigation.xml file towards an url >> containing an ampersand character (&) and not an ampersand entity >> (&), for example the xdoc plugin jira roadmap url is >> >> >> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10355&report=changelog >

Re: MPXDOC-47 vs. MPXDOC-92

2004-07-28 Thread Brant Gurganus
[EMAIL PROTECTED] wrote: If want to include a link in my navigation.xml file towards an url containing an ampersand character (&) and not an ampersand entity (&), for example the xdoc plugin jira roadmap url is http://jira.codehaus.org/secure/BrowseProject.jspa?id=10355&report=changelog

[jira] Commented: (MAVEN-1321) preGoal and postGoal executed twice

2004-07-28 Thread jira
The following comment has been added to this issue: Author: Joel Burrows Created: Wed, 28 Jul 2004 8:15 AM Body: I saw a similar thing when I ran maven (1.0-rc3) from a Unix environment (Solaris). I was debugging a problem and did something stupid - not realizing that when you ex

[jira] Commented: (MPANNOUNCEMENT-9) Add a goal to send the announcement by mail to a list of email addresses

2004-07-28 Thread jira
The following comment has been added to this issue: Author: Felipe Leme Created: Wed, 28 Jul 2004 7:04 AM Body: PS: regarding the replace() function, it would be nice if it belonged to the Jelly util tag - they already have a replace tag that works only with chars. I will try to

[jira] Commented: (MPANNOUNCEMENT-9) Add a goal to send the announcement by mail to a list of email addresses

2004-07-28 Thread jira
The following comment has been added to this issue: Author: Felipe Leme Created: Wed, 28 Jul 2004 7:01 AM Body: Hi Vincent, Some COC (comments on comments :-) inline: > What is the use case for the mail-all goal? Consistency. If there is a generate-all, why not a mail-all? I cre

[jira] Updated: (MPANNOUNCEMENT-9) Add a goal to send the announcement by mail to a list of email addresses

2004-07-28 Thread jira
The following issue has been updated: Updater: Vincent Massol (mailto:[EMAIL PROTECTED]) Date: Wed, 28 Jul 2004 6:24 AM Comment: Patch to your patch :-) Changes: Attachment changed to ann_patch_vma.txt

[jira] Commented: (MPANNOUNCEMENT-9) Add a goal to send the announcement by mail to a list of email addresses

2004-07-28 Thread jira
The following comment has been added to this issue: Author: Vincent Massol Created: Wed, 28 Jul 2004 6:22 AM Body: Hi Felipe, Thanks! Some comments: - What is the use case for the mail-all goal? - I have put the public properties in plugin.properties - I have have introduced %VER

[jira] Updated: (MAVEN-1408) POM variables inheritance problem

2004-07-28 Thread jira
The following issue has been updated: Updater: Anthony FIRKA (mailto:[EMAIL PROTECTED]) Date: Wed, 28 Jul 2004 6:12 AM Changes: Attachment changed to maven-1.0-final-FC2.log - For a full history of

[jira] Commented: (MAVEN-1408) POM variables inheritance problem

2004-07-28 Thread jira
The following comment has been added to this issue: Author: Anthony FIRKA Created: Wed, 28 Jul 2004 6:11 AM Body: Carlos, I've run my sample again under maven-1.0-final/jdk1.4.2_05 and you're right, I've got some exceptions : three FileNotFoundExceptions, regarding the three miss

[jira] Commented: (MPMULTIPROJECT-39) Multiproject inheritance (again)

2004-07-28 Thread jira
The following comment has been added to this issue: Author: Carlos Sanchez Created: Wed, 28 Jul 2004 5:18 AM Body: In my projects I had the problem with maven.repo.remote. I had to specify it in the project.properties file of the project where I run multiproject from. But it does

[jira] Created: (MAVENUPLOAD-177) CSS2 parser from www.steadystate.com

2004-07-28 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVENUPLOAD-177 Here is an overview of the issue: -