Results of clean bootstrap at 20031024-2200

2003-10-24 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20031024-2200 [exec] + [exec] build: [exec] [echo] D succeeds on purpose [exec] [echo] failure-1 failed correctly [exec] [echo] failure-2 failed correctly [exec

Re: Debug Version of Dependencies

2003-10-24 Thread Javier del Gesu
* Javier del Gesu <[EMAIL PROTECTED]> [2003-10-24 21:03]: > * Javier del Gesu <[EMAIL PROTECTED]> [2003-10-24 20:12]: > > I want to be able to trace into Xerces/Xalan/Xindice/Cocoon/Avalon > > when debugging my application. It doesn't seem that the dependencies > > downloaded from ibiblio will perm

RE: Use Java based CVS library instead of command line executable

2003-10-24 Thread Jason van Zyl
On Fri, 2003-10-24 at 16:39, Erdfelt, Joakim wrote: > > -Original Message- > > From: Shatzer, Larry [mailto:[EMAIL PROTECTED] > > Sent: Friday, October 24, 2003 4:21 PM > > To: 'Maven Developers List' > > Subject: RE: Use Java based CVS library instead of command line > > executable > > > >

RE: Use Java based CVS library instead of command line executable

2003-10-24 Thread Eric Pugh
I thought that jCVS would not be useful because of that (I think I saw a post about that). I looked at Eclipse (http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.team.cv s.core/about.html) and apparently it used the CPL (Common Public License) which looks compatible at first glan

Re: Debug Version of Dependencies

2003-10-24 Thread Javier del Gesu
* Javier del Gesu <[EMAIL PROTECTED]> [2003-10-24 20:12]: > I want to be able to trace into Xerces/Xalan/Xindice/Cocoon/Avalon > when debugging my application. It doesn't seem that the dependencies > downloaded from ibiblio will permit this, I don't see any source > files. Is there a standard strat

RE: Use Java based CVS library instead of command line executable

2003-10-24 Thread Erdfelt, Joakim
> -Original Message- > From: Shatzer, Larry [mailto:[EMAIL PROTECTED] > Sent: Friday, October 24, 2003 4:21 PM > To: 'Maven Developers List' > Subject: RE: Use Java based CVS library instead of command line > executable > > > I think this is what ant strives for. a 100% java solution > >

RE: Use Java based CVS library instead of command line executable

2003-10-24 Thread Shatzer, Larry
> -Original Message- > From: Erdfelt, Joakim [mailto:[EMAIL PROTECTED] > Sent: Friday, October 24, 2003 1:05 PM > To: 'Maven Developers List' > Subject: RE: Use Java based CVS library instead of command line > executable > > > I think this is what ant strives for. a 100% java solution >

Debug Version of Dependencies

2003-10-24 Thread Javier del Gesu
I want to be able to trace into Xerces/Xalan/Xindice/Cocoon/Avalon when debugging my application. It doesn't seem that the dependencies downloaded from ibiblio will permit this, I don't see any source files. Is there a standard strategy for building debug dependencies and setting a debug classpath?

RE: Use Java based CVS library instead of command line executable

2003-10-24 Thread Erdfelt, Joakim
On Fri, 2003-10-24 at 15:50, Jason van Zel wrote: >On Fri, 2003-10-24 at 13:37, Eric Pugh wrote: >> Hi all, >> >> Something that I find quite annoying is that every box that I want to >> generate the various CVS related reports, I need to have the cvs commandline >> tool installed. Since I am an

Re: Use Java based CVS library instead of command line executable

2003-10-24 Thread Jason van Zyl
On Fri, 2003-10-24 at 13:37, Eric Pugh wrote: > Hi all, > > Something that I find quite annoying is that every box that I want to > generate the various CVS related reports, I need to have the cvs commandline > tool installed. Since I am an Eclipse user, I don't typically have the > command line

Use Java based CVS library instead of command line executable

2003-10-24 Thread Eric Pugh
Hi all, Something that I find quite annoying is that every box that I want to generate the various CVS related reports, I need to have the cvs commandline tool installed. Since I am an Eclipse user, I don't typically have the command line client available. Anyone done any work on supplying a jav

cvs commit: maven-plugins/simian/xdocs properties.xml

2003-10-24 Thread evenisse
evenisse2003/10/24 09:14:21 Modified:simian/xdocs properties.xml Log: Fix properties documentation Revision ChangesPath 1.3 +2 -2 maven-plugins/simian/xdocs/properties.xml Index: properties.xml

Rep:Little error in simian plugin doc

2003-10-24 Thread Emmanuel Venisse
Done. -Message d'origine- De: [EMAIL PROTECTED] A: [EMAIL PROTECTED] Date: 24/10/03 Objet: Little error in simian plugin doc Hi In simian plugin properties doc page (http://maven.apache.org/reference/plugins/simian/properties.html) maven.simian.includeTests optional is "true" and should

[jira] Closed: (MAVEN-967) Jcoverage throws a NumberFormatException when attempting to build a percentage for inner classes.

2003-10-24 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Fri, 24 Oct 2003 11:34 AM Applied - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-967 Here is an overvie

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

2003-10-24 Thread evenisse
evenisse2003/10/24 08:26:20 Modified:jcoverage project.xml jcoverage/src/main/org/apache/maven/jcoveragereport CoverageReport.java jcoverage/xdocs changes.xml Log: Apply MAVEN-967 Revision ChangesPath 1.6 +2 -2

Re: *** HEADS UP *** JIRA MOVING

2003-10-24 Thread Serge Knystautas
Noel J. Bergman wrote: Jira seems like it could use additional administrative features. Pruning tools, for example. We will have over 25K users after importing bugzilla. Ideally, we would like to be able to purge users who aren't associated with any issues, who don't have any special permissions,

[jira] Updated: (MAVEN-960) convert-snapshot does nothing

2003-10-24 Thread jira
The following issue has been updated: Updater: Emmanuel Venisse (mailto:[EMAIL PROTECTED]) Date: Fri, 24 Oct 2003 9:55 AM Comment: We must respect the RFC. DependencyVerifier and SnashotResolver must use the same mecanism for download a file. Changes: Component chan

Little error in simian plugin doc

2003-10-24 Thread julien . kirsch
Hi In simian plugin properties doc page (http://maven.apache.org/reference/plugins/simian/properties.html) maven.simian.includeTests optional is "true" and should be "Yes (default = true)" (I think) Should i open an issue in Jira for this ? If yes, in which component ? (i don't see plugin-simian

[jira] Updated: (MAVEN-967) Jcoverage throws a NumberFormatException when attempting to build a percentage for inner classes.

2003-10-24 Thread jira
The following issue has been updated: Updater: Jeff Brekke (mailto:[EMAIL PROTECTED]) Date: Fri, 24 Oct 2003 9:50 AM Comment: Quick patch to catch the exception and set the percentage to 0. ?% is shown sometimes as the string. This seems to work, but maybe there's a better way?

[jira] Created: (MAVEN-967) Jcoverage throws a NumberFormatException when attempting to build a percentage for inner classes.

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

[jira] Updated: (MAVEN-899) Source classpath entry was generated as full path.

2003-10-24 Thread jira
The following issue has been updated: Updater: Chris Rauschuber (mailto:[EMAIL PROTECTED]) Date: Fri, 24 Oct 2003 8:34 AM Comment: Sorry, the last patch only fixed source. This one fixes both source and test. Changes: Attachment changed to maven_eclipse_jira_899.t

Re: *** HEADS UP *** JIRA MOVING

2003-10-24 Thread Jeff Turner
On Thu, Oct 23, 2003 at 10:08:35PM -0400, Noel J. Bergman wrote: > > bugzilla import is completely broken in 2.4.1, > > whereas it works quite well in the 2.5 beta :) > > Aha! I was wondering about that problem. :-) FYI, Brett found another smaller bug [1], which we've fixed. > > But regarding