BUILD FAILED |
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:223: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:65: Exit code: 1 See compile.log in Build Artifacts for details. |
Date of build: 05/24/2006 08:48:52 |
Time to build: 26 minutes 40 seconds |
Last changed: 05/24/2006 08:39:37 |
Last log entry: [JBAOP-204]With generated advisors, SuperClassesFirstWeaving will be called totransform the classes. It will try to transform all superclasses ofthe "current" class first.Added AdvisorFactory. Use this to get an instance of Advisor, defaultis ClassAdvisor. |
Unit Tests: (0) Total Errors and Failures: (0) | |||
Modifications since last build: (first 50 of 32) | ||||
1.53 | modified | stalep | aop/src/main/org/jboss/aop/instrument/Instrumentor.java | [JBAOP-204]With generated advisors, SuperClassesFirstWeaving will be called totransform the classes. It will try to transform all superclasses ofthe "current" class first.Added AdvisorFactory. Use this to get an instance of Advisor, defaultis ClassAdvisor. |
1.1 | added | stalep | aop/src/main/org/jboss/aop/AdvisorFactory.java | [JBAOP-204]With generated advisors, SuperClassesFirstWeaving will be called totransform the classes. It will try to transform all superclasses ofthe "current" class first.Added AdvisorFactory. Use this to get an instance of Advisor, defaultis ClassAdvisor. |
1.155 | modified | stalep | aop/src/main/org/jboss/aop/AspectManager.java | [JBAOP-204]With generated advisors, SuperClassesFirstWeaving will be called totransform the classes. It will try to transform all superclasses ofthe "current" class first.Added AdvisorFactory. Use this to get an instance of Advisor, defaultis ClassAdvisor. |
1.1 | added | stalep | aop/src/main/org/jboss/aop/ClassicWeavingStrategy.java | [JBAOP-204]With generated advisors, SuperClassesFirstWeaving will be called totransform the classes. It will try to transform all superclasses ofthe "current" class first.Added AdvisorFactory. Use this to get an instance of Advisor, defaultis ClassAdvisor. |
1.1 | added | stalep | aop/src/main/org/jboss/aop/SuperClassesFirstWeavingStrategy.java | [JBAOP-204]With generated advisors, SuperClassesFirstWeaving will be called totransform the classes. It will try to transform all superclasses ofthe "current" class first.Added AdvisorFactory. Use this to get an instance of Advisor, defaultis ClassAdvisor. |
1.1 | added | stalep | aop/src/main/org/jboss/aop/WeavingStrategy.java | [JBAOP-204]With generated advisors, SuperClassesFirstWeaving will be called totransform the classes. It will try to transform all superclasses ofthe "current" class first.Added AdvisorFactory. Use this to get an instance of Advisor, defaultis ClassAdvisor. |
1.1 | added | stalep | aop/src/main/org/jboss/aop/WeavingStrategyEntry.java | [JBAOP-204]With generated advisors, SuperClassesFirstWeaving will be called totransform the classes. It will try to transform all superclasses ofthe "current" class first.Added AdvisorFactory. Use this to get an instance of Advisor, defaultis ClassAdvisor. |
1.18 | modified | stalep | aop/src/main/org/jboss/aop/standalone/SystemClassLoader.java | [JBAOP-204]With generated advisors, SuperClassesFirstWeaving will be called totransform the classes. It will try to transform all superclasses ofthe "current" class first.Added AdvisorFactory. Use this to get an instance of Advisor, defaultis ClassAdvisor. |
1.12 | modified | kkhan | aop/src/main/org/jboss/aop/advice/GenericAspectFactory.java | Unused imports |
1.4 | modified | kkhan | aop/src/main/org/jboss/aop/advice/AspectFactory.java | comment |
1.32 | modified | kkhan | aop/src/main/org/jboss/aop/GeneratedClassAdvisor.java | Make sure that the accessible objects for generated advisors are made accessible as for all other advisors |
1.10 | modified | aloubyansky | testsuite/src/main/org/jboss/test/xml/XOPUnitTestCase.java | xop tests for specific java types/contentTypes |
1.4 | modified | aloubyansky | testsuite/src/resources/org/jboss/test/xml/XOPUnitTestCase.xsd | elements for specific Java types |
1.29 | modified | aloubyansky | common/src/main/org/jboss/xb/binding/sunday/MarshallerImpl.java | xop support for specific types/contentTypes |
1.1 | added | aloubyansky | common/src/main/org/jboss/xb/binding/sunday/xop/SimpleDataSource.java | xop support for specific types/contentTypes |
1.2 | modified | aloubyansky | common/src/main/org/jboss/xb/binding/sunday/xop/XOPIncludeHandler.java | xop support for specific types/contentTypes |
1.13 | modified | bdecoste | aspects/src/main/org/jboss/aspects/security/AuthenticationInterceptor.java | only pop subject context if it's been pushed (i.e. not when there is a runas identity) |
1.8 | modified | bdecoste | ejb3/src/test/org/jboss/ejb3/test/security/unit/EJBSpecUnitTestCase.java | only pop subject context if it's been pushed (i.e. not when there is a runas identity) |
1.3 | modified | bdecoste | ejb3/src/test/org/jboss/ejb3/test/security/CalledSession.java | only pop subject context if it's been pushed (i.e. not when there is a runas identity) |
1.4 | modified | bdecoste | ejb3/src/test/org/jboss/ejb3/test/security/CallerBean.java | only pop subject context if it's been pushed (i.e. not when there is a runas identity) |
1.4 | modified | bdecoste | ejb3/src/test/org/jboss/ejb3/test/security/Level1CallerBean.java | only pop subject context if it's been pushed (i.e. not when there is a runas identity) |
1.4 | modified | bdecoste | ejb3/src/test/org/jboss/ejb3/test/security/CallerBean2.java | only pop subject context if it's been pushed (i.e. not when there is a runas identity) |
1.11 | modified | bdecoste | ejb3/src/main/org/jboss/ejb3/security/RunAsSecurityInterceptor.java | cast to Principal not SimplePrincipal |
1.113 | modified | jgreene | build/build-thirdparty.xml | Upgrade xmlsec to 1.3.0 |
1.52 | modified | bdecoste | ejb3/src/main/org/jboss/ejb3/stateful/StatefulContainer.java | fixed injection post activation |
1.11 | modified | bdecoste | ejb3/src/test/org/jboss/ejb3/test/stateful/Stateful.java | fixed injection post activation |
1.16 | modified | bdecoste | ejb3/src/test/org/jboss/ejb3/test/stateful/StatefulBean.java | fixed injection post activation |
1.26 | modified | bdecoste | ejb3/src/test/org/jboss/ejb3/test/stateful/unit/RemoteUnitTestCase.java | fixed injection post activation |
1.112 | modified | csuconic | build/build-thirdparty.xml | changing jboss-serialization version |
1.7 | modified | ovidiu | jms/util/release-admin.xml | Applied the fix for http://jira.jboss.org/jira/browse/JBMESSAGING-368to a standalone installation as well |
1.12 | modified | ovidiu | jms/src/resources/README.txt | installed jboss-serialization 1.0.1.GA |
1.10 | modified | ovidiu | jms/src/resources/jboss-serialization.jar | installed jboss-serialization 1.0.1.GA |