Re: maven-plugins CVS screwed up (again :)

2003-10-30 Thread Ben Walding
You'll find that the command below is slightly better: cd /home/cvs/maven-plugins find artifact -type d -exec chmod u=rwx,g=rwxs,o=rx {} \; (Note the s in g=rwxs) Brett Porter wrote: dion, cd /home/cvs/maven-plugins find artifact -type d -exec chmod 775 {} \; please :) Cheers, Brett -- B

Results of clean bootstrap at 20031030-2200

2003-10-30 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20031030-2200 [exec] [echo] No java source files to compile. [exec] java:jar-resources: [exec] Copying 3 files to /usr/local/builds/maven/src/maven/src/plugins-build/touchstone/target/classes [exec] test:prepare

Re: maven-plugins CVS screwed up (again :)

2003-10-30 Thread dion
On my way. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc Brett Porter <[EMAIL PROTECTED]> wrote on 31/10/2003 08:42:46 AM: > dion, > > cd /home/cvs/maven-plugins > find artifact -type d -exec

Re: Uploading latest Velocity JARS

2003-10-30 Thread bob mcwhirter
Peter Royal was kind enough to move it from DNA to Maven. -bob On Thu, 30 Oct 2003, Matt Raible wrote: > Should I login and create a new issue under Maven then? > > Matt > > On Oct 30, 2003, at 3:18 PM, bob mcwhirter wrote: > > > On Thu, 30 Oct 2003, Matt Raible wrote: > > > >> When

Re: Uploading latest Velocity JARS

2003-10-30 Thread Matt Raible
Should I login and create a new issue under Maven then? Matt On Oct 30, 2003, at 3:18 PM, bob mcwhirter wrote: On Thu, 30 Oct 2003, Matt Raible wrote: When I created a new issue in JIRA - maven was not a project choice in the list, so I chose "dna" since it was the first one. Anyway, here's a

Re: Uploading latest Velocity JARS

2003-10-30 Thread bob mcwhirter
On Thu, 30 Oct 2003, Matt Raible wrote: > When I created a new issue in JIRA - maven was not a project choice in > the list, so I chose "dna" since it was the first one. Anyway, here's > a more formal request: > > http://jira.codehaus.org/secure/ViewIssue.jspa?key=DNA-18 Yah, actually, you

Re: Uploading latest Velocity JARS

2003-10-30 Thread Matt Raible
When I created a new issue in JIRA - maven was not a project choice in the list, so I chose "dna" since it was the first one. Anyway, here's a more formal request: http://jira.codehaus.org/secure/ViewIssue.jspa?key=DNA-18 Matt On Oct 30, 2003, at 3:06 PM, bob mcwhirter wrote: Typically...

Re: Uploading latest Velocity JARS

2003-10-30 Thread bob mcwhirter
> Are these instructions on the Wiki? http://maven.apache.org/repository-upload.html > Are you going to trust me to provide you with a url to a jar? Well, I'm certainly not going to build things manually or extract them from tarballs. Are you untrustworthy? -bob

Re: Uploading latest Velocity JARS

2003-10-30 Thread Alain Javier Guarnieri del Gesu
* bob mcwhirter <[EMAIL PROTECTED]> [2003-10-30 18:06]: > > Typically... > > a) file it in Jira under the appropriate component (ie, Jar Request or something) > > b) provide a URL directly to the well-named jar so we can > > 1) login > 2) wget url > 3) logout > > If we have t

Re: Uploading latest Velocity JARS

2003-10-30 Thread bob mcwhirter
Typically... a) file it in Jira under the appropriate component (ie, Jar Request or something) b) provide a URL directly to the well-named jar so we can 1) login 2) wget url 3) logout If we have to untar distributions, find the jar, renamed it and then put it on ibiblio

Uploading latest Velocity JARS

2003-10-30 Thread Matt Raible
Is it possible to get a couple of jars uploaded to ibiblio.org? specifically, I'd like to see: velocity-1.4 rc1 from http://cvs.apache.org/dist/jakarta/velocity/v1.4rc1/ velocity-tools 1.0 from http://mirror.candidhosting.com/apache/jakarta/velocity-tools/binaries/ velocity-tools-1.0.tar.gz

maven-plugins CVS screwed up (again :)

2003-10-30 Thread Brett Porter
dion, cd /home/cvs/maven-plugins find artifact -type d -exec chmod 775 {} \; please :) Cheers, Brett -- Brett Porter Team Leader, Core Systems f2 network ~ everything essential

cvs commit: maven/src/plugins-build/xdoc/src/test/xdocs/beta/two index.xml

2003-10-30 Thread dion
dion2003/10/30 13:38:40 Removed: src/plugins-build/xdoc/src/plugin-resources/templates mail-lists.xml team-list.xml index.xml maven-reports.xml project-info.xml issue-tracking.xml cvs-usage.xml dependencies.xml

[jira] Updated: (MAVEN-988) Improve HTML generation

2003-10-30 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Thu, 30 Oct 2003 3:27 PM Changes: Fix Version changed to 1.1 - For a full history of the issue, see: h

[jira] Closed: (MAVEN-872) Maven does not recognize .cvspass file

2003-10-30 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-872 Here is an overview of the issue: --

[jira] Commented: (MAVEN-872) Maven does not recognize .cvspass file

2003-10-30 Thread jira
The following comment has been added to this issue: Author: David Eric Pugh Created: Thu, 30 Oct 2003 2:50 PM Body: I think you are exactly right about hte cvs login.. We are talking about somehow enabling support for the cvs login command. Maybe provide a maven.cvs.password pr

[jira] Created: (MAVEN-988) Improve HTML generation

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

Re: Eclipse Plugin Mods

2003-10-30 Thread Alain Javier Guarnieri del Gesu
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2003-10-30 14:13]: > Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> wrote on 30/10/2003 > 02:47:50 AM: > > > > There is interest in distributing source and debug jars. > > > > It is something that I would look into doing with Maven, if it would > > b

[jira] Commented: (MAVEN-872) Maven does not recognize .cvspass file

2003-10-30 Thread jira
The following comment has been added to this issue: Author: Jason Horne Created: Thu, 30 Oct 2003 2:18 PM Body: Just FYI, now that I think about it again, I think my problems went away when I issued a "cvs login" command in the project's root directory. Maven runs reports against

[jira] Updated: (MAVEN-987) Patches to fix rc1 xml parse crash and improve JB9 support

2003-10-30 Thread jira
The following issue has been updated: Updater: David Zeleznik (mailto:[EMAIL PROTECTED]) Date: Thu, 30 Oct 2003 2:17 PM Comment: Updated patch to fix an additional rc1 bug: the junit dependency of the test plugin was not being determined correctly. Changes: Attachm

[jira] Commented: (MAVEN-987) Patches to fix rc1 xml parse crash and improve JB9 support

2003-10-30 Thread jira
The following comment has been added to this issue: Author: David Zeleznik Created: Thu, 30 Oct 2003 2:16 PM Body: I have updated the patch file to fix another rc1 bug in that the test-plugin's junit artifact dependency is no longer being computed correctly. --

[jira] Commented: (MAVEN-872) Maven does not recognize .cvspass file

2003-10-30 Thread jira
The following comment has been added to this issue: Author: Julien Dubois Created: Thu, 30 Oct 2003 1:02 PM Body: Eric, This issue should be closed for me, I believe it comes from some flawed CVS client that comes bundled with WinCVS/TortoiseCVS/whatever. And besides Jason can't

[jira] Updated: (MAVEN-987) Patches to fix rc1 xml parse crash and improve JB9 support

2003-10-30 Thread jira
The following issue has been updated: Updater: David Zeleznik (mailto:[EMAIL PROTECTED]) Date: Thu, 30 Oct 2003 12:58 PM Changes: Attachment changed to jbuilder-plugin-987-diff.txt - For a full hist

[jira] Created: (MAVEN-987) Patches to fix rc1 xml parse crash and improve JB9 support

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

[jira] Closed: (MAVEN-977) Includes and Excludes not used during cactus:compile goal

2003-10-30 Thread jira
Message: The following issue has been closed. Resolver: Vincent Massol Date: Thu, 30 Oct 2003 12:36 PM Fixed in Cactus CVS as the Cactus plugin for Maven has moved there. - View the issue: http://jira.codehaus.or

Re: Eclipse Plugin Mods

2003-10-30 Thread dion
Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> wrote on 30/10/2003 02:47:50 AM: > > There is interest in distributing source and debug jars. > > It is something that I would look into doing with Maven, if it would > be of use to Maven. > > > 1) I'm not thrilled with the naming convention u

Re: Eclipse Plugin Mods

2003-10-30 Thread Alain Javier Guarnieri del Gesu
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2003-10-30 10:46]: > Martin Skopp <[EMAIL PROTECTED]> wrote on 30/10/2003 06:27:56 PM: > > > On Wed, 2003-10-29 at 19:32, [EMAIL PROTECTED] wrote: > > > > * Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> [2003-10-28 > > > > 02:57]: > > > > > artifact

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

2003-10-30 Thread dion
I installed the latest war and caller plugins and ran plugin:test and it succeeded? Can you help me narrow this down? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc "Bjørn Ola Smievoll" <[EMAIL

install_repo.bat on win2k

2003-10-30 Thread mdemare
I ran into the problem that install_repo.bat doesn't work on win95/win98/win2k. Problem is that mkdir can only create one directory at a time (mkdir foo/bar/baz only works if foo/bar exists.) Still, that's easy to solve. Cheers, Michiel de Mare. #file: maven/bin/install_repo.bat @ECHO OFF if "%

Re: Eclipse Plugin Mods

2003-10-30 Thread dion
Martin Skopp <[EMAIL PROTECTED]> wrote on 30/10/2003 06:27:56 PM: > On Wed, 2003-10-29 at 19:32, [EMAIL PROTECTED] wrote: > > > * Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> [2003-10-28 > > 02:57]: > > > > artifact-debug-1.0.jar > > > > artifact-src-1.0.jar > > > > artifact-doc-1.0.jar

Re: Eclipse Plugin Mods

2003-10-30 Thread Alain Javier Guarnieri del Gesu
* Martin Skopp <[EMAIL PROTECTED]> [2003-10-30 06:15]: > On Wed, 2003-10-29 at 19:32, [EMAIL PROTECTED] wrote: > > > * Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> [2003-10-28 > > 02:57]: artifact-debug-1.0.jar artifact-src-1.0.jar artifact-doc-1.0.jar >> 2) There is

cvs commit: maven maven-refactor-notes.txt

2003-10-30 Thread brett
brett 2003/10/30 04:33:08 Modified:.Tag: MAVEN_RC2_UNSTABLE maven-refactor-notes.txt Log: PR: MAVEN-760 Update notes Revision ChangesPath No revision No revision 1.1.2.2 +10 -11maven/Attic/maven-refactor-notes.txt

cvs commit: maven/src/java/org/apache/maven/plugin JellyPlugin.java PluginManager.java

2003-10-30 Thread brett
brett 2003/10/30 04:19:37 Modified:src/java/org/apache/maven/plugin Tag: MAVEN_RC2_UNSTABLE JellyPlugin.java PluginManager.java Log: PR: MAVEN-760 Put back parent classloader after overzealous cleanup. Side effects are required to properly setup dependen

heads up: refactored plugin manager

2003-10-30 Thread Brett Porter
Hi all, To those working with the core code, the fixes for MAVEN-760 and some other refactoring have been checked into the branch MAVEN_RC2_UNSTABLE. It bootstraps fine other than the checkstyle plugin. Jason and I will be cleaning it up further and fixing the remaining bugs (outlined in a notes

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

2003-10-30 Thread brett
brett 2003/10/30 03:46:31 Modified:src/java/org/apache/maven Tag: MAVEN_RC2_UNSTABLE AntProjectBuilder.java MavenSession.java MavenUtils.java src/java/org/apache/maven/cli Tag: MAVEN_RC2_UNSTABLE App

cvs commit: maven project.xml

2003-10-30 Thread brett
brett 2003/10/30 03:44:41 Modified:.Tag: MAVEN_RC2_UNSTABLE project.xml Log: Need to disable these reports until appropriate plugin dependencies are given Revision ChangesPath No revision No revision 1.317.2.1 +6 -7 m

cvs commit: maven/src/test/touchstone-build maven.xml

2003-10-30 Thread brett
brett 2003/10/30 03:39:41 Modified:src/plugins-build/touchstone-partner Tag: MAVEN_RC2_UNSTABLE plugin.jelly src/test/touchstone-build Tag: MAVEN_RC2_UNSTABLE maven.xml Log: check postgoals to, clean up, use new call to get ant project Re

cvs commit: maven maven.xml

2003-10-30 Thread brett
brett 2003/10/30 03:26:38 Modified:.Tag: MAVEN_RC2_UNSTABLE maven.xml Log: remove old stuff, add plugins-install goal from bootstrap Revision ChangesPath No revision No revision 1.94.2.1 +13 -23maven/maven.xml In

cvs commit: maven build-bootstrap.xml

2003-10-30 Thread brett
brett 2003/10/30 03:24:42 Modified:.Tag: MAVEN_RC2_UNSTABLE build-bootstrap.xml Log: PR: MAVEN-760 change bootstrap method to create plugin JAR files instead of copying the source Revision ChangesPath No revision No revisi

cvs commit: maven maven-refactor-notes.txt plugin-version-notes.txt system_out_err.txt

2003-10-30 Thread brett
brett 2003/10/30 03:22:23 Added: .Tag: MAVEN_RC2_UNSTABLE maven-refactor-notes.txt plugin-version-notes.txt system_out_err.txt Log: PR: MAVEN-760 Some regarding the refactoring Revision ChangesPath No revision No

cvs commit: maven/src/test/touchstone-build/src/reactor-build/inheritence/subproject/subproject2 build.properties maven.xml project.properties project.xml

2003-10-30 Thread brett
brett 2003/10/30 03:21:16 Added: src/test/touchstone-build/src/reactor-build/inheritence Tag: MAVEN_RC2_UNSTABLE NOTES.txt build.properties maven.xml project.properties project.xml src/test/touchstone-build/src/reactor-bu

cvs commit: maven/src/test/touchstone-build/src/reactor-build/inheritence/subproject/subproject2 - New directory

2003-10-30 Thread brett
brett 2003/10/30 03:18:16 maven/src/test/touchstone-build/src/reactor-build/inheritence/subproject/subproject2 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

cvs commit: maven/src/test/touchstone-build/src/reactor-build/inheritence/subproject - New directory

2003-10-30 Thread brett
brett 2003/10/30 03:17:34 maven/src/test/touchstone-build/src/reactor-build/inheritence/subproject - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven/src/test/touchstone-build/src/reactor-build/inheritence - New directory

2003-10-30 Thread brett
brett 2003/10/30 03:16:20 maven/src/test/touchstone-build/src/reactor-build/inheritence - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-10-30 Thread Bjørn Ola Smievoll
* [EMAIL PROTECTED] | | dion2003/10/28 10:17:59 | | Modified:src/plugins-build/caller plugin.jelly | Log: | Remove unnecessary pom.getPluginContext stuff [...] I had to undo this change to get war:war to work. Other goals I run (jar:install, xdoclet:ejbdoclet) work fine without

Re: Eclipse Plugin Mods

2003-10-30 Thread Martin Skopp
On Wed, 2003-10-29 at 19:32, [EMAIL PROTECTED] wrote: > > * Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> [2003-10-28 > 02:57]: > > > artifact-debug-1.0.jar > > > artifact-src-1.0.jar > > > artifact-doc-1.0.jar > > > > 2) There is nothing in maven to create these artifacts yet. This shoul