You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Edwin Tellman (JIRA)" <ji...@apache.org> on 2007/04/01 16:59:32 UTC

[jira] Created: (COLLECTIONS-247) update build to compile with Java 5 and use JUnit 4 and EasyMock in generics branch

update build to compile with Java 5 and use JUnit 4 and EasyMock in generics branch
-----------------------------------------------------------------------------------

                 Key: COLLECTIONS-247
                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-247
             Project: Commons Collections
          Issue Type: Task
    Affects Versions: Generics
         Environment: Mac OS X
            Reporter: Edwin Tellman
            Priority: Minor
             Fix For: Generics


As requested on http://wiki.apache.org/jakarta-commons/Collections/GenericCollections/Contributors, I updated the build to use Java 5 and I added JUnit 4 and EasyMock.

For now, I overrode skipSerializedCanonicalTests() to return true in AbstractTestBag and AbstractTestList, as the serialized objects don't match.  I think it is probably OK that the serialized objects have changed in this branch, but please don't apply these changes if that is not the case.  

If it is OK for the objects to have changed, and we don't expect them to change again soon, someone could generate new serialized objects for this branch.

This patch, combined with the patch from https://issues.apache.org/jira/browse/COLLECTIONS-243 allows everything to build and the tests all pass:

test:test:
    [junit] Running org.apache.commons.collections.TestAllPackages
    [junit] Tests run: 10602, Failures: 0, Errors: 0, Time elapsed: 22.123 sec
BUILD SUCCESSFUL
Total time: 30 seconds


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (COLLECTIONS-247) update build to compile with Java 5 and use JUnit 4 and EasyMock in generics branch

Posted by "Stephen Kestle (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COLLECTIONS-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12492955 ] 

Stephen Kestle commented on COLLECTIONS-247:
--------------------------------------------

When I do the maven build (after fixing the repository location, I get:
{quote}
Attempting to download junit-4.3.1.jar.
104K downloaded
Attempting to download easymock-2.0.jar.
58K downloaded
Attempting to download dom4j-1.4-dev-8.jar.
475K downloaded
Attempting to download commons-jelly-20030902.160215.jar.
150K downloaded
Attempting to download commons-jelly-tags-jsl-20030211.143151.jar.
14K downloaded
Attempting to download commons-jelly-tags-log-20030211.142821.jar.
8K downloaded
Attempting to download commons-jelly-tags-velocity-20030303.205659.jar.
7K downloaded
Attempting to download commons-jelly-tags-xml-20040613.030723.jar.
33K downloaded
Attempting to download commons-logging-1.0.3.jar.
30K downloaded
Attempting to download velocity-1.4-dev.jar.
505K downloaded
Attempting to download velocity-dvsl-0.45.jar.
25K downloaded
Attempting to download xml-apis-1.0.b2.jar.
106K downloaded
Attempting to download isorelax-20030108.jar.
188K downloaded
Attempting to download jing-20030619.jar.
475K downloaded
Attempting to download xerces-2.4.0.jar.
874K downloaded
Attempting to download commons-io-20030203.000550.jar.
59K downloaded
Attempting to download commons-net-1.1.0.jar.
139K downloaded
Attempting to download commons-httpclient-2.0.jar.
217K downloaded
Attempting to download commons-lang-2.0.jar.
165K downloaded
Attempting to download jsch-0.1.5.jar.
79K downloaded
Attempting to download junit-3.8.1.jar.
118K downloaded
Attempting to download commons-jelly-tags-antlr-20030211.143720.jar.
7K downloaded
Attempting to download antlr-2.7.2.jar.
349K downloaded
{quote}
This is a lot more than I'd expect.  Junit and Easymock are standalone, and I'm pretty sure that cobertura isn't very big either.  Is this normal?

> update build to compile with Java 5 and use JUnit 4 and EasyMock in generics branch
> -----------------------------------------------------------------------------------
>
>                 Key: COLLECTIONS-247
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-247
>             Project: Commons Collections
>          Issue Type: Task
>    Affects Versions: Generics
>         Environment: Mac OS X
>            Reporter: Edwin Tellman
>            Priority: Minor
>             Fix For: Generics
>
>         Attachments: patch_04_01.txt
>
>
> As requested on [http://wiki.apache.org/jakarta-commons/Collections/GenericCollections/Contributors], I updated the build to use Java 5 and I added JUnit 4 and EasyMock.
> For now, I overrode skipSerializedCanonicalTests() to return true in AbstractTestBag and AbstractTestList, as the serialized objects don't match.  I think it is probably OK that the serialized objects have changed in this branch, but please don't apply these changes if that is not the case.  
> If it is OK for the objects to have changed, and we don't expect them to change again soon, someone could generate new serialized objects for this branch.
> This patch, combined with the patch from https://issues.apache.org/jira/browse/COLLECTIONS-243 allows everything to build and the tests all pass:
> test:test:
>     [junit] Running org.apache.commons.collections.TestAllPackages
>     [junit] Tests run: 10602, Failures: 0, Errors: 0, Time elapsed: 22.123 sec
> BUILD SUCCESSFUL
> Total time: 30 seconds

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (COLLECTIONS-247) update build to compile with Java 5 and use JUnit 4 and EasyMock in generics branch

Posted by "Stephen Kestle (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COLLECTIONS-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephen Kestle updated COLLECTIONS-247:
---------------------------------------

    Description: 
As requested on [http://wiki.apache.org/jakarta-commons/Collections/GenericCollections/Contributors], I updated the build to use Java 5 and I added JUnit 4 and EasyMock.

For now, I overrode skipSerializedCanonicalTests() to return true in AbstractTestBag and AbstractTestList, as the serialized objects don't match.  I think it is probably OK that the serialized objects have changed in this branch, but please don't apply these changes if that is not the case.  

If it is OK for the objects to have changed, and we don't expect them to change again soon, someone could generate new serialized objects for this branch.

This patch, combined with the patch from https://issues.apache.org/jira/browse/COLLECTIONS-243 allows everything to build and the tests all pass:

test:test:
    [junit] Running org.apache.commons.collections.TestAllPackages
    [junit] Tests run: 10602, Failures: 0, Errors: 0, Time elapsed: 22.123 sec
BUILD SUCCESSFUL
Total time: 30 seconds


  was:
As requested on http://wiki.apache.org/jakarta-commons/Collections/GenericCollections/Contributors, I updated the build to use Java 5 and I added JUnit 4 and EasyMock.

For now, I overrode skipSerializedCanonicalTests() to return true in AbstractTestBag and AbstractTestList, as the serialized objects don't match.  I think it is probably OK that the serialized objects have changed in this branch, but please don't apply these changes if that is not the case.  

If it is OK for the objects to have changed, and we don't expect them to change again soon, someone could generate new serialized objects for this branch.

This patch, combined with the patch from https://issues.apache.org/jira/browse/COLLECTIONS-243 allows everything to build and the tests all pass:

test:test:
    [junit] Running org.apache.commons.collections.TestAllPackages
    [junit] Tests run: 10602, Failures: 0, Errors: 0, Time elapsed: 22.123 sec
BUILD SUCCESSFUL
Total time: 30 seconds



> update build to compile with Java 5 and use JUnit 4 and EasyMock in generics branch
> -----------------------------------------------------------------------------------
>
>                 Key: COLLECTIONS-247
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-247
>             Project: Commons Collections
>          Issue Type: Task
>    Affects Versions: Generics
>         Environment: Mac OS X
>            Reporter: Edwin Tellman
>            Priority: Minor
>             Fix For: Generics
>
>         Attachments: patch_04_01.txt
>
>
> As requested on [http://wiki.apache.org/jakarta-commons/Collections/GenericCollections/Contributors], I updated the build to use Java 5 and I added JUnit 4 and EasyMock.
> For now, I overrode skipSerializedCanonicalTests() to return true in AbstractTestBag and AbstractTestList, as the serialized objects don't match.  I think it is probably OK that the serialized objects have changed in this branch, but please don't apply these changes if that is not the case.  
> If it is OK for the objects to have changed, and we don't expect them to change again soon, someone could generate new serialized objects for this branch.
> This patch, combined with the patch from https://issues.apache.org/jira/browse/COLLECTIONS-243 allows everything to build and the tests all pass:
> test:test:
>     [junit] Running org.apache.commons.collections.TestAllPackages
>     [junit] Tests run: 10602, Failures: 0, Errors: 0, Time elapsed: 22.123 sec
> BUILD SUCCESSFUL
> Total time: 30 seconds

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (COLLECTIONS-247) update build to compile with Java 5 and use JUnit 4 and EasyMock in generics branch

Posted by "Edwin Tellman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/COLLECTIONS-247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edwin Tellman updated COLLECTIONS-247:
--------------------------------------

    Attachment: patch_04_01.txt

patch for build files, etc.

> update build to compile with Java 5 and use JUnit 4 and EasyMock in generics branch
> -----------------------------------------------------------------------------------
>
>                 Key: COLLECTIONS-247
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-247
>             Project: Commons Collections
>          Issue Type: Task
>    Affects Versions: Generics
>         Environment: Mac OS X
>            Reporter: Edwin Tellman
>            Priority: Minor
>             Fix For: Generics
>
>         Attachments: patch_04_01.txt
>
>
> As requested on http://wiki.apache.org/jakarta-commons/Collections/GenericCollections/Contributors, I updated the build to use Java 5 and I added JUnit 4 and EasyMock.
> For now, I overrode skipSerializedCanonicalTests() to return true in AbstractTestBag and AbstractTestList, as the serialized objects don't match.  I think it is probably OK that the serialized objects have changed in this branch, but please don't apply these changes if that is not the case.  
> If it is OK for the objects to have changed, and we don't expect them to change again soon, someone could generate new serialized objects for this branch.
> This patch, combined with the patch from https://issues.apache.org/jira/browse/COLLECTIONS-243 allows everything to build and the tests all pass:
> test:test:
>     [junit] Running org.apache.commons.collections.TestAllPackages
>     [junit] Tests run: 10602, Failures: 0, Errors: 0, Time elapsed: 22.123 sec
> BUILD SUCCESSFUL
> Total time: 30 seconds

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org