[jira] Updated: (MAVEN-802) add (optional) Manifest "Class-Path" for dependencies

2003-09-09 Thread jira
The following issue has been updated:

Updater: Joachim Bader (mailto:[EMAIL PROTECTED])
   Date: Wed, 10 Sep 2003 2:07 AM
Changes:
 Attachment changed to patch.diff
-
For a full history of the issue, see:

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

-
View the issue:

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


Here is an overview of the issue:
-
Key: MAVEN-802
Summary: add (optional) Manifest "Class-Path" for dependencies
   Type: Wish

 Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: 30 minutes

Project: maven
 Components: 
 plugin-jar
   Versions:
 1.0-rc1

   Assignee: 
   Reporter: Joachim Bader

Created: Wed, 10 Sep 2003 2:06 AM
Updated: Wed, 10 Sep 2003 2:07 AM

Description:
When you use the "java -jar" option to execute a jar file, the JAR file is the source 
of all user classes, and other user class path settings are ignored. 




-
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/secure/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] Commented: (MAVEN-802) add (optional) Manifest "Class-Path" for dependencies

2003-09-09 Thread jira
The following comment has been added to this issue:

 Author: Joachim Bader
Created: Wed, 10 Sep 2003 2:07 AM
   Body:
Sorry, priority: Major is a mistake 
a lower is ok
-
View the issue:

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


Here is an overview of the issue:
-
Key: MAVEN-802
Summary: add (optional) Manifest "Class-Path" for dependencies
   Type: Wish

 Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: 30 minutes

Project: maven
 Components: 
 plugin-jar
   Versions:
 1.0-rc1

   Assignee: 
   Reporter: Joachim Bader

Created: Wed, 10 Sep 2003 2:06 AM
Updated: Wed, 10 Sep 2003 2:06 AM

Description:
When you use the "java -jar" option to execute a jar file, the JAR file is the source 
of all user classes, and other user class path settings are ignored. 




-
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/secure/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-802) add (optional) Manifest "Class-Path" for dependencies

2003-09-09 Thread jira
Message:

  A new issue has been created in JIRA.

-
View the issue:

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


Here is an overview of the issue:
-
Key: MAVEN-802
Summary: add (optional) Manifest "Class-Path" for dependencies
   Type: Wish

 Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: 30 minutes

Project: maven
 Components: 
 plugin-jar
   Versions:
 1.0-rc1

   Assignee: 
   Reporter: Joachim Bader

Created: Wed, 10 Sep 2003 2:06 AM
Updated: Wed, 10 Sep 2003 2:06 AM

Description:
When you use the "java -jar" option to execute a jar file, the JAR file is the source 
of all user classes, and other user class path settings are ignored. 




-
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/secure/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-801) AspectJ iajc 1.1 task fails under JDK 1.4 (works fine under Ant)

2003-09-09 Thread jira
Message:

  A new issue has been created in JIRA.

-
View the issue:

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


Here is an overview of the issue:
-
Key: MAVEN-801
Summary: AspectJ iajc 1.1 task fails under JDK 1.4 (works fine under Ant)
   Type: Bug

 Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: 12 weeks

Project: maven
   Versions:
 1.0-beta-10

   Assignee: 
   Reporter: Chad Woolley

Created: Wed, 10 Sep 2003 12:25 AM
Updated: Wed, 10 Sep 2003 12:25 AM
Environment: JDK 1.4, AspectJ 1.1

Description:
Here is the post I made on the mailing list regarding this bug:


Subject:
Re: [aspectj-users] Problem with iajc and jdk 1.4.1 - RESOLVED
From:
Chad Woolley <[EMAIL PROTECTED]>
Date:
Thu, 28 Aug 2003 23:18:26 -0700
To:
[EMAIL PROTECTED], [EMAIL PROTECTED]

Hi,

This is apparently a maven bug.  I converted my maven.xml to an ant build.xml, and now 
it works fine.  I'm crossposting this to the maven group, I'll open a bug if I get 
time.

Thanks for the help,
Chad

--

Wes Isberg wrote:

Try specifying the forkclasspath option.  But even if that fixes it, it's worth 
submitting
a bug along with enough info to identify the class conflict.

Please include a verbose trace (by Ant and the compiler) and the Ant
classpath (typically from removing "@echo off" from ant.bat or adding "set -vx" to
the ant shell script).

Wes

Chad Woolley wrote:


>> Hello,
>>
>> I am trying to use iajc in a maven build script.  I keep getting the
>> following error:
>>
>> [ERROR] java.lang.NoClassDefFoundError: sun/reflect/ConstructorAccessorImpl
>>
>> This looks very similar to the problem described in this thread:
>> http://www.mail-archive.com/[EMAIL PROTECTED]/msg21990.html
>>
>> Here is my maven task:
>>
>>   
>>   
>>   
>>   
>> > resource="org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties">
>> 
>> 
>> 
>> 
>>
>> > fork="true"
>> copyInjars="true"
>> sourceRootCopyFilter="**/CVS/*,**/*.java" >
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>   
>>
>> Thanks in advance,
>> Chad Woolley 


-
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/secure/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]



Results of clean bootstrap at 20030909-2200

2003-09-09 Thread tirsen
Last 500 lines of a clean bootstrap build of maven at 20030909-2200
 [exec] Copying 1 file to 
/usr/local/builds/maven/src/maven/src/plugins-build/webserver/target/classes/plugin-resources
 [exec] Copying 4 files to 
/usr/local/builds/maven/src/maven/src/plugins-build/webserver/target/classes

 [exec] test:prepare-filesystem:
 [exec] [mkdir] Created dir: 
/usr/local/builds/maven/src/maven/src/plugins-build/webserver/target/test-classes
 [exec] [mkdir] Created dir: 
/usr/local/builds/maven/src/maven/src/plugins-build/webserver/target/test-reports

 [exec] test:test-resources:

 [exec] test:compile:
 [exec] [echo] No test source files to compile.

 [exec] test:test:
 [exec] [echo] No tests to run.

 [exec] jar:jar:
 [exec] [jar] Building jar: 
/usr/local/builds/maven/src/maven/src/plugins-build/webserver/target/maven-webserver-plugin-2.0-dev.jar

 [exec] [copy] Copying 1 file to /home/tirsen/.maven/repository/maven/plugins
 [exec] +
 [exec] | Building Maven Wizard Plug-in
 [exec] | Memory: 90M/112M
 [exec] +

 [exec] clean:clean:

 [exec] clean:

 [exec] plugin:
 [exec] java:prepare-filesystem:
 [exec] [mkdir] Created dir: 
/usr/local/builds/maven/src/maven/src/plugins-build/wizard/target/classes

 [exec] java:compile:
 [exec] [echo] Compiling to 
/usr/local/builds/maven/src/maven/src/plugins-build/wizard/target/classes
 [exec] [echo] No java source files to compile.

 [exec] java:jar-resources:
 [exec] Copying 2 files to 
/usr/local/builds/maven/src/maven/src/plugins-build/wizard/target/classes

 [exec] test:prepare-filesystem:
 [exec] [mkdir] Created dir: 
/usr/local/builds/maven/src/maven/src/plugins-build/wizard/target/test-classes
 [exec] [mkdir] Created dir: 
/usr/local/builds/maven/src/maven/src/plugins-build/wizard/target/test-reports

 [exec] test:test-resources:

 [exec] test:compile:
 [exec] [echo] No test source files to compile.

 [exec] test:test:
 [exec] [echo] No tests to run.

 [exec] jar:jar:
 [exec] [jar] Building jar: 
/usr/local/builds/maven/src/maven/src/plugins-build/wizard/target/maven-wizard-plugin-1.0.jar

 [exec] [copy] Copying 1 file to /home/tirsen/.maven/repository/maven/plugins
 [exec] +
 [exec] | Building Maven Word to HTML Plug-in
 [exec] | Memory: 92M/112M
 [exec] +

 [exec] clean:clean:

 [exec] clean:

 [exec] plugin:
 [exec] java:prepare-filesystem:
 [exec] [mkdir] Created dir: 
/usr/local/builds/maven/src/maven/src/plugins-build/word2html/target/classes

 [exec] java:compile:
 [exec] [echo] Compiling to 
/usr/local/builds/maven/src/maven/src/plugins-build/word2html/target/classes
 [exec] [echo] No java source files to compile.

 [exec] java:jar-resources:
 [exec] Copying 1 file to 
/usr/local/builds/maven/src/maven/src/plugins-build/word2html/target/classes/plugin-resources
 [exec] Copying 4 files to 
/usr/local/builds/maven/src/maven/src/plugins-build/word2html/target/classes

 [exec] test:prepare-filesystem:
 [exec] [mkdir] Created dir: 
/usr/local/builds/maven/src/maven/src/plugins-build/word2html/target/test-classes
 [exec] [mkdir] Created dir: 
/usr/local/builds/maven/src/maven/src/plugins-build/word2html/target/test-reports

 [exec] test:test-resources:

 [exec] test:compile:
 [exec] [echo] No test source files to compile.

 [exec] test:test:
 [exec] [echo] No tests to run.

 [exec] jar:jar:
 [exec] [jar] Building jar: 
/usr/local/builds/maven/src/maven/src/plugins-build/word2html/target/maven-word2html-plugin-1.4-SNAPSHOT.jar

 [exec] [copy] Copying 1 file to /home/tirsen/.maven/repository/maven/plugins
 [exec] +
 [exec] | Building Maven XDoc Plug-in
 [exec] | Memory: 93M/112M
 [exec] +

 [exec] clean:clean:

 [exec] clean:

 [exec] plugin:
 [exec] java:prepare-filesystem:
 [exec] [mkdir] Created dir: 
/usr/local/builds/maven/src/maven/src/plugins-build/xdoc/target/classes

 [exec] java:compile:
 [exec] [echo] Compiling to 
/usr/local/builds/maven/src/maven/src/plugins-build/xdoc/target/classes
 [exec] [javac] Compiling 3 source files to 
/usr/local/builds/maven/src/maven/src/plugins-build/xdoc/target/classes

 [exec] java:jar-resources:
 [exec] Copying 105 files to 
/usr/local/builds/maven/src/maven/src/plugins-build/xdoc/target/classes/plugin-resources
 [exec] Copied 1 empty directory to 
/usr/local/builds/maven/src/maven/src/plugins-build/xdoc/target/classes/plugin-resources
 [exec] Copying 4 files to

[jira] Created: (MAVEN-800) Test plugin doesn't copy resources correctly

2003-09-09 Thread jira
Message:

  A new issue has been created in JIRA.

-
View the issue:

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


Here is an overview of the issue:
-
Key: MAVEN-800
Summary: Test plugin doesn't copy resources correctly
   Type: Bug

 Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

Project: maven
 Components: 
 plugin-test

   Assignee: 
   Reporter: Jason Chaffee

Created: Tue, 9 Sep 2003 4:13 PM
Updated: Tue, 9 Sep 2003 4:13 PM

Description:
The current plugin.jelly in CVS for the test plugin has changed from the last released 
version.  In particular, the "test-reources" goal has changed and no longer copies 
resources that aren't at the root level of the defined directory.

For example,  I have the following in my project.xml


  
**/*TestCase.java
  
  

  src/test
  
**/*.messages
**/*.xml
  

  


and in src/test/com/foo/bar/ is the file test.xml

This file is NOT being copied to test-classes/com/foo/bar

old plugin.jelly:



current plugin.jelly:

  


-
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/secure/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]



Re: J2ME plugins

2003-09-09 Thread Jason van Zyl
On Mon, 2003-09-08 at 16:02, Thiago Leão Moreira wrote:
> Hi,
> 
> I am a Maven's user and I work with J2ME plataform. I wrote plugins 
> to improve the process of development of J2ME software. So I would like 
> to add these plugins in Maven distribution. How can do this 

We are moving away from accepting every and all plugins for distribution
with Maven. Some changes have taken place in the core that will allow
the distribution of plugins apart from Maven.

Even right now it is not that hard to package up plugins for your users
and the 1.0 release will support the use of external plugins.

As of now I would like to place a moritorium on the inclusion of more
plugins with the core and we should start pushing them more of the
plugins out of the core distribution before the 1.0 release.

> 
> Thiago
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


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



J2ME plugins

2003-09-09 Thread Thiago Leão Moreira


   Hi,

   I am a Maven's user and I work with J2ME plataform. I wrote plugins 
to improve the process of development of J2ME software. So I would like 
to add these plugins in Maven distribution. How can do this 

   Thiago

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


[jira] Closed: (MAVEN-768) Add findbugs 0.6.5 jars that are missing

2003-09-09 Thread jira
Message:

   The following issue has been closed.

   Resolver: dion gillard
   Date: Tue, 9 Sep 2003 11:07 AM

Done today
-
View the issue:

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


Here is an overview of the issue:
-
Key: MAVEN-768
Summary: Add findbugs 0.6.5 jars that are missing
   Type: Wish

 Status: Closed
   Priority: Major
 Resolution: FIXED

 Time Spent: Unknown
  Remaining: Unknown

Project: maven
 Components: 
 Repo Jar Requests
   Fix Fors:
 1.0-rc1

   Assignee: 
   Reporter: David Eric Pugh

Created: Tue, 2 Sep 2003 5:33 PM
Updated: Tue, 9 Sep 2003 11:07 AM

Description:
I'd like to have two files upload to findbugs repo that are missing.  Findbugs maven 
plugin currently uses a custom version of bcel.  I have attached it and would like it 
uploaded.  Or I can add it as a plugin resource.  Findbugs also has it's own plugins.  
I would like that added.  I am going to attach the jars to this request.


-
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/secure/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/jcoverage plugin.jelly

2003-09-09 Thread evenisse
evenisse2003/09/09 09:18:40

  Modified:src/plugins-build/jcoverage plugin.jelly
  Log:
  Test if sources are present before register report
  
  Revision  ChangesPath
  1.5   +10 -6 maven/src/plugins-build/jcoverage/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven/src/plugins-build/jcoverage/plugin.jelly,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.jelly  9 Sep 2003 15:52:57 -   1.4
  +++ plugin.jelly  9 Sep 2003 16:18:40 -   1.5
  @@ -39,18 +39,22 @@
 
   
  -
  +
  +  
  +
   
 
   
 
   
  -
  +
  +  
  +
   
 
   
  
  
  

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



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

2003-09-09 Thread evenisse
evenisse2003/09/09 08:52:57

  Modified:src/plugins-build/jcoverage plugin.jelly project.xml
   src/plugins-build/jcoverage/src/main/org/apache/maven/jcoveragereport
Clazz.java CoverageReport.java Package.java
PackageComparator.java
  Added:   src/plugins-build/jcoverage/xdocs changes.xml
  Log:
  Correction of some point due to feedback on the user list :
  
  - Fix bug when classes have no package.
  - Fix overview page for inner classes.
  - Add a postGoal to clean:clean for suppress jcoverage.ser file.
  
  Revision  ChangesPath
  1.4   +4 -0  maven/src/plugins-build/jcoverage/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven/src/plugins-build/jcoverage/plugin.jelly,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.jelly  8 Sep 2003 11:15:16 -   1.3
  +++ plugin.jelly  9 Sep 2003 15:52:57 -   1.4
  @@ -194,5 +194,9 @@
 
   
 
  +  
  +  
  +
  +  
   
   
  
  
  
  1.2   +1 -1  maven/src/plugins-build/jcoverage/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven/src/plugins-build/jcoverage/project.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- project.xml   3 Sep 2003 16:27:14 -   1.1
  +++ project.xml   9 Sep 2003 15:52:57 -   1.2
  @@ -5,7 +5,7 @@
 3
 maven-jcoverage-plugin
 Maven JCoverage plugin
  -  1.0
  +  1.0.1-SNAPSHOT
 org.apache.maven.jcoveragereport
   
 
  
  
  
  1.2   +2 -2  
maven/src/plugins-build/jcoverage/src/main/org/apache/maven/jcoveragereport/Clazz.java
  
  Index: Clazz.java
  ===
  RCS file: 
/home/cvs/maven/src/plugins-build/jcoverage/src/main/org/apache/maven/jcoveragereport/Clazz.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Clazz.java3 Sep 2003 16:27:14 -   1.1
  +++ Clazz.java9 Sep 2003 15:52:57 -   1.2
  @@ -67,7 +67,7 @@
*/
   public class Clazz
   {
  -private String packageName;
  +private String packageName = "";
   private String name;
   private String file;
   private String lineRate;
  
  
  
  1.5   +13 -4 
maven/src/plugins-build/jcoverage/src/main/org/apache/maven/jcoveragereport/CoverageReport.java
  
  Index: CoverageReport.java
  ===
  RCS file: 
/home/cvs/maven/src/plugins-build/jcoverage/src/main/org/apache/maven/jcoveragereport/CoverageReport.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- CoverageReport.java   8 Sep 2003 13:39:51 -   1.4
  +++ CoverageReport.java   9 Sep 2003 15:52:57 -   1.5
  @@ -317,8 +317,9 @@
   for (Iterator it = thePackage.getClassesSortedByName().iterator(); 
it.hasNext(); )
   {
   Clazz cl = (Clazz) it.next();
  +String classFilename = 
cl.getFile().substring(cl.getFile().lastIndexOf("/")+1, cl.getFile().lastIndexOf(".")) 
+ ".html";
   pw.println("");
  -pw.println("" + cl.getName() + "");
  +pw.println("" + cl.getName() + "");
   pw.println("" + 
generatePercentResult(getPercentValue(cl.getLineRate())) + "");
   pw.println("" + 
generatePercentResult(getPercentValue(cl.getBranchRate())) + "");
   pw.println("");
  @@ -364,8 +365,9 @@
   for (Iterator iter = classesList.iterator(); iter.hasNext(); )
   {
   Clazz cl = (Clazz) iter.next();
  +String classFilename = 
cl.getFile().substring(cl.getFile().lastIndexOf("/")+1, cl.getFile().lastIndexOf(".")) 
+ ".html";
   pw.println("");
  -pw.println("" + cl.getName() + "");
  +pw.println("" + cl.getName() + "");
   pw.println("" + 
generatePercentResult(getPercentValue(cl.getLineRate())) + "");
   pw.println("" + 
generatePercentResult(getPercentValue(cl.getBranchRate())) + "");
   pw.println("");
  @@ -510,7 +512,14 @@
   
   private String getRelativePath(String path)
   {
  -return new Perl5Util().substitute("s/[^\\.]*(\\.|$)/\\.\\.\\//g", path);
  +if (path != null && !path.equals(""))
  +{
  +return new Perl5Util().substitute("s/[^\\.]*(\\.|$)/\\.\\.\\//g", path);
  +}
  +else
  +{
  +return "";
  +}
   }
   
   private String getPercentValue(String

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

2003-09-09 Thread dion
Should we be doing this while it's still breaking 'maven site' for Maven?
--
dIon Gillard, Multitask Consulting
Blog:  http://blogs.codehaus.org/people/dion/


[EMAIL PROTECTED] wrote on 09/09/2003 07:26:55 PM:

> evenisse2003/09/09 02:26:55
> 
>   Modified:src/plugins-build/xdoc plugin.jelly
>   Log:
>   Add JCoverage report to default reports.
> 
>   Revision  ChangesPath
>   1.46  +1 -0  maven/src/plugins-build/xdoc/plugin.jelly
> 
>   Index: plugin.jelly
>   ===
>   RCS file: /home/cvs/maven/src/plugins-build/xdoc/plugin.jelly,v
>   retrieving revision 1.45
>   retrieving revision 1.46
>   diff -u -r1.45 -r1.46
>   --- plugin.jelly   30 Aug 2003 01:08:52 -   1.45
>   +++ plugin.jelly   9 Sep 2003 09:26:55 -   1.46
>   @@ -588,6 +588,7 @@
>
>
>
>   +
>
>
>
> 
> 
> 
> 
> -
> 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]



[jira] Closed: (MAVEN-795) jcovergae plugin doesnot seem to merge sourceDirectory and unitTestSourceDIrectory

2003-09-09 Thread jira
Message:

   The following issue has been closed.

-
View the issue:

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


Here is an overview of the issue:
-
Key: MAVEN-795
Summary: jcovergae plugin doesnot seem to merge sourceDirectory and 
unitTestSourceDIrectory
   Type: Bug

 Status: Closed
   Priority: Major
 Resolution: CANNOT REPRODUCE

 Time Spent: Unknown
  Remaining: Unknown

Project: maven
   Fix Fors:
 1.0-rc1

   Assignee: 
   Reporter: gilles dodinet

Created: Sun, 7 Sep 2003 10:14 AM
Updated: Tue, 9 Sep 2003 8:27 AM
Environment: winxp, maven built yesterday from cvs head

Description:
when running jcoverage plugin (maven jcoverage) i end up with FileNotFoundException : 
/src/java/ProjectAggregatorTest.java.
After digging in the plugin, it seems that sourceDirectory and unitTestSourceDirectory 
should be merged (currently only sourceDirectory is passed to report, causing that 
exception. merging sourceDirectory and unitTestSourceDirectory in 
${maven.jcoverage.sourceDirectory} and passing that directory to report seem to solve 
the issue. i hope im not missing something or a configuration thingy. attached is a 
patch.


-
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/secure/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/findbugs/src/plugin-resources findbugs.xml findbugs.jsl

2003-09-09 Thread epugh
epugh   2003/09/09 07:14:02

  Removed: src/plugins-build/findbugs/xdocs index.xml goals.xml
changes.xml properties.xml navigation.xml
   src/plugins-build/findbugs/src/plugin-resources findbugs.xml
findbugs.jsl
  Log:
  Remove Findbugs plugin in favor of version on maven-plugins.sf.net.  FindBugs has 
LGPL
  licensing issues.

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



[jira] Commented: (MAVEN-795) jcovergae plugin doesnot seem to merge sourceDirectory and unitTestSourceDIrectory

2003-09-09 Thread jira
The following comment has been added to this issue:

 Author: gilles dodinet
Created: Tue, 9 Sep 2003 7:36 AM
   Body:
Emmanuel,

ill try to add the xml-apis and set the fork property to true tonight. Yes you can 
close it since it appears it is a configuration issue. i will work on it till it works 
;) 
thanks
-
View the issue:

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


Here is an overview of the issue:
-
Key: MAVEN-795
Summary: jcovergae plugin doesnot seem to merge sourceDirectory and 
unitTestSourceDIrectory
   Type: Bug

 Status: Reopened
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

Project: maven
   Fix Fors:
 1.0-rc1

   Assignee: 
   Reporter: gilles dodinet

Created: Sun, 7 Sep 2003 10:14 AM
Updated: Mon, 8 Sep 2003 7:24 AM
Environment: winxp, maven built yesterday from cvs head

Description:
when running jcoverage plugin (maven jcoverage) i end up with FileNotFoundException : 
/src/java/ProjectAggregatorTest.java.
After digging in the plugin, it seems that sourceDirectory and unitTestSourceDirectory 
should be merged (currently only sourceDirectory is passed to report, causing that 
exception. merging sourceDirectory and unitTestSourceDirectory in 
${maven.jcoverage.sourceDirectory} and passing that directory to report seem to solve 
the issue. i hope im not missing something or a configuration thingy. attached is a 
patch.


-
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/secure/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 project.xml

2003-09-09 Thread michal
michal  2003/09/09 03:21:17

  Modified:.project.xml
  Log:
  Added myself to developer list
  
  Revision  ChangesPath
  1.303 +10 -0 maven/project.xml
  
  Index: project.xml
  ===
  RCS file: /home/cvs/maven/project.xml,v
  retrieving revision 1.302
  retrieving revision 1.303
  diff -u -r1.302 -r1.303
  --- project.xml   5 Sep 2003 10:02:55 -   1.302
  +++ project.xml   9 Sep 2003 10:21:17 -   1.303
  @@ -177,6 +177,16 @@
 
   
   
  +  Michal Maczka
  +  michal
  +  [EMAIL PROTECTED]
  +  Dimatics
  +  
  +Java Developer
  +  
  +  +1
  +
  +
 Glenn McAllister
 glennm
 [EMAIL PROTECTED]
  
  
  

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



[jira] Commented: (MAVEN-795) jcovergae plugin doesnot seem to merge sourceDirectory and unitTestSourceDIrectory

2003-09-09 Thread jira
The following comment has been added to this issue:

 Author: Emmanuel Venisse
Created: Tue, 9 Sep 2003 4:47 AM
   Body:
Which maven version you use?

Can I close this issue? it's not reproductible.
-
View the issue:

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


Here is an overview of the issue:
-
Key: MAVEN-795
Summary: jcovergae plugin doesnot seem to merge sourceDirectory and 
unitTestSourceDIrectory
   Type: Bug

 Status: Reopened
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

Project: maven
   Fix Fors:
 1.0-rc1

   Assignee: 
   Reporter: gilles dodinet

Created: Sun, 7 Sep 2003 10:14 AM
Updated: Mon, 8 Sep 2003 7:24 AM
Environment: winxp, maven built yesterday from cvs head

Description:
when running jcoverage plugin (maven jcoverage) i end up with FileNotFoundException : 
/src/java/ProjectAggregatorTest.java.
After digging in the plugin, it seems that sourceDirectory and unitTestSourceDirectory 
should be merged (currently only sourceDirectory is passed to report, causing that 
exception. merging sourceDirectory and unitTestSourceDirectory in 
${maven.jcoverage.sourceDirectory} and passing that directory to report seem to solve 
the issue. i hope im not missing something or a configuration thingy. attached is a 
patch.


-
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/secure/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/xdoc plugin.jelly

2003-09-09 Thread evenisse
evenisse2003/09/09 02:26:55

  Modified:src/plugins-build/xdoc plugin.jelly
  Log:
  Add JCoverage report to default reports.
  
  Revision  ChangesPath
  1.46  +1 -0  maven/src/plugins-build/xdoc/plugin.jelly
  
  Index: plugin.jelly
  ===
  RCS file: /home/cvs/maven/src/plugins-build/xdoc/plugin.jelly,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- plugin.jelly  30 Aug 2003 01:08:52 -  1.45
  +++ plugin.jelly  9 Sep 2003 09:26:55 -   1.46
  @@ -588,6 +588,7 @@
   
   
   
  +
   
   
   
  
  
  

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



cvs commit: maven/src/plugins-build/jcoverage/src/main/org/apache/maven/jcoveragereport CoverageReportGenerator.java

2003-09-09 Thread evenisse
evenisse2003/09/09 02:26:08

  Modified:src/plugins-build/jcoverage/src/main/org/apache/maven/jcoveragereport
CoverageReportGenerator.java
  Log:
  Remove useless code
  
  Revision  ChangesPath
  1.2   +1 -2  
maven/src/plugins-build/jcoverage/src/main/org/apache/maven/jcoveragereport/CoverageReportGenerator.java
  
  Index: CoverageReportGenerator.java
  ===
  RCS file: 
/home/cvs/maven/src/plugins-build/jcoverage/src/main/org/apache/maven/jcoveragereport/CoverageReportGenerator.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CoverageReportGenerator.java  3 Sep 2003 16:27:14 -   1.1
  +++ CoverageReportGenerator.java  9 Sep 2003 09:26:08 -   1.2
  @@ -107,7 +107,6 @@
   }
   catch (Exception e)
   {
  -System.out.println("2 bis");
   e.printStackTrace();
   }
   }
  
  
  

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



[jira] Commented: (MAVEN-795) jcovergae plugin doesnot seem to merge sourceDirectory and unitTestSourceDIrectory

2003-09-09 Thread jira
The following comment has been added to this issue:

 Author: Emmanuel Venisse
Created: Tue, 9 Sep 2003 4:38 AM
   Body:
I test your project and it works fine for me (maven jcoverage) after adding xml-apis 
to dependencies for run tests.

If I run with maven.jcoverage.junit.fork=false, I obtain 0% of coverage, and deafault 
fork value, I obtain 51%

I think you have a dependency problem with your project because I can't run 'maven 
site'. I obtain an exception with xdoc plugin.
-
View the issue:

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


Here is an overview of the issue:
-
Key: MAVEN-795
Summary: jcovergae plugin doesnot seem to merge sourceDirectory and 
unitTestSourceDIrectory
   Type: Bug

 Status: Reopened
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

Project: maven
   Fix Fors:
 1.0-rc1

   Assignee: 
   Reporter: gilles dodinet

Created: Sun, 7 Sep 2003 10:14 AM
Updated: Mon, 8 Sep 2003 7:24 AM
Environment: winxp, maven built yesterday from cvs head

Description:
when running jcoverage plugin (maven jcoverage) i end up with FileNotFoundException : 
/src/java/ProjectAggregatorTest.java.
After digging in the plugin, it seems that sourceDirectory and unitTestSourceDirectory 
should be merged (currently only sourceDirectory is passed to report, causing that 
exception. merging sourceDirectory and unitTestSourceDirectory in 
${maven.jcoverage.sourceDirectory} and passing that directory to report seem to solve 
the issue. i hope im not missing something or a configuration thingy. attached is a 
patch.


-
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/secure/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]