Re: [m1] maven-model ... on the starting blocks....

2007-03-25 Thread Dion Gillard

Sounds like a good idea.

Is there a reason more of the elements aren't hyperlinked in the generated docs?

On 3/26/07, Arnaud HERITIER [EMAIL PROTECTED] wrote:

Hi,

  With release of the modello plugin we'll be able in some days to release
the new version of the maven-model for maven 1.x.
  This new release includes readers/writers with dom4j, stax and xpp3 for
the backward compatibility. The RC1 of maven 1.1 uses the stax
implementation to read/write poms. It now supports XML entities. Maven
1.1RC1 fully supports the rewrite of the pom, resolving entities,
inheritance,
variables, ...[1].
  The documentation is generated here :
http://people.apache.org/~aheritier/maven-model/3.0.2-SNAPSHOT/index.htmlhttp://people.apache.org/%7Eaheritier/maven-model/3.0.2-SNAPSHOT/index.html
  Before to release it there's always one issue about the documentation :
  - The maven.mdo wasn't updated when we changed the documentation in the m1
web site [2]. Thus the generated documentation is outdated in some areas
[3].
  I propose that when we'll have released maven-model, we'll use the
generated documentation to replace the POM reference in the maven 1 site.

  WDYT ?

Arnaud


[1] 
http://people.apache.org/repo/m1-snapshot-repository/maven/poms/maven-linkcheck-plugin-1.4.1-20070325.224719.pom

[2] http://maven.apache.org/maven-1.x/reference/project-descriptor.html
[3]
http://people.apache.org/~aheritier/maven-model/3.0.2-SNAPSHOT/maven.htmlhttp://people.apache.org/%7Eaheritier/maven-model/3.0.2-SNAPSHOT/maven.html




--
dIon Gillard
Rule #131 of Acquisition: Information is Profit.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [proposal] Emeritus committers removing inter-project commit restrictions

2007-01-03 Thread Dion Gillard

That list is woefully out of date.

This one is way more telling:

http://maven.apache.org/maven-1.x/developer-activity-report.html

On 12/29/06, Arnaud HERITIER [EMAIL PROTECTED] wrote:



 I'm just curious, what problem does establishing a list of emeritus
 committers solve?


When you see this page [1], how many committers are there for maven 1 ? Who
is active ?

Arnaud

[1] http://maven.apache.org/maven-1.x/team-list.html





--
http://www.multitask.com.au/people/dion/
Rule of Acquisition #91: Hear all, trust nothing.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [vote] Shinobu Kawai as Maven Plugins committer

2006-07-30 Thread Dion Gillard

+1 non-binding

On 7/29/06, Lukas Theussl [EMAIL PROTECTED] wrote:

Shinobu has been around for a long time, (at least as long as I have),
sending us patches and improvements for several plugins. He has
expressed interest in helping us out more, so I propose we give him
access to apply his own patches.

+1

-Lukas

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
http://www.multitask.com.au/people/dion/
If you even dream of beating me you'd better wake up and apologize -
Muhammad Ali

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [vote] Release Maven 1.1 beta 3

2006-07-29 Thread Dion Gillard

+1 non binding.

On 7/30/06, Arnaud HERITIER [EMAIL PROTECTED] wrote:

Hi folks,

Please vote on releasing Maven 1.1 Beta 3.
Since the beta 2 we upgraded almost all plugins and deprecated some of them
[1].
We prepared a release note [2] to summarize changes on the core and deployed
a snapshot [3] to allow you to test it.

I take the opportunity of this email to thank all of those who worked on
this release, and particularly Lukas who did the major part of the work.

Vote closes in 72 hours.

+1 from me.

Arnaud

[1] http://maven.apache.org/maven-1.x/plugins/bundledHistory.html
[2] http://maven.apache.org/maven-1.x/start/release-notes-1.1-beta-3.html
[3]
http://people.apache.org/repo/m1-snapshot-repository/maven/distributions/20060729/





--
http://www.multitask.com.au/people/dion/
If you even dream of beating me you'd better wake up and apologize -
Muhammad Ali

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [vote] Jeff Jensen as Maven Plugins committer

2006-07-28 Thread Dion Gillard

Non binding +1.

On 7/29/06, Lukas Theussl [EMAIL PROTECTED] wrote:

Jeff has recently helped as a lot with patches and documentation for
Maven 1.1-beta-3, he is also an active maintainer of some m1 plugins at
the sourceforge project. He would like to continue helping us, so I
propose we give him access to apply his own patches.

+1

-Lukas

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
http://www.multitask.com.au/people/dion/
If you even dream of beating me you'd better wake up and apologize -
Muhammad Ali

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven1 project converter

2006-07-20 Thread Dion Gillard

So does this mean m2 could run repackaged m1 plugins?

On 7/20/06, Emmanuel Venisse [EMAIL PROTECTED] wrote:

The mojo that we need to move under maven-one-plugin convert a m1 project
(project.xml+project.properties) to a m2 project. If some properties are found 
about some plugins in
properties file, the plugin is added with the conf in the pom.xml too.

maven-maven1-plugin allow to package a m1 plugin with m2

Emmanuel

Dion Gillard a écrit :
 Guys,

 what does the plugin do?

 On 7/20/06, Emmanuel Venisse [EMAIL PROTECTED] wrote:


 Dennis Lundberg a écrit :
  Emmanuel Venisse wrote:
  Hi,
 
  I'm starting to migrate all the code from
  sandbox/plugins/maven-maven1-plugin to maven-model-converter with some
  modifications on plugin configuration converter loading.
 
  Dennis, do you work actually on maven-maven1-plugin?
 
  Oh sorry Emmanuel, I misread your mail the first time.
 
  I will check out maven-model-converter and see what you have done.

 yes, all the code is in maven-model-converter now. I need to merge it
 in maven 2.0.x branch, I'll do
 it tomorrow morning.

 
  There only seems to be the mojo left in the sandbox. I will have a look
  at moving that to the maven-one-plugin and making it use the code that
  has now moved to maven-model-converter. OK?

 The mojo is always in sandbox and we need to modify it, so it will use
 maven-model-converter, and
 yes, maven-one-plugin will be a better place for it.

 
  One other thing that I have left on my todo list, besides the stuff I
  wrote about in the other mail, is to make the
  PluginConfigurationConverters into plexus components.

 it's done :-)

 
  I have some other stuff that is not yet committed. Will go through it
  and see how much there is and if it's ready to be checked in or not.
 
  Would it be possible for me to get svn write access to
  maven-model-converter or do you prefer if I submit patches?
 

 For the moment, you can send a patch and we'll see with the pmc if you
 can have access to
 maven-model-converter.

 Emmanuel


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]






-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
http://www.multitask.com.au/people/dion/
If you even dream of beating me you'd better wake up and apologize -
Muhammad Ali

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Maven1 project converter

2006-07-19 Thread Dion Gillard

Guys,

what does the plugin do?

On 7/20/06, Emmanuel Venisse [EMAIL PROTECTED] wrote:



Dennis Lundberg a écrit :
 Emmanuel Venisse wrote:
 Hi,

 I'm starting to migrate all the code from
 sandbox/plugins/maven-maven1-plugin to maven-model-converter with some
 modifications on plugin configuration converter loading.

 Dennis, do you work actually on maven-maven1-plugin?

 Oh sorry Emmanuel, I misread your mail the first time.

 I will check out maven-model-converter and see what you have done.

yes, all the code is in maven-model-converter now. I need to merge it in maven 
2.0.x branch, I'll do
it tomorrow morning.


 There only seems to be the mojo left in the sandbox. I will have a look
 at moving that to the maven-one-plugin and making it use the code that
 has now moved to maven-model-converter. OK?

The mojo is always in sandbox and we need to modify it, so it will use 
maven-model-converter, and
yes, maven-one-plugin will be a better place for it.


 One other thing that I have left on my todo list, besides the stuff I
 wrote about in the other mail, is to make the
 PluginConfigurationConverters into plexus components.

it's done :-)


 I have some other stuff that is not yet committed. Will go through it
 and see how much there is and if it's ready to be checked in or not.

 Would it be possible for me to get svn write access to
 maven-model-converter or do you prefer if I submit patches?


For the moment, you can send a patch and we'll see with the pmc if you can have 
access to
maven-model-converter.

Emmanuel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
http://www.multitask.com.au/people/dion/
If you even dream of beating me you'd better wake up and apologize -
Muhammad Ali

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [vote] [m1] release xdoc-plugin-1.10

2006-06-12 Thread Dion Gillard

We got rid of using the custom jsl and are moving to the way that commons
email etc do it.

On 6/13/06, Lukas Theussl [EMAIL PROTECTED] wrote:




 Do you have a component where there is a title? - I don't see one
 anywhere, but you have that problem already on your current site (eg
 http://jakarta.apache.org/commons/beanutils/dependencies.html) which
 was built with xdoc-plugin-1.9.2 (I presume). It's due to an issue
 with your custom site.jsl (commons-site.jsl) file, it doesn't take
 into account that the standart Maven-generated pages are fully
 internationalized. I'd have to take a closer look to see how to fix
 it, but anyway, this is not an issue caused by xdoc-plugin-1.10.


 Commons email has the title.



Commons email doesn't use a custom jsl file at all, it just imports an
external css file in xdocs/style/project.css. What's the reason for
using commons-site.jsl anyway?

-Lukas

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
http://www.multitask.com.au/people/dion/
Chuck Norris sleeps with a night light. Not because Chuck Norris is afraid
of the dark, but because the dark is afraid of Chuck Norris


Re: javasvn license

2006-05-16 Thread Dion Gillard

Is that really the only problem with the license? Since noone would be
making changes to the source, does that condition apply at all?

On 5/17/06, Carlos Sanchez [EMAIL PROTECTED] wrote:


FYI seems that we won't be able of having a java implementation of
svn. In fact I think we have to remove it from apache

-- Forwarded message --
From: Justin Erenkrantz [EMAIL PROTECTED]
Date: May 16, 2006 12:28 PM
Subject: Re: javasvn license
To: Mario Ivankovits [EMAIL PROTECTED]
Cc: legal-discuss@apache.org


On 5/16/06, Mario Ivankovits [EMAIL PROTECTED] wrote:
 I would like to know if the JavaSVN license [1] if compatible with ASF
 so that I can add it as dependency for the jakarta commons VFS project.

No - it's a Category X in Cliff's policy.  It requires source
distribution of changes (clause 3).  -- justin

-
DISCLAIMER: Discussions on this list are informational and educational
only.  Statements made on this list are not privileged, do not
constitute legal advice, and do not necessarily reflect the opinions
and policies of the ASF.  See http://www.apache.org/licenses/ for
official ASF policies and documents.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
I could give you my word as a Spaniard.
No good. I've known too many Spaniards.
 -- The Princess Bride

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





--
http://www.multitask.com.au/people/dion/
Chuck Norris sleeps with a night light. Not because Chuck Norris is afraid
of the dark, but because the dark is afraid of Chuck Norris


Re: [vote] Maven EAR plugin 1.9 for Maven 1.X

2006-04-15 Thread Dion Gillard
Non binding +1.

On 4/16/06, Arnaud HERITIER [EMAIL PROTECTED] wrote:

 Hi all,

   We are ready to release a new version of the EAR plugin.
   There's only one enhancement (MPEAR-17) added from the previous
 release but I would like to have it in m1.1 beta 3.

 You can find the staging site here :


 http://people.apache.org/~aheritier/maven-stage-site/maven-1.x/plugins/ear/

 
 http://people.apache.org/%7Eaheritier/maven-stage-site/maven-1.x/plugins/pmd/
 To
 automatically install the plugin, type the following on a single line:

 maven plugin:download
   -Dmaven.repo.remote=http://www.ibiblio.org/maven,
 http://cvs.apache.org/repository/
   -DgroupId=maven
   -DartifactId=maven-ear-plugin
   -Dversion=1.9-SNAPSHOT

 Please, vote !

 The vote is open for 96 hours (due to easter WE).

 My +1

 Cheers,

 Arnaud




--
http://www.multitask.com.au/people/dion/
Chuck Norris sleeps with a night light. Not because Chuck Norris is afraid
of the dark, but because the dark is afraid of Chuck Norris


Re: Sorry for the SPAM on [EMAIL PROTECTED]

2006-04-11 Thread Dion Gillard
Are you guys still going to do beta releases?


On 4/12/06, Lukas Theussl [EMAIL PROTECTED] wrote:


 I would have put more into beta-4

 There are more issues to resolve in beta-3 now than before... :(

 -Lukas


 Arnaud HERITIER wrote:
  I just updated our m1 roadmap.
 
  Sorry for the noise on [EMAIL PROTECTED]
 
  cheers
 
  arnaud
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
http://www.multitask.com.au/people/dion/
Chuck Norris sleeps with a night light. Not because Chuck Norris is afraid
of the dark, but because the dark is afraid of Chuck Norris


Re: Sorry for the SPAM on [EMAIL PROTECTED]

2006-04-11 Thread Dion Gillard
On 4/12/06, Lukas Theussl [EMAIL PROTECTED] wrote:


 I would have put more into beta-4

 There are more issues to resolve in beta-3 now than before... :(


Do you really want a rolling list of betas ala Maven 1.0 ? Remember beta 10
anyone?

From the Tomcat home page:


Almost every Tomcat release is initially released as an Alpha release. After
a week or so of testing a vote is held to gather views on the stability of
the release. If a major issue is identified during testing, then the vote
may not take place and the release will remain as an Alpha release.

Stability is a subjective judgement and you should always read carefully the
release notes for any version you intend to make use of. If you are an early
adopter of a release, we would love to hear your opinion about its stability
as part of the vote: it takes place on the development mailing
listhttp://tomcat.apache.org/lists.html
.

*Alpha* releases may contain large amounts of untested/missing functionality
required by the specification and/or signifcant bugs and are not expected to
run stably for any length of time.

*Beta* releases may contain some untested functionlaity and/or a number of
relatively minor bugs. Beta releases are not expected to run stably.

*Stable* releases may contain a small number of relatively minor bugs.
Stable releases are intended for production use and are expected to run
stably for extended periods of time.



In this context, I'd call 1.1 beta 2 a 'Stable' release. People are
definitely using it as such. It's (in my mind anyways), v1.1.0.

Since Maven is nothing without the plugins, upgrading those is reason enough
for a new release (1.1.1).

Thoughts?

 -Lukas


 Arnaud HERITIER wrote:
  I just updated our m1 roadmap.
 
  Sorry for the noise on [EMAIL PROTECTED]
 
  cheers
 
  arnaud
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
http://www.multitask.com.au/people/dion/
Chuck Norris sleeps with a night light. Not because Chuck Norris is afraid
of the dark, but because the dark is afraid of Chuck Norris


Re: [m1] site updates

2006-03-08 Thread Dion Gillard
On 3/9/06, Arnaud HERITIER [EMAIL PROTECTED] wrote:

 Hi guys,

   I would like to inform you and have your feedback about some changes I'm
 preparing to apply on the m1 web site.

   I added a homepage for the plugins in /maven-1.x/plugins/
   http://people.apache.org/~aheritier/maven-stage-site/maven-1.x/plugins/
   And I created a subdirectory for each plugins category to store the
 multiprojects (/maven-1.x/plugins/bundled/ instead of
 /maven-1.x/reference/plugins/
 and /maven-1.x/plugins/sandbox/ instead of /maven-1.x/sandbox/)


 http://people.apache.org/~aheritier/maven-stage-site/maven-1.x/plugins/bundled/


Can you make column 1 less wide on the above page?


http://people.apache.org/~aheritier/maven-stage-site/maven-1.x/plugins/sandbox/


This one looks ook.

  I also moved all plugins sites (bundled and sandbox) under the directory
 plugins (we don't have to move the site if we promote or decommision a
 plugin)


 http://people.apache.org/~aheritier/maven-stage-site/maven-1.x/plugins/ant/


+1.

  I'll update the rewritting rules to redirect /maven-1.x/sandbox and
 /maven-1.x/reference/plugins (already done) to the new directories.

   All breadcrumbs are fixed and follow this layout :
 Apache - Maven - Maven 1.x - Plugins - Bundled or Sandbox - A_Plugin

   Breadcrumbs are also used in the page title.


Cool.

  The external links are fixed and are displayed only if the host
 is different from the one of the project's site.

   I also removed links in the maven-1.x site (and in its plugins) to the
 Maven projects (continuum, JXR, ...) because it was very too long with the
 breadcrumbs. On the other hand I updated our menu and the projects page :

 http://people.apache.org/~aheritier/maven-stage-site/maven-1.x/project/index.html

 Cheers

 Arnaud



Good stuff!




--
http://www.multitask.com.au/people/dion/
Chuck Norris sleeps with a night light. Not because Chuck Norris is afraid
of the dark, but because the dark is afraid of Chuck Norris


Re: applying patches

2006-01-12 Thread Dion Gillard
Arnaud,

I've been creating patches for some of the issues on the 1.1 beta 3 roadmap.

The ones there are pretty simple, if you're looking for things on the
1.x side :-)

On 1/13/06, Arnaud HERITIER [EMAIL PROTECTED] wrote:
 ok for me if it can be done in 3/4 hours (is it enough ?).
 I could do it before the end of the week.
 Perhaps between tonight and tomorrow night.
 We are so much late on m1, that it will not change a lot of things ;-)
 In theory I'm already committer on mojos (and I think) on m2 plugins.
 Any pointers to these issues ?

 Arnaud


 On 1/12/06, Mike Perham [EMAIL PROTECTED] wrote:
 
  Brett, I can spend a few hours this weekend working on it.  Just assign
  as many as you want to me and I'll plow through them in a few days.
 
  I was also hoping to go through some of the mojos and apply outstanding
  patches.  I applied for mojo commit access but I haven't heard if it's
  live yet.
 
  mike
 
  -Original Message-
  From: Brett Porter [mailto:[EMAIL PROTECTED]
  Sent: Thursday, January 12, 2006 6:59 AM
  To: Maven Developers List
  Subject: applying patches
 
  Are there any devs who have spare time to just apply 2 or 3 patches here
  and there? We have a lot outstanding. Unfortunately many are not just
  patch / commit / close - they do need to be reviewed.
 
  Note that this would be an excellent way for those committers who
  haven't delved much into m2 to learn more about pieces of the code
  without having to dedicate coding time :)
 
  Thanks,
  Brett
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED] For additional
  commands, e-mail: [EMAIL PROTECTED]
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 




--
http://www.multitask.com.au/people/dion/
You are going to let the fear of poverty govern your life and your
reward will be that you will eat, but you will not live. - George
Bernard Shaw

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVEN-1658) Maven jelly set tag setValue() should take an Object not a String

2006-01-11 Thread dion gillard (JIRA)
 [ http://jira.codehaus.org/browse/MAVEN-1658?page=all ]

dion gillard updated MAVEN-1658:


Attachment: maven1658-patch.txt

 Maven jelly set tag setValue() should take an Object not a String
 -

  Key: MAVEN-1658
  URL: http://jira.codehaus.org/browse/MAVEN-1658
  Project: Maven
 Type: Improvement

   Components: jelly/ant integration
 Versions: 1.1-beta-1
 Reporter: Jason Dillon
  Fix For: 1.1-beta-3
  Attachments: maven1658-patch.txt


 org.apache.maven.jelly.tags.maven.SetTag.setValue() currently takes a String, 
 when it should really take an Object.
 Because it takes a string it is impossible to say, pass a List to a plugin 
 (like for example to pass a plugin the results of a rector run).
 Simply changing value from a String to an Object resolves this problem and 
 makes the maven:set and maven:get tags 10x more useful.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MAVEN-1671) Project class doens't have setVersions() method.

2006-01-11 Thread dion gillard (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1671?page=comments#action_55588 ] 

dion gillard commented on MAVEN-1671:
-

Revision 122339 has setVersions(List) and Revision 122478  removed it.
The change was committed by brett on 2004-09-21 and the commit message was: 
   use maven-model-1.1-SNAPSHOT

Any ideas Brett?

The Model class has the setVersions(List) method.

 Project class doens't have setVersions() method.
 

  Key: MAVEN-1671
  URL: http://jira.codehaus.org/browse/MAVEN-1671
  Project: Maven
 Type: Bug

   Components: model
 Versions: 1.1-beta-1
 Reporter: Milos Kleint
 Priority: Blocker
  Fix For: 1.1-beta-3



 Project class doens't have setVersions() method. it did have it in 1.0.2. 
 set as blocker as it's a backward compatibility issue and is causing problems 
 in mevenide.
 thanks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MAVEN-1671) Project class doens't have setVersions() method.

2006-01-11 Thread dion gillard (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1671?page=comments#action_55589 ] 

dion gillard commented on MAVEN-1671:
-

the removing revision is 122411, sorry

 Project class doens't have setVersions() method.
 

  Key: MAVEN-1671
  URL: http://jira.codehaus.org/browse/MAVEN-1671
  Project: Maven
 Type: Bug

   Components: model
 Versions: 1.1-beta-1
 Reporter: Milos Kleint
 Priority: Blocker
  Fix For: 1.1-beta-3



 Project class doens't have setVersions() method. it did have it in 1.0.2. 
 set as blocker as it's a backward compatibility issue and is causing problems 
 in mevenide.
 thanks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Updated: (MAVEN-1671) Project class doens't have setVersions() method.

2006-01-11 Thread dion gillard (JIRA)
 [ http://jira.codehaus.org/browse/MAVEN-1671?page=all ]

dion gillard updated MAVEN-1671:


Attachment: maven1671-patch.txt

 Project class doens't have setVersions() method.
 

  Key: MAVEN-1671
  URL: http://jira.codehaus.org/browse/MAVEN-1671
  Project: Maven
 Type: Bug

   Components: model
 Versions: 1.1-beta-1
 Reporter: Milos Kleint
 Priority: Blocker
  Fix For: 1.1-beta-3
  Attachments: maven1671-patch.txt


 Project class doens't have setVersions() method. it did have it in 1.0.2. 
 set as blocker as it's a backward compatibility issue and is causing problems 
 in mevenide.
 thanks.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MAVENUPLOAD-662) Some Findbugs jars are corrupt

2006-01-03 Thread dion gillard (JIRA)
Some Findbugs jars are corrupt
--

 Key: MAVENUPLOAD-662
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-662
 Project: maven-upload-requests
Type: Bug

Reporter: dion gillard


Some of the jars uploaded/synched to 
http://www.ibiblio.org/maven/findbugs/jars/ are corrupt:
a) coreplugin-0.9.4.jar
b) findbugs-ant-0.9.4.jar 
c) findbugsGUI-0.9.4.jar 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Resolved: (MPSCM-58) v1.5 is not compatible with 1.4.1

2005-10-06 Thread dion gillard (JIRA)
 [ http://jira.codehaus.org/browse/MPSCM-58?page=all ]
 
dion gillard resolved MPSCM-58:
---

 Resolution: Fixed
Fix Version: (was: 1.5.1)
 1.5

Problem was caused by the adding of the -d option to the update command.
This broke CVSNT 2.0.12a. Fixed by upgrading to a later version of CVSNT.

 v1.5 is not compatible with 1.4.1
 -

  Key: MPSCM-58
  URL: http://jira.codehaus.org/browse/MPSCM-58
  Project: maven-scm-plugin
 Type: Bug
 Versions: 1.5
 Reporter: dion gillard
 Priority: Critical
  Fix For: 1.5



 Using v1.5 as shipped with Maven 1-1-beta-1, we recieve the following errors 
 when running scm:update-project:
 ---8-
 [echo] Using connection: scm:cvs:pserver:[EMAIL PROTECTED]:/cvs:DRPCommon
  
 scm:update 
 [echo] Updating from SCM
 [INFO] Executing: cvs -f -q update -d
 [INFO] Working directory: 
 D:\CruiseControl\build\checkouts\Deployment\..\DRPCommon
  
 Provider message 
 The cvs command failed.
  
 Command output 
 cvs update: move away Java 
 Source/au/com/suttons/drp/copier/BackendCopier.java; it is in the way
 cvs update: move away Java Source/au/com/suttons/drp/copier/Copier.java; it 
 is in the way
 cvs update: move away Java 
 Source/au/com/suttons/drp/copier/WebAppCopier.java; it is in the way
 cvs update: move away xdocs/images/STAR Project Logo 1.gif; it is in the way
 cvs update: move away xdocs/images/id_suttons_logo.gif; it is in the way
  
 8---
 Simply replacing 1.5 with 1.4.1 gives us a working scm with no errors.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MAVEN-1638) Post goals in plugins only seem to run once

2005-07-19 Thread dion gillard (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1638?page=comments#action_43073 ] 

dion gillard commented on MAVEN-1638:
-

Yes it works in 1.0.2. Should it?

I'll work on a reproducible test case when I have time.

 Post goals in plugins only seem to run once
 ---

  Key: MAVEN-1638
  URL: http://jira.codehaus.org/browse/MAVEN-1638
  Project: maven
 Type: Bug
   Components: plugin manager
 Versions: 1.1-beta-1
  Environment: Win2k, Maven 1.1-beta 1 installed
 Reporter: dion gillard
  Fix For: 1.1-beta-2



 I have a reactored build which creates many EJB jars via ejb:install-snapshot
 The was5 plugin from sourceforge is installed and it has a postGoal defined 
 on ejb:ejb.
 Out of several EJB projects that are built during the reactored build, only 
 the first EJB project has the postGoal executed, it is skipped for the other 
 EJB projects

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MAVEN-1638) Post goals in plugins only seem to run once

2005-06-26 Thread dion gillard (JIRA)
Post goals in plugins only seem to run once
---

 Key: MAVEN-1638
 URL: http://jira.codehaus.org/browse/MAVEN-1638
 Project: maven
Type: Bug
  Components: plugin manager  
Versions: 1.1-beta-1
 Environment: Win2k, Maven 1.1-beta 1 installed
Reporter: dion gillard


I have a reactored build which creates many EJB jars via ejb:install-snapshot
The was5 plugin from sourceforge is installed and it has a postGoal defined on 
ejb:ejb.

Out of several EJB projects that are built during the reactored build, only the 
first EJB project has the postGoal executed, it is skipped for the other EJB 
projects

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MAVENUPLOAD-414) Dumbster 1.6 release

2005-06-23 Thread dion gillard (JIRA)
Dumbster 1.6 release


 Key: MAVENUPLOAD-414
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-414
 Project: maven-upload-requests
Type: Task
Reporter: dion gillard


http://www.multitask.com.au/dumbster-1.6-bundle.jar
  
http://sourceforge.net/projects/dumbster
http://prdownloads.sourceforge.net/dumbster/dumbster1.6-all.zip?download
  
Dumbster is a mock SMTP server. This is release 1.6 compiled against the 1.3 
JDK.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (MAVEN-1629) Ugly error message when JDK 1.3 is set for JAVA_HOME

2005-06-19 Thread dion gillard (JIRA)
[ http://jira.codehaus.org/browse/MAVEN-1629?page=comments#action_41663 ] 

dion gillard commented on MAVEN-1629:
-

Either that or check java -version in the shell scripts/batch file, as long as 
the end-user has a better experience.

 Ugly error message when JDK 1.3 is set for JAVA_HOME
 

  Key: MAVEN-1629
  URL: http://jira.codehaus.org/browse/MAVEN-1629
  Project: maven
 Type: Bug
   Components: cli
 Versions: 1.1-beta-1
  Environment: JAVA_HOME set to a 1.3 JDK
 Reporter: dion gillard
 Priority: Minor



 Is there some nicer message that can be produced than this?
 C:\source\wsad\workspace\Deploymentmaven 
 Exception in thread main java.lang.UnsupportedClassVersionError: 
 org/apache/maven/cli/App (Unsupported major.minor version 48.0)
 at java.lang.ClassLoader.defineClass0(Native Method)
 at java.lang.ClassLoader.defineClass(ClassLoader.java:488)
 at 
 java.security.SecureClassLoader.defineClass(SecureClassLoader.java:106)
 at java.net.URLClassLoader.defineClass(URLClassLoader.java:243)
 at java.net.URLClassLoader.access$100(URLClassLoader.java:51)
 at java.net.URLClassLoader$1.run(URLClassLoader.java:190)
 at java.security.AccessController.doPrivileged(Native Method)
 at java.net.URLClassLoader.findClass(URLClassLoader.java:183)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:294)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:250)
 at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
 at java.lang.Class.forName0(Native Method)
 at java.lang.Class.forName(Class.java:190)
 at com.werken.forehead.Forehead.setupEntry(Forehead.java:298)
 at com.werken.forehead.Forehead.config(Forehead.java:256)
 at com.werken.forehead.Forehead.config(Forehead.java:131)
 at com.werken.forehead.Forehead.main(Forehead.java:579)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Created: (MAVENUPLOAD-406) Upload JasperReports 0.6.7

2005-06-13 Thread dion gillard (JIRA)
Upload JasperReports 0.6.7
--

 Key: MAVENUPLOAD-406
 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-406
 Project: maven-upload-requests
Type: Task
Reporter: dion gillard


JasperReports 0.6.7 jar

http://jasperreports.sourceforge.net

This is a new version of the existing project jar

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



svn commit: r125459 - /maven/maven-1/plugins/trunk/jar/xdocs/goals.xml

2005-01-17 Thread dion
Author: dion
Date: Mon Jan 17 19:22:14 2005
New Revision: 125459

URL: http://svn.apache.org/viewcvs?view=revrev=125459
Log:
add docs on replacement goals
Modified:
   maven/maven-1/plugins/trunk/jar/xdocs/goals.xml

Modified: maven/maven-1/plugins/trunk/jar/xdocs/goals.xml
Url: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jar/xdocs/goals.xml?view=diffrev=125459p1=maven/maven-1/plugins/trunk/jar/xdocs/goals.xmlr1=125458p2=maven/maven-1/plugins/trunk/jar/xdocs/goals.xmlr2=125459
==
--- maven/maven-1/plugins/trunk/jar/xdocs/goals.xml (original)
+++ maven/maven-1/plugins/trunk/jar/xdocs/goals.xml Mon Jan 17 19:22:14 2005
@@ -45,7 +45,8 @@
 /tr
 tr
   tdjar:snapshot/td
-  tdstrongDEPRECATED/strongbr/
+  td
+strongDEPRECATED. Please use codejar:deploy-snapshot/code or 
codejar:install-snapshot/code/strongbr/
 Creates a jar file in the Maven build directory with the
 form code${project.id}-MMDD.hhmmss.jar/code where 
 ul

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [ANN] New webstart plugin in sandbox

2005-01-16 Thread Dion Gillard
So,

the jnlp plugin can be used to to build webstart jars, and sign them,
and this plugin handles the run time side of it?


On Sun, 16 Jan 2005 16:37:25 +0100, Vincent Massol [EMAIL PROTECTED] wrote:
 Hi everyone,
 
 I have just committed the first cut of a webstart plugin in the sandbox. The
 goal is to have a plugin containing all webstart related goals. The current
 features are:
 
 - ability to launch a webstart application
 - ability for the user to define a custom webstart cache pointing to any
 directory he wishes
 - ability to start a local webserver (it's using jetty) serving all the jars
 defined in a provided JNLP file
 
 More goals could be added later.
 
 I had initially thought we could add this to the JNLP plugin and I sent an
 email some time back did not get any feedback. In any case, if people think
 it's better to have a single plugin (which would be better named webstart
 rather than jnlp), then I'm all for it too.
 
 Should this webstart plugin find any interest, I'd like to move it in Maven
 proper later on and I'd like to refactor the Abbot plugin to use it for its
 webstart operations (I already have the refactored code on my machine and
 I'm just waiting for reactions before doing anything).
 
 Thanks
 -Vincent
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Handling NOTICE.txt, LICENSE.txt et al in maven plugins

2005-01-16 Thread Dion Gillard
I'd think the preferred approach is to use resources for including
files in the jar. If this is not working correctly and consistently,
let's work to fix it.


On Sun, 16 Jan 2005 08:58:19 -0500, Phil Steitz [EMAIL PROTECTED] wrote:
 Apache distributions need to include LICENSE.txt and NOTICE.txt in
 top-level directories as well as in jar META-INF directories. Other
 notices may be required as well (e.g., INCUBATOR-DISCLAIMER.txt,
 README.txt).  The jar plugin handles LICENSE.txt, but not NOTICE.txt;
 the dist plugin handles both; the ant plugin handles neither.  The end
 result is that we need to use resource elements to get files other than
 LICENSE.txt in to maven-generated jars, script to get
 INCUBATOR-DISCLAIMER.txt and other notices into the distributions, and
 we can't generate build.xml files that insert LICENSE.txt without
 getting duplicate copies of this file in maven-generated jars (since you
 need to add it as a resource to get the ant plugin to add it).
 
 I submitted a patch (MPANT-23) to get the ant plugin to include
 LICENSE.txt, but am now thinking that in all of these cases it might be
 better to have these files specified in properties, defaulting to
 current behavior.  I tried to do this in a patch attached to MPDIST-20.
   If others think that this is a good approach, I can submit patches to
 the other plugins. WDYT?
 
 Phil
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Handling NOTICE.txt, LICENSE.txt et al in maven plugins

2005-01-16 Thread Dion Gillard
On Sun, 16 Jan 2005 15:16:24 -0500, Phil Steitz [EMAIL PROTECTED] wrote:
 Dion Gillard wrote:
  I'd think the preferred approach is to use resources for including
  files in the jar. If this is not working correctly and consistently,
  let's work to fix it.
 
 This works fine.  The only inconsistency is that LICENSE.txt is included
 automatically by the jar plugin, but the ant plugin does not generate
 code to include it.

I'll take a look at MPANT-23 and see if it's ok to apply.

Does anyone have objections to including the LICENSE file in the Ant build?

 The other issue is the files added to top-level directories of the
 tarballs by the dist plugin. Now this is hard-coded. It would be
 convenient to be able to specify other / additional files to include
 somehow.

By hard-coded do you mean it's coded in maven.xml as a pre or post goal?

-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Handling NOTICE.txt, LICENSE.txt et al in maven plugins

2005-01-16 Thread Dion Gillard
On Sun, 16 Jan 2005 19:09:38 -0500, Phil Steitz [EMAIL PROTECTED] wrote:
 Its hard-coded in the dist plugin, e.g.:
 
 ant:copy todir=${maven.dist.bin.assembly.dir}
ant:fileset dir=.
  ant:include name=README.txt/
  ant:include name=LICENSE*/
/ant:fileset
 /ant:copy
 
 Similar for source distro.  To add other stuff, you need to use
 maven.xml (unless I am missing something).

Wow, that is gross. They should at least do what the jar plugin does, yeah?
-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [vote] release maven-changelog-plugin 1.7.2

2004-12-28 Thread Dion Gillard
+1  from me.


On Wed, 29 Dec 2004 18:20:57 +1100, Brett Porter [EMAIL PROTECTED] wrote:
 Hi,
 
 I'd like to release the changelog plugin to fix the following issues
 (particularly with CVS and SVN).
 
 Bug http://jira.codehaus.org/browse/MPCHANGELOG-48MPCHANGELOG-48
 http://jira.codehaus.org/browse/MPCHANGELOG-48*FIXED* CVS 
 date
 format problem http://jira.codehaus.org/browse/MPCHANGELOG-48 Major
 Closed
 Bug http://jira.codehaus.org/browse/MPCHANGELOG-29MPCHANGELOG-29
 http://jira.codehaus.org/browse/MPCHANGELOG-29*FIXED* Svn 
 date
 characters eaten by shell
 http://jira.codehaus.org/browse/MPCHANGELOG-29Major   Closed
 Bug http://jira.codehaus.org/browse/MPCHANGELOG-46MPCHANGELOG-46
 http://jira.codehaus.org/browse/MPCHANGELOG-46*FIXED* 
 ViewCVS URL
 bug http://jira.codehaus.org/browse/MPCHANGELOG-46Major   Closed
 Improvement http://jira.codehaus.org/browse/MPCHANGELOG-45
 MPCHANGELOG-45 http://jira.codehaus.org/browse/MPCHANGELOG-45
 *FIXED* Perforce Repository URL should include project
 http://jira.codehaus.org/browse/MPCHANGELOG-45
 
 +1 from me.
 
 Cheers,
 Brett
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Adding my own Jelly Library to Maven

2004-12-06 Thread Dion Gillard
On Fri, 3 Dec 2004 17:20:04 -0800, Andreas Schaefer
[EMAIL PROTECTED] wrote:
 Hi Brett
 
 Thanks for you support, it worked (ufff). So finally I could introduce
 Jelly's getStatic() method into Maven 1.0/1.1 without breaking it (it
 seemed that Jelly's current beta version does break the JavaDoc plugin).

Could you let us know where?
-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [vote] release Maven 1.0.2

2004-12-06 Thread Dion Gillard
Wont be able to get to it for 24 hours


On Mon, 06 Dec 2004 22:24:55 +1100, Brett Porter [EMAIL PROTECTED] wrote:
 Done, due to the regression with the latest CC release. That will be the
 last inclusion.
 
 I'll cut the release in 24 hours - I haven't got enough time tonight.
 Also hoping dIon can verify that the IBM JDK is now behaving.
 
 Cheers,
 Brett
 
 
 
 Emmanuel Venisse wrote:
 
 Brett,
 
 Can you release the cruise control plugin.
 
 Thanks
 Emmanuel
 
 - Original Message -
 From: Brett Porter [EMAIL PROTECTED]
 To: Maven Developers List [EMAIL PROTECTED]
 Sent: Saturday, December 04, 2004 10:54 AM
 Subject: [vote] release Maven 1.0.2
 
 
 
 
 Hi,
 
 Please vote for whether to release the following:
 http://www.apache.org/~brett/maven-1.0.2-SNAPSHOT/
 
 7 fixes, one of which has been quite problematic (MAVEN-1501)
 
 http://jira.codehaus.org/secure/BrowseProject.jspa
 
 Updated plugins: dashboard, java, linkcheck
 Not updated: ear (not yet released - has outstanding issues. Can be
 individually released).
 
 [ ] +1 - I have tested it and say go for it
 [ ] +0 - I haven't tested it but say go for it
 [ ] -1 - I found a bug in testing/have a reason to wait
 
 +1 from me...
 
 Cheers,
 Brett
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: please review: another site drop

2004-12-01 Thread Dion Gillard
Emma (http://emma.sourceforge.net/) also has a Maven plugin.


On Wed, 01 Dec 2004 23:24:56 +1100, Brett Porter [EMAIL PROTECTED] wrote:
 I've dropped an update to
 http://www.apache.org/~brett/site-2/
 
 Please review the documentation if you have a chance. Everything there
 is ready to go and has been refreshed (there are still empty pages
 though, which are in progress, though feel free to volunteer to do one
 if you can work on it immediately :). In other words, I'll take
 nitpicking, grammar, spelling corrections if you have them.
 
 I am still thinking about how to make the navigation shorter, as I want
 this usable on my 1024x768 laptop. It needs to balance between too much
 information and not enough to get around - so some submenus are probably
 appropriate, but not all of them, and some better titles too. Thoughts?
 
 Thanks,
 Brett
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New navigation

2004-11-29 Thread Dion Gillard
Taxonomy as a name doesn't gel with the web site concepts.

'Parent'/'Child'?


On Mon, 29 Nov 2004 15:23:13 +0100, Maczka Michal [EMAIL PROTECTED] wrote:
 Howdy!
 
 As I described before in one of my previous emails I would like to improve
 the usability of maven generated websites and add the possibility of adding
 links to parent modules.
 
 The example of such functionality can be found here
 http://style.tigris.org/nonav/docs/sampler_tigris.html
 (I mean those links like Foo  Bar  Baz  Bat )
 
 When somebody will start viewing the website at page like that
 http://geronimo.apache.org/modules/jetty/index.html
 it won't be a dead end for him anymore!
 He will be able to click on link which will take you one or two levels up in
 the hierarchy of pages and from there navigate to sibling modules.
 
 At the movement  the best solution which I found is to
 
 a) move information which currently is put in breadcrumbs section (I mean
 something like  Last published: 29 November 2004 11:54 CET | Doc for
 1.0.1-SNAPSHOT )
 to the page footer (left side of it)
 
 b) add new tags to navigation.xml:
 
 project
 titleyyy/title
 body
   taxonomy
  item name=Maven href=http://maven.apache.org/
 
  item name=Plugins
 href=http://maven.apache.org/plugins/index.html/
   taxonomy
 
 links
 item name=Apache href=http://www.apache.org/
 /links
 
 menu name=Overview
 item name=Overview href=/index.html/
 /menu
 
 /body
 /project
 
 Somebody has a good idea how to name this new tag. I used the name
 taxonomy at the moment but I am not convinced that this is a best name.
 
 Anybody is against this change or have a better idea how to implement such
 functionality?
 If not I can try to implement it in next few days...
 
 It would be even nicer if taxonomy tree can be deducted from location of
 given module in the source tree (I think it  will be possible with unified
 source tree)
 
 Michal
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [vote] release Maven 1.0.1

2004-11-10 Thread Dion Gillard
+1.


On Wed, 10 Nov 2004 22:47:01 +1100, Brett Porter [EMAIL PROTECTED] wrote:
 As I speak, I am building and uploading Maven 1.0.1 to
 http://www.apache.org/~brett/release-1.0.1
 
 Please vote whether you think this should be an official release.
 
 If the vote is carried, I will move the release to the distribution
 area, update the website and post the announcement in 24 hours.
 
 +1 from me.
 
 Cheers,
 Brett
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: final test release - Maven 1.0.1

2004-11-08 Thread Dion Gillard
I'll give it a go today too.


On Mon, 08 Nov 2004 19:45:37 +1100, Brett Porter [EMAIL PROTECTED] wrote:
 Apart from documentation, Maven 1.0.1 is final.
 
 Test here:
 http://codehaus.org/~brett/maven-1.0.1-SNAPSHOT/
 
 If you are interested in what has changed in the core, here are the
 bugfixes:
 http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030report=roadmap
 
 I'll take it for an extended spin at work tomorrow, and if no problems
 are found, will post a vote. I still have some documentation issues to
 clear up too, but nothing blocking.
 
 Cheers,
 Brett
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Some questions on dist plugin and proposal for improvement

2004-11-07 Thread Dion Gillard
NSIS was decoupled from dist a while back.


On Tue, 02 Nov 2004 22:43:41 +1100, Brett Porter [EMAIL PROTECTED] wrote:
 Vincent Massol wrote:
 
 Hi Mavens,
 
 I was browsing through the dist plugin source code and I have a few
 questions/remarks/proposal:
 
 1/ Are the following properties used at all or can they be deleted:
 maven.dist.tar.executable=tar
 maven.dist.gunzip.executable=gunzip
 
 
 They can now be removed.
 
 2/ Why is there a dependency to the jar:jar goal in the dist plugin? What if
 I'm building a WAR? Wouldn't it be better if the dist does not call any
 artifact building code at all (letting the user do it) or if the goal called
 is pluggable?
 
 Note: This is also required if the artifact is built by a top level
 multiproject goal (I have such a need in Cargo where I aggregate several
 jars into a single big one).
 
 
 I don't think dist was ever built to consider wider use cases.
 
 I think we would need 2 properties:
 - one for specifying a goal to call (the goal that generates the artifacts
 to include in the distrib)
 
 
 that's simple enough. Should be more than one goal though.
 
 - one for specifying the locations of the generated artifacts. It would need
 to be a list as a multiproject can generate several artifacts. We would
 remove the existing maven.dist.bin.artifact property.
 
 
 3/ Same question for the site: what if I'm building a multiproject and the
 site goal is multiproject:site or a custom goal?
 
 
 I think in both your question is what if I'm bundling more than one
 project into a single distribution. I think it is more complicated than
 just adding in some more properties.
 
 We would also need 2 properties:
 - one for specifying the goal to call that generates the site
 - one for specifying the generates doc directory (would default to
 ${maven.docs.dest})
 
 
 I'm not sure why these are needed.
 
 4/ Could we add 2 properties:
 - maven.dist.type.zip = true|false
 - maven.dist.type.targz = true|false
 
 They would both default to true.
 
 
 
 .tarbz2, -src.targz, etc.
 and maybe
 .exe (we already have nsis using dist), .sh, .tar, .jar, .ace, .rar, ...
 
 How many properties can we add?
 
 I don't think this is a problem solved by adding properties. We need a
 better way to map out distributions and handle project aggregation.
 
 - Brett
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Is maven.final.name deprecated?

2004-10-20 Thread Dion Gillard
On Tue, 19 Oct 2004 22:32:35 +1000, Brett Porter [EMAIL PROTECTED] wrote:
[snip]
 This is right - you need to know what the single build artifact is, and
 that should be {maven.final.name}.jar

Did you really mean this? Having a jar as the only artifact is very restrictive.

-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release of Dashoard plugin v1.5

2004-10-14 Thread Dion Gillard
+1.


On Wed, 13 Oct 2004 12:02:07 +0200, Vincent Massol [EMAIL PROTECTED] wrote:
 Hi,
 
 I'd like to release the Dashboard plugin v1.5. The reason is simply that
 there are several changes already applied and I'd like to make a version
 available for end users. The other reason is that Nascif is preparing a big
 overhaul of the report format and I'd like to have something released before
 this happens.
 
 Here are the changes done since v1.4:
 http://maven.apache.org/reference/plugins/dashboard/changes-report.html
 
 Here's my +1
 
 Thanks
 -Vincent
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven/src/test/java/org/apache/maven/project RepositoryTest.java

2004-10-01 Thread dion
dion2004/09/30 23:00:40

  Modified:src/test/java/org/apache/maven/project RepositoryTest.java
  Log:
  Code doesn't compile.
  
  maven clean test also fails
  
  Revision  ChangesPath
  1.5   +4 -4  maven/src/test/java/org/apache/maven/project/RepositoryTest.java
  
  Index: RepositoryTest.java
  ===
  RCS file: 
/home/cvs/maven/src/test/java/org/apache/maven/project/RepositoryTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RepositoryTest.java   21 Sep 2004 13:46:01 -  1.4
  +++ RepositoryTest.java   1 Oct 2004 06:00:40 -   1.5
  @@ -25,10 +25,10 @@
   public void testSplitScmConnection()
   {
   String con = scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:module;
  -String[] tokens = RepositoryUtils.splitSCMConnection(con);
  -assertEquals(Wrong number of tokens split, 6, tokens.length);
  +//String[] tokens = RepositoryUtils.splitSCMConnection(con);
  +//assertEquals(Wrong number of tokens split, 6, tokens.length);
   con = scm|svn|http://svn.apache.org/repos;;
  -tokens = RepositoryUtils.splitSCMConnection(con);
  -assertEquals(Wrong number of tokens split, 3, tokens.length);
  +//tokens = RepositoryUtils.splitSCMConnection(con);
  +//assertEquals(Wrong number of tokens split, 3, tokens.length);
   }
   }
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-10-01 Thread dion
dion2004/10/01 01:08:55

  Modified:changelog/src/plugin-resources changelog.jsl
  Log:
  MPCHANGELOG-46
  
  Revision  ChangesPath
  1.9   +1 -1  maven-plugins/changelog/src/plugin-resources/changelog.jsl
  
  Index: changelog.jsl
  ===
  RCS file: /home/cvs/maven-plugins/changelog/src/plugin-resources/changelog.jsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- changelog.jsl 25 Jun 2004 16:12:06 -  1.8
  +++ changelog.jsl 1 Oct 2004 08:08:55 -   1.9
  @@ -71,7 +71,7 @@
   j:set var=revisionx:expr select=$file/revision//j:set
   j:set var=repositoryUrl value=${pom.repository.url}/
   j:choose
  -  j:when test=${!empty(repositoryUrl)} and 
${repositoryUrl.indexOf('?')0}
  +  j:when test=${!empty(repositoryUrl) and 
repositoryUrl.indexOf('?')0}
   j:set var=repository value=${repositoryUrl.substring(0, 
repositoryUrl.indexOf('?'))}/
   j:set var=tmpMultiRepoParam 
value=${repositoryUrl.substring(repository.length())}/
   j:set var=oneRepoParam 
value=?${tmpMultiRepoParam.substring(1)}/
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-10-01 Thread dion
dion2004/10/01 01:10:29

  Modified:changelog/xdocs changes.xml
  Log:
  MPCHANGELOG-46
  
  Revision  ChangesPath
  1.43  +1 -0  maven-plugins/changelog/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/changelog/xdocs/changes.xml,v
  retrieving revision 1.42
  retrieving revision 1.43
  diff -u -r1.42 -r1.43
  --- changes.xml   21 Sep 2004 13:47:52 -  1.42
  +++ changes.xml   1 Oct 2004 08:10:29 -   1.43
  @@ -26,6 +26,7 @@
 /properties
 body
   release version=1.8-SNAPSHOT date=in CVS
  +  action dev=dion type=fix issue=MPCHANGELOG-46 due-to=Juha 
KomulainenHandle ViewCVS URLs with ? in them./action
 action dev=brett type=updateUpgrade to Maven 1.1 libraries./action
   /release
   release version=1.7.1 date=2004-07-12
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/nsis plugin.jelly

2004-09-30 Thread dion
dion2004/09/30 17:24:56

  Modified:nsis plugin.jelly
  Log:
  MPNSIS-8
  
  Revision  ChangesPath
  1.9   +1 -1  maven-plugins/nsis/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/nsis/plugin.jelly,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- plugin.jelly  8 Jul 2004 04:34:14 -   1.8
  +++ plugin.jelly  1 Oct 2004 00:24:56 -   1.9
  @@ -83,7 +83,7 @@
   maven:get var=maven.dist.dir plugin=maven-dist-plugin 
property=maven.dist.dir/
   mkdir dir=${maven.dist.dir}/
   !-- call makensis.exe with the setup.nsi file --
  -ant:exec executable=${maven.nsis.exe}
  +ant:exec executable=${maven.nsis.exe} failonerror=true
 arg value=/V2/
 arg value=${script}/
   /ant:exec
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-09-30 Thread dion
dion2004/09/30 17:25:49

  Modified:nsis/xdocs changes.xml
  Log:
  Doc MPNSIS-8
  
  Revision  ChangesPath
  1.18  +1 -0  maven-plugins/nsis/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/nsis/xdocs/changes.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- changes.xml   10 Jul 2004 08:58:46 -  1.17
  +++ changes.xml   1 Oct 2004 00:25:49 -   1.18
  @@ -26,6 +26,7 @@
 body
 
   release version=1.2-SNAPSHOT date=In CVS
  +  action dev=dion type=fix due-to=Matthias Kerkhoff 
issue=MPNSIS-8Fail when makensis fails./action
 action dev=dion type=updateRename codeORGANIZATION/code constant to 
codePROJECT_ORGANIZATION/code./action
 action dev=dion type=fix due-to=GeoffreyCheck maven.nsis.exe exists 
before using it./action
 action dev=dion type=add due-to=GeoffreyAdd faq/action
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/nsis/src/plugin-resources/templates project.jelly

2004-09-30 Thread dion
dion2004/09/30 22:05:14

  Modified:nsis/xdocs customizing.xml index.xml process.xml faq.fml
changes.xml
   nsis plugin.properties plugin.jelly project.xml
   nsis/src/plugin-resources/templates project.jelly
  Log:
  MPNSIS-9. nsis-plugin should not depend on dist props, should support deploy and 
install
  
  Revision  ChangesPath
  1.8   +3 -3  maven-plugins/nsis/xdocs/customizing.xml
  
  Index: customizing.xml
  ===
  RCS file: /home/cvs/maven-plugins/nsis/xdocs/customizing.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- customizing.xml   10 Jul 2004 08:57:27 -  1.7
  +++ customizing.xml   1 Oct 2004 05:05:14 -   1.8
  @@ -83,9 +83,9 @@
   table
 trthConstant/th  thValue/th/tr
 trtdPROJECT_BUILD_DIR/td td${maven.build.dir}/td/tr
  -  trtdPROJECT_DIST_BIN_DIR/td  
td${maven.dist.bin.assembly.dir}/td/tr
  -  trtdPROJECT_DIST_DIR/td  td${maven.dist.dir}/td/tr
  -  trtdPROJECT_FINAL_NAME/tdtd${maven.final.name}/td/tr
  +  trtdPROJECT_DIST_BIN_DIR/td  
td${maven.nsis.build.dir}/td/tr
  +  trtdPROJECT_DIST_DIR/td  td${maven.build.dir}/td/tr
  +  trtdPROJECT_FINAL_NAME/td
td${maven.nsis.final.name}/td/tr
 trtdPROJECT_LICENSE_FILE/td  
td${maven.license.licenseFile}/td/tr
 trtdPROJECT_LICENSE_TEXT/td  
td${maven.nsis.license.text}/td/tr
 trtdPROJECT_LOGO/td  td${maven.nsis.logo}/td/tr
  
  
  
  1.5   +4 -3  maven-plugins/nsis/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/maven-plugins/nsis/xdocs/index.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- index.xml 5 Jul 2004 05:39:59 -   1.4
  +++ index.xml 1 Oct 2004 05:05:14 -   1.5
  @@ -64,12 +64,13 @@
   section name=Using the NSIS Plugin
 p
   The plugin creates an installation program from your 
codedistribution/code,
  -as created by codemaven dist/code. The codedist/code goal must be
  +as created by codemaven dist/code. The codedist/code goal is usually
   run before using the plugin.
 /p
 p
  -Once you've run codedist/code, run the codensis/code goal. This
  -produces an executable in 
code${maven.build.dir}/${maven.final.name}.exe/code
  +Once you've run codedist/code, or created your directory with the 
installation contents,
  +run the codensis/code goal. This produces an executable in 
  +code${maven.build.dir}/${maven.nsis.final.name}.exe/code
 /p
   /section
/body
  
  
  
  1.2   +1 -1  maven-plugins/nsis/xdocs/process.xml
  
  Index: process.xml
  ===
  RCS file: /home/cvs/maven-plugins/nsis/xdocs/process.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- process.xml   4 Jul 2004 12:26:09 -   1.1
  +++ process.xml   1 Oct 2004 05:05:14 -   1.2
  @@ -27,7 +27,7 @@
 body
   section name=How it works
 p
  -The process of creating an installer from your 
code${maven.dist.bin.dir}/code
  +The process of creating an installer from your 
code${maven.nsis.build.dir}/code
   using the plugin is as follows:
   ol
 li
  
  
  
  1.2   +7 -7  maven-plugins/nsis/xdocs/faq.fml
  
  Index: faq.fml
  ===
  RCS file: /home/cvs/maven-plugins/nsis/xdocs/faq.fml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- faq.fml   8 Jul 2004 04:19:05 -   1.1
  +++ faq.fml   1 Oct 2004 05:05:14 -   1.2
  @@ -11,12 +11,12 @@
 answer
   p
 With the default templates, all the files from the directory denoted by 
the
  -  codemaven.dist.bin.assembly.dir/code property are installed,
  +  codemaven.nsis.build.dir/code property are installed,
 together with an uninstaller if the end-user so desires.
   /p
   p
  -  If you call the dist goal before calling the nsis goal,
  -  it will set the property correctly and generate files into that directory.
  +  If you call the dist goal before calling the nsis goal, e.g. (maven dist 
nsis), 
  +  it will set the property correctly.
   /p
 /answer
   /faq
  @@ -82,15 +82,15 @@
   faq id=troubleshooting.assemblyDir
 question
   Why am I getting codeorg.apache.commons.jelly.JellyTagException: ...
  -'maven.dist.bin.assembly.dir' must

JSCH runs on 1.3 now

2004-09-28 Thread Dion Gillard
Seen elsewhere:

[snip]
Date:   Mon,   Sep 27 2004 12:53 am
From: [EMAIL PROTECTED] (Atsuhiko Yamanaka)

Hi there,

We are developing and providing the CVS-SSH2 plug-in for Eclipse, which allows
ssh2 accesses to remote CVS server, and it has been already included in
Eclipse SDK 3.0.

I have received many messages from WSAD users that it does not run on WSAD.
The reason is that plug-in requires J2SE 1.4, but I have heard that
WSAD runs only on J2SE 1.3.

However, by our recent efforts on JSch(http://www.jcraft.com/jsch/),
that plug-in will run on J2SE 1.3 or previous.
[/snip]
-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: JSCH runs on 1.3 now

2004-09-28 Thread Dion Gillard
No idea. Thought I'd let you guys know though.


On Tue, 28 Sep 2004 19:28:49 +1000, Brett Porter [EMAIL PROTECTED] wrote:
 Does it still require the inclusion of JCE though?
 
 I recently committed a patch to artifact that gives a better error
 message if you don't have JDK 1.4 or 1.3 + JCE, but it probably warrants
 a FAQ.
 
 - Brett
 
 
 
 Dion Gillard wrote:
 
 Seen elsewhere:
 
 [snip]
 Date:   Mon,   Sep 27 2004 12:53 am
 From: [EMAIL PROTECTED] (Atsuhiko Yamanaka)
 
 Hi there,
 
 We are developing and providing the CVS-SSH2 plug-in for Eclipse, which allows
 ssh2 accesses to remote CVS server, and it has been already included in
 Eclipse SDK 3.0.
 
 I have received many messages from WSAD users that it does not run on WSAD.
 The reason is that plug-in requires J2SE 1.4, but I have heard that
 WSAD runs only on J2SE 1.3.
 
 However, by our recent efforts on JSch(http://www.jcraft.com/jsch/),
 that plug-in will run on J2SE 1.3 or previous.
 [/snip]
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 



-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: maven-plugins/itest - Imported sources

2004-09-20 Thread Dion Gillard
Documentation? Test cases? Anything?


On 20 Sep 2004 22:13:06 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 jvanzyl 2004/09/20 15:13:05
 
   Log:
   o a plugin to aid in integration test for serers, currently this plugin
 is used in geronimo and OpenEjb.
 
   Status:
 
   Vendor Tag:   ASF
   Release Tags: INIT
 
   N maven-plugins/itest/maven.xml
   N maven-plugins/itest/plugin.jelly
   N maven-plugins/itest/plugin.properties
   N maven-plugins/itest/project.xml
 
   No conflicts created by this import
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 



-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-09-15 Thread dion
dion2004/09/15 17:30:20

  Modified:site plugin.properties plugin.jelly project.xml
   site/xdocs properties.xml changes.xml
  Log:
  MPSITE-15
  
  Revision  ChangesPath
  1.5   +1 -0  maven-plugins/site/plugin.properties
  
  Index: plugin.properties
  ===
  RCS file: /home/cvs/maven-plugins/site/plugin.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.properties 4 Mar 2004 18:38:55 -   1.4
  +++ plugin.properties 16 Sep 2004 00:30:19 -  1.5
  @@ -27,6 +27,7 @@
   maven.site.deploy.method=ssh
   
   maven.site.tar.executable=tar
  +maven.site.tar.options=xUvf
   maven.site.gunzip.executable=gunzip
   
   maven.username=USERNAME_NOT_SET
  
  
  
  1.26  +1 -1  maven-plugins/site/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/site/plugin.jelly,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- plugin.jelly  8 Mar 2004 11:08:41 -   1.25
  +++ plugin.jelly  16 Sep 2004 00:30:19 -  1.26
  @@ -143,7 +143,7 @@
   /exec
   
   exec dir=. executable=${maven.ssh.executable}
  -  arg line=${maven.ssh.args} -l ${maven.username} ${pom.siteAddress} 'cd 
${maven.homepage};${maven.site.gunzip.executable} 
${maven.final.name}-site.tar.gz;${maven.site.tar.executable} xUvf 
${maven.final.name}-site.tar;chmod -R g+u * .;rm ${maven.final.name}-site.tar'/
  +  arg line=${maven.ssh.args} -l ${maven.username} ${pom.siteAddress} 'cd 
${maven.homepage};${maven.site.gunzip.executable} 
${maven.final.name}-site.tar.gz;${maven.site.tar.executable} ${maven.site.tar.options} 
${maven.final.name}-site.tar;chmod -R g+u * .;rm ${maven.final.name}-site.tar'/
   /exec
   
   delete file=${maven.build.dir}/${maven.final.name}-site.tar.gz/
  
  
  
  1.37  +1 -1  maven-plugins/site/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/site/project.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- project.xml   11 Jul 2004 02:28:50 -  1.36
  +++ project.xml   16 Sep 2004 00:30:19 -  1.37
  @@ -23,7 +23,7 @@
 pomVersion3/pomVersion
 idmaven-site-plugin/id
 nameMaven Site Plugin/name
  -  currentVersion1.5.1/currentVersion
  +  currentVersion1.5.2-SNAPSHOT/currentVersion
 descriptionGenerate web site. Requires Maven 1.0 RC2./description
 shortDescriptionGenerate web site/shortDescription
 urlhttp://maven.apache.org/reference/plugins/site//url
  
  
  
  1.6   +10 -0 maven-plugins/site/xdocs/properties.xml
  
  Index: properties.xml
  ===
  RCS file: /home/cvs/maven-plugins/site/xdocs/properties.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- properties.xml23 Aug 2004 21:09:01 -  1.5
  +++ properties.xml16 Sep 2004 00:30:19 -  1.6
  @@ -83,6 +83,16 @@
   system has a default version of tar that is failing.
 /td
   /tr
  +tr
  +  tdmaven.site.tar.options/td
  +  tdYes/td
  +  td
  +Specifies the options to use for 'tar' when deploying the site. 
  +Defaults to codexUvf/code. Override this property if your
  +system has a version of tar that is failing, e.g. it doesn't support the
  +codeU/code option.
  +  /td
  +/tr
   
   tr
 tdmaven.site.gunzip.executable/td
  
  
  
  1.20  +3 -0  maven-plugins/site/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/site/xdocs/changes.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- changes.xml   11 Jul 2004 02:29:54 -  1.19
  +++ changes.xml   16 Sep 2004 00:30:19 -  1.20
  @@ -24,6 +24,9 @@
   author email=[EMAIL PROTECTED]dIon Gillard/author
 /properties
 body
  +release version=1.5.2-SNAPSHOT date=in CVS
  +  action dev=dion type=update issue=MPSITE-15 due-to=M. Sean 
GilliganAllow tar options as a property/action
  +/release
   release version=1.5.1 date=2004-07-10
 action dev=brett type=updateUpdate commons-httpclient and 
commons-net/action
   /release
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Patches for tar options on site:sshdeploy

2004-09-15 Thread Dion Gillard
Applied.


On Wed, 15 Sep 2004 16:24:14 -0700, M. Sean Gilligan
[EMAIL PROTECTED] wrote:
 I just submitted a patch to maven-site-plugin to add a property for the
 tar options to be used  on the server:
 http://jira.codehaus.org/browse/MPSITE-15
 
 (My motivation is that OS X Server 10.2 doesn't seem to support the 'U' option, so I 
 can't use site:sshdeploy to put my project documentation on my Intranet server.)
 
 There is another patch submitted to allow turning on/off the verbose option for tar:
 http://jira.codehaus.org/browse/MPSITE-10
 
 The patch for MPSITE-15 will solve the user need in MPSITE-10 since it places the 
 entire options argument of tar into a property.  In any event, these two patches 
 are closely related.
 
 Regards,
 
 Sean
 
 --
 ---
 M. Sean Gilligan: 831-466-9788 x11
 Catalla Systems, Inc.
 ---
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 



-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/jellydoc project.properties

2004-09-05 Thread dion
dion2004/09/05 17:57:59

  Modified:jellydoc project.properties
  Log:
  Rely on tools.jar from Maven
  
  Revision  ChangesPath
  1.9   +2 -0  maven-plugins/jellydoc/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/jellydoc/project.properties,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.properties2 May 2004 10:41:36 -   1.8
  +++ project.properties6 Sep 2004 00:57:58 -   1.9
  @@ -20,3 +20,5 @@
   
   # vmassol: shouldn't this be deleted?
   maven.activitylog.range = 30
  +maven.jar.override=on
  +maven.jar.javadoc=${tools.jar}
  \ No newline at end of file
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: maven-plugins/jellydoc project.properties

2004-09-05 Thread Dion Gillard
It still is AFAIK. It's in the maven.bat and the forehead.conf.


On Mon,  6 Sep 2004 11:19:41 +1000, Brett Porter [EMAIL PROTECTED] wrote:
 Is that still set by the maven startup script? I didn't think it was, because we
 had tried to get Maven working with other JVMs such as Kaffe.
 
 - Brett
 
 
 
 Quoting [EMAIL PROTECTED]:
 
  dion2004/09/05 17:57:59
 
Modified:jellydoc project.properties
Log:
Rely on tools.jar from Maven
 
Revision  ChangesPath
1.9   +2 -0  maven-plugins/jellydoc/project.properties
 
Index: project.properties
===
RCS file: /home/cvs/maven-plugins/jellydoc/project.properties,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- project.properties  2 May 2004 10:41:36 -   1.8
+++ project.properties  6 Sep 2004 00:57:58 -   1.9
@@ -20,3 +20,5 @@
 
 # vmassol: shouldn't this be deleted?
 maven.activitylog.range = 30
+maven.jar.override=on
+maven.jar.javadoc=${tools.jar}
\ No newline at end of file
 
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 



-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: maven-plugins maven.xml

2004-09-03 Thread Dion Gillard
 34
java.lang.NoSuchMethodError
   
Is there a known issue with Jelly and jdk 1.3 ?
   
Arnaud
   
   
   
   
On Thu, 2 Sep 2004 18:01:09 +0200, Arnaud HERITIER [EMAIL PROTECTED]
   wrote:
 I found what happens and why I have a difference between home and work.
 At work I didn't update maven core from several days.
 I did it and from now javadoc tests work.
 These dependencies were updated in maven core :
 - commons-jelly-20040821.000223.jar
 - commons-jexl-20040821.000101.jar

 If you can try to update your core.

 Arnaud



 On Thu, 2 Sep 2004 17:35:21 +0200, Arnaud HERITIER [EMAIL PROTECTED]
   wrote:
  I just reproduced it at work.
  The problem must be due to tests :
  j:if test=${not empty(pom.build.sourceModifications)}
  and
  j:if test=${empty(pom.build.sourceModifications)}
 
  I modified it to recently but it worked :-(
 
  I'll do some tests to see what happens !
 
  Arnaud.
 
 
 
 
  On Thu,  2 Sep 2004 09:57:51 -0300, Felipe Leme [EMAIL PROTECTED]
   wrote:
   On Thu, 2 Sep 2004 14:20:57 +0200, Emmanuel Venisse
   [EMAIL PROTECTED] wrote:
  
It fails too for me with jdk1.4. The problem is due to the copy tag
   in
javadoc:init because the project doen't have a source directory
   definition
in the project.xml (and source files)
  
   I think the plugin should handle this situation better, i.e., check
   for the existence of such POM tag and fail with a proper message (rather than
   propagate the issue to the ant call).
  
   I can work on that fix (and a new testcase) later at home.
  
   Felipe
  
  
  
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 

   
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: maven-plugins maven.xml

2004-09-02 Thread Dion Gillard
Usually I do

On Thu, 2 Sep 2004 08:39:10 +0200, Arnaud HERITIER [EMAIL PROTECTED] wrote:
 Hi Dion,
 
 Do you use a JDK 1.3 ?
 
 All tests in javadoc and xdoc work for me with a JDK 1.4.
 
 ===
 D:\Work\Dev\maven-pluginsmaven plugins:test-all
  __  __
 |  \/  |__ _Apache__ ___
 | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
 |_|  |_\__,_|\_/\___|_||_|  v. 1.1-SNAPSHOT
 
 Plugin cache will be regenerated
 build:start:
 .
 BUILD SUCCESSFUL
 Total time: 3 minutes 5 seconds
 Finished at: Thu Sep 02 08:07:22 CEST 2004
 
 D:\Work\Dev\maven-plugins
 ===
 
 Felipe is working on the javadoc problem.
 I'll investigate for xdoc one.
 
 Arnaud 
 
 
 
 
 On 2 Sep 2004 01:12:33 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
  dion2004/09/01 18:12:33
 
   Modified:.maven.xml
   Log:
   exclude failing plugin
 
   Revision  ChangesPath
   1.13  +1 -1  maven-plugins/maven.xml
 
   Index: maven.xml
   ===
   RCS file: /home/cvs/maven-plugins/maven.xml,v
   retrieving revision 1.12
   retrieving revision 1.13
   diff -u -r1.12 -r1.13
   --- maven.xml 2 Sep 2004 01:08:03 -   1.12
   +++ maven.xml 2 Sep 2004 01:12:33 -   1.13
   @@ -20,7 +20,7 @@
 
  goal name=plugins:test-all
j:set var=goal value=plugin:test/
   -j:set var=maven.multiproject.excludes 
  value=dashboard/*,eclipse/*,html2xdoc/*,javadoc/*/
   +j:set var=maven.multiproject.excludes 
  value=dashboard/*,eclipse/*,html2xdoc/*,javadoc/*,xdoc/*/
 
 
attainGoal name=multiproject:goal/
  /goal
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Multiple dependencies with the same id but different types

2004-09-01 Thread Dion Gillard
See http://jira.codehaus.org/browse/MAVEN-1087

On Wed, 01 Sep 2004 21:27:43 -0300, Felipe Leme [EMAIL PROTECTED] wrote:
 On Wed, 2004-09-01 at 19:30, Dion Gillard wrote:
  This is a known issue.
 
 So, this is a bug, not a feature (i.e., a limitation on the dependecy
 model)? If that's the case and there isn't a Jira issue for it yet, I
 can open one.
 
 
 
 Felipe
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins maven.xml

2004-09-01 Thread dion
dion2004/09/01 18:01:06

  Modified:.maven.xml
  Log:
  exclude failing plugin
  
  Revision  ChangesPath
  1.10  +1 -1  maven-plugins/maven.xml
  
  Index: maven.xml
  ===
  RCS file: /home/cvs/maven-plugins/maven.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- maven.xml 1 Aug 2004 12:27:13 -   1.9
  +++ maven.xml 2 Sep 2004 01:01:05 -   1.10
  @@ -20,7 +20,7 @@
   
 goal name=plugins:test-all
   j:set var=goal value=plugin:test/
  -j:set var=maven.multiproject.excludes value=dashboard/*/
  +j:set var=maven.multiproject.excludes value=dashboard/*,eclipse/*/
   attainGoal name=multiproject:goal/
 /goal
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins maven.xml

2004-09-01 Thread dion
dion2004/09/01 18:05:37

  Modified:.maven.xml
  Log:
  exclude failing plugin
  
  Revision  ChangesPath
  1.11  +1 -1  maven-plugins/maven.xml
  
  Index: maven.xml
  ===
  RCS file: /home/cvs/maven-plugins/maven.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- maven.xml 2 Sep 2004 01:01:05 -   1.10
  +++ maven.xml 2 Sep 2004 01:05:37 -   1.11
  @@ -20,7 +20,7 @@
   
 goal name=plugins:test-all
   j:set var=goal value=plugin:test/
  -j:set var=maven.multiproject.excludes value=dashboard/*,eclipse/*/
  +j:set var=maven.multiproject.excludes 
value=dashboard/*,eclipse/*,html2xdoc/*/
   attainGoal name=multiproject:goal/
 /goal
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins maven.xml

2004-09-01 Thread dion
dion2004/09/01 18:12:33

  Modified:.maven.xml
  Log:
  exclude failing plugin
  
  Revision  ChangesPath
  1.13  +1 -1  maven-plugins/maven.xml
  
  Index: maven.xml
  ===
  RCS file: /home/cvs/maven-plugins/maven.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- maven.xml 2 Sep 2004 01:08:03 -   1.12
  +++ maven.xml 2 Sep 2004 01:12:33 -   1.13
  @@ -20,7 +20,7 @@
   
 goal name=plugins:test-all
   j:set var=goal value=plugin:test/
  -j:set var=maven.multiproject.excludes 
value=dashboard/*,eclipse/*,html2xdoc/*,javadoc/*/
  +j:set var=maven.multiproject.excludes 
value=dashboard/*,eclipse/*,html2xdoc/*,javadoc/*,xdoc/*/
   attainGoal name=multiproject:goal/
 /goal
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/linkcheck project.xml

2004-09-01 Thread dion
dion2004/09/01 18:29:37

  Modified:linkcheck project.xml
  Log:
  Upgrade to later version of the Ant tag library
  
  Revision  ChangesPath
  1.55  +1 -1  maven-plugins/linkcheck/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/linkcheck/project.xml,v
  retrieving revision 1.54
  retrieving revision 1.55
  diff -u -r1.54 -r1.55
  --- project.xml   26 Jul 2004 16:16:34 -  1.54
  +++ project.xml   2 Sep 2004 01:29:37 -   1.55
  @@ -112,7 +112,7 @@
   dependency
 groupIdcommons-jelly/groupId
 artifactIdcommons-jelly-tags-ant/artifactId
  -  version20030211.142045/version
  +  version20040902.00/version
 urlhttp://jakarta.apache.org/commons/jelly/libs/ant//url
   /dependency
   dependency
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Felipe Leme as maven plugins committer (Summary)

2004-08-31 Thread Dion Gillard
I've added him to avail.
Now all we need is to add him to the maven group.

On Tue, 31 Aug 2004 09:19:40 +0200, Vincent Massol [EMAIL PROTECTED] wrote:
 Hi Maven committers,
 
 Here's the tally for Felipe's vote: 8 +1 votes, no -1.
 
 I think this is enough to get Felipe in. Felipe already has an account set
 up on Apache so I guess it's only a matter of giving him write access to the
 maven-plugins CVS.
 
 Jason, do you think you could do that? (or anyone who has karma)
 
 Thanks
 -Vincent
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Debugging Maven

2004-08-26 Thread Dion Gillard
I have a spare batch file called maven-debug.bat that has this line in it:

@Set MAVEN_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000

I then use Run - Debug - Remote Java Application to connect to the
running Maven.

HTH

On Thu, 26 Aug 2004 18:19:37 +0200, Christian Mouttet
[EMAIL PROTECTED] wrote:
 I'm downloading the source from CVS and want to run Maven in an Eclipse
 debugging session. How can I debug Maven itself?
 
 -Christian
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New repository upload procedure

2004-08-25 Thread Dion Gillard
Don't we also have to check that the bundle fulfills any licensing
restrictions, e.g. if source must be distributed with binary that the
bundle includes source?

On Thu, 26 Aug 2004 09:20:21 +1000, Brett Porter [EMAIL PROTECTED] wrote:
 We must ensure that we don't do this for bundles from any of our current
 partners such as codehaus, apache, opensymphony, etc, right? We want them to use
 the automated sync.
 
 Also, we need to make sure we don't upload anything we are not allowed to such
 as Sun JARs.
 
 I think its advisable to check out the project in question, make sure the bundle
 is authentic and able to be put up.
 
 - Brett
 
 
 
 Quoting Carlos Sanchez [EMAIL PROTECTED]:
 
  Hi,
 
  The new upload procedure is now available, so any developer may help, ask
  Jason for an ssh account in beaver.codehaus.org
 
  Then it's as easy as:
 
  * Select a JIRA upload request
 
  * ssh to beaver.codehaus.org as maven user
  ssh [EMAIL PROTECTED]
  cd ibiblio-sync/
  ./deploy-bundle url_of_the_bundle
  This will uncompress bundle contents to ibiblio-sync/repository/ that is
  synced every four hours to ibiblio.
 
  * Close the JIRA issue assigning it to yourself.
 
 
  Regards
 
  Carlos Sanchez
  A Coruña, Spain
 
  Oness Project
  http://oness.sourceforge.net
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Felipe Leme as maven plugins committer

2004-08-24 Thread Dion Gillard
+1

On Tue, 24 Aug 2004 15:27:09 +0200, Vincent Massol [EMAIL PROTECTED] wrote:
 Hi committers,
 
 I'd like to propose Felipe Leme as a committer on maven-plugins.
 
 Felipe has provided patches and test-cases for many Maven plugins
 (announcement, eclipse, xdoc) as well as maven-related projects
 (cactus, jelly-tags) and even Maven itself  (his first contribution was
 issue MAVEN-564). He is already a committer for Jakarta Taglibs (as some
 might have realized in the taglibs repository thread a couple of weeks ago)
 and contributor to many other Apache projects (Ant, Tomcat, Commons, etc..).
 
 Here's my +1
 
 Thanks
 -Vincent
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-08-15 Thread dion
dion2004/08/15 04:34:27

  Modified:jnlp project.xml plugin.jelly
   jnlp/xdocs changes.xml
  Log:
  Fix for MPJNLP-13
  
  Revision  ChangesPath
  1.24  +1 -1  maven-plugins/jnlp/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/jnlp/project.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- project.xml   12 Jul 2004 13:02:50 -  1.23
  +++ project.xml   15 Aug 2004 11:34:26 -  1.24
  @@ -23,7 +23,7 @@
 pomVersion3/pomVersion
 idmaven-jnlp-plugin/id
 nameMaven JNLP Plug-in/name
  -  currentVersion1.4/currentVersion
  +  currentVersion1.4.1-SNAPSHOT/currentVersion
 shortDescriptionJNLP Plugin for Maven/shortDescription
 urlhttp://maven.apache.org/reference/plugins/jnlp//url
 issueTrackingUrlhttp://jira.codehaus.org/browse/MPJNLP/issueTrackingUrl
  
  
  
  1.30  +1 -1  maven-plugins/jnlp/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/jnlp/plugin.jelly,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- plugin.jelly  19 Jun 2004 13:11:34 -  1.29
  +++ plugin.jelly  15 Aug 2004 11:34:26 -  1.30
  @@ -347,7 +347,7 @@
   j:set var=lib.file.signedname 
value=${dep.artifactId}__V${dep.version}.jar/
   /j:when
   j:otherwise
  -j:set var=lib.file.signedname 
value=${lib.final.name}.jar/
  +j:set var=lib.file.signedname value=${dep.artifact}/
   /j:otherwise
   /j:choose
   ant:signjar
  
  
  
  1.21  +3 -0  maven-plugins/jnlp/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/jnlp/xdocs/changes.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- changes.xml   12 Jul 2004 13:02:50 -  1.20
  +++ changes.xml   15 Aug 2004 11:34:26 -  1.21
  @@ -25,6 +25,9 @@
   author email=[EMAIL PROTECTED]Emmanuel Venisse/author
 /properties
 body
  +release version=1.4.1-SNAPSHOT date=in CVS
  +  action dev=dion type=fix issue=MPJNLP-13Fix bad signed jar 
name/action
  +/release
   release version=1.4 date=2004-07-12
 action dev=dion type=addAdd initial attempt at test project/action
 action dev=evenisse type=fix issue=MPJNLP-9Initialize correctly 
jnlp:generate-keystore goal./action
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/xdocs index.xml

2004-08-10 Thread dion
dion2004/08/10 01:28:46

  Modified:xdocsindex.xml
  Log:
  Maven-1421
  
  Revision  ChangesPath
  1.6   +8 -0  maven-plugins/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/maven-plugins/xdocs/index.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.xml 11 Jul 2004 13:42:07 -  1.5
  +++ index.xml 10 Aug 2004 08:28:46 -  1.6
  @@ -113,5 +113,13 @@
   /tr
 /table
   /section
  +section name=Plugins hosted elsewhere
  +  table
  +tr
  +  td style=width:25%a 
href=http://www.itbrain.com.mx/ucdd;UCDD/a/td
  +  td style=width:75%Document Use Cases using maven and xml./td
  +/tr
  +  /table
  +/section
 /body
   /document
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [VOTE] Release Eclipse, Hibernate, CruiseControl Plugins

2004-08-10 Thread Dion Gillard
On Tue, 10 Aug 2004 10:29:21 +0200, Eric Pugh [EMAIL PROTECTED] wrote:
 Hi,
 
 I would like to release the Eclipse Plugin 1.8, Hibernate Plugin 1.2, and
 CruiseControl Plugin 1.5.  Details on the changes are below.
 
 [ ] Go for it
 [ ] I don't care
 [ ] Plugin X isn't ready
 
 Eclipse Plugin 1.8

+1 - No major issues outstanding on the eclipse plugin.

 Hibernate Plugin 1.2
+1 - No issues outstanding and I think MPHIBERNATE-9 is fixed (do you
want me to retest?)

 CruiseControl Plugin 1.5
+1 - No outstanding issues.

-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Time to release Eclipse and Hibernate plugins?

2004-08-09 Thread Dion Gillard
On Mon, 9 Aug 2004 17:19:27 +0200, Eric Pugh [EMAIL PROTECTED] wrote:
 Hi all,
 
 By my count there are 6 changes to the Hibernate plugin and 6 changes to the
 Eclipse plugin, so it's high time to do a release.  Having never done a
 release, but recently taking over these plugins (although the
 http://wiki.codehaus.org/maven/PluginOwners page doesn't reflect it), I'm
 soliciting some advice first.
 
 I looked around on the wiki and didn't see anything too specific on how to
 release, but my plan is to:
 1) bump the versions
 1b) Tag version
 1c) Add version to pom
 2) maven plugin
 3) maven site
 4) upload jars to the apache sync directory for ibiblio.
 5) maven announcement
 6) mail list with annoucements.
 7) bump version to next -SNAPSHOT
 
 Is that about right?

See http://maven.apache.org/reference/developers/releasing-plugins.html
for the steps, as most of this is done for you.

+1 to the releases.
-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-08-08 Thread dion
dion2004/08/08 18:25:47

  Modified:scm  plugin.jelly project.xml
   scm/xdocs changes.xml
  Log:
  Fix MPSCM-25
  
  Revision  ChangesPath
  1.15  +1 -1  maven-plugins/scm/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/scm/plugin.jelly,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- plugin.jelly  29 Jul 2004 13:35:04 -  1.14
  +++ plugin.jelly  9 Aug 2004 01:25:46 -   1.15
  @@ -356,7 +356,7 @@
 goal name=scm:cvs-create-patch
   ant:delete dir=${maven.scm.cvs.patch.dir}/
   ant:mkdir  dir=${maven.scm.cvs.patch.dir}/
  -cvs command=diff -u -N -R 
output=${maven.scm.cvs.patch.dir}/${maven.scm.cvs.patch.file}
  +cvs command=diff -u -w -N -R 
output=${maven.scm.cvs.patch.dir}/${maven.scm.cvs.patch.file}
 quiet=${maven.scm.cvs.quiet}
 cvsRsh=${maven.scm.cvs.rsh}
 cvsRoot=${maven.scm.cvs.root}
  
  
  
  1.23  +1 -1  maven-plugins/scm/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/scm/project.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- project.xml   30 Jul 2004 00:33:36 -  1.22
  +++ project.xml   9 Aug 2004 01:25:47 -   1.23
  @@ -22,7 +22,7 @@
 extend../plugin-parent/project.xml/extend
 idmaven-scm-plugin/id
 nameMaven Source Control Management Plug-in/name
  -  currentVersion1.4.1/currentVersion
  +  currentVersion1.4.2-SNAPSHOT/currentVersion
 descriptionA plugin for SCM tasks, currently CVS./description
 shortDescriptionSCM Plugin for Maven. Requires Maven 1.0 RC2./shortDescription
 urlhttp://maven.apache.org/reference/plugins/scm//url
  
  
  
  1.19  +4 -0  maven-plugins/scm/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/scm/xdocs/changes.xml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- changes.xml   30 Jul 2004 00:25:11 -  1.18
  +++ changes.xml   9 Aug 2004 01:25:47 -   1.19
  @@ -24,6 +24,10 @@
   author email=[EMAIL PROTECTED]Brett Porter/author
 /properties
 body
  +release version=1.4.2-SNAPSHOT date=in CVS
  +  action dev=dion type=fix issue=MPSCM-25Ignore whitespace when 
creating a patch/action
  +/release
  +
   release version=1.4.1 date=2004-07-30
 action dev=dion type=fix issue=MPSCM-16Trim goals after prompting 
from the user/action
 action dev=dion type=add issue=MPSCM-20Add scm:cvs-create-patch goal 
to help in creating patches/action
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/repository/xdocs index.xml

2004-08-08 Thread dion
dion2004/08/08 18:36:03

  Modified:repository/xdocs index.xml
  Log:
  Fix MPREPO-6
  
  Revision  ChangesPath
  1.3   +2 -2  maven-plugins/repository/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/maven-plugins/repository/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml 4 Mar 2004 18:38:44 -   1.2
  +++ index.xml 9 Aug 2004 01:36:03 -   1.3
  @@ -25,9 +25,9 @@
 /properties
   
 body
  -section name=Maven Repositiry Plug-in
  +section name=Maven Repository Plug-in
 p
  -This plug-in provides ways of working with maven central repositories
  +This plug-in provides ways of working with maven central repositories.
 /p
   /section
/body
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-08-04 Thread dion
dion2004/08/04 17:34:21

  Modified:plugin/xdocs changes.xml goals.xml
  Log:
  Doc use of artifact plugin
  
  Revision  ChangesPath
  1.31  +1 -0  maven-plugins/plugin/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/plugin/xdocs/changes.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- changes.xml   18 Jul 2004 14:38:18 -  1.30
  +++ changes.xml   5 Aug 2004 00:34:21 -   1.31
  @@ -26,6 +26,7 @@
 body
   release version=1.5.2-SNAPSHOT date=in CVS
 action dev=dion type=addAdd plugin:generate-tags goal/action
  +  action dev=dion type=addMention in docs for the 
plugin:repository-deploy that it uses the artifact plugin/action
   /release
   release version=1.5.1 date=2004-07-09
 action dev=dion type=add issue=MPPLUGIN-20Prompt for artifactId, 
groupId and version if missing./action
  
  
  
  1.9   +4 -0  maven-plugins/plugin/xdocs/goals.xml
  
  Index: goals.xml
  ===
  RCS file: /home/cvs/maven-plugins/plugin/xdocs/goals.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- goals.xml 18 Jul 2004 14:32:23 -  1.8
  +++ goals.xml 5 Aug 2004 00:34:21 -   1.9
  @@ -108,12 +108,16 @@
   nameplugin:repository-deploy/name
   description
 Deploy the current plugin version to the remote repository.
  +  This uses the a href=../artifact/index.htmlArtifact plugin/a to
  +  do the deployment, so properties need to be set up as per that plugin.
   /description
 /goal
 goal
   nameplugin:repository-deploy-snapshot/name
   description
 Deploy a snapshot build of the plugin to the remote repository.
  +  This uses the a href=../artifact/index.htmlArtifact plugin/a to
  +  do the deployment, so properties need to be set up as per that plugin.
   /description
 /goal
   /goals
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/java/xdocs faq.fml navigation.xml

2004-08-03 Thread dion
dion2004/08/02 23:49:47

  Modified:java/xdocs navigation.xml
  Added:   java/xdocs faq.fml
  Log:
  Document 1.5 settings
  
  Revision  ChangesPath
  1.5   +1 -0  maven-plugins/java/xdocs/navigation.xml
  
  Index: navigation.xml
  ===
  RCS file: /home/cvs/maven-plugins/java/xdocs/navigation.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- navigation.xml4 Mar 2004 18:35:34 -   1.4
  +++ navigation.xml3 Aug 2004 06:49:47 -   1.5
  @@ -29,6 +29,7 @@
   menu name=Overview
 item name=Goals  href=/goals.html /
 item name=Properties href=/properties.html /
  +  item name=FAQhref=/faq.html /
   /menu
 /body
   /project
  
  
  
  1.1  maven-plugins/java/xdocs/faq.fml
  
  Index: faq.fml
  ===
  ?xml version=1.0 encoding=UTF-8?
  !-- 
  /*
   * Copyright 2001-2004 The Apache Software Foundation.
   * 
   * Licensed under the Apache License, Version 2.0 (the License);
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   * 
   *  http://www.apache.org/licenses/LICENSE-2.0
   * 
   * Unless required by applicable law or agreed to in writing, software
   * distributed under the License is distributed on an AS IS BASIS,
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   * See the License for the specific language governing permissions and
   * limitations under the License.
   */
   --
  
  faqs title=Frequently Asked Questions
  
part id=jdk15
  titleJDK 1.5/title
 
  faq id=how-to-use-15
questionHow do I get Maven to compile using JDK 1.5?/question
answer
  p
The default javac settings cause problems with jdk 1.5 because the 
target is set to 1.1 and no source has been set.
  /p
  p
You will need to provide two properties to allow compilation to work
with 1.5:
  /p
  source![CDATA[
  maven.compile.source=1.5
  maven.compile.target=1.5]]
  /source
/answer
  /faq
/part
  /faqs
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/multiproject/xdocs reports.xml index.xml navigation.xml

2004-08-02 Thread dion
dion2004/08/02 17:58:41

  Modified:multiproject/xdocs index.xml navigation.xml
  Added:   multiproject/xdocs reports.xml
  Log:
  Document dependency convergence report. Issue MPMULTIPROJECT-41
  
  Revision  ChangesPath
  1.3   +6 -1  maven-plugins/multiproject/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/maven-plugins/multiproject/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml 4 Mar 2004 18:36:33 -   1.2
  +++ index.xml 3 Aug 2004 00:58:40 -   1.3
  @@ -30,13 +30,18 @@
   This plug-in provides the ability to work with many projects via the same 
interface
   as a single project.
 /p
  -  p 
  +  p
   For more information on the functionality provided by this plugin,
   please see the a href=goals.htmlGoals/a document.
 /p
 p
   For more information on how to customise the functionality provided
   by this plugin, please see the a href=properties.htmlproperties/a
  +document.
  +  /p
  +  p
  +For more information on the reports provided
  +by this plugin, please see the a href=reports.htmlreports/a
   document.
 /p
   /section
  
  
  
  1.10  +1 -0  maven-plugins/multiproject/xdocs/navigation.xml
  
  Index: navigation.xml
  ===
  RCS file: /home/cvs/maven-plugins/multiproject/xdocs/navigation.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- navigation.xml2 May 2004 10:26:36 -   1.9
  +++ navigation.xml3 Aug 2004 00:58:40 -   1.10
  @@ -28,6 +28,7 @@
   menu name=Overview
 item name=Goals href=/goals.html /
 item name=Properties href=/properties.html /
  +  item name=Reports href=/reports.html /
 item name=FAQ href=/faq.html /
   /menu
 /body
  
  
  
  1.1  maven-plugins/multiproject/xdocs/reports.xml
  
  Index: reports.xml
  ===
  ?xml version=1.0?
  !-- 
  /*
   * Copyright 2001-2004 The Apache Software Foundation.
   * 
   * Licensed under the Apache License, Version 2.0 (the License);
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   * 
   *  http://www.apache.org/licenses/LICENSE-2.0
   * 
   * Unless required by applicable law or agreed to in writing, software
   * distributed under the License is distributed on an AS IS BASIS,
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   * See the License for the specific language governing permissions and
   * limitations under the License.
   */
   --
  
  document
  
properties
  titleMaven Multi-Project Plugin/title
  author email=[EMAIL PROTECTED]dIon Gillard/author
/properties
  
body
  section name=Dependency Convergence Report
p
  This plug-in provides a report which shows how consistent the versions
  of artitfacts between the projects of a multiproject build.
/p
p 
  To register this report, include the following in your 
codeproject.xml/code:
  source![CDATA[
  reports
reportmaven-multiproject-plugin/report
  /reports]]/source
/p
  /section
   /body
  /document
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-08-02 Thread dion
dion2004/08/02 18:01:42

  Modified:multiproject/xdocs changes.xml
  Log:
  Document dependency convergence report. Issue MPMULTIPROJECT-41
  
  Revision  ChangesPath
  1.28  +1 -0  maven-plugins/multiproject/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/multiproject/xdocs/changes.xml,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- changes.xml   29 Jul 2004 06:40:44 -  1.27
  +++ changes.xml   3 Aug 2004 01:01:42 -   1.28
  @@ -26,6 +26,7 @@
 /properties
 body
   release version=1.4-SNAPSHOT date=in CVS
  +  action dev=dion type=fix issue=MPMULTIPROJECT-41Document multiproject 
dependency convergence report/action
 action dev=dion type=add issue=MPMULTIPROJECT-33Add 
multiproject:site/action
 action dev=brett type=updateDeprecate dependency handle/action
   /release
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-08-02 Thread dion
dion2004/08/02 18:13:44

  Modified:multiproject plugin.jelly
   multiproject/xdocs reports.xml
  Log:
  Typo
  
  Revision  ChangesPath
  1.46  +1 -1  maven-plugins/multiproject/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/multiproject/plugin.jelly,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- plugin.jelly  29 Jul 2004 06:40:44 -  1.45
  +++ plugin.jelly  3 Aug 2004 01:13:43 -   1.46
  @@ -314,7 +314,7 @@
 name=Dependency Convergence 
 link=dependency-convergence-report
 pluginName=maven-multiproject-plugin
  -  description=Generate report which shows how consistent are the versions of 
artitfacts between projects./
  +  description=Generate report which shows how consistent are the versions of 
artifacts between projects./
 
 /goal
 
  
  
  
  1.2   +1 -1  maven-plugins/multiproject/xdocs/reports.xml
  
  Index: reports.xml
  ===
  RCS file: /home/cvs/maven-plugins/multiproject/xdocs/reports.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- reports.xml   3 Aug 2004 00:58:40 -   1.1
  +++ reports.xml   3 Aug 2004 01:13:43 -   1.2
  @@ -28,7 +28,7 @@
   section name=Dependency Convergence Report
 p
   This plug-in provides a report which shows how consistent the versions
  -of artitfacts between the projects of a multiproject build.
  +of artifacts between the projects of a multiproject build.
 /p
 p 
   To register this report, include the following in your 
codeproject.xml/code:
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-08-02 Thread dion
dion2004/08/02 18:15:41

  Modified:multiproject/xdocs reports.xml
  Log:
  Little more detail
  
  Revision  ChangesPath
  1.3   +1 -1  maven-plugins/multiproject/xdocs/reports.xml
  
  Index: reports.xml
  ===
  RCS file: /home/cvs/maven-plugins/multiproject/xdocs/reports.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- reports.xml   3 Aug 2004 01:13:43 -   1.2
  +++ reports.xml   3 Aug 2004 01:15:41 -   1.3
  @@ -31,7 +31,7 @@
   of artifacts between the projects of a multiproject build.
 /p
 p 
  -To register this report, include the following in your 
codeproject.xml/code:
  +To register this report, include the following in your top-level 
codeproject.xml/code:
   source![CDATA[
   reports
 reportmaven-multiproject-plugin/report
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: maven-plugins maven.xml

2004-08-01 Thread Dion Gillard
Will retest and remove if all goes ok

On Sun, 1 Aug 2004 14:18:18 +0200, Eric Pugh [EMAIL PROTECTED] wrote:
 Is this still valid?  I fixed the error in the CC plugin, but it would be
 good to have someone else confirm it!
 
 Eric
 
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
  Sent: Thursday, July 29, 2004 5:20 PM
  To: [EMAIL PROTECTED]
  Subject: cvs commit: maven-plugins maven.xml
 
 
  dion2004/07/29 08:19:37
 
Modified:.maven.xml
Log:
cc plugin is busted temporarily?
 
Revision  ChangesPath
1.8   +1 -1  maven-plugins/maven.xml
 
Index: maven.xml
===
RCS file: /home/cvs/maven-plugins/maven.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- maven.xml   30 Jun 2004 06:49:07 -  1.7
+++ maven.xml   29 Jul 2004 15:19:37 -  1.8
@@ -20,7 +20,7 @@
 
   goal name=plugins:test-all
 j:set var=goal value=plugin:test/
-j:set var=maven.multiproject.excludes value=dashboard/*/
+j:set var=maven.multiproject.excludes
  value=dashboard/*,cruisecontrol/*/
 attainGoal name=multiproject:goal/
   /goal
 
 
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins maven.xml

2004-08-01 Thread dion
dion2004/08/01 05:27:14

  Modified:.maven.xml
  Log:
  Add back cc plugin
  
  Revision  ChangesPath
  1.9   +1 -1  maven-plugins/maven.xml
  
  Index: maven.xml
  ===
  RCS file: /home/cvs/maven-plugins/maven.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- maven.xml 29 Jul 2004 15:19:37 -  1.8
  +++ maven.xml 1 Aug 2004 12:27:13 -   1.9
  @@ -20,7 +20,7 @@
   
 goal name=plugins:test-all
   j:set var=goal value=plugin:test/
  -j:set var=maven.multiproject.excludes value=dashboard/*,cruisecontrol/*/
  +j:set var=maven.multiproject.excludes value=dashboard/*/
   attainGoal name=multiproject:goal/
 /goal
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/html2xdoc/src/main/org/apache/maven/html2xdoc Html2XdocBean.java

2004-08-01 Thread dion
dion2004/08/01 05:33:48

  Modified:html2xdoc/src/main/org/apache/maven/html2xdoc
Html2XdocBean.java
  Log:
  Fix bug on empty html body
  
  Revision  ChangesPath
  1.8   +17 -15
maven-plugins/html2xdoc/src/main/org/apache/maven/html2xdoc/Html2XdocBean.java
  
  Index: Html2XdocBean.java
  ===
  RCS file: 
/home/cvs/maven-plugins/html2xdoc/src/main/org/apache/maven/html2xdoc/Html2XdocBean.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Html2XdocBean.java28 Mar 2004 22:00:54 -  1.7
  +++ Html2XdocBean.java1 Aug 2004 12:33:48 -   1.8
  @@ -34,8 +34,8 @@
* A simple bean for converting a HTML document into an XDoc compliant XML
* document.
* This could be done via XSLT but is a little more complex than it might first
  - * appear so its done via Java code instead.  
  - * 
  + * appear so its done via Java code instead.
  + *
* @author a href=mailto:[EMAIL PROTECTED]James Strachan/a
*/
   public class Html2XdocBean {
  @@ -75,7 +75,7 @@
   /**
* Converts the given HTML document into the corresponding XDoc format
* of XML
  - * 
  + *
* @param html the input html document
* @return Document
*/
  @@ -100,9 +100,9 @@
   
   /**
* Iterates thorugh the given body looking for h1, h2, h3 nodes and
  - * creating the associated section elements. Any text nodes 
  + * creating the associated section elements. Any text nodes
* contained inside the body are wrapped in a lt;pgt; element
  - * 
  + *
* @param output the output destination
* @param body the block of HTML markup to convert
*/
  @@ -140,10 +140,10 @@
   /**
* Specifies whether the node is a text modifying construct that should be
* passed as is to the resultant html. Such as an anchor 'lt;agt;'.
  - * 
  + *
* @param node the node to check
* @return true if the node is used to modify the formatting of the
  - * text; otherwise, false 
  + * text; otherwise, false
*/
   protected boolean isTextFormatting(Node node) {
   // Ultimately this needs bold, italic, and so on
  @@ -151,9 +151,9 @@
   }
   
   /**
  - * Specifies whether the node is character data and should be passed as 
  + * Specifies whether the node is character data and should be passed as
* straight text to the resultant html.
  - * 
  + *
* @param node the node to check
* @return true if the node is a text node; otherwise, false.
*/
  @@ -164,7 +164,7 @@
   
   /**
* Specifies whether the node is a heading node.
  - * 
  + *
* @param node the node to check
* @return true if the given node is a heading element
* (h1, h2, h3 etc); otherwise, false
  @@ -176,7 +176,7 @@
   
   /**
* Determines the heading level of the node.
  - * 
  + *
* @param node the node to check
* @return the integer level of the heading
*/
  @@ -192,7 +192,7 @@
   /**
* Creates a section or subsection as necessary based on the node
* for the output document.
  - * 
  + *
* @param output the output document to attach the section
* @param node the node to base making a section on
*/
  @@ -233,7 +233,7 @@
* Determines if a new section is needed which is based on whether
* the node's a heading level and equal to or less than the current
* section's heading level.
  - *  
  + *
* @param node the node to check
* @return true if the current node's information means for a new
* section; otherwise, false
  @@ -314,7 +314,7 @@
* @return List
*/
   protected List getBodyContent(List content) {
  -// lets turn pre into source and concatenate consective entries 
  +// lets turn pre into source and concatenate consective entries
   Element lastPre = null;
   LinkedList list = new LinkedList();
   boolean lastWasElement = true;
  @@ -342,6 +342,8 @@
   }
   }
   
  +if (list.size() == 0) return list;
  +
   // now lets remove any whitespace text nodes at the beginning and end
   while (true) {
   Node node = (Node) list.getFirst();
  @@ -376,7 +378,7 @@
   
   /**
* @param node the node to check
  - * @return true if the given node is a whitespace text node 
  + * @return true if the given node is a whitespace text node
*/
   protected boolean isWhitespace(Node node) {
   if (node instanceof CharacterData) {
  
  
  

-
To unsubscribe, e-mail: [EMAIL

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

2004-08-01 Thread dion
dion2004/08/01 05:34:22

  Modified:html2xdoc/xdocs changes.xml
  Log:
  Fix bug on empty html body
  
  Revision  ChangesPath
  1.16  +1 -0  maven-plugins/html2xdoc/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/html2xdoc/xdocs/changes.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- changes.xml   15 Jul 2004 00:13:12 -  1.15
  +++ changes.xml   1 Aug 2004 12:34:22 -   1.16
  @@ -25,6 +25,7 @@
 /properties
 body
   release version=1.3.1-SNAPSHOT date=in CVS
  +  action dev=dion type=fixFix crash with an empty html body 
element./action
   /release
   release version=1.3 date=2004-05-15
 action dev=dion type=fixFix issues with DOM classes and jdk1.3/action
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: maven-plugins/linkcheck/src/plugin-test/xdocs test.html

2004-08-01 Thread Dion Gillard
On 1 Aug 2004 22:23:02 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:
 carlos  2004/08/01 15:23:02
 
   Added:   linkcheck/src/plugin-test/xdocs test.html

Did you mean this to have an  in the name?
-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/hibernate project.properties

2004-07-31 Thread dion
dion2004/07/31 04:52:23

  Modified:hibernate project.properties
  Log:
  Tests fail under jdk1.3
  
  Revision  ChangesPath
  1.8   +1 -0  maven-plugins/hibernate/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/hibernate/project.properties,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.properties2 May 2004 10:41:38 -   1.7
  +++ project.properties31 Jul 2004 11:52:22 -  1.8
  @@ -18,3 +18,4 @@
   # P R O J E C T  P R O P E R T I E S
   # ---
   maven.docs.outputencoding=UTF-8
  +maven.junit.fork=true
  \ No newline at end of file
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/plugin project.properties

2004-07-31 Thread dion
dion2004/07/31 04:53:15

  Modified:plugin   project.properties
  Log:
  Tests fail under jdk1.3
  
  Revision  ChangesPath
  1.6   +1 -0  maven-plugins/plugin/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/plugin/project.properties,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.properties1 May 2004 17:15:06 -   1.5
  +++ project.properties31 Jul 2004 11:53:15 -  1.6
  @@ -17,3 +17,4 @@
   # ---
   # P R O J E C T  P R O P E R T I E S
   # ---
  +maven.junit.fork=true
  \ No newline at end of file
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins project.properties

2004-07-31 Thread dion
dion2004/07/31 04:54:09

  Modified:.project.properties
  Log:
  exclude example plugin as it fails install
  
  Revision  ChangesPath
  1.16  +1 -1  maven-plugins/project.properties
  
  Index: project.properties
  ===
  RCS file: /home/cvs/maven-plugins/project.properties,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- project.properties11 May 2004 23:33:21 -  1.15
  +++ project.properties31 Jul 2004 11:54:09 -  1.16
  @@ -35,7 +35,7 @@
   maven.multiproject.overviewPage.title=Maven Plugins
   maven.multiproject.overviewPage.link=plugins
   maven.multiproject.overviewPage.text=The following Maven plugins are available:
  -maven.multiproject.excludes=plugin-parent/project.xml
  +maven.multiproject.excludes=plugin-parent/project.xml,examples/project.xml
   
   maven.xdoc.date = left
   maven.xdoc.date.format = dd   HH:mm z
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Taglibs repository

2004-07-30 Thread Dion Gillard
What do you mean noone knows how it got there?

[EMAIL PROTECTED] maven]$ ls -la | grep taglibs
drwxrwsr-x6 vmassol  maven4096 Oct  8  2003 taglibs
[EMAIL PROTECTED] maven]$
[EMAIL PROTECTED] taglibs]$ cd jars
[EMAIL PROTECTED] jars]$ ls -la
total 1124
drwxrwsr-x2 vmassol  maven4096 Oct  8  2003 .
drwxrwsr-x6 vmassol  maven4096 Oct  8  2003 ..
-rw-rw-r--1 dion maven   39427 Feb  8  2003 request-1.0.1.jar
-rw-rw-r--1 dion maven  33 Feb  8  2003 request-1.0.1.jar.md5
-rw-rw-r--1 vmassol  maven  516487 Nov 12  2002 standard-1.0.2.jar
-rw-rw-r--1 vmassol  maven  33 Jan  3  2003 standard-1.0.2.jar.md5
-rwxrwxr--1 dion maven  515008 Oct  8  2003 standard-1.0.4.jar
-rw-rw-r--1 dion maven  33 Oct  8  2003 standard-1.0.4.jar.md5
-rwxrwxr--1 dion maven   40212 Sep 22  2003 string-1.0.1.jar
-rw-rw-r--1 dion maven  33 Sep 22  2003 string-1.0.1.jar.md5
[EMAIL PROTECTED] jars]$



On Fri, 30 Jul 2004 07:39:05 -0300, Felipe Leme [EMAIL PROTECTED] wrote:
 On Fri, 2004-07-30 at 04:17, Emmanuel Venisse wrote:
  Structure is correct, but I prefer this:
  taglibs
  jars
  all jars
 
 The problem with that structure is that the project has many taglibs, so
 the directory will be too packed (right now, for instance, there are 35
 jars, 87 tlds and 50 wars). The structure I proposed follows the same
 approach used by the Jakarta Commons project.
 
  and there are already a directory group taglibs on ibiblio.
  It's more usable if we have only one group by project.
 
 I agree, but that group is kind of rogue - nobody knows how it got there
 and it has never been updated. And even if we use it, there is also a
 jstl group too, so we would need to put the jstl jars over there (and
 these jars are build from the Taglibs Standard project).
 
 I don't know how is the 'backward compatibility' policy on ibiblio, but
 I rather remove these old groups (standard and jstl). If that is not
 possible (and I guess it isn't), we could at least but a README there
 stating they are obsolete groups.
 
 -- Felipe
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-07-29 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.jelly
  ===
  RCS file: /home/cvs/maven-plugins/multiproject/plugin.jelly,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- plugin.jelly  6 Jul 2004 12:37:18 -   1.44
  +++ plugin.jelly  29 Jul 2004 06:40:44 -  1.45
  @@ -370,4 +370,15 @@
   
 /goal
 
  +
  +  !--==--
  +  !-- Deploy site documentation--
  +  !--==--
  +  goal name=multiproject:site-deploy prereqs=multiproject:site
  +description=Deploy site documentation 
  +
  +attainGoal name=site:${maven.site.deploy.method}deploy/
  +
  + /goal
  +
   /project
  
  
  
  1.27  +1 -0  maven-plugins/multiproject/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/multiproject/xdocs/changes.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- changes.xml   6 Jul 2004 12:37:18 -   1.26
  +++ changes.xml   29 Jul 2004 06:40:44 -  1.27
  @@ -26,6 +26,7 @@
 /properties
 body
   release version=1.4-SNAPSHOT date=in CVS
  +  action dev=dion type=add issue=MPMULTIPROJECT-33Add 
multiproject:site/action
 action dev=brett type=updateDeprecate dependency handle/action
   /release
   release version=1.3.1 date=2004-06-28
  
  
  
  1.12  +7 -0  maven-plugins/multiproject/xdocs/goals.xml
  
  Index: goals.xml
  ===
  RCS file: /home/cvs/maven-plugins/multiproject/xdocs/goals.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- goals.xml 4 Mar 2004 18:36:33 -   1.11
  +++ goals.xml 29 Jul 2004 06:40:44 -  1.12
  @@ -116,6 +116,13 @@
 /goal
 
 goal
  +namemultiproject:site/name
  +description
  +  Run codemultiproject:site/code and then deploy the
  +  site as would normally happend with codesite:deploy/code
  +/description
  +  /goal
  +  goal
   namemultiproject:clean/name
   description
 p
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-07-29 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
  ===
  RCS file: /home/cvs/maven-plugins/multiproject/xdocs/goals.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- goals.xml 29 Jul 2004 06:40:44 -  1.12
  +++ goals.xml 29 Jul 2004 06:40:59 -  1.13
  @@ -116,7 +116,7 @@
 /goal
 
 goal
  -namemultiproject:site/name
  +namemultiproject:site-deploy/name
   description
 Run codemultiproject:site/code and then deploy the
 site as would normally happend with codesite:deploy/code
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-07-29 Thread dion
dion2004/07/29 06:35:05

  Modified:scm  plugin.jelly
   scm/xdocs changes.xml
  Log:
  MPSCM-16. Trim goals after ask.
  
  Revision  ChangesPath
  1.14  +2 -1  maven-plugins/scm/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/scm/plugin.jelly,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- plugin.jelly  29 Jul 2004 07:51:18 -  1.13
  +++ plugin.jelly  29 Jul 2004 13:35:04 -  1.14
  @@ -209,7 +209,8 @@
   
   j:set var=goals value=${maven.scm.bootstrap.goals}/
   j:if test=${empty(goals)}
  -  i:ask question=What goals are you using to build? 
answer=maven.scm.bootstrap.goals default=multiproject:deploy /  
  +  i:ask question=What goals are you using to build? answer=goals 
default=multiproject:deploy /
  +  j:set var=maven.scm.bootstrap.goals value=${goals.trim()}/
   /j:if
   
   attainGoal name=scm:bootstrap-project /
  
  
  
  1.17  +1 -0  maven-plugins/scm/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/scm/xdocs/changes.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- changes.xml   29 Jul 2004 07:51:19 -  1.16
  +++ changes.xml   29 Jul 2004 13:35:05 -  1.17
  @@ -25,6 +25,7 @@
 /properties
 body
   release version=1.4.1-SNAPSHOT date=in CVS
  +  action dev=dion type=fix issue=MPSCM-16Trim goals after prompting 
from the user/action
 action dev=dion type=add issue=MPSCM-20Add scm:cvs-create-patch goal 
to help in creating patches/action
 action dev=carlos type=fix issue=MPSCM-13Set default 
codemaven.scm.method/code to cvs/action
   /release
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Vote] SCM Plugin Release

2004-07-29 Thread Dion Gillard
I'd like to release 1.4.1 of the SCM plugin.

There have been some minor, but useful fixes and additions, and the
outstanding bugs/issues will take a while to resolve.

Here's my +1.
-- 
http://www.multitask.com.au/people/dion/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/pmd/src/plugin-test/src/main - New directory

2004-07-29 Thread dion
dion2004/07/29 07:21:51

  maven-plugins/pmd/src/plugin-test/src/main - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/pmd/src/plugin-test/src/main/org/apache/maven - New directory

2004-07-29 Thread dion
dion2004/07/29 07:21:51

  maven-plugins/pmd/src/plugin-test/src/main/org/apache/maven - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/pmd/src/plugin-test/src/main/org/apache - New directory

2004-07-29 Thread dion
dion2004/07/29 07:21:51

  maven-plugins/pmd/src/plugin-test/src/main/org/apache - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/pmd/src/plugin-test/src/main/org - New directory

2004-07-29 Thread dion
dion2004/07/29 07:21:51

  maven-plugins/pmd/src/plugin-test/src/main/org - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/pmd/src/plugin-test - New directory

2004-07-29 Thread dion
dion2004/07/29 07:21:51

  maven-plugins/pmd/src/plugin-test - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/pmd/src/plugin-test/src - New directory

2004-07-29 Thread dion
dion2004/07/29 07:21:51

  maven-plugins/pmd/src/plugin-test/src - New directory

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/pmd/src/plugin-test maven.xml .cvsignore project.xml

2004-07-29 Thread dion
dion2004/07/29 07:21:55

  Added:   pmd/src/plugin-test/src/main/org/apache/maven Dummy.java
   pmd/src/plugin-test maven.xml .cvsignore project.xml
  Log:
  Add test project
  
  Revision  ChangesPath
  1.1  
maven-plugins/pmd/src/plugin-test/src/main/org/apache/maven/Dummy.java
  
  Index: Dummy.java
  ===
  package org.apache.maven;
  
  public class Dummy
  {
  public String badChecky = error;
  } 
  
  
  1.1  maven-plugins/pmd/src/plugin-test/maven.xml
  
  Index: maven.xml
  ===
  !-- 
  /*
   * Copyright 2001-2004 The Apache Software Foundation.
   * 
   * Licensed under the Apache License, Version 2.0 (the License);
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   * 
   *  http://www.apache.org/licenses/LICENSE-2.0
   * 
   * Unless required by applicable law or agreed to in writing, software
   * distributed under the License is distributed on an AS IS BASIS,
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   * See the License for the specific language governing permissions and
   * limitations under the License.
   */
   --
  project xmlns:util=jelly:util
   xmlns:assert=assert
   xmlns:j=jelly:core
   
goal name=testPlugin prereqs=test-pmd-report
/goal

goal name=test-pmd-report
  attainGoal name=pmd:report/
  assert:assertFileExists file=${maven.build.dir}/pmd-raw-report.xml/
  assert:assertFileExists file=${maven.gen.docs}/pmd-report.xml/
  attainGoal name=clean/
/goal
  /project
  
  
  1.1  maven-plugins/pmd/src/plugin-test/.cvsignore
  
  Index: .cvsignore
  ===
  gump.xml
  *.log
  
  
  
  1.1  maven-plugins/pmd/src/plugin-test/project.xml
  
  Index: project.xml
  ===
  ?xml version=1.0 encoding=UTF-8?
  !-- 
  /*
   * Copyright 2001-2004 The Apache Software Foundation.
   * 
   * Licensed under the Apache License, Version 2.0 (the License);
   * you may not use this file except in compliance with the License.
   * You may obtain a copy of the License at
   * 
   *  http://www.apache.org/licenses/LICENSE-2.0
   * 
   * Unless required by applicable law or agreed to in writing, software
   * distributed under the License is distributed on an AS IS BASIS,
   * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   * See the License for the specific language governing permissions and
   * limitations under the License.
   */
   --
  
  
  project
pomVersion3/pomVersion
idtest-maven-pmd-plugin/id
nameTest project for Maven PMD Plugin/name
groupIdmaven/groupId
currentVersion1.0-SNAPSHOT/currentVersion
organization
  nameApache Software Foundation/name
  urlhttp://www.apache.org//url
  logohttp://maven.apache.org/images/jakarta-logo-blue.gif/logo
/organization
inceptionYear2001/inceptionYear
packageorg.apache.maven/package
logohttp://maven.apache.org/images/maven.jpg/logo
descriptionTest for Maven PMD plugin/description
shortDescriptionTest for Maven PMD plugin/shortDescription
urlhttp://maven.apache.org/reference/plugins/pmd//url
siteDirectory/www/maven.apache.org/reference/plugins/pmd//siteDirectory
repository
  connectionscm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven-plugins/pmd//connection
  urlhttp://cvs.apache.org/viewcvs/maven-plugins/pmd//url
/repository
developers
  developer
namedIon Gillard/name
iddion/id
email[EMAIL PROTECTED]/email
organizationMultitask Consulting/organization
roles
  roleDocumentation/role
/roles
  /developer
/developers
  
build
  sourceDirectorysrc/main/sourceDirectory
/build
  /project
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/pmd project.xml

2004-07-29 Thread dion
dion2004/07/29 07:22:08

  Modified:pmd  project.xml
  Log:
  Add test project
  
  Revision  ChangesPath
  1.29  +1 -1  maven-plugins/pmd/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/pmd/project.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- project.xml   28 Jun 2004 11:31:23 -  1.28
  +++ project.xml   29 Jul 2004 14:22:08 -  1.29
  @@ -23,7 +23,7 @@
 pomVersion3/pomVersion
 idmaven-pmd-plugin/id
 nameMaven PMD Plug-in/name
  -  currentVersion1.5/currentVersion
  +  currentVersion1.6-SNAPSHOT/currentVersion
 descriptionThe Maven PMD plugin is a plugin that wraps the PMD framework 
(http://pmd.sourceforge.net). PMD is a source checking framework that works by 
scanning Java source code and looks for potential problems like: unused local 
variables, empty catch blocks, unused parameters, empty 'if' statements, 
etc./description
 shortDescriptionMaven Plugin for PMD/shortDescription
 urlhttp://maven.apache.org/reference/plugins/pmd//url
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/pmd plugin.jelly

2004-07-29 Thread dion
dion2004/07/29 07:31:30

  Modified:pmd/xdocs changes.xml
   pmd  plugin.jelly
  Log:
  MPPMD-12. Only run PMD if sources present
  
  Revision  ChangesPath
  1.24  +3 -0  maven-plugins/pmd/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/pmd/xdocs/changes.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- changes.xml   28 Jun 2004 11:31:23 -  1.23
  +++ changes.xml   29 Jul 2004 14:31:30 -  1.24
  @@ -25,6 +25,9 @@
   author email=[EMAIL PROTECTED]Vincent Massol/author
 /properties
 body
  +release version=1.6-SNAPSHOT date=in CVS
  +  action dev=dion issue=MPPMD-12 type=fixCheck sources are present 
before calling PMD./action
  +/release
   release version=1.5 date=2004-06-28
 action dev=brett due-to=Joakim Erdfelt issue=MPPMD-2 
type=updateUpgrade to PMD 1.3, clean up and improve documentation./action
   /release
  
  
  
  1.15  +28 -21maven-plugins/pmd/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven-plugins/pmd/plugin.jelly,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- plugin.jelly  14 Apr 2004 00:55:25 -  1.14
  +++ plugin.jelly  29 Jul 2004 14:31:30 -  1.15
  @@ -111,28 +111,35 @@
violated and that causes the report generation to fail later on --
   echo file=${maven.build.dir}/pmd-raw-report.xml 
   message=lt;?xml version='1.0'?gt;lt;pmd/gt;/
  -
  -pmd rulesetfiles=${maven.pmd.rulesetfiles}
  -  formatter type=xml toFile=${maven.build.dir}/pmd-raw-report.xml/
  -  fileset dir=${pom.build.sourceDirectory} 
  -includes=${maven.pmd.includes}
  -excludes=${maven.pmd.excludes}
   
  -!-- FIXME: This is a bad cut and paste --
  -!-- handle source modifications --
  -j:forEach var=sm items=${pom.build.sourceModifications}
  -  available property=classPresent classname=${sm.className}/
  -  j:if test=${classPresent != 'true'}
  -j:forEach var=exclude items=${sm.excludes}
  -  exclude name=${exclude}/
  -/j:forEach
  -j:forEach var=include items=${sm.includes}
  -  include name=${include}/
  +j:choose
  +  j:when test=${sourcesPresent == 'true'}
  +pmd rulesetfiles=${maven.pmd.rulesetfiles}
  +  formatter type=xml toFile=${maven.build.dir}/pmd-raw-report.xml/
  +  fileset dir=${pom.build.sourceDirectory} 
  +includes=${maven.pmd.includes}
  +excludes=${maven.pmd.excludes}
  +
  +!-- FIXME: This is a bad cut and paste --
  +!-- handle source modifications --
  +j:forEach var=sm items=${pom.build.sourceModifications}
  +  available property=classPresent classname=${sm.className}/
  +  j:if test=${classPresent != 'true'}
  +j:forEach var=exclude items=${sm.excludes}
  +  exclude name=${exclude}/
  +/j:forEach
  +j:forEach var=include items=${sm.includes}
  +  include name=${include}/
  +/j:forEach
  +  /j:if
   /j:forEach
  -  /j:if
  -/j:forEach
  -  /fileset
  -/pmd
  +  /fileset
  +/pmd
  +  /j:when
  +  j:otherwise
  +ant:echoNo java source files to process./ant:echo
  +  /j:otherwise
  +/j:choose
   
   !-- Run JSL to transform the report into XDOC --
 
  @@ -149,7 +156,7 @@
   !-- Generate CPD report if it is enabled --
   j:set var=enable value=${maven.pmd.cpd.enable}/
   
  -j:if test=${enable == 'true'}
  +j:if test=${enable == 'true' and sourcesPresent == 'true'}
 attainGoal name=pmd:cpd-report/
   /j:if
 /goal
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: maven-plugins/pmd project.xml

2004-07-29 Thread dion
dion2004/07/29 07:52:11

  Modified:pmd/xdocs changes.xml
   pmd  project.xml
  Log:
  MPPMD-10. Upgrade to pmd-1.9
  
  Revision  ChangesPath
  1.25  +1 -0  maven-plugins/pmd/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/pmd/xdocs/changes.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- changes.xml   29 Jul 2004 14:31:30 -  1.24
  +++ changes.xml   29 Jul 2004 14:52:11 -  1.25
  @@ -26,6 +26,7 @@
 /properties
 body
   release version=1.6-SNAPSHOT date=in CVS
  +  action dev=dion issue=MPPMD-10 type=updateUpgrade to pmd-1.9./action
 action dev=dion issue=MPPMD-12 type=fixCheck sources are present 
before calling PMD./action
   /release
   release version=1.5 date=2004-06-28
  
  
  
  1.30  +1 -1  maven-plugins/pmd/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/pmd/project.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- project.xml   29 Jul 2004 14:22:08 -  1.29
  +++ project.xml   29 Jul 2004 14:52:11 -  1.30
  @@ -107,7 +107,7 @@
   dependency
 groupIdpmd/groupId
 artifactIdpmd/artifactId
  -  version1.3/version
  +  version1.9/version
 urlhttp://pmd.sourceforge.net/url
   /dependency
   dependency
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2004-07-29 Thread dion
dion2004/07/29 08:12:55

  Modified:ant/src/plugin-test maven.xml
   ant  project.xml
   ant/xdocs changes.xml
  Log:
  Fix failing plugin tests
  
  Revision  ChangesPath
  1.9   +2 -1  maven-plugins/ant/src/plugin-test/maven.xml
  
  Index: maven.xml
  ===
  RCS file: /home/cvs/maven-plugins/ant/src/plugin-test/maven.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- maven.xml 5 Jul 2004 18:44:47 -   1.8
  +++ maven.xml 29 Jul 2004 15:12:54 -  1.9
  @@ -49,8 +49,9 @@
   
   assert:assertFileExists 
file=${maven.build.dest}/directory-1/file1.properties/
   assert:assertFileExists file=${maven.build.dest}/file2.properties/
  +!-- there are no unit test sources present, so the resources wont be copied 
either
   assert:assertFileExists 
file=${maven.test.dest}/directory-1/file1.properties/
  -assert:assertFileExists file=${maven.test.dest}/file2.properties/
  +assert:assertFileExists file=${maven.test.dest}/file2.properties/--
   
   delete file=${basedir}/build.xml/
 /goal
  
  
  
  1.44  +1 -1  maven-plugins/ant/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven-plugins/ant/project.xml,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- project.xml   20 Jul 2004 18:57:37 -  1.43
  +++ project.xml   29 Jul 2004 15:12:55 -  1.44
  @@ -23,7 +23,7 @@
 pomVersion3/pomVersion
 idmaven-ant-plugin/id
 nameMaven Ant Plugin/name
  -  currentVersion1.8/currentVersion
  +  currentVersion1.8.1-SNAPSHOT/currentVersion
 descriptionGenerates ant build files from a maven project, so that plain ant 
users can build your project/description
 shortDescriptionGenerate Ant build file/shortDescription
 urlhttp://maven.apache.org/reference/plugins/ant//url
  
  
  
  1.27  +2 -0  maven-plugins/ant/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven-plugins/ant/xdocs/changes.xml,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- changes.xml   20 Jul 2004 18:57:37 -  1.26
  +++ changes.xml   29 Jul 2004 15:12:55 -  1.27
  @@ -24,6 +24,8 @@
   author email=[EMAIL PROTECTED]dIon Gillard/author
 /properties
 body
  +release version=1.8.1-SNAPSHOT date=in CVS
  +/release
   release version=1.8 date=2004-07-20
 action dev=aheritier type=add issue=MPANT-9 due-to=Jan NielsenAdd 
ant's setproxy tag./action
 action dev=carlos type=fix issue=MPANT-16 due-to=Brent Worden 
due-to-email=[EMAIL PROTECTED]Use relative paths in directory properties./action
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  1   2   3   4   5   6   7   8   9   10   >