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

2003-08-14 Thread dion
dion2003/08/05 01:11:47 Modified:src/plugins-build/jar plugin.properties plugin.jelly src/plugins-build/jar/xdocs changes.xml properties.xml Log: Fix for MAVEN-648. Added maven.jar.index property, defaulting to false. Added docs and changes entry Revision

[jira] Commented: (MAVEN-575) Plugin loading : prefixing of groupId incorrectly

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 5 Aug 2003 12:16 PM Body: Cool. Understood now. Will try to recreate - View the issue: http://jira.codehaus.org/secure/Vie

[jira] Created: (MAVEN-683) specify locale to the javadoc plugin

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

[jira] Commented: (MAVEN-637) usage of groupId and artifactId is not properly documented on website

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Kevin Hagel Created: Wed, 6 Aug 2003 4:48 AM Body: I too would like to see more documentation on how dependencies are resolved. If we see a directory structure on one of the urls in our maven.repo.remote list, what "exa

cvs commit: maven/xdocs navigation.xml

2003-08-14 Thread dion
dion2003/08/05 02:21:14 Modified:xdocsnavigation.xml Log: Add chinese site Revision ChangesPath 1.26 +1 -0 maven/xdocs/navigation.xml Index: navigation.xml === RCS file: /home/cvs/m

Re: [jira] Commented: (MAVEN-502) Upload xmtp 2.0 to remote repo?

2003-08-14 Thread dion
Yep, and I'm giving them to the 1.1 release to get the information in place. Feel free to close it if you like. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ [EMAIL PROTECTED] wrote on 06/08/2003 05:27:37 AM: > The following comment has been added to th

[jira] Commented: (MAVEN-654) No version causes bad jar name

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Michal Maczka Created: Tue, 5 Aug 2003 2:22 PM Body: -1 for introducing any change which allows keeping unversioned jar in the repository. - View the issu

Re: jar suffix and desgin question

2003-08-14 Thread Brian Ewins
The jar plugin shouldn't be modified. As you say, the deployment descriptors are different, and this is what you'd want from the war/ear/sar/rar plugin. Reuse of some other code to build the archive is a separate issue. Goals aren't generally reused to do different things, jelly tags/ant tasks

[jira] Commented: (MAVEN-638) Contributing ejb:ejbdoclet goal

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Emmanuel Venisse Created: Thu, 7 Aug 2003 3:15 AM Body: Could you update the documentation? Thanks - View the issue: http://jira.codehaus.org/secure/Vi

Console output from Maven - consistency

2003-08-14 Thread dion
In an effort to get a consistent way of producing console output from Maven, I'd like to propose the following: 1 - commons logging 'info' level output from all org.apache.maven.* classes is to go to the console. 2 - the '-debug' option should set the log4j default level to debug for org.apache

[jira] Closed: (MAVEN-595) Resurrect & improve CVS usage page

2003-08-14 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Tue, 5 Aug 2003 10:15 AM Reworked patches and fixed typo - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-595

cvs commit: maven/src/java/org/apache/maven MavenUtils.java

2003-08-14 Thread dion
dion2003/08/05 22:05:23 Modified:src/java/org/apache/maven MavenUtils.java Log: Update copyright Revision ChangesPath 1.98 +2 -2 maven/src/java/org/apache/maven/MavenUtils.java Index: MavenUtils.java ===

[jira] Commented: (MAVEN-609) Classloader isolation

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Wed, 6 Aug 2003 11:54 PM Body: rc1 refactoring still makes maven the parent classloader for plugins. This means that plugins can't have differing versions of the same dependencies as maven. I think

RE: [jira] Created: (MAVEN-659) Processed plugins can't handle lo cal repochanging

2003-08-14 Thread dion
Yep. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Brett Porter <[EMAIL PROTECTED]> wrote on 07/08/2003 12:08:55 PM: > Thanks dIon, this answers the question I had in MAVEN-567... So all I need > to do is rm -rf the plugins directory if the repository g

[jira] Commented: (MAVEN-608) Fix memory leak due to inheritance and multiple creation of Jelly contexts and Ant projects

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Wed, 6 Aug 2003 10:17 PM Body: this looks done! - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-608

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

2003-08-14 Thread vmassol
vmassol 2003/08/07 00:45:43 Modified:src/plugins-build/cactus project.xml plugin.jelly src/plugins-build/cactus/xdocs changes.xml Log: Upgrade to cactus 1.6dev-20030807 as it fixes bugs with the WL 7.x integration. Support for WL 7.x is now working fine (at least on m

[jira] Updated: (MAVEN-607) Updated IDEA plugin for Aurora (plugin attached)

2003-08-14 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Thu, 7 Aug 2003 5:58 PM Comment: my own attempt at this. Basically split out the plugin.jelly file into templates. run with -Dmaven.idea.project.version=4 to generate Aurora files. Also add

[jira] Commented: (MAVEN-575) Plugin loading : prefixing of groupId incorrectly

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Fri, 8 Aug 2003 1:43 AM Body: Are you sure you're on b10? Here's my output: | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-beta-10 At

Re: Console output from Maven - consistency

2003-08-14 Thread Ben Walding
+1 Once I work out where I have to commit to I'll go and search and destroy any dodgy logging methods I've been using (I use System.out in the linkcheck because it was the only thing I could get to work when I was tinkering) [EMAIL PROTECTED] wrote: In an effort to get a consistent way of pro

cvs commit: maven/src/plugins-build/artifact/src/main/org/apache/maven/deploy/util Packager.java

2003-08-14 Thread dion
dion2003/08/07 09:57:48 Modified:src/plugins-build/artifact Tag: MAVEN_RC1_STABLE .cvsignore src/plugins-build/artifact/src/main/org/apache/maven/deploy/deployers Tag: MAVEN_RC1_STABLE ScpDeployer.java GenericSshDeployer.

RE: Console output from Maven - consistency

2003-08-14 Thread dion
Brett Porter <[EMAIL PROTECTED]> wrote on 08/08/2003 05:17:21 PM: > My non-committer +1 > > This would allow most of what I proposed in: > http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-553 > Via a log4j configuration file. > > 3 questions: > 1) where does this leave maven.log? Just pl

[jira] Created: (MAVEN-660) Improve dependency not found messages

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

cvs commit: maven/src/bin forehead.conf

2003-08-14 Thread dion
dion2003/08/07 09:50:20 Modified:src/bin Tag: MAVEN_RC1_STABLE forehead.conf Log: Use xerces-2.4.0 Revision ChangesPath No revision No revision 1.18.2.1 +1 -1 maven/src/bin/forehead.conf Index: forehead.c

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

2003-08-14 Thread dion
dion2003/08/08 00:14:35 Removed: src/java/org/apache/maven/plugin Tag: MAVEN_RC1_STABLE DefaultPluginManager.java DefaultPluginCacheManager.java Log: Remove unused code --

cvs commit: maven/src/plugins-build/xdoc/src/plugin-resources/templates cvs-usage.xml

2003-08-14 Thread dion
dion2003/08/08 00:59:36 Modified:src/plugins-build/xdoc/src/plugin-resources/templates Tag: MAVEN_RC1_STABLE cvs-usage.xml Log: Fix errors running site with a blank developer connection... Revision ChangesPath No revision

MAVEN_RC1_STABLE branch

2003-08-14 Thread dion
As you may have noticed, the MAVEN_RC1_STABLE branch is now open for business. I've backported the fixes post the RC1 refactor tag, so it should all be up to date. The goal is to keep this a functioning set of code and apply fixes to it until the refactor is ready to be dropped in. As such, al

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

2003-08-14 Thread evenisse
evenisse2003/08/08 06:50:31 maven/src/plugins-build/tjdo - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: CVS Head

2003-08-14 Thread dion
Rafal Krzewski <[EMAIL PROTECTED]> wrote on 07/08/2003 10:14:27 PM: > [EMAIL PROTECTED] wrote: > > After a discussion on IRC with Jason this afternoon I've volunteered to > > roll back CVS Head so it has the pre-refactor code + the changes since, > > until Jason can spend some more time on get

[jira] Commented: (MAVEN-224) remote and local repo overrides in project.properties does not work for plugins

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Rogelio Robles Created: Thu, 14 Aug 2003 10:16 PM Body: I need to support a closed building/deployment environment because the production releases are built and deployed by our SCM admin team. They use a clean and closed

[jira] Commented: (MAVEN-156) classpath or jelly:xml issue with XSLT transformations

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Sat, 9 Aug 2003 7:39 AM Body: this definitely works for me when using the JAXP properties with the ant style task. I'll add a wiki entry. This can be closed?

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

2003-08-14 Thread evenisse
evenisse2003/08/08 06:51:42 maven/src/plugins-build/tjdo/xdocs - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Console output from Maven - consistency

2003-08-14 Thread Henning P. Schmiedehausen
[EMAIL PROTECTED] writes: use commons-logging and let the user decide via environment. Default to log4j. Regards Henning >--=_alternative 0029A21DCA256D7C_= >Content-Type: text/plain; charset="US-ASCII" >Brett Porter <[EMAIL PROTECTED]> wrote on 08/08/2003 05:17:21 PM:

[jira] Commented: (MAVEN-575) Plugin loading : prefixing of groupId incorrectly

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Andy Jefferson Created: Fri, 8 Aug 2003 2:33 AM Body: It occurs on java:compile and NOT on clean. Looking at the xdoclet plugin it has So the bug is the plugin ? Does this mean that I don't need to specify dependencies

cvs commit: maven/src/plugins-build/xdoc/src/plugin-resources/images nw_maj_rond.gif

2003-08-14 Thread dion
dion2003/08/08 00:23:50 Added: src/plugins-build/xdoc/src/plugin-resources/images Tag: MAVEN_RC1_STABLE nw_maj_rond.gif Log: add missing tigris images Revision ChangesPath No revision No revision

Results of clean bootstrap at 20030809-0048

2003-08-14 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20030809-0048 [exec] jar:jar: [exec] [jar] Building jar: /usr/local/builds/maven/src/maven/src/plugins-build/was40/target/maven-was40-plugin-1.0.jar [exec] [copy] Copying 1 file to /home/tirsen/.maven/repository/maven/j

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

2003-08-14 Thread vmassol
vmassol 2003/08/08 10:52:04 Modified:src/plugins-build/cactus/xdocs properties.xml changes.xml src/plugins-build/cactus plugin.properties plugin.jelly Log: Added new optional property cactus.weblogic7x.beahome to configure the location of BEA HOME for

[jira] Updated: (MAVEN-458) Make use of jar overrides rather than maven.repo.local

2003-08-14 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sat, 9 Aug 2003 7:30 AM Comment: jdee plugin patch Changes: Attachment changed to MAVEN-458-jdee.diff ---

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

2003-08-14 Thread evenisse
evenisse2003/08/08 06:30:45 Modified:src/plugins-build/ejb Tag: MAVEN_RC1_STABLE plugin.jelly plugin.properties src/plugins-build/ejb/xdocs Tag: MAVEN_RC1_STABLE changes.xml properties.xml Log: MAVEN-632. Add maven.ejb.ex

Results of clean bootstrap at 20030809-0048

2003-08-14 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20030809-0048 cvs server: Updating maven/src/test/touchstone-build/lib U maven/src/test/touchstone-build/lib/a.jar U maven/src/test/touchstone-build/lib/b.jar cvs server: Updating maven/src/test/touchstone-build/src cvs server: Updating maven/sr

Re: FAQ Hibernate and JDO

2003-08-14 Thread dion
Yep, we know about it, and I'm here policing it, since this one seemed to have slipped by somehow. So, this means the code needs to be removed from CVS yes? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Roy T. Fielding" <[EMAIL PROTECTED]> wrote on 09/

[jira] Created: (MAVEN-666) maven.bat dosen't work when JAVA_HOME or MAVEN_HOME contains space character

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

Results of clean bootstrap at 20030814-2200

2003-08-14 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20030814-2200 [exec] jar:jar: [exec] [jar] Building jar: /usr/local/builds/maven/src/maven/src/plugins-build/was40/target/maven-was40-plugin-1.0.jar [exec] [copy] Copying 1 file to /home/tirsen/.maven/repository/maven

Re: plugin dependencies

2003-08-14 Thread Nathan Coast
Worked out that if I add maven.repo.remote=http://www.ibiblio.org/maven/,http://www.codeczar.com/maven/ to the drivers.properties file within maven.jar. Is there some other way of changing this value without having to modify the maven.jar? cheers Nathan Nathan Coast wrote: Hi, Is it possible

[jira] Commented: (MAVEN-156) classpath or jelly:xml issue with XSLT transformations

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Sun, 10 Aug 2003 10:44 PM Body: Didn't realise it was considered a hack - fair enough though. Is it related to the classloader isolation at all? ---

[jira] Closed: (MAVEN-663) [multiproject] Value of maven.multiproject.includes doesn't mach docs

2003-08-14 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Sun, 10 Aug 2003 7:39 PM Updated today. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-663 Here is an overv

Results of clean bootstrap at 20030809-2200

2003-08-14 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20030809-2200 [exec] jar:jar: [exec] [jar] Building jar: /usr/local/builds/maven/src/maven/src/plugins-build/was40/target/maven-was40-plugin-1.0.jar [exec] [copy] Copying 1 file to /home/tirsen/.maven/repository/maven/j

[jira] Closed: (MAVEN-340) Pb with maven -g listing all goals (even the non public ones)

2003-08-14 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Sun, 10 Aug 2003 10:55 PM Patch applied - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-340 Here is an overv

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

2003-08-14 Thread vmassol
vmassol 2003/08/09 09:56:43 Modified:src/plugins-build/cactus project.xml src/plugins-build/cactus/xdocs changes.xml Log: - Updated to Cactus 1.6dev-20030809 in order to fix an issue with spaces in long file names (Reported by Sebastien Brunot) - Updated dependency

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

2003-08-14 Thread dion
dion2003/08/10 21:16:33 Modified:src/plugins-build/cactus Tag: MAVEN_RC1_STABLE project.xml Log: Maven 578 Revision ChangesPath No revision No revision 1.31.4.2 +1 -1 maven/src/plugins-build/cactus/project.xml Index:

[jira] Updated: (MAVEN-638) Contributing ejb:ejbdoclet goal

2003-08-14 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Sun, 10 Aug 2003 11:19 PM Comment: Is there a reason this isn't being included in the xdoclet plugin in the xdoclet cvs?? Changes: Fix Version changed to 1.1 Fi

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

2003-08-14 Thread dion
dion2003/08/10 20:12:57 Modified:src/plugins-build/checkstyle Tag: MAVEN_RC1_STABLE plugin.jelly Log: Fix typo Revision ChangesPath No revision No revision 1.13.4.3 +1 -1 maven/src/plugins-build/che

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

2003-08-14 Thread evenisse
evenisse2003/08/10 02:12:13 Modified:src/plugins-build/simian Tag: MAVEN_RC1_STABLE project.xml Log: Fix typo Revision ChangesPath No revision No revision 1.6.2.2 +1 -1 maven/src/plugins-build/simian/project.xml

[jira] Commented: (MAVEN-669) Plugin doesn't create/specify war directory correctly for resin

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Jason Chaffee Created: Mon, 11 Aug 2003 5:13 PM Body: I was able to get the latest from CVS HEAD to work. However, it would be nice if the plugin would create a sub-dirctory to start resin in and deploy the war. Other

[jira] Updated: (MAVEN-668) Incorrect "file" URL syntax in JBuilder plugin

2003-08-14 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Tue, 12 Aug 2003 12:12 AM Changes: Fix Version changed to 1.0-final - For a full history of the issue, se

[jira] Commented: (MAVEN-666) maven.bat dosen't work when JAVA_HOME or MAVEN_HOME contains space character

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Sun, 10 Aug 2003 10:17 PM Body: C:\source\maven>maven clean C:\source\maven>if exist "\mavenrc_pre.bat" call "\mavenrc_pre.bat" C:\source\maven>if "Windows_NT" == "Windows_NT" C:\source\maven>set M

cvs commit: maven/src/java/org/apache/maven/project Project.java

2003-08-14 Thread dion
dion2003/08/10 23:21:33 Modified:src/java/org/apache/maven/project Tag: MAVEN_RC1_STABLE Project.java Log: Start of MAVEN-536 Revision ChangesPath No revision No revision 1.83.2.2 +77 -37maven/src/ja

Re: [jira] Created: (MAVEN-672) NPE when using a different effective working directory

2003-08-14 Thread nathan
I am no longer using this email address, try nathanATcodeczar.com (replace the AT with and @). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Console output from Maven - consistency

2003-08-14 Thread dion
Can you tell me how to change the debug level at run time under program control. I can't see how this is possible using commons-logging (would love to be wrong though). Until that's possible, I can't see how we can truly support a '-debug' flag. Can you? -- dIon Gillard, Multitask Consulting

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

2003-08-14 Thread Florin Vancea
Well, "not-so-long-ago" may have different interpretations :) I guess the answer is "no". After looking to my import tags, the last merge of Maven HEAD into my adjusted Maven source tree was on 09 July, and that was still very "buildable". As I said, "as good as it was 'til July". Cheers, Flori

RE: cvs commit: maven/src/java/org/apache/maven/project Project.java

2003-08-14 Thread Brett Porter
Should this be working with Artifacts? That way, this method could be in ArtifactType. >/** > - * Currently this is just jars. > + * Jars and ejbs. > * > * @param d > * @return true if the given dependency belongs on the > classpath > */ >

RE: Console output from Maven - consistency

2003-08-14 Thread Brett Porter
Ummm... That's exactly what the problem was? You do: LOG.debug("message"); But there is no way to tell commons-logging "don't show debug messages". - Brett > -Original Message- > From: Henning P. Schmiedehausen [mailto:[EMAIL PROTECTED] > Sent: Monday, 11 August 2003 5:23 PM > To: [EM

[jira] Created: (MAVEN-672) NPE when using a different effective working directory

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

[jira] Commented: (MAVEN-638) Contributing ejb:ejbdoclet goal

2003-08-14 Thread jira
The following comment has been added to this issue: Author: James CE Johnsom Created: Mon, 11 Aug 2003 7:41 AM Body: It never crossed my mind to put this into the xdoclet plugin. I ported it over from a set of private goals (ejb:jar, ejb:ear, ejb:client-jar, etc...) that we've bee

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

2003-08-14 Thread dion
dion2003/08/10 18:29:38 Modified:src/plugins-build/checkstyle/xdocs Tag: MAVEN_RC1_STABLE changes.xml src/plugins-build/checkstyle Tag: MAVEN_RC1_STABLE plugin.jelly Log: Fix for MAVEN-664 Revision ChangesPa

Re: Re: cvs commit: maven/xdocs/start bootstrap.xml

2003-08-14 Thread nathan
I am no longer using this email address, try nathanATcodeczar.com (replace the AT with and @). - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: maven/xdocs/start bootstrap.xml

2003-08-14 Thread dion
Ben, changes to docs on HEAD wont be deployed until HEAD can run site... -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ [EMAIL PROTECTED] wrote on 12/08/2003 07:59:34 AM: > bwalding2003/08/11 14:59:34 > > Modified:xdocs/start bootstrap.xml >

[jira] Commented: (MAVEN-673) xdoc:generate-from-pom tries to read nonexistent .pom files

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 12 Aug 2003 12:37 AM Body: Yep, the reading of those POM files is on purpose. Can you please run 'maven -e site' and post the exception --

[jira] Commented: (MAVEN-595) Resurrect & improve CVS usage page

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 12 Aug 2003 8:22 PM Body: This issue is closed, as the patch has been applied. If you want more functionality, please open a new one :-) -

[jira] Commented: (MAVEN-673) xdoc:generate-from-pom tries to read nonexistent .pom files

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Jeff French Created: Tue, 12 Aug 2003 1:03 PM Body: I just did a 'cvs update -n' to check the MAVEN_RC1_STABLE branch, and no files have been checked in since I built. Should I be using CVS head? -

[jira] Commented: (MAVEN-672) NPE when using a different effective working directory

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Jeff French Created: Mon, 11 Aug 2003 11:31 PM Body: A workaround I'm using is to place an Ant build.xml file in the project's root directory, which in turn invokes Maven in that directory. I then run 'ant -f .../build.x

[jira] Updated: (MAVEN-677) changelog-plugin does not work with svn

2003-08-14 Thread jira
The following issue has been updated: Updater: dion gillard (mailto:[EMAIL PROTECTED]) Date: Tue, 12 Aug 2003 8:17 PM Changes: Version changed to 1.0-beta-10 Version changed from maven-new-unreleased Fix Version changed to 1.1 -

cvs commit: maven/src/java/org/apache/maven MavenUtils.java

2003-08-14 Thread dion
dion2003/08/12 23:37:43 Modified:src/java/org/apache/maven Tag: MAVEN_RC1_STABLE MavenUtils.java Log: Fix typo Revision ChangesPath No revision No revision 1.94.2.3 +2 -2 maven/src/java/org/apache/m

[jira] Closed: (MAVEN-374) eclipse plug-in: an small junit fix and project dependencies in the classpath

2003-08-14 Thread jira
Message: The following issue has been closed. Resolver: dion gillard Date: Thu, 14 Aug 2003 6:47 PM Duplicates fixed - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-374 Here is an ove

[jira] Created: (MAVEN-675) velocity jar from dependencies make site goal fail

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

[jira] Created: (MAVEN-676) Added Italian localization

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

[jira] Created: (MAVEN-674) branches info project descriptor should be shown in generated site

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

[jira] Updated: (MAVEN-669) Plugin doesn't create/specify war directory correctly for resin

2003-08-14 Thread jira
The following issue has been updated: Updater: Jason Chaffee (mailto:[EMAIL PROTECTED]) Date: Tue, 12 Aug 2003 5:13 PM Changes: Attachment changed to plugin.properties - For a full history of the is

cvs commit: maven/src/test/java/org/apache/maven/plugin PluginManagerTest.java

2003-08-14 Thread dion
dion2003/08/13 01:53:27 Modified:src/test/java/org/apache/maven/plugin Tag: MAVEN_RC1_STABLE PluginManagerTest.java Added: src/test/java/org/apache/maven/plugin/maven.home/plugins Tag: MAVEN_RC1_STABLE ma

cvs commit: maven/src/java/org/apache/maven/project Dependency.java

2003-08-14 Thread dion
dion2003/08/13 17:51:12 Modified:src/java/org/apache/maven/project Tag: MAVEN_RC1_STABLE Dependency.java Log: dependency code so brett can comment/review etc Revision ChangesPath No revision No revision 1

need plugin testers

2003-08-14 Thread Brett Porter
I need some people to test out plugins that I can't or don't know enough about to test reliably - in particular the IDE ones - jdee, jdeveloper and jbuilder. Juergen, Tobias, Emmanuel? http://wiki.codehaus.org/maven/PluginOwners This is for MAVEN-522

[jira] Commented: (MAVEN-522) Clarification of POM elements that use paths.

2003-08-14 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Thu, 14 Aug 2003 6:06 PM Body: finished in my check out, will commit soon. All paths are relative to project.xml, but can be absolute (so basedir is also allowed). Had to fix the inheritence unit tes

RE: [VOTE] Brett Porter to be given committer privileges

2003-08-14 Thread Michal Maczka
+1 mm > -Original Message- > From: Ben Walding [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 13, 2003 4:50 AM > To: Maven Developers List > Subject: [VOTE] Brett Porter to be given committer privileges > > > I'd like to nominate Brett Porter as a new committer. > > He's been acti

cvs commit: maven/src/java/org/apache/maven/project ArtifactType.java

2003-08-14 Thread dion
dion2003/08/13 23:32:32 Modified:src/java/org/apache/maven/project Tag: MAVEN_RC1_STABLE ArtifactType.java Log: Add plugin artifact type Revision ChangesPath No revision No revision 1.1.2.1 +11 -2 m

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

2003-08-14 Thread dion
dion2003/08/13 22:53:09 Modified:src/test/java/org/apache/maven/plugin Tag: MAVEN_RC1_STABLE PluginManagerTest.java src/java/org/apache/maven/plugin Tag: MAVEN_RC1_STABLE PluginManager.java Added: src/test/java/or

Results of clean bootstrap at 20030813-2200

2003-08-14 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20030813-2200 [exec] jar:jar: [exec] [jar] Building jar: /usr/local/builds/maven/src/maven/src/plugins-build/was40/target/maven-was40-plugin-1.0.jar [exec] [copy] Copying 1 file to /home/tirsen/.maven/repository/maven/j

RE: cvs commit: maven/src/java/org/apache/maven/project Project.j ava

2003-08-14 Thread Brett Porter
Merged them down to HEAD? Manually, or with update -j? > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, 14 August 2003 12:33 PM > To: Maven Developers List > Subject: RE: cvs commit: > maven/src/java/org/apache/maven/project Project.j ava > >

RE: cvs commit: maven/src/java/org/apache/maven/project Dependency.java

2003-08-14 Thread Brett Porter
That'll do it too.. I just used type.getExtension().equals("jar"). > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, 14 August 2003 10:51 AM > To: [EMAIL PROTECTED] > Subject: cvs commit: maven/src/java/org/apache/maven/project > Dependency.java >

cvs commit: maven/src/java/org/apache/maven/project Project.java

2003-08-14 Thread dion
dion2003/08/14 02:54:05 Modified:src/java/org/apache/maven/project Tag: MAVEN_RC1_STABLE Project.java Log: Fix comments Revision ChangesPath No revision No revision 1.83.2.4 +2 -5 maven/src/java/org

RE: cvs commit: maven/src/java/org/apache/maven/project Project.java

2003-08-14 Thread Brett Porter
> I think we'll need that for the memory leak. Jason would know > better than > me on that one. > My understanding of the memory leak means we really need to take all of what is on HEAD, so the process for releasing RC1 will involve merging the fixes from the stable branch down and releasing fr

[jira] Updated: (MAVEN-681) Allow Checkstyle plugin to access checks file from a URL

2003-08-14 Thread jira
The following issue has been updated: Updater: Michael Brown (mailto:[EMAIL PROTECTED]) Date: Thu, 14 Aug 2003 9:13 AM Changes: Attachment changed to patch.txt - For a full history of the issue, see

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

2003-08-14 Thread dion
dion2003/08/14 00:01:32 Modified:src/java/org/apache/maven/plugin Tag: MAVEN_RC1_STABLE PluginManager.java Log: Add some todo comments Revision ChangesPath No revision No revision 1.45.2.5 +3 -1 mav

[jira] Updated: (MAVEN-677) changelog-plugin does not work with svn

2003-08-14 Thread jira
The following issue has been updated: Updater: Philipp Meier (mailto:[EMAIL PROTECTED]) Date: Tue, 12 Aug 2003 1:23 PM Comment: Stack trace of maven hanging after calling svn Changes: Attachment changed to log.txt.gz -

[VOTE] Brett Porter to be given committer privileges

2003-08-14 Thread Ben Walding
I'd like to nominate Brett Porter as a new committer. He's been active on the lists helping newbies, he's been submitting good patches, seems not to be saying anything demented (irc / lists) and has been sorting through a lot of the old crufty jira issues that we tend to forget about. I think

[jira] Commented: (MAVEN-636) distributions get deployed in the "jars" directory

2003-08-14 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Thu, 14 Aug 2003 5:14 AM Body: code in dist:deploy looks ok... - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?k

cvs commit: maven/xdocs/start bootstrap.xml

2003-08-14 Thread dion
dion2003/08/13 00:08:49 Modified:xdocs/start Tag: MAVEN_RC1_STABLE bootstrap.xml Log: Pick up recent HEAD changes Revision ChangesPath No revision No revision 1.10.4.1 +1 -1 maven/xdocs/start/bootstrap.xml Index: boot

[jira] Created: (MAVEN-677) changelog-plugin does not work with svn

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

cvs commit: maven/xdocs faq.fml

2003-08-14 Thread dion
dion2003/08/13 02:01:57 Modified:xdocsTag: MAVEN_RC1_STABLE faq.fml Log: Work around icky faq plugin feechur Revision ChangesPath No revision No revision 1.2.2.4 +8 -8 maven/xdocs/faq.fml Index: faq.fml ===

cvs commit: maven/src/test/java/org/apache/maven/plugin/maven.home - New directory

2003-08-14 Thread dion
dion2003/08/13 01:53:18 maven/src/test/java/org/apache/maven/plugin/maven.home - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Repository upload request

2003-08-14 Thread dion
Is the 2.4 servlet api final?? If not, which version ships with Tomcat 5? I've got Tomcat 5 installed, and have the jar, but I'm wary of calling it 2.4 (and hence final) when Tomcat 5 isn't. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Greg Wilkins <[E

[jira] Updated: (MAVEN-676) Added Italian localization

2003-08-14 Thread jira
The following issue has been updated: Updater: Simone Zorzetti (mailto:[EMAIL PROTECTED]) Date: Tue, 12 Aug 2003 12:27 PM Changes: Attachment changed to messages_it.properties - For a full history o

  1   2   3   >