cvs commit: maven/src/test/java/org/apache/maven/jelly/tags/maven DependencyResolverTest.java

2003-07-10 Thread dion
dion2003/07/10 23:55:01 Modified:src/test/java/org/apache/maven/jelly/tags/maven DependencyResolverTest.java Log: Refactor duped check Revision ChangesPath 1.4 +8 -17 maven/src/test/java/org/apache/maven/jelly/tags/maven/DependencyRe

cvs commit: maven/src/test/java/org/apache/maven/util EnhancedStringTokenizerTest.java

2003-07-10 Thread dion
dion2003/07/10 23:51:13 Modified:src/test/java/org/apache/maven/util EnhancedStringTokenizerTest.java Log: Refactor duped check Revision ChangesPath 1.2 +9 -15 maven/src/test/java/org/apache/maven/util/EnhancedStringTokenizerTest.jav

RE: [changes plugin] Support for html in change description - bugs in jelly?

2003-07-10 Thread dion
This is site.jsl being busted. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Work: http://www.multitask.com.au "Tim Anderson" <[EMAIL PROTECTED]> wrote on 11/07/2003 04:13:23 PM: > That fixes the whitespace issue thanks, but unfortunately > CDAT

RE: [changes plugin] Support for html in change description - bugs in jelly?

2003-07-10 Thread Tim Anderson
Got a little further: changing the xdoc plugin so that the doc:jslFile tag takes an escapeText argument, and setting that to "false" e.g: fixes the CDATA sections, but any < and > in the source docs get translated to < and > respectively. > -Original Message

RE: [changes plugin] Support for html in change description - bugs in jelly?

2003-07-10 Thread Tim Anderson
That fixes the whitespace issue thanks, but unfortunately CDATA sections are still screwed. Eg: Becomes: And the HTML produced is: <Connectors> > -Original Message- > From: Emmanuel Venisse [mailto:[EMAIL PROTECTED] > Sent: Friday, 11 July 2003 1

cvs commit: maven project.xml

2003-07-10 Thread dion
dion2003/07/10 23:09:12 Modified:.project.xml Log: Upgrade to jelly with better error messages Revision ChangesPath 1.284 +2 -1 maven/project.xml Index: project.xml === RCS file:

cvs commit: maven/src/plugins-build/simian project.xml

2003-07-10 Thread dion
dion2003/07/10 23:08:18 Modified:src/plugins-build/simian project.xml Log: name jelly version Revision ChangesPath 1.2 +1 -1 maven/src/plugins-build/simian/project.xml Index: project.xml ===

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

2003-07-10 Thread dion
dion2003/07/10 23:06:54 Modified:src/plugins-build/simian/xdocs changes.xml Log: Spell names right Revision ChangesPath 1.2 +2 -2 maven/src/plugins-build/simian/xdocs/changes.xml Index: changes.xml

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

2003-07-10 Thread dion
dion2003/07/10 22:16:38 Modified:src/plugins-build/checkstyle plugin.jelly Log: ensure maven.docs.outputencoding is taken from xdoc plugin Revision ChangesPath 1.12 +2 -0 maven/src/plugins-build/checkstyle/plugin.jelly Index: plugin.jelly

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

2003-07-10 Thread dion
dion2003/07/10 22:15:25 Modified:src/plugins-build/xdoc plugin.jelly plugin.properties Log: ensure maven.docs.omitXmlDeclaration has a value Revision ChangesPath 1.31 +5 -0 maven/src/plugins-build/xdoc/plugin.jelly Index: plugin.jelly

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

2003-07-10 Thread dion
dion2003/07/10 22:14:00 Modified:src/plugins-build/changes plugin.jelly Log: Ensure outputencoding is coming from maven xdoc plugin Revision ChangesPath 1.8 +4 -2 maven/src/plugins-build/changes/plugin.jelly Index: plugin.jelly ==

Generate iml files for IDEA 856

2003-07-10 Thread Owen Fellows
Hi, The attached zip contains a plugin that allows you to create an IDEA iml file. If you read the readme.txt it tells you how to deploy it and use it. Hope this if of some use. Thanks, Owen maven-idea-plugin-1.2.zip Description: Zip archive ---

Results of clean bootstrap at 20030710-2102

2003-07-10 Thread Ben Walding
Last 500 lines of a clean bootstrap build of maven at 20030710-2102 [exec] [jar] Building jar: /home/bwalding/src/maven/src/plugins-build/vdoclet/target/maven-vdoclet-plugin-1.0.jar [exec] [copy] Copying 1 file to /home/bwalding/.maven/repository/maven/jars [exec

Re: Patch for Maven Torque Plugin

2003-07-10 Thread Mark H. Wilkinson
On Thu, 2003-07-10 at 08:57, Martin Skopp wrote: > On Wed, 2003-07-09 at 15:14, Jason van Zyl wrote: > > > property names in maven (at least up to b9, don't know about b10) must > > > not contain "-". The torque plugin unfortunately contains two of these > > > which are promptly interpreted by jell

Re: Patch for Maven Torque Plugin

2003-07-10 Thread Daniel Rall
Jason applied Henning's patch on the 9th. Thank Jason! - Dan Henning Schmiedehausen <[EMAIL PROTECTED]> writes: > Hi, > > to whom it may concern: > > property names in maven (at least up to b9, don't know about b10) must > not contain "-". The torque plugin unfortunately contains two of thes

[jira] Commented: (MAVEN-552) Task list plugin can create invalid XML

2003-07-10 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Thu, 10 Jul 2003 7:29 PM Body: How about just updating the stylesheet? - View the issue: http://jira.codehaus.org/secure/ViewIssu

[jira] Resolved: (MAVEN-560) Taught the Ear plugin about connectors (JCA/RAR)

2003-07-10 Thread jira
Message: The following issue has been resolved as FIXED. Resolver: Michal Maczka Date: Thu, 10 Jul 2003 5:07 PM Fixed. Support for rars was added. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?

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

2003-07-10 Thread michal
michal 2003/07/10 14:43:44 Modified:src/plugins-build/ear plugin.jelly Log: FIX for MAVEN-560 - Added support for RARs (JCA) Revision ChangesPath 1.11 +9 -0 maven/src/plugins-build/ear/plugin.jelly Index: plugin.jelly

[jira] Updated: (MAVEN-560) Taught the Ear plugin about connectors (JCA/RAR)

2003-07-10 Thread jira
The following issue has been updated: Updater: Matthew Daniel (mailto:[EMAIL PROTECTED]) Date: Thu, 10 Jul 2003 2:58 PM Comment: The patch against the ear plugin to support rar artifacts. Changes: Attachment changed to maven-ear-plugin.patch

[jira] Created: (MAVEN-560) Taught the Ear plugin about connectors (JCA/RAR)

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

[jira] Commented: (MAVEN-552) Task list plugin can create invalid XML

2003-07-10 Thread jira
The following comment has been added to this issue: Author: Tim O'Brien Created: Thu, 10 Jul 2003 2:07 PM Body: Tried to change tasklist.vm to use CDATA, but it was simply ignored when the style sheet was applied to the generated-xdoc. >From the Developer's Guide in Velocity is t

How to make unit tests for plug-ins?

2003-07-10 Thread Diego Fernández
Hi, a have uploaded recently an small silly fix (for the issue 405 ). But it would be great to make an unit test to test the changes. How can I make unit tests for plugins? Any clue? Thanks, Diego.- --

[jira] Updated: (MAVEN-405) maven.test.skip should also skip test compiles

2003-07-10 Thread jira
The following issue has been updated: Updater: Diego Fernandez (mailto:[EMAIL PROTECTED]) Date: Thu, 10 Jul 2003 11:39 AM Comment: This is an small patch to fix this issue Changes: Attachment changed to plugin.jelly.patch

[jira] Updated: (MAVEN-405) maven.test.skip should also skip test compiles

2003-07-10 Thread jira
The following issue has been updated: Updater: Diego Fernandez (mailto:[EMAIL PROTECTED]) Date: Thu, 10 Jul 2003 11:40 AM Comment: An small project to test the patch Changes: Attachment changed to test-project.zip

Re: [changes plugin] Support for html in change description - bugs in jelly?

2003-07-10 Thread Emmanuel Venisse
The problem is due to prettyPrint in plugin.jelly. I think that if you pass prettyPrint to false, the result will be ok. Emmanuel - Original Message - From: "Tim Anderson" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Thursday, July 10, 2003 7:04 AM Subject: [

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

2003-07-10 Thread epugh
epugh 2003/07/10 08:58:12 Modified:src/plugins-build/cactus/xdocs changes.xml tasks.xml goals.xml src/plugins-build/cactus plugin.jelly Log: Added cactus:match goal. Need to refactor catus:test/match/single goals to reuse code. Revision

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

2003-07-10 Thread Vincent Massol
Eric, I'm not sure if you can break a task in small parts (never done that). However, I don't understand why you need to break the tag in several parts rather than have a single jelly tag wrapping it. I don't see a use case for that in the current features supports by the Cactus plugin. Thanks -

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

2003-07-10 Thread epugh
epugh 2003/07/10 08:36:19 Modified:src/plugins-build/test plugin.jelly Log: update error message to not refer to deprecated target. Revision ChangesPath 1.11 +2 -2 maven/src/plugins-build/test/plugin.jelly Index: plugin.jelly ===

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

2003-07-10 Thread EPugh
The Plexus plugin was a great example, and I can see how using tags is going to be helpful in lots of areas.. Now, here is my current question. Becasue the target is an Ant task with various embedded tasks, I wanted to take some of the common ones, like and put them in their own tags. That way

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

2003-07-10 Thread Jason van Zyl
On Thu, 2003-07-10 at 09:44, Vincent Massol wrote: > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: 10 July 2003 15:26 > > To: [EMAIL PROTECTED] > > Subject: RE: cvs commit: maven/src/plugins-build/cactus plugin.jelly > > > > Vincent, > > > > When I p

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

2003-07-10 Thread Vincent Massol
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 10 July 2003 15:26 > To: [EMAIL PROTECTED] > Subject: RE: cvs commit: maven/src/plugins-build/cactus plugin.jelly > > Vincent, > > When I put in the cactus:single, I knew the duplicated code as a code > "sm

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

2003-07-10 Thread EPugh
Vincent, When I put in the cactus:single, I knew the duplicated code as a code "smell". Just wasn't sure how to fix it! I will look into learning more about Jelly Tags. Basically, it would be to take the duplicated code, and put it into it's own jelly tag, correct? Then call that from cactus:t

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

2003-07-10 Thread Vincent Massol
Hi Eric, Can you add a comment mentioning that the code you have added needs to be refactored so that there is no duplication. If you run "Simian" or CPD on the plugin it will currently scream... :-) Of course, if you could the refactoring... ;-) An idea: use a jelly tag. Thanks -Vincent > ---

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

2003-07-10 Thread epugh
epugh 2003/07/10 05:09:38 Modified:src/plugins-build/cactus/xdocs changes.xml goals.xml src/plugins-build/cactus plugin.jelly Log: Added new cactus:single target to run just one testcase. Revision ChangesPath 1.14 +6 -2 maven/src/plugins-build/c

Re: Patch for Maven Torque Plugin

2003-07-10 Thread Jason van Zyl
On Thu, 2003-07-10 at 03:57, Martin Skopp wrote: > On Wed, 2003-07-09 at 15:14, Jason van Zyl wrote: > > > property names in maven (at least up to b9, don't know about b10) must > > > not contain "-". The torque plugin unfortunately contains two of these > > > which are promptly interpreted by jell

[jira] Created: (MAVEN-559) generated docs don't have charset=xxx set.

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

Re: Uploading jars to ibiblio

2003-07-10 Thread Ben Walding
http://maven.apache.org/repository-upload.html Simon Harris wrote: Is there a standard procedure for uploading 3rd party jars to ibiblio? Cheers, Simon http://www.aikidojo.org.au http://www.redhillconsulting.com.au - To unsu

Re: cvs commit: maven project.xml

2003-07-10 Thread Ben Walding
The offset field in the pom is supposed to be against UTC. However I do not have elite javascript skills and I think that is the cause of the problems! Martin Skopp wrote: On Wed, 2003-07-09 at 16:18, [EMAIL PROTECTED] wrote: Fix time offset for Emmanuel and I (we are both in France).

RE: cvs commit: maven project.xml

2003-07-10 Thread Vincent Massol
First the column says "TZ offset". Then, I just computed it so that it shows the correct time. See http://maven.apache.org/team-list.html -Vincent > -Original Message- > From: Martin Skopp [mailto:[EMAIL PROTECTED] > Sent: 10 July 2003 10:06 > To: Maven Developers > Subject: Re: cvs commi

Re: cvs commit: maven project.xml

2003-07-10 Thread Martin Skopp
On Wed, 2003-07-09 at 16:18, [EMAIL PROTECTED] wrote: > Fix time offset for Emmanuel and I (we are both in France). > - +1 > + +18 Don't get it: France in Europe, isn't it? Why is "+1" wrong. Isn't the timeoffset relative to UTC ? -- Martin Skopp Riege Software International Gmb

Re: Uploading jars to ibiblio

2003-07-10 Thread Martin Skopp
On Thu, 2003-07-10 at 08:41, Simon Harris wrote: > Is there a standard procedure for uploading 3rd party jars to ibiblio? Do you mean http://maven.apache.org/repository-upload.html ? -- Martin Skopp Riege Software International GmbH Support: mailto:[EMAIL PROTECTED], Information: http://www.riege

Re: Patch for Maven Torque Plugin

2003-07-10 Thread Martin Skopp
On Wed, 2003-07-09 at 15:14, Jason van Zyl wrote: > > property names in maven (at least up to b9, don't know about b10) must > > not contain "-". The torque plugin unfortunately contains two of these > > which are promptly interpreted by jelly as .foo - bar.yyy instead > > of .foo-bar.yyy >

cvs commit: maven/src/java/org/apache/maven/plugin DefaultPluginManager.java

2003-07-10 Thread dion
dion2003/07/10 00:51:25 Modified:src/java/org/apache/maven/plugin DefaultPluginManager.java Log: Changed style Revision ChangesPath 1.7 +2 -2 maven/src/java/org/apache/maven/plugin/DefaultPluginManager.java Index: DefaultPluginManager.java ==

[jira] Closed: (MAVEN-516) Simian Plugin (fully documented and ready to use)

2003-07-10 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Thu, 10 Jul 2003 3:11 AM Added to CVS with many changes - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-516

cvs commit: maven/src/plugins-build/simian/xdocs changes.xml goals.xml index.xml properties.xml navigation.xml installation.xml

2003-07-10 Thread dion
dion2003/07/10 00:37:00 Added: src/plugins-build/simian/src/main/org/apache/maven/simian FileSimianTask.java Duplication.java SimianLog.java DuplicationArea.java src/plugins-build/simian maven.xml plugin.properties

cvs commit: maven/src/plugins-build/simian/src/test/org/apache/maven/simian - New directory

2003-07-10 Thread dion
dion2003/07/10 00:36:43 maven/src/plugins-build/simian/src/test/org/apache/maven/simian - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-07-10 Thread dion
dion2003/07/10 00:36:43 maven/src/plugins-build/simian/xdocs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/simian/src/test/org/apache - New directory

2003-07-10 Thread dion
dion2003/07/10 00:36:43 maven/src/plugins-build/simian/src/test/org/apache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/simian/src/test/org/apache/maven - New directory

2003-07-10 Thread dion
dion2003/07/10 00:36:43 maven/src/plugins-build/simian/src/test/org/apache/maven - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/simian/src/test/org - New directory

2003-07-10 Thread dion
dion2003/07/10 00:36:43 maven/src/plugins-build/simian/src/test/org - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/simian/src/test - New directory

2003-07-10 Thread dion
dion2003/07/10 00:36:43 maven/src/plugins-build/simian/src/test - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/simian/src/main/org/apache/maven/simian - New directory

2003-07-10 Thread dion
dion2003/07/10 00:36:43 maven/src/plugins-build/simian/src/main/org/apache/maven/simian - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/simian/src/main - New directory

2003-07-10 Thread dion
dion2003/07/10 00:36:41 maven/src/plugins-build/simian/src/main - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/simian/src/main/org/apache/maven - New directory

2003-07-10 Thread dion
dion2003/07/10 00:36:41 maven/src/plugins-build/simian/src/main/org/apache/maven - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/simian/src - New directory

2003-07-10 Thread dion
dion2003/07/10 00:36:40 maven/src/plugins-build/simian/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/simian/src/main/org/apache - New directory

2003-07-10 Thread dion
dion2003/07/10 00:36:41 maven/src/plugins-build/simian/src/main/org/apache - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/simian/src/main/org - New directory

2003-07-10 Thread dion
dion2003/07/10 00:36:41 maven/src/plugins-build/simian/src/main/org - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/plugins-build/simian - New directory

2003-07-10 Thread dion
dion2003/07/10 00:36:40 maven/src/plugins-build/simian - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/java/org/apache/maven/jelly/tags/werkz LazyAttainGoalTag.java

2003-07-10 Thread dion
dion2003/07/10 00:32:52 Modified:src/java/org/apache/maven/jelly/tags/werkz LazyAttainGoalTag.java Log: Handle jellytag exceptions better Revision ChangesPath 1.4 +6 -1 maven/src/java/org/apache/maven/jelly/tags/werkz/LazyAttainGoal

[jira] Commented: (MAVEN-516) Simian Plugin (fully documented and ready to use)

2003-07-10 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Thu, 10 Jul 2003 2:37 AM Body: Also, the plugin uses jdk 1.4 code and I've removed it :-) - View the issue: http://jira.codehaus.

Uploading jars to ibiblio

2003-07-10 Thread Simon Harris
Is there a standard procedure for uploading 3rd party jars to ibiblio? Cheers, Simon http://www.aikidojo.org.au http://www.redhillconsulting.com.au - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: