Re: Clover plugin glitches

2003-12-03 Thread Ben Walding
Although not terribly useful, occasionally looking to see how many of your tests are running can be elucidating. If the tests aren't running / logic in them isn't running, why is it there? Are you not testing logic paths that you thought you were testing? (i.e. test code isn't running, hence

[jira] Commented: (MPXDOC-73) With new RC1 I now have to put leading slashes on my URLs

2003-12-03 Thread jira
The following comment has been added to this issue: Author: Chad Woolley Created: Wed, 3 Dec 2003 7:29 PM Body: I rolled back to 1.0 beta 9 and everything worked again. This is definitely a bug in RC1 - View the

RE: Using maven HEAD

2003-12-03 Thread Brett Porter
> On Wed, 2003-12-03 at 19:39, Brett Porter wrote: > > It works now. Your changes reintroduced changelog to the bootstrap, > > and it has been broken offline/behind firewalls for a > while. I removed > > the offending test for reasons given in the commit. > > > > I'm now testing 1_0-branch, but

cvs commit: maven project.properties

2003-12-03 Thread brett
brett 2003/12/03 17:19:13 Modified:.Tag: MAVEN-1_0-BRANCH project.properties Log: exclude simian for now - it's not working with the changes Revision ChangesPath No revision No revision 1.51.2.2 +3 -1 maven/project.p

[jira] Created: (MPXDOC-73) With new RC1 I now have to put leading slashes on my URLs

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

cvs commit: maven-components/maven-model/src/java/org/apache/maven/model Build.java Resource.java

2003-12-03 Thread jvanzyl
jvanzyl 2003/12/03 17:09:53 Modified:maven-model maven-model.iws project.xml maven-model/src/java/org/apache/maven/model Build.java Resource.java Log: o just adding more tests Revision ChangesPath 1.3 +56 -24maven-component

cvs commit: maven-components/maven-model/src/java/org/apache/maven/model Model.java

2003-12-03 Thread jvanzyl
jvanzyl 2003/12/03 17:09:42 Modified:maven-model/src/java/org/apache/maven/model Model.java Log: o ids can be created in the project. we want to stick with the model here. Revision ChangesPath 1.11 +9 -20 maven-components/maven-model/src/java/org/apache/maven/mo

cvs commit: maven-components/maven-model/src/java/org/apache/maven/model Model.java

2003-12-03 Thread jvanzyl
jvanzyl 2003/12/03 17:08:12 Modified:maven-model/src/java/org/apache/maven/model Model.java Log: o file reference should not be stored here and belongs in the project. might not be a file anyway. Revision ChangesPath 1.10 +1 -25 maven-components/maven-model/

Re: Clover plugin glitches

2003-12-03 Thread Jason van Zyl
On Wed, 2003-12-03 at 19:58, Ben Walding wrote: > This can be useful behaviour. It should be optional though. How so? Just never thought about it myself really. But it should be off by default. If you want to check the integrity of your tests we could use something like jester. > Jason van Zyl wr

cvs commit: maven-components/maven-model/src/java/org/apache/maven/model Model.java

2003-12-03 Thread jvanzyl
jvanzyl 2003/12/03 17:01:19 Modified:maven-model/src/java/org/apache/maven/model Model.java Log: o gump descriptor can be gleaned from the repo information now. Revision ChangesPath 1.9 +1 -24 maven-components/maven-model/src/java/org/apache/maven/model/Model.j

cvs commit: maven-components/maven-model/src/java/org/apache/maven/model Model.java

2003-12-03 Thread jvanzyl
jvanzyl 2003/12/03 16:58:46 Modified:maven-model/src/java/org/apache/maven/model Model.java Log: o modelVersion not pomVersion this is not to say that these might both exist i.e. the model might stay the same but the transformation that creates the project might be dif

Re: Clover plugin glitches

2003-12-03 Thread Ben Walding
This can be useful behaviour. It should be optional though. Jason van Zyl wrote: Vincent, It looks like you were the last to modify the clover plugin and it seems to be instrumenting and reporting on test cases as well. Is this intentional?

cvs commit: maven-components/maven-model/src/java/org/apache/maven/model Model.java

2003-12-03 Thread jvanzyl
jvanzyl 2003/12/03 16:52:40 Modified:maven-model/src/java/org/apache/maven/model Model.java Log: o use version not currentVersion Revision ChangesPath 1.7 +9 -9 maven-components/maven-model/src/java/org/apache/maven/model/Model.java Index: Model.java ==

RE: Using maven HEAD

2003-12-03 Thread Jason van Zyl
On Wed, 2003-12-03 at 19:39, Brett Porter wrote: > It works now. Your changes reintroduced changelog to the bootstrap, and it > has been broken offline/behind firewalls for a while. I removed the > offending test for reasons given in the commit. > > I'm now testing 1_0-branch, but I suspect it wil

RE: Using maven HEAD

2003-12-03 Thread Brett Porter
It works now. Your changes reintroduced changelog to the bootstrap, and it has been broken offline/behind firewalls for a while. I removed the offending test for reasons given in the commit. I'm now testing 1_0-branch, but I suspect it will be fine too now. - Brett > -Original Message- >

cvs commit: maven-plugins/changelog/src/test/org/apache/maven/cvslib CvsConnectionTest.java

2003-12-03 Thread brett
brett 2003/12/03 16:36:14 Removed: changelog/src/test/org/apache/maven/cvslib CvsConnectionTest.java Log: remove dud test. Fails offline/behind firewall on one test, and the other is a false positive. Testing actual connections is beyond the scope of a unit

cvs commit: maven-components/maven-model/src/java/org/apache/maven/model Dependency.java

2003-12-03 Thread jvanzyl
jvanzyl 2003/12/03 16:33:48 Modified:maven-model/src/java/org/apache/maven/model Dependency.java Log: o return the kind not the type. Revision ChangesPath 1.6 +3 -15 maven-components/maven-model/src/java/org/apache/maven/model/Dependency.java Index: Depend

Clover plugin glitches

2003-12-03 Thread Jason van Zyl
Vincent, It looks like you were the last to modify the clover plugin and it seems to be instrumenting and reporting on test cases as well. Is this intentional? -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and

RE: Using maven HEAD

2003-12-03 Thread Jason van Zyl
On Wed, 2003-12-03 at 18:16, Brett Porter wrote: > Confirmed problem for 1.1-SNAPSHOT. The vast majority of the plugins don't > get put in $MAVEN_HOME/plugins for some reason. Investigating. I just did a fresh co of HEAD, bootstrapped and then built and ran clover. You can't bootstrap? > - Brett

RE: Using maven HEAD

2003-12-03 Thread Brett Porter
Vincent, are you offline/behind a firewall? There's a bug in the changelog plugin unit tests (been in JIRA for a while) that causes them to fail and is probably the cause. I think I'll just remove the test class as behind a firewall one is a false positive and the other fails, and unit tests shoul

RE: Using maven HEAD

2003-12-03 Thread Brett Porter
Confirmed problem for 1.1-SNAPSHOT. The vast majority of the plugins don't get put in $MAVEN_HOME/plugins for some reason. Investigating. - Brett > -Original Message- > From: Brett Porter > Sent: Thursday, 4 December 2003 9:07 AM > To: 'Maven Developers List' > Subject: RE: Using maven H

[jira] Commented: (MAVENUPLOAD-42) commons-sql 1.0-dev

2003-12-03 Thread jira
The following comment has been added to this issue: Author: Matthew Hawthorne Created: Wed, 3 Dec 2003 4:57 PM Body: here's the URL -- http://apache.org/~matth/dist/commons-sql-1.0-dev.jar thanks! - View the issue

[jira] Created: (MAVENUPLOAD-42) commons-sql 1.0-dev

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

RE: Using maven HEAD

2003-12-03 Thread Jason van Zyl
On Wed, 2003-12-03 at 17:07, Brett Porter wrote: > No, this isn't the case. HEAD is 1.1-SNAPSHOT, and doesn't incude the branch > changes until they are stable (which is very close). Then the branch will be > merged regularly. Ah, ok. > Both the branch and HEAD should bootstrap and be functional

RE: Using maven HEAD

2003-12-03 Thread Brett Porter
No, this isn't the case. HEAD is 1.1-SNAPSHOT, and doesn't incude the branch changes until they are stable (which is very close). Then the branch will be merged regularly. Both the branch and HEAD should bootstrap and be functional afterwards - and have as far as my testing has gone. However, I'm

Re: Xdoc - svg plugin..

2003-12-03 Thread Martin van den Bemt
The site is online at http://www.mvdb.org/maven/plugins/svg and the plugin kind-of finished (some debug stuff is left behind, but it is a start). I cannot release it yet, since the batik1.5 jars aren't on ibiblio yet.. Directions on where to get the source are on the site too, so you can have peek

cvs commit: maven/xdocs repository-upload.xml

2003-12-03 Thread bwalding
bwalding2003/12/03 13:10:16 Modified:xdocsrepository-upload.xml Log: Updated details for requesting uploads to ibiblio Revision ChangesPath 1.8 +1 -2 maven/xdocs/repository-upload.xml Index: repository-upload.xml =

JIRA goodness

2003-12-03 Thread Jason van Zyl
Hi, I think things are relatively under control now. There are still 50 "core" issues that should probably be funnelled out and be assigned to a more descriptive component and there are still 29 "No component" issues. I think I have had enough of JIRA for a fews days but if anyone else wants to l

[jira] Created: (MAVEN-1067) ibiblio upload of jasperreports

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

RE: Using maven HEAD

2003-12-03 Thread Vincent Massol
> -Original Message- > From: Jason van Zyl [mailto:[EMAIL PROTECTED] > Sent: 03 December 2003 17:47 > To: Maven Developers List > Subject: Re: Using maven HEAD > > On Wed, 2003-12-03 at 11:38, Vincent Massol wrote: > > Hi, > > > > Has anyone tried to build a clean HEAD and then to manual

[jira] Created: (MAVENUPLOAD-40) Upload carbon 2.1 to repository

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

Re: Using maven HEAD

2003-12-03 Thread Jason van Zyl
On Wed, 2003-12-03 at 11:38, Vincent Massol wrote: > Hi, > > Has anyone tried to build a clean HEAD and then to manually build a > plugin project? You realize HEAD is now the RC2_UNSTABLE code? You sure you're not meaning to build the 1.0 branch? > Thanks > -Vincent > > > -

Using maven HEAD

2003-12-03 Thread Vincent Massol
Hi, Has anyone tried to build a clean HEAD and then to manually build a plugin project? Thanks -Vincent - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Javadoc Linking [Now with patch]

2003-12-03 Thread Alain Javier Guarnieri del Gesu
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2003-12-02 08:10]: > Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> wrote on 30/11/2003 > 06:42:35 PM: > > > * Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> [2003-11-28 > 23:55]: > > > * Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> [2003

Problem with Maven HEAD

2003-12-03 Thread Vincent Massol
Hi, I'm trying MAVEN HEAD (i.e. 1.1-SNAPSHOT, we need to change the version BTW) and I'm having some issues. It build and installs fine. However when I try to build any plugin, I get the following error: E:\Dev\maven-plugins\dashboard>maven clean plugin:install __ __ | \/ |__ _Apache__ ___ |

cvs commit: maven-plugins/dashboard/src/plugin-resources/templates legend.jsl

2003-12-03 Thread vmassol
vmassol 2003/12/03 03:10:45 Modified:dashboard/src/plugin-resources/templates legend.jsl Log: Binary --> Ascii Revision ChangesPath 1.2 +41 -41 maven-plugins/dashboard/src/plugin-resources/templates/legend.jsl Index: legend.jsl ===

cvs commit: maven-plugins/dashboard plugin.properties plugin.jelly

2003-12-03 Thread vmassol
vmassol 2003/12/03 03:10:09 Modified:dashboard/xdocs changes.xml authoring.xml dashboard/src/plugin-resources/templates dashboard.jsl dashboard plugin.properties plugin.jelly Added: dashboard/src/plugin-resources/templates legend.jsl Log: Added c

[jira] Created: (MAVENUPLOAD-39) Upload batik1.5 jars

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

[jira] Commented: (MAVEN-786) maven Linux shell script incorrectly quotes arguments it passes through to Java

2003-12-03 Thread jira
The following comment has been added to this issue: Author: Jörg Schaible Created: Wed, 3 Dec 2003 3:45 AM Body: JUst becasue of the comments: This fixes my environment Windows/Cygwin! - View the issue: http://j

[jira] Updated: (MAVEN-786) maven Linux shell script incorrectly quotes arguments it passes through to Java

2003-12-03 Thread jira
The following issue has been updated: Updater: Jörg Schaible (mailto:[EMAIL PROTECTED]) Date: Wed, 3 Dec 2003 3:43 AM Comment: Please reapply as target for this issue the 1.0-BRANCH. This bug already caused me to create a wrong bug report (MAVEN-1058). Attached a patch against the

RE: status of MAVEN_1-0_BRANCH?

2003-12-03 Thread Jörg Schaible
Brett Porter wrote on Tuesday, December 02, 2003 10:59 PM: > Do you have a clean update? This was the problem before yesterday's > commits. Did a clean checkout, have the same errors! Regards, Jörg - To unsubscribe, e-mail: [E