Release 1.9.1

View: New views
8 Messages — Rating Filter:   Alert me  

Release 1.9.1

by John W. Lewis :: Rate this Message:

| View Threaded | Show Only this Message


Version 1.9.1 is available for download.  It is mostly to fix the Complexity calculation for source with Java 5 language features such as Annotations. Existing users need to make sure you use ASM 3.0 jars for this release.   Here are all the changes:

        * Complexity calculation now works with Java 5 language
          features such as Annotations. (Tri Bao Ho)
        * Removed the bold font from the source-view for uncovered lines to
          improve the alignment.  (Jiri Mares)
        * Support Ant <dirset>s. (Matt Cordes, John Lewis)
        * Support the antlib mechanism for defining and importing
          ant tasks. (Richard Atkins)
        * Reports now support source encoded in something than UTF-8. (Jiri Mares)
        * Report generation performance improvement. (Ignat Zapolsky)
        * Report generation will look in zip and jar files if the
          source java file is not found. (Charlie Squires, John Lewis)
        * cobertura-check with linerate=0, branchrate=0,
          packagebranchrate=0, packagelinerate=0, totalbranchrate=0,
          totallinerate=0 will no longer default all the values to
          50 as before.   Therefore, cobertura-check will always pass.
          Note that this still means that <cobertura-check /> (with
          no attributes) will still default to 50 for all rates. (Charlie
          Squires) (Bug 2152919)
        * New coberturaFlush.war is created.   Deploy it to a
          web server and invoke http://<HOST>:<PORT>/coberturaFlush/flushCobertura
          for a convenient way of flushing the cobertura data to the
          datafile without stopping the web server.  (Amit Nithianandan)
        * XML report now shows total lines-covered, lines-valid,
          branches-covered, branches-valid, and complexity.  (Julian Gamble)
        * New report option called "summaryXml" will create
          a small summary XML report that does not have all the
          details on the classes - just the overall totals.  This
          is for large projects where the full XML report gets so
          big it impairs continuous build processes.  (Julian Gamble and Dan Godfrey)
        * Migrated from asm-2.2.1 to asm-3.0. (Jiri Mares)
        * The percentage coverage of 199 out of 200 lines has been 100%.
          No more! Now it is 99%.  (Jiri Mares)
        * Spelling error corrected in main.css file - changed magin to
          margin. (Dennis Lundberg)



------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Cobertura-devel mailing list
Cobertura-devel@...
https://lists.sourceforge.net/lists/listinfo/cobertura-devel

Re: Release 1.9.1

by Jira :: Rate this Message:

| View Threaded | Show Only this Message

Hi John,

welcome back ... great work ...

JIrka

On Wed, Feb 4, 2009 at 10:23 PM, John W. Lewis <JohnW.Lewis@...> wrote:

Version 1.9.1 is available for download.  It is mostly to fix the Complexity calculation for source with Java 5 language features such as Annotations. Existing users need to make sure you use ASM 3.0 jars for this release.   Here are all the changes:

       * Complexity calculation now works with Java 5 language
         features such as Annotations. (Tri Bao Ho)
       * Removed the bold font from the source-view for uncovered lines to
         improve the alignment.  (Jiri Mares)
       * Support Ant <dirset>s. (Matt Cordes, John Lewis)
       * Support the antlib mechanism for defining and importing
         ant tasks. (Richard Atkins)
       * Reports now support source encoded in something than UTF-8. (Jiri Mares)
       * Report generation performance improvement. (Ignat Zapolsky)
       * Report generation will look in zip and jar files if the
         source java file is not found. (Charlie Squires, John Lewis)
       * cobertura-check with linerate=0, branchrate=0,
         packagebranchrate=0, packagelinerate=0, totalbranchrate=0,
         totallinerate=0 will no longer default all the values to
         50 as before.   Therefore, cobertura-check will always pass.
         Note that this still means that <cobertura-check /> (with
         no attributes) will still default to 50 for all rates. (Charlie
         Squires) (Bug 2152919)
       * New coberturaFlush.war is created.   Deploy it to a
         web server and invoke http://<HOST>:<PORT>/coberturaFlush/flushCobertura
         for a convenient way of flushing the cobertura data to the
         datafile without stopping the web server.  (Amit Nithianandan)
       * XML report now shows total lines-covered, lines-valid,
         branches-covered, branches-valid, and complexity.  (Julian Gamble)
       * New report option called "summaryXml" will create
         a small summary XML report that does not have all the
         details on the classes - just the overall totals.  This
         is for large projects where the full XML report gets so
         big it impairs continuous build processes.  (Julian Gamble and Dan Godfrey)
       * Migrated from asm-2.2.1 to asm-3.0. (Jiri Mares)
       * The percentage coverage of 199 out of 200 lines has been 100%.
         No more! Now it is 99%.  (Jiri Mares)
       * Spelling error corrected in main.css file - changed magin to
         margin. (Dennis Lundberg)



------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Cobertura-devel mailing list
Cobertura-devel@...
https://lists.sourceforge.net/lists/listinfo/cobertura-devel



--
Jiří Mareš

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Cobertura-devel mailing list
Cobertura-devel@...
https://lists.sourceforge.net/lists/listinfo/cobertura-devel

Re: Release 1.9.1

by Mark Doliner :: Rate this Message:

| View Threaded | Show Only this Message

On Wed, Feb 4, 2009 at 1:23 PM, John W. Lewis <JohnW.Lewis@...> wrote:
> Version 1.9.1 is available for download.  It is mostly to fix the Complexity calculation for source with Java 5 language features such as Annotations. Existing users need to make sure you use ASM 3.0 jars for this release.

Congratulations!!!

-Mark

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Cobertura-devel mailing list
Cobertura-devel@...
https://lists.sourceforge.net/lists/listinfo/cobertura-devel

Parent Message unknown Release 1.9.1

by Weber, Dennis :: Rate this Message:

| View Threaded | Show Only this Message

Hi,

grats on and thanks for the new release!

I am wondering though, where is it available for download?

http://cobertura.sourceforge.net/download.html

The above webpage still lists 1.9 for download and the downloaded files
date back to 2007.

Cheers,
Dennis Weber


-----Original Message-----
From: John W. Lewis [mailto:JohnW.Lewis@...]
Sent: Mittwoch, 4. Februar 2009 22:24
To: cobertura-devel@...
Subject: [Cobertura-devel] Release 1.9.1


Version 1.9.1 is available for download.  It is mostly to fix the
Complexity calculation for source with Java 5 language features such as
Annotations. Existing users need to make sure you use ASM 3.0 jars for
this release.   Here are all the changes:

        * Complexity calculation now works with Java 5 language
          features such as Annotations. (Tri Bao Ho)
        * Removed the bold font from the source-view for uncovered lines
to
          improve the alignment.  (Jiri Mares)
        * Support Ant <dirset>s. (Matt Cordes, John Lewis)
        * Support the antlib mechanism for defining and importing
          ant tasks. (Richard Atkins)
        * Reports now support source encoded in something than UTF-8.
(Jiri Mares)
        * Report generation performance improvement. (Ignat Zapolsky)
        * Report generation will look in zip and jar files if the
          source java file is not found. (Charlie Squires, John Lewis)
        * cobertura-check with linerate=0, branchrate=0,
          packagebranchrate=0, packagelinerate=0, totalbranchrate=0,
          totallinerate=0 will no longer default all the values to
          50 as before.   Therefore, cobertura-check will always pass.
          Note that this still means that <cobertura-check /> (with
          no attributes) will still default to 50 for all rates.
(Charlie
          Squires) (Bug 2152919)
        * New coberturaFlush.war is created.   Deploy it to a
          web server and invoke
http://<HOST>:<PORT>/coberturaFlush/flushCobertura
          for a convenient way of flushing the cobertura data to the
          datafile without stopping the web server.  (Amit Nithianandan)
        * XML report now shows total lines-covered, lines-valid,
          branches-covered, branches-valid, and complexity.  (Julian
Gamble)
        * New report option called "summaryXml" will create
          a small summary XML report that does not have all the
          details on the classes - just the overall totals.  This
          is for large projects where the full XML report gets so
          big it impairs continuous build processes.  (Julian Gamble and
Dan Godfrey)
        * Migrated from asm-2.2.1 to asm-3.0. (Jiri Mares)
        * The percentage coverage of 199 out of 200 lines has been 100%.
          No more! Now it is 99%.  (Jiri Mares)
        * Spelling error corrected in main.css file - changed magin to
          margin. (Dennis Lundberg)



------------------------------------------------------------------------
------
Create and Deploy Rich Internet Apps outside the browser with
Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use
existing skills and code to build responsive, highly engaging
applications that combine the power of local resources and data with the
reach of the web. Download the Adobe AIR SDK and Ajax docs to start
building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Cobertura-devel mailing list
Cobertura-devel@...
https://lists.sourceforge.net/lists/listinfo/cobertura-devel

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Cobertura-devel mailing list
Cobertura-devel@...
https://lists.sourceforge.net/lists/listinfo/cobertura-devel

Re: Release 1.9.1

by John W. Lewis :: Rate this Message:

| View Threaded | Show Only this Message


Sorry about that.   The download page has been corrected.

-----Original Message-----
From: Weber, Dennis [mailto:Dennis.Weber@...]
Sent: Friday, February 06, 2009 1:54 PM
To: cobertura-devel@...
Subject: [Cobertura-devel] Release 1.9.1

Hi,

grats on and thanks for the new release!

I am wondering though, where is it available for download?

http://cobertura.sourceforge.net/download.html

The above webpage still lists 1.9 for download and the downloaded files
date back to 2007.

Cheers,
Dennis Weber


-----Original Message-----
From: John W. Lewis [mailto:JohnW.Lewis@...]
Sent: Mittwoch, 4. Februar 2009 22:24
To: cobertura-devel@...
Subject: [Cobertura-devel] Release 1.9.1


Version 1.9.1 is available for download.  It is mostly to fix the
Complexity calculation for source with Java 5 language features such as
Annotations. Existing users need to make sure you use ASM 3.0 jars for
this release.   Here are all the changes:

        * Complexity calculation now works with Java 5 language
          features such as Annotations. (Tri Bao Ho)
        * Removed the bold font from the source-view for uncovered lines
to
          improve the alignment.  (Jiri Mares)
        * Support Ant <dirset>s. (Matt Cordes, John Lewis)
        * Support the antlib mechanism for defining and importing
          ant tasks. (Richard Atkins)
        * Reports now support source encoded in something than UTF-8.
(Jiri Mares)
        * Report generation performance improvement. (Ignat Zapolsky)
        * Report generation will look in zip and jar files if the
          source java file is not found. (Charlie Squires, John Lewis)
        * cobertura-check with linerate=0, branchrate=0,
          packagebranchrate=0, packagelinerate=0, totalbranchrate=0,
          totallinerate=0 will no longer default all the values to
          50 as before.   Therefore, cobertura-check will always pass.
          Note that this still means that <cobertura-check /> (with
          no attributes) will still default to 50 for all rates.
(Charlie
          Squires) (Bug 2152919)
        * New coberturaFlush.war is created.   Deploy it to a
          web server and invoke
http://<HOST>:<PORT>/coberturaFlush/flushCobertura
          for a convenient way of flushing the cobertura data to the
          datafile without stopping the web server.  (Amit Nithianandan)
        * XML report now shows total lines-covered, lines-valid,
          branches-covered, branches-valid, and complexity.  (Julian
Gamble)
        * New report option called "summaryXml" will create
          a small summary XML report that does not have all the
          details on the classes - just the overall totals.  This
          is for large projects where the full XML report gets so
          big it impairs continuous build processes.  (Julian Gamble and
Dan Godfrey)
        * Migrated from asm-2.2.1 to asm-3.0. (Jiri Mares)
        * The percentage coverage of 199 out of 200 lines has been 100%.
          No more! Now it is 99%.  (Jiri Mares)
        * Spelling error corrected in main.css file - changed magin to
          margin. (Dennis Lundberg)



------------------------------------------------------------------------
------
Create and Deploy Rich Internet Apps outside the browser with
Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use
existing skills and code to build responsive, highly engaging
applications that combine the power of local resources and data with the
reach of the web. Download the Adobe AIR SDK and Ajax docs to start
building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Cobertura-devel mailing list
Cobertura-devel@...
https://lists.sourceforge.net/lists/listinfo/cobertura-devel

------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Cobertura-devel mailing list
Cobertura-devel@...
https://lists.sourceforge.net/lists/listinfo/cobertura-devel


------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Cobertura-devel mailing list
Cobertura-devel@...
https://lists.sourceforge.net/lists/listinfo/cobertura-devel

Re: Release 1.9.1

by Sergey Bylokhov :: Rate this Message:

| View Threaded | Show Only this Message

Hello Everyone
I have a small issue with this release.

Here http://cobertura.sourceforge.net/faq.html i see that

What do I need to use Cobertura?

A computer with Java 1.3 or newer. We have run Cobertura on Windows XP and Linux (Fedora Core 4) using the 1.4.2 JDK. However, it should work on any platform and with any 1.3 or newer JDK.

But when i try run it on jdk 1.4.2 i get error

cobertura\cobertura-1.9.1>cobertura-instrument.bat small.jar

Exception in thread "main" java.lang.UnsupportedClassVersionError: net/sourcefo
ge/cobertura/instrument/Main (Unsupported major.minor version 49.0)
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:1
3)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)


Any help?Thanks.
John W. Lewis wrote:
Version 1.9.1 is available for download.  It is mostly to fix the Complexity calculation for source with Java 5 language features such as Annotations. Existing users need to make sure you use ASM 3.0 jars for this release.   Here are all the changes:

        * Complexity calculation now works with Java 5 language
          features such as Annotations. (Tri Bao Ho)
        * Removed the bold font from the source-view for uncovered lines to
          improve the alignment.  (Jiri Mares)
        * Support Ant <dirset>s. (Matt Cordes, John Lewis)
        * Support the antlib mechanism for defining and importing
          ant tasks. (Richard Atkins)
        * Reports now support source encoded in something than UTF-8. (Jiri Mares)
        * Report generation performance improvement. (Ignat Zapolsky)
        * Report generation will look in zip and jar files if the
          source java file is not found. (Charlie Squires, John Lewis)
        * cobertura-check with linerate=0, branchrate=0,
          packagebranchrate=0, packagelinerate=0, totalbranchrate=0,
          totallinerate=0 will no longer default all the values to
          50 as before.   Therefore, cobertura-check will always pass.
          Note that this still means that <cobertura-check /> (with
          no attributes) will still default to 50 for all rates. (Charlie
          Squires) (Bug 2152919)
        * New coberturaFlush.war is created.   Deploy it to a
          web server and invoke http://<HOST>:<PORT>/coberturaFlush/flushCobertura
          for a convenient way of flushing the cobertura data to the
          datafile without stopping the web server.  (Amit Nithianandan)
        * XML report now shows total lines-covered, lines-valid,
          branches-covered, branches-valid, and complexity.  (Julian Gamble)
        * New report option called "summaryXml" will create
          a small summary XML report that does not have all the
          details on the classes - just the overall totals.  This
          is for large projects where the full XML report gets so
          big it impairs continuous build processes.  (Julian Gamble and Dan Godfrey)
        * Migrated from asm-2.2.1 to asm-3.0. (Jiri Mares)
        * The percentage coverage of 199 out of 200 lines has been 100%.
          No more! Now it is 99%.  (Jiri Mares)
        * Spelling error corrected in main.css file - changed magin to
          margin. (Dennis Lundberg)



------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Cobertura-devel mailing list
Cobertura-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cobertura-devel

Re: Re lease 1.9.1

by Uldis Karlovs-Karlovskis :: Rate this Message:

| View Threaded | Show Only this Message

No it shouldn`t. For Cobertura 1.9.1 jdk1.5 is required.

Regards,
Uldis, C. T. Co
uldis.karlovs-karlovskis@...
 
-----Original Message-----
From: Sergey Bylokhov [mailto:serserb@...]
Sent: trešdiena, 2009. gada 18. februārī 22:45
To: cobertura-devel@...
Subject: Re: [Cobertura-devel] Re lease 1.9.1


Hello Everyone
I have a small issue with this release.

Here http://cobertura.sourceforge.net/faq.html i see that

What do I need to use Cobertura?

A computer with Java 1.3 or newer. We have run Cobertura on Windows XP and
Linux (Fedora Core 4) using the 1.4.2 JDK. However, it should work on any
platform and with any 1.3 or newer JDK.

But when i try run it on jdk 1.4.2 i get error

cobertura\cobertura-1.9.1>cobertura-instrument.bat small.jar

Exception in thread "main" java.lang.UnsupportedClassVersionError:
net/sourcefo
ge/cobertura/instrument/Main (Unsupported major.minor version 49.0)
        at java.lang.ClassLoader.defineClass0(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
        at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:1
3)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)


Any help?Thanks.

John W. Lewis wrote:

>
>
> Version 1.9.1 is available for download.  It is mostly to fix the
> Complexity calculation for source with Java 5 language features such as
> Annotations. Existing users need to make sure you use ASM 3.0 jars for
> this release.   Here are all the changes:
>
>         * Complexity calculation now works with Java 5 language
>           features such as Annotations. (Tri Bao Ho)
>         * Removed the bold font from the source-view for uncovered lines
> to
>           improve the alignment.  (Jiri Mares)
>         * Support Ant <dirset>s. (Matt Cordes, John Lewis)
>         * Support the antlib mechanism for defining and importing
>           ant tasks. (Richard Atkins)
>         * Reports now support source encoded in something than UTF-8.
> (Jiri Mares)
>         * Report generation performance improvement. (Ignat Zapolsky)
>         * Report generation will look in zip and jar files if the
>           source java file is not found. (Charlie Squires, John Lewis)
>         * cobertura-check with linerate=0, branchrate=0,
>           packagebranchrate=0, packagelinerate=0, totalbranchrate=0,
>           totallinerate=0 will no longer default all the values to
>           50 as before.   Therefore, cobertura-check will always pass.
>           Note that this still means that <cobertura-check /> (with
>           no attributes) will still default to 50 for all rates. (Charlie
>           Squires) (Bug 2152919)
>         * New coberturaFlush.war is created.   Deploy it to a
>           web server and invoke
> http://<HOST>:<PORT>/coberturaFlush/flushCobertura
>           for a convenient way of flushing the cobertura data to the
>           datafile without stopping the web server.  (Amit Nithianandan)
>         * XML report now shows total lines-covered, lines-valid,
>           branches-covered, branches-valid, and complexity.  (Julian
> Gamble)
>         * New report option called "summaryXml" will create
>           a small summary XML report that does not have all the
>           details on the classes - just the overall totals.  This
>           is for large projects where the full XML report gets so
>           big it impairs continuous build processes.  (Julian Gamble and
> Dan Godfrey)
>         * Migrated from asm-2.2.1 to asm-3.0. (Jiri Mares)
>         * The percentage coverage of 199 out of 200 lines has been 100%.
>           No more! Now it is 99%.  (Jiri Mares)
>         * Spelling error corrected in main.css file - changed magin to
>           margin. (Dennis Lundberg)
>
>
>
>
----------------------------------------------------------------------------
--

> Create and Deploy Rich Internet Apps outside the browser with
> Adobe(R)AIR(TM)
> software. With Adobe AIR, Ajax developers can use existing skills and code
> to
> build responsive, highly engaging applications that combine the power of
> local
> resources and data with the reach of the web. Download the Adobe AIR SDK
> and
> Ajax docs to start building applications
> today-http://p.sf.net/sfu/adobe-com
> _______________________________________________
> Cobertura-devel mailing list
> Cobertura-devel@...
> https://lists.sourceforge.net/lists/listinfo/cobertura-devel
>
>

--
View this message in context:
http://www.nabble.com/Release-1.9.1-tp21839930p22087825.html
Sent from the cobertura-devel mailing list archive at Nabble.com.


----------------------------------------------------------------------------
--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Cobertura-devel mailing list
Cobertura-devel@...
https://lists.sourceforge.net/lists/listinfo/cobertura-devel



------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Cobertura-devel mailing list
Cobertura-devel@...
https://lists.sourceforge.net/lists/listinfo/cobertura-devel

Parent Message unknown Re: Re lease 1.9.1

by Jake Cobb-2 :: Rate this Message:

| View Threaded | Show Only this Message

The FAQ needs to be updated then, it very explicitly states Cobertura
works with 1.3 or greater as the original submitter mentions.  I
checked today and it still says this.  The release notes say that it
now *covers* Java 5 features but does not say it requires Java 5
itself to run.

-Jake Cobb

2009/2/23 Uldis Karlovs-Karlovskis <uldis.karlovs-karlovskis@...>:

> No it shouldn`t. For Cobertura 1.9.1 jdk1.5 is required.
>
> Regards,
> Uldis, C. T. Co
> uldis.karlovs-karlovskis@...
>
> -----Original Message-----
> From: Sergey Bylokhov [mailto:serserb@...]
> Sent: trešdiena, 2009. gada 18. februārī 22:45
> To: cobertura-devel@...
> Subject: Re: [Cobertura-devel] Re lease 1.9.1
>
>
> Hello Everyone
> I have a small issue with this release.
>
> Here http://cobertura.sourceforge.net/faq.html i see that
>
> What do I need to use Cobertura?
>
> A computer with Java 1.3 or newer. We have run Cobertura on Windows XP and
> Linux (Fedora Core 4) using the 1.4.2 JDK. However, it should work on any
> platform and with any 1.3 or newer JDK.
>
> But when i try run it on jdk 1.4.2 i get error
>
> cobertura\cobertura-1.9.1>cobertura-instrument.bat small.jar
>
> Exception in thread "main" java.lang.UnsupportedClassVersionError:
> net/sourcefo
> ge/cobertura/instrument/Main (Unsupported major.minor version 49.0)
>        at java.lang.ClassLoader.defineClass0(Native Method)
>        at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
>        at
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:1
> 3)
>        at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
>
>
> Any help?Thanks.
>
> John W. Lewis wrote:
>>
>>
>> Version 1.9.1 is available for download.  It is mostly to fix the
>> Complexity calculation for source with Java 5 language features such as
>> Annotations. Existing users need to make sure you use ASM 3.0 jars for
>> this release.   Here are all the changes:
>>
>>         * Complexity calculation now works with Java 5 language
>>           features such as Annotations. (Tri Bao Ho)
>>         * Removed the bold font from the source-view for uncovered lines
>> to
>>           improve the alignment.  (Jiri Mares)
>>         * Support Ant <dirset>s. (Matt Cordes, John Lewis)
>>         * Support the antlib mechanism for defining and importing
>>           ant tasks. (Richard Atkins)
>>         * Reports now support source encoded in something than UTF-8.
>> (Jiri Mares)
>>         * Report generation performance improvement. (Ignat Zapolsky)
>>         * Report generation will look in zip and jar files if the
>>           source java file is not found. (Charlie Squires, John Lewis)
>>         * cobertura-check with linerate=0, branchrate=0,
>>           packagebranchrate=0, packagelinerate=0, totalbranchrate=0,
>>           totallinerate=0 will no longer default all the values to
>>           50 as before.   Therefore, cobertura-check will always pass.
>>           Note that this still means that <cobertura-check /> (with
>>           no attributes) will still default to 50 for all rates. (Charlie
>>           Squires) (Bug 2152919)
>>         * New coberturaFlush.war is created.   Deploy it to a
>>           web server and invoke
>> http://<HOST>:<PORT>/coberturaFlush/flushCobertura
>>           for a convenient way of flushing the cobertura data to the
>>           datafile without stopping the web server.  (Amit Nithianandan)
>>         * XML report now shows total lines-covered, lines-valid,
>>           branches-covered, branches-valid, and complexity.  (Julian
>> Gamble)
>>         * New report option called "summaryXml" will create
>>           a small summary XML report that does not have all the
>>           details on the classes - just the overall totals.  This
>>           is for large projects where the full XML report gets so
>>           big it impairs continuous build processes.  (Julian Gamble and
>> Dan Godfrey)
>>         * Migrated from asm-2.2.1 to asm-3.0. (Jiri Mares)
>>         * The percentage coverage of 199 out of 200 lines has been 100%.
>>           No more! Now it is 99%.  (Jiri Mares)
>>         * Spelling error corrected in main.css file - changed magin to
>>           margin. (Dennis Lundberg)
>>
>>
>>
>>
> ----------------------------------------------------------------------------
> --
>> Create and Deploy Rich Internet Apps outside the browser with
>> Adobe(R)AIR(TM)
>> software. With Adobe AIR, Ajax developers can use existing skills and code
>> to
>> build responsive, highly engaging applications that combine the power of
>> local
>> resources and data with the reach of the web. Download the Adobe AIR SDK
>> and
>> Ajax docs to start building applications
>> today-http://p.sf.net/sfu/adobe-com
>> _______________________________________________
>> Cobertura-devel mailing list
>> Cobertura-devel@...
>> https://lists.sourceforge.net/lists/listinfo/cobertura-devel
>>
>>
>
> --
> View this message in context:
> http://www.nabble.com/Release-1.9.1-tp21839930p22087825.html
> Sent from the cobertura-devel mailing list archive at Nabble.com.
>
>
> ----------------------------------------------------------------------------
> --
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> Cobertura-devel mailing list
> Cobertura-devel@...
> https://lists.sourceforge.net/lists/listinfo/cobertura-devel
>
>
>
> ------------------------------------------------------------------------------
> Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
> -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
> -Strategies to boost innovation and cut costs with open source participation
> -Receive a $600 discount off the registration fee with the source code: SFAD
> http://p.sf.net/sfu/XcvMzF8H
> _______________________________________________
> Cobertura-devel mailing list
> Cobertura-devel@...
> https://lists.sourceforge.net/lists/listinfo/cobertura-devel
>

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Cobertura-devel mailing list
Cobertura-devel@...
https://lists.sourceforge.net/lists/listinfo/cobertura-devel