[jboss-jira] [JBoss JIRA] Commented: (JBAOP-674) Ensure compatibiity of classes woven with AOP 2.0.0.GA

Kabir Khan (JIRA) jira-events at lists.jboss.org
Tue Dec 9 05:19:36 EST 2008


    [ https://jira.jboss.org/jira/browse/JBAOP-674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12441738#action_12441738 ] 

Kabir Khan commented on JBAOP-674:
----------------------------------

I want to be able to continue running the tests using one command, i.e.:

$./build.sh -f build-tests-jdk50.xml tests

Rather than

$./build.sh -f build-tests-jdk50.xml tests
$cd somewhere
$ant -f compatibiity-tests.xml
$cd somewhere/else
$ant -f compatibility-tests2.xml
etc.

Since then people are a lot more likely to forget to run them.

If the conditions are getting too big, do something else. A few immediate ideas that come to mind are:
*Create a new _run-compatibility target for the compatibility tests in the main build file and call that rather than the target currently used
*Create external files as you have now, but include and call them from the main build file



> Ensure compatibiity of classes woven with AOP 2.0.0.GA
> ------------------------------------------------------
>
>                 Key: JBAOP-674
>                 URL: https://jira.jboss.org/jira/browse/JBAOP-674
>             Project: JBoss AOP
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>            Reporter: Kabir Khan
>            Assignee: Stale Pedersen
>             Fix For: 2.0.1.GA, 2.1.0.GA
>
>
> build-tests-jdk50.xml contains a target called "precompiled-compatibility-tests" that ensures that code woven with AOP 1.5.x is still runnable in AOP 2.0.x.
> Similarly, we need a target to ensure that code woven with AOP 2.0.0.GA is still runnable with AOP > 2.0.0.GA. The "precompiled-compatibility-tests" target doesn't do all the tests since there were quite a lot of new features introduced between 1.5.x and 2.0.0 so tests including new features were ignored. The new target should test all the tests since we are not expecting any new features at this stage, and if we do those should go in new test cases rather than adding methods to existing ones.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list