RE: cvs commit: maven/src/plugins-build/artifact/src/plugin-resources/templates manifest.vm

2003-06-17 Thread Michal Maczka


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, June 17, 2003 6:18 AM
 To: [EMAIL PROTECTED]
 Subject: Re: cvs commit: maven/src/plugins-build/artifact/src/plugin-
 resources/templates manifest.vm
 
Generic code for:
 
 -  deployment of artifact to remote repositry
 
  - installaton of artifact to local repository
 
 This seems like code that is duplicating the repository and deploy
 plugins. Why do we want a third way of doing this
 

This one is developed in pure Java + supports deployment to various types
of repositories. Soon it will support deployment to multiple repositories.

And I think it is easier to use it then other ones + the code is more
centralized. I hope to test it with junit. This was rather hard in case of 
old plugins.

 Can you please change the others to use this code if it works?

It is not yet fully finished. Once I will be sure that it works I am
planning to change other plugins. 
For the moment I use war plugin as demonstration how this is supposed
to work from the point of other plugins, so if any body has some remarks...
let me know.

FYI:

package org.apache.maven.artifact.deployer.deploy;

is meant to be refactored. I think the best will be to make a sister
component of fetch in maven-new.

This code is not depending on any maven apis, and can be possibly reused
like does fetch component.


Package org.apache.maven.artifact.deployer;

Contains higher level API, which uses maven API and it is supposed to be
used in plugins.



[OT]

I am thinking about deploying java sources and javadocs to repository.

Any idea about naming convention of those artifacts? With maven-new it 
will be easy to control, with maven-old it is not so easy.

I am thinking about:

/${groupId}/apis/${artitifactId}_api-${version}.jar  (for javadocs)
/${groupId}/srcs/${artitifactId}_src-${version}.jar  (for sources).



Any better ideas? 

Other question is where is the best place for such functionality?
I think for javadoc it is javadoc plugin. But for sources?


Any hints what else can we deploy?


Other idea:

We have;

jar:jar
war:war
ear:ear

etc..

Wouldn't it be more consistent to have:


jar:archive
war:archive
ear:archive
javadoc:archive
java:src-archive

etc?


regards

Michal

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



RE: deploying java sources and javadocs to repository

2003-06-17 Thread Martin Skopp
On Tue, 2003-06-17 at 10:20, Michal Maczka wrote:
 I am thinking about deploying java sources and javadocs to repository.
 
 Any idea about naming convention of those artifacts? With maven-new it 
 will be easy to control, with maven-old it is not so easy.
 
 I am thinking about:
 
 /${groupId}/apis/${artitifactId}_api-${version}.jar  (for javadocs)
 /${groupId}/srcs/${artitifactId}_src-${version}.jar  (for sources).
 
 Any better ideas? 
 
 Other question is where is the best place for such functionality?
 I think for javadoc it is javadoc plugin. But for sources?

Isn't the dist plugin doing the job already?

[dist] : Build a complete distribution.
  build .. Build a complete distribution.
  build-bin .. Build the binary distribution.
  build-setup  Set up directories for a distribution
build
  build-src .. Build the source distribution.
  deploy . Deploy a distribution
  deploy-bin . Deploy a binary distribution
  deploy-snapshot  Deploy a snapshot distribution
  deploy-src . Deploy a source distribution
  prepare-bin-filesystem . Builds the binary distribution file
system.
  prepare-src-filesystem . Builds the source distribution file
system.

 javadoc:archive
 java:src-archive

... dist plugin IMHO builds zip archives, which are more suitable than
jar e.g. for javadoc.

just my 2 cent
-- 
Martin Skopp
Riege Software International GmbH
Support: mailto:[EMAIL PROTECTED], Information: http://www.riege.com

This email is intended to be viewed with a nonproportional font.
Public Key on http://www.keyserver.net, Key-ID: 3D4027B5
Fingerprint: 1970 C78D 9A1D 99FA 5CE4  5C0D 29E6 6A95 3D40 27B5


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



RE: deploying java sources and javadocs to repository

2003-06-17 Thread Martin Skopp
On Tue, 2003-06-17 at 11:18, Michal Maczka wrote:
 [...] 
  ... dist plugin IMHO builds zip archives, which are more suitable than
  jar e.g. for javadoc.
  
 
 Somebody knows how compression level of zip compares to jar.
 I thought that they are quite similar...

They are indeed.

Just my first association when reading archive is *.zip, *.tgz, *.rar
etc. and NOT *.jar.  My association for a jar is a bunch of class files,
possibly directly executable, possibly containing property/xml files
etc.

For javadoc and sources I find zip more natural.  E.g. the sun javadoc's
for J2SE is a zip as well as the J2SE java sources, right?
-- 
Martin Skopp
Riege Software International GmbH
Support: mailto:[EMAIL PROTECTED], Information: http://www.riege.com

This email is intended to be viewed with a nonproportional font.
Public Key on http://www.keyserver.net, Key-ID: 3D4027B5
Fingerprint: 1970 C78D 9A1D 99FA 5CE4  5C0D 29E6 6A95 3D40 27B5


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



RE: Recent changes in war plugin

2003-06-17 Thread Michal Maczka
Thanks for pointing that!
I also realized that I did this change (bit unintentionally)
Not sure either if it should stay for release.


Any other problems with the plugin?


BTW:

This plugin has not yet reached release quality.
 I still need to work on it before beta-10 is out..

mm

 -Original Message-
 From: Konstantin Priblouda [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, June 17, 2003 11:58 AM
 To: [EMAIL PROTECTED]
 Subject: Recent changes in war plugin
 
 Hi Michal,
 
 Last changes in war plugin seem suboptimal for
 me.
 
 I'm not sure that war artifact always needs version
 name on it. Well, from one point of view it would be
 nice to have versioned one if we are assembling ear.
 
 But from other point of view if we just assemble web
 app
 versioned war is not cool...
 
 =
 [ Konstantin Pribluda ( ko5tik ) ]
 Zu Verstärkung meines Teams suche ich ab Sofort einen
 Softwareentwickler[In] für die Festanstellung.
 Arbeitsort: Mainz
 Skills:  Programieren, Kentnisse in OpenSource-Bereich
 [ http://www.pribluda.de ]
 
 __
 Do you Yahoo!?
 SBC Yahoo! DSL - Now only $29.95 per month!
 http://sbc.yahoo.com
 
 -
 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]



Re: [Repository Upload Request] xdoclet-1.2-beta3

2003-06-17 Thread Aslak Hellesøy
Martin Skopp wrote:

xdoclet-1.2-b3 is out (since Jun 13th).

Could someone please put the jars onto
http://www.ibiblio.org/maven/xdoclet/jars/
Download at http://sourceforge.net/project/showfiles.php?group_id=31602
Project page http://xdoclet.sourceforge.net/
Thanks
 

Please don't do that yet. Something went wrong during the latest 
release. Someone from the XDoclet team will request an upload once an 
unbroken release is out.

Aslak

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


Re: Recent changes in war plugin

2003-06-17 Thread Rafal Krzewski
Konstantin Priblouda wrote:
 I'm not sure that war artifact always needs version
 name on it. Well, from one point of view it would be
 nice to have versioned one if we are assembling ear.
 
 But from other point of view if we just assemble web
 app
 versioned war is not cool...

IMO a war should definetely be versioned when it is deployed to
the repository. Things just won't work the other way.
When assembling an EAR, there might be a need to drop the
version information from the filename, if the deployment descriptor
is written by hand, but if it is generated by maven, the file name
might retain the information -- this could pay off later when you
recieve a service call and need to determine what is actually
running at the client's system.

The application server driving plugin might want to drop the version
information during deployment/redeployment but I don't see why that
would be neccessary.

R.


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



RE: Recent changes in war plugin

2003-06-17 Thread Konstantin Priblouda

--- Michal Maczka [EMAIL PROTECTED] wrote:
 Thanks for pointing that!
 I also realized that I did this change (bit
 unintentionally)
 I was sure you did it :) cvs log does not lie :)

 Any other problems with the plugin?

not at the moment

 BTW:
 
 This plugin has not yet reached release quality.
  I still need to work on it before beta-10 is out..

well, I'm working off cvs, so I see those glitches
pretty soon. So I'm able to look at your fingers 
and lobby some stuff :)

regards,

=
[ Konstantin Pribluda ( ko5tik ) ]
Zu Verstärkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] für die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
[ http://www.pribluda.de ]

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

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



cvs commit: maven/src/plugins-build/jboss/xdocs index.xml

2003-06-17 Thread vmassol
vmassol 2003/06/17 05:05:41

  Modified:src/plugins-build/jboss/xdocs index.xml
  Log:
  Fixed url
  
  Revision  ChangesPath
  1.2   +1 -1  maven/src/plugins-build/jboss/xdocs/index.xml
  
  Index: index.xml
  ===
  RCS file: /home/cvs/maven/src/plugins-build/jboss/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 17 Jun 2003 12:04:29 -  1.1
  +++ index.xml 17 Jun 2003 12:05:41 -  1.2
  @@ -25,7 +25,7 @@
 td17 Jun 2003/td
 td
   Release of version 1.1. Read the
  -a 
href=http://cvs.apache.org/viewcvs.cgi/maven/src/plugins-build/jboss/announcements/1.1.ann?rev=1.0amp;content-type=text/vnd.viewcvs-markup;announcement/a.
  +a 
href=http://cvs.apache.org/viewcvs.cgi/maven/src/plugins-build/jboss/announcements/1.1.ann?rev=1.1amp;content-type=text/vnd.viewcvs-markup;announcement/a.
 /td
   /tr
   tr
  
  
  

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



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

2003-06-17 Thread vmassol
vmassol 2003/06/17 05:32:02

  Modified:src/plugins-build/jboss project.xml
  Log:
  Only use a subset of default reports
  
  Revision  ChangesPath
  1.7   +10 -0 maven/src/plugins-build/jboss/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven/src/plugins-build/jboss/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml   17 Jun 2003 12:04:29 -  1.6
  +++ project.xml   17 Jun 2003 12:32:02 -  1.7
  @@ -50,4 +50,14 @@
   
 dependencies/
   
  +  reports
  +reportmaven-changes-plugin/report
  +reportmaven-changelog-plugin/report
  +reportmaven-file-activity-plugin/report
  +reportmaven-developer-activity-plugin/report
  +reportmaven-file-activity-plugin/report
  +reportmaven-license-plugin/report
  +reportmaven-linkcheck-plugin/report
  +  /reports
  +
   /project
  
  
  

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



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

2003-06-17 Thread vmassol
vmassol 2003/06/17 05:38:52

  Modified:src/plugins-build/jboss project.xml
   src/plugins-build/jboss/xdocs changes.xml
  Log:
  Starting release 1.2... Will be finished before Thursday...
  
  Revision  ChangesPath
  1.8   +6 -1  maven/src/plugins-build/jboss/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven/src/plugins-build/jboss/project.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- project.xml   17 Jun 2003 12:32:02 -  1.7
  +++ project.xml   17 Jun 2003 12:38:52 -  1.8
  @@ -5,7 +5,7 @@
 pomVersion3/pomVersion
 idmaven-jboss-plugin/id
 nameMaven JBoss Plug-in/name
  -  currentVersion1.1/currentVersion
  +  currentVersion1.2-SNAPSHOT/currentVersion
 descriptionPlugin for JBoss./description
 shortDescriptionJBoss plugin/shortDescription
 urlhttp://maven.apache.org/reference/plugins/jboss//url
  @@ -27,6 +27,11 @@
 id1.1/id
 name1.1/name
 tagMAVEN_JBOSS_1_1/tag
  +/version
  +version
  +  id1.2/id
  +  name1.2/name
  +  tagHEAD/tag
   /version
 /versions
   
  
  
  
  1.8   +3 -0  maven/src/plugins-build/jboss/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven/src/plugins-build/jboss/xdocs/changes.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- changes.xml   17 Jun 2003 12:04:29 -  1.7
  +++ changes.xml   17 Jun 2003 12:38:52 -  1.8
  @@ -7,6 +7,9 @@
   
 body
   
  +release version=1.2 date=in CVS
  +/release
  +
   release version=1.1 date=2003-06-17
 action dev=vmassol type=fix due-to=Willie Vu due-to-email=[EMAIL 
PROTECTED]
   Application-specific JBoss configuration files now correctly overwrite
  
  
  

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



Re: Recent changes in war plugin

2003-06-17 Thread Kurt Schrader
I thought that we voted on this and decided that a war qould remained
unversioned for easy deployment, but there would be a property to switch
it to a versioned war.
I am still -1 on making a versioned war the default behavior.

-Kurt

On Tue, 17 Jun 2003, Konstantin Priblouda wrote:

 I'm not sure that war artifact always needs version
 name on it. Well, from one point of view it would be
 nice to have versioned one if we are assembling ear.

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



RE: Recent changes in war plugin

2003-06-17 Thread Michal Maczka
It was mistake!


will fix that

Michal

 -Original Message-
 From: Kurt Schrader [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, June 17, 2003 6:36 PM
 To: Maven Developers List
 Subject: Re: Recent changes in war plugin


 I thought that we voted on this and decided that a war qould remained
 unversioned for easy deployment, but there would be a property to switch
 it to a versioned war.
 I am still -1 on making a versioned war the default behavior.

 -Kurt

 On Tue, 17 Jun 2003, Konstantin Priblouda wrote:

  I'm not sure that war artifact always needs version
  name on it. Well, from one point of view it would be
  nice to have versioned one if we are assembling ear.

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


 --
 Glosuj na NIE!
 NIE dla oplat za otwarcie i prowadzenie rachunku!
  http://link.interia.pl/f173b






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



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

2003-06-17 Thread michal
michal  2003/06/17 10:50:16

  Modified:src/plugins-build/war plugin.jelly
  Log:
  war archive creted in target directory is unversioned
  
  Revision  ChangesPath
  1.18  +2 -5  maven/src/plugins-build/war/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven/src/plugins-build/war/plugin.jelly,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- plugin.jelly  16 Jun 2003 14:40:25 -  1.17
  +++ plugin.jelly  17 Jun 2003 17:50:16 -  1.18
  @@ -27,11 +27,8 @@
   /j:if
   
   ant:property name=maven.war.final.name 
  -  value=${maven.final.name}.war/
  -  
  -ant:echofinal:${maven.final.name}/ant:echo
  -
  -ant:echoWAR final:${maven.war.final.name}/ant:echo
  +  value=${pom.artifactId}.war/
  + 
 /goal
 
 !--==--
  
  
  

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



cvs commit: maven/src/plugins-build/jboss project.properties

2003-06-17 Thread vmassol
vmassol 2003/06/17 11:07:45

  Added:   src/plugins-build/jboss project.properties
  Log:
  Added properties to print the version on the website + add the license, etc.
  
  Revision  ChangesPath
  1.1  maven/src/plugins-build/jboss/project.properties
  
  Index: project.properties
  ===
  # ---
  # P R O J E C T  P R O P E R T I E S
  # ---
  maven.xdoc.date=left
  maven.xdoc.version=${pom.currentVersion}
  maven.license.licenseFile=${basedir}/../../../LICENSE.txt
  
  
  

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



cvs commit: maven/src/plugins-build/ear .cvsignore

2003-06-17 Thread vmassol
vmassol 2003/06/17 11:09:00

  Modified:src/plugins-build/ear .cvsignore
  Log:
  Added build.properties to ignore list
  
  Revision  ChangesPath
  1.2   +1 -0  maven/src/plugins-build/ear/.cvsignore
  
  Index: .cvsignore
  ===
  RCS file: /home/cvs/maven/src/plugins-build/ear/.cvsignore,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- .cvsignore24 Jan 2003 03:45:09 -  1.1
  +++ .cvsignore17 Jun 2003 18:08:59 -  1.2
  @@ -1,3 +1,4 @@
   target
   maven.log
   velocity.log
  +build.properties
  \ No newline at end of file
  
  
  

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



[jira] Created: (MAVEN-493) Default reports and reports not generated

2003-06-17 Thread jira
Message:

  A new issue has been created in JIRA.

-
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-493


Here is an overview of the issue:
-
Key: MAVEN-493
Summary: Default reports and reports not generated
   Type: Bug

 Status: Unassigned
   Priority: Major

 Time Spent: Unknown
   Estimate: 0 minutes

Project: maven
   Fix Fors:
 1.0-beta-10
   Versions:
 1.0-beta-10

   Assignee: 
   Reporter: Vincent Massol

Created: Tue, 17 Jun 2003 1:31 PM
Updated: Tue, 17 Jun 2003 1:31 PM

Description:
The default report names appear in the site left menu even though the reports have not 
been generated.

For example, if a project has no java sources, the Metrics report will appear in the 
navigation menu but clicking on it generates a 404...

Several solutions:
1/ no default reports
2/ intelligent reports: if there are no sources, then the metrics report is disabled
3/ default empty pages for reports that are not generated. Can contain something like 
No Metrics report available as there is no java source in this project

My preference goes to 2/

-Vincent


-
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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



[jira] Created: (MAVEN-494) Most plugins do not pass pom:validate!

2003-06-17 Thread jira
Message:

  A new issue has been created in JIRA.

-
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-494


Here is an overview of the issue:
-
Key: MAVEN-494
Summary: Most plugins do not pass pom:validate!
   Type: Bug

 Status: Unassigned
   Priority: Major

 Time Spent: Unknown
   Estimate: 0 minutes

Project: maven
   Versions:
 1.0-beta-10

   Assignee: 
   Reporter: Vincent Massol

Created: Tue, 17 Jun 2003 1:35 PM
Updated: Tue, 17 Jun 2003 1:35 PM

Description:
For example, the organization part is supposed to be mandatory but no plugin has 
it...

Then there are other errors too.

So either the organization is optional or it is not... choose...

-Vincent


-
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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



[jira] Updated: (MAVEN-494) pom:validate does not work with extend

2003-06-17 Thread jira
The following issue has been updated:

Updater: Vincent Massol (mailto:[EMAIL PROTECTED])
   Date: Tue, 17 Jun 2003 1:38 PM
Changes:
  summary changed from Most plugins do not pass pom:validate! to pom:validate 
does not work with extend
  description changed from For example, the organization part is supposed to 
be mandatory but no plugin has it...

Then there are other errors too.

So either the organization is optional or it is not... choose...

-Vincent to For example, in the Maven plugins if you type maven pom:validate you get 
several errors even though the missing elements are defined in the parent project.xml.
  Fix Version changed from  to 1.0-beta-10
-
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-494page=history

-
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-494


Here is an overview of the issue:
-
Key: MAVEN-494
Summary: pom:validate does not work with extend
   Type: Bug

 Status: Unassigned
   Priority: Major

 Time Spent: Unknown
   Estimate: 0 minutes

Project: maven
   Fix Fors:
 1.0-beta-10
   Versions:
 1.0-beta-10

   Assignee: 
   Reporter: Vincent Massol

Created: Tue, 17 Jun 2003 1:35 PM
Updated: Tue, 17 Jun 2003 1:38 PM

Description:
For example, in the Maven plugins if you type maven pom:validate you get several 
errors even though the missing elements are defined in the parent project.xml.


-
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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



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

2003-06-17 Thread vmassol
vmassol 2003/06/17 11:23:23

  Modified:src/plugins-build/ear project.xml
  Log:
  Only generate reports that are used. Otherwise, we get 404 errors
  
  Revision  ChangesPath
  1.11  +11 -0 maven/src/plugins-build/ear/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven/src/plugins-build/ear/project.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- project.xml   17 Jun 2003 17:57:47 -  1.10
  +++ project.xml   17 Jun 2003 18:23:22 -  1.11
  @@ -62,4 +62,15 @@
   /developer
 /developers
 dependencies/
  +
  +  reports
  +reportmaven-changes-plugin/report
  +reportmaven-changelog-plugin/report
  +reportmaven-file-activity-plugin/report
  +reportmaven-developer-activity-plugin/report
  +reportmaven-file-activity-plugin/report
  +reportmaven-license-plugin/report
  +reportmaven-linkcheck-plugin/report
  +  /reports
  +
   /project
  
  
  

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



cvs commit: maven/src/plugins-build/deploy deployers.tgz

2003-06-17 Thread vmassol
vmassol 2003/06/17 12:45:20

  Removed: src/plugins-build/deploy deployers.tgz
  Log:
  Removed tgz file which, I guess, should never have been committed...

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



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

2003-06-17 Thread vmassol
vmassol 2003/06/17 12:52:07

  Modified:src/plugins-build/shell plugin.jelly
  Log:
  Removed inappropriate comment. I've not replaced the comment as I'm not sure what 
this plugin does exactly...
  
  Revision  ChangesPath
  1.3   +0 -3  maven/src/plugins-build/shell/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven/src/plugins-build/shell/plugin.jelly,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.jelly  30 Mar 2003 16:17:20 -  1.2
  +++ plugin.jelly  17 Jun 2003 19:52:07 -  1.3
  @@ -3,9 +3,6 @@
   project xmlns:j=jelly:core
 xmlns:test=test
   
  -  !--==--
  -  !-- Generate Eclipse .project and .classpath files   --
  -  !--==--
 goal name=shell
   description=Generate Zsh files
   /
  
  
  

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



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

2003-06-17 Thread michal
michal  2003/06/17 15:05:36

  maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy - New directory

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



cvs commit: maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers - New directory

2003-06-17 Thread michal
michal  2003/06/17 15:05:37

  maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers - New 
directory

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



cvs commit: maven/src/test/dependency-resolver test-simple1.xml test-complex.xml test-cycle.xml test-simple3.xml test-simple2.xml

2003-06-17 Thread bwalding
bwalding2003/06/17 17:01:42

  Removed: src/test/dependency-resolver test-simple1.xml
test-complex.xml test-cycle.xml test-simple3.xml
test-simple2.xml
  Log:
  Remove digester dependency.

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



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

2003-06-17 Thread dion
dion2003/06/17 18:11:33

  Modified:src/plugins-build/latex plugin.jelly
  Log:
  Make latex plugin run when maven site runs
  
  Revision  ChangesPath
  1.4   +2 -2  maven/src/plugins-build/latex/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven/src/plugins-build/latex/plugin.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.jelly  1 Apr 2003 00:50:11 -   1.3
  +++ plugin.jelly  18 Jun 2003 01:11:33 -  1.4
  @@ -57,11 +57,11 @@
   /j:if
 /goal
   
  -  postGoal name=site:generate
  +  preGoal name=xdoc
   j:if test=${!latexSrcDir.equals('MAVEN_LATEX_SRC_DIR_NOT_SET')}
 attainGoal name=latex:generate/
   /j:if
  -  /postGoal
  +  /preGoal
   
   
   /project
  
  
  

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



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

2003-06-17 Thread dion
dion2003/06/17 18:13:01

  Modified:src/plugins-build/word2html project.xml
  Added:   src/plugins-build/word2html/xdocs changes.xml
  Log:
  Make word2html plugin run when maven site runs
  
  Revision  ChangesPath
  1.1  maven/src/plugins-build/word2html/xdocs/changes.xml
  
  Index: changes.xml
  ===
  ?xml version=1.0?
  document
properties
  titleChanges/title
  author email=[EMAIL PROTECTED]dIon Gillard/author
/properties
  
body
  
  release version=1.3 date=in CVS
action dev=dion type=fix
  Make plugin run when maven site is invoked
/action
  /release
  
/body
  /document
  
  
  
  
  1.10  +1 -1  maven/src/plugins-build/word2html/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven/src/plugins-build/word2html/project.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- project.xml   9 Apr 2003 01:06:49 -   1.9
  +++ project.xml   18 Jun 2003 01:13:01 -  1.10
  @@ -5,7 +5,7 @@
 pomVersion3/pomVersion
 idmaven-word2html-plugin/id
 nameMaven Word to HTML Plug-in/name
  -  currentVersion1.2/currentVersion
  +  currentVersion1.3-SNAPSHOT/currentVersion
 descriptionA Maven plugin to convert word docs into html for project 
usage/description
 shortDescriptionConvert Word docs to HTML/shortDescription
 urlhttp://maven.apache.org/reference/plugins/word2html//url
  
  
  

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



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

2003-06-17 Thread dion
dion2003/06/17 18:14:12

  Modified:src/plugins-build/latex project.xml
  Added:   src/plugins-build/latex/xdocs changes.xml
  Log:
  Make latex plugin run when maven site runs
  
  Revision  ChangesPath
  1.9   +1 -1  maven/src/plugins-build/latex/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven/src/plugins-build/latex/project.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml   9 Apr 2003 01:06:47 -   1.8
  +++ project.xml   18 Jun 2003 01:14:12 -  1.9
  @@ -5,7 +5,7 @@
 pomVersion3/pomVersion
 idmaven-latex-plugin/id
 nameMaven Latex Plug-in/name
  -  currentVersion1.0/currentVersion
  +  currentVersion1.1-SNAPSHOT/currentVersion
 description/
 shortDescriptionJava Project Management Tools/shortDescription
 urlhttp://maven.apache.org/reference/plugins/latex//url
  
  
  
  1.1  maven/src/plugins-build/latex/xdocs/changes.xml
  
  Index: changes.xml
  ===
  ?xml version=1.0?
  document
properties
  titleChanges/title
  author email=[EMAIL PROTECTED]dIon Gillard/author
/properties
  
body
  
  release version=1.1 date=in CVS
action dev=dion type=fix
  Make plugin run when maven site is invoked
/action
  /release
  
/body
  /document
  
  
  
  

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



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

2003-06-17 Thread dion
dion2003/06/17 18:24:00

  Modified:src/plugins-build/word2html plugin.jelly
  Log:
  Handle files with spaces in the names
  
  Revision  ChangesPath
  1.4   +3 -3  maven/src/plugins-build/word2html/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven/src/plugins-build/word2html/plugin.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.jelly  18 Jun 2003 01:10:57 -  1.3
  +++ plugin.jelly  18 Jun 2003 01:23:59 -  1.4
  @@ -34,9 +34,9 @@
 j:forEach var=file items=${wordFiles.iterator()}
   echoGenerating from ${file} to ${docsDest}/echo
   exec executable=cscript.exe
  -  arg line='${plugin.resources}/word2html.vbs ${file}' /
  -  arg line='${docsDest}' /
  -  arg line='${wordSrcDir}' /
  +  arg value='${plugin.resources}/word2html.vbs ${file}' /
  +  arg value='${docsDest}' /
  +  arg value='${wordSrcDir}' /
   /exec
   
 /j:forEach
  
  
  

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



cvs commit: maven/src/plugins-build/word2html/src/plugin-resources word2html.vbs

2003-06-17 Thread dion
dion2003/06/17 18:37:45

  Modified:src/plugins-build/word2html/src/plugin-resources
word2html.vbs
  Log:
  Open the freaking files readonly
  
  Revision  ChangesPath
  1.2   +2 -2  
maven/src/plugins-build/word2html/src/plugin-resources/word2html.vbs
  
  Index: word2html.vbs
  ===
  RCS file: 
/home/cvs/maven/src/plugins-build/word2html/src/plugin-resources/word2html.vbs,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- word2html.vbs 24 Jan 2003 03:46:25 -  1.1
  +++ word2html.vbs 18 Jun 2003 01:37:45 -  1.2
  @@ -58,6 +58,6 @@
   Set obj = WScript.CreateObject(Word.Application)
   
   obj.Visible = FALSE
  -obj.Documents.Open(inputFile)
  +obj.Documents.Open inputFile,,True
   obj.ActiveDocument.SaveAs outputFile, HTMLFormat
   obj.Quit
  
  
  

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



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

2003-06-17 Thread dion
dion2003/06/17 21:28:59

  Modified:src/plugins-build/word2html/xdocs changes.xml
  Log:
  Update docs with latest change for open in readonly
  
  Revision  ChangesPath
  1.2   +3 -0  maven/src/plugins-build/word2html/xdocs/changes.xml
  
  Index: changes.xml
  ===
  RCS file: /home/cvs/maven/src/plugins-build/word2html/xdocs/changes.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml   18 Jun 2003 01:13:01 -  1.1
  +++ changes.xml   18 Jun 2003 04:28:59 -  1.2
  @@ -9,6 +9,9 @@
   
   release version=1.3 date=in CVS
 action dev=dion type=fix
  +Open the word documents in readonly mode
  +  /action
  +  action dev=dion type=fix
   Make plugin run when maven site is invoked
 /action
   /release
  
  
  

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



Re: cvs commit: maven/src/java/org/apache/maven/verifierDependencyVerifier.java

2003-06-17 Thread dion
  +/* 
  + * XXX the usage here looks broken / confusing.
  + * If .create is static, then it can't be using the longopt / 
description state
  + * Which then raises the question, are we misusing 
OptionBuilder?
  + */
   options.addOption( OptionBuilder

That's the way the OptionBuilder works???
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/
Work:  http://www.multitask.com.au



Re: cvs commit: maven/src/java/org/apache/maven/verifier DependencyVerifier.java

2003-06-17 Thread Ben Walding
Yes, that is how it works. I do not like it. It is confusing.

Luckily it's been change in CVS and Bob McWhirter has promised us a new 
release.

(He didn't really promise... in fact this is the first he will know 
about it).

[EMAIL PROTECTED] wrote:

 +/* 
 + * XXX the usage here looks broken / confusing.
 + * If .create is static, then it can't be using the longopt / 
description state
 + * Which then raises the question, are we misusing 
OptionBuilder?
 + */
  options.addOption( OptionBuilder

That's the way the OptionBuilder works???
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/
Work:  http://www.multitask.com.au
 



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