[jboss-jira] [JBoss JIRA] Commented: (JBAOP-287) Tighten integration with MC 2.0 once it is released
Kabir Khan (JIRA)
jira-events at jboss.com
Wed Sep 20 11:39:59 EDT 2006
[ http://jira.jboss.com/jira/browse/JBAOP-287?page=comments#action_12343670 ]
Kabir Khan commented on JBAOP-287:
----------------------------------
Remove the org.jboss.aop.annotation.factory.duplicate package and make use the org.jboss.annotation.factory classes from container
Reintroduce the MetaDataContext into the org.jboss.aop.proxy.container classes (This has currently been "de-typed")
Change build script to include the container in the library.classpath so it is available both when compiling and when running the tests
Index: C:/cygwin/home/Kabir/sourcecontrol/jboss-head/aop/build.xml
===================================================================
--- C:/cygwin/home/Kabir/sourcecontrol/jboss-head/aop/build.xml (revision 57004)
+++ C:/cygwin/home/Kabir/sourcecontrol/jboss-head/aop/build.xml (working copy)
@@ -86,7 +86,7 @@
<path refid="oswego.concurrent.classpath"/>
<path refid="junit.junit.classpath"/>
<path refid="jboss.profiler.jvmti.classpath"/>
- <path refid="jboss.microcontainer.classpath"/>
+ <!--<path refid="jboss.microcontainer.classpath"/>-->
</path>
<!-- Defines jrockit.home -->
@@ -150,6 +150,7 @@
<!-- The classpath required to build classes. -->
<path id="javac.classpath">
+ <path refid="jboss.microcontainer.classpath"/>
<pathelement path="${classpath}"/>
<pathelement path="${local.classpath}"/>
<path refid="thirdparty.classpath"/>
@@ -259,6 +260,8 @@
<src path="${source.java}"/>
<exclude name="org/jboss/aop/definition/**"/>
<exclude name="org/jboss/aop/hook/JRockit*"/>
+<exclude name="**/ClassInfoMethodHashing.java"/>
+
<classpath refid="javac.classpath"/>
</javac>
</target>
@@ -615,6 +618,7 @@
<include name="**/*.java"/>
<exclude name="org/jboss/test/aop/jdk15*/**/*.java"/>
<exclude name="org/jboss/test/aop/memoryleaks/**/*.java"/>
+ <exclude name="**/methodhashing/*"/>
</javac>
</target>
> Tighten integration with MC 2.0 once it is released
> ---------------------------------------------------
>
> Key: JBAOP-287
> URL: http://jira.jboss.com/jira/browse/JBAOP-287
> Project: JBoss AOP
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Kabir Khan
> Assigned To: Kabir Khan
> Fix For: 2.0.0.alpha2
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list