[jboss-jira] [JBoss JIRA] Created: (JBAOP-449) maven-jbossaop-plugin cannot manage multiple aoppath
Anders Andersen (JIRA)
jira-events at lists.jboss.org
Sat Jul 28 07:56:47 EDT 2007
maven-jbossaop-plugin cannot manage multiple aoppath
----------------------------------------------------
Key: JBAOP-449
URL: http://jira.jboss.com/jira/browse/JBAOP-449
Project: JBoss AOP
Issue Type: Bug
Security Level: Public (Everyone can see)
Environment: maven2
Reporter: Anders Andersen
I am trying to convert jboss portal to maven2
Using the plugin maven-jbossaop-plugin seems to lack functionality
In the ant script it is called
<aopc compilerclasspathref="aop.classpath" verbose="true">
<classpath refid="bilto"/>
<src path="${build.classes}"/>
<aoppath path="${build.resources}/portal-core-sar/portal-aop.xml"/>
<aoppath path="${source.etc}/jboss-aop/base-aop.xml"/>
<include name="org/jboss/portal/core/aspects/server/TransactionInterceptor.class"/>
<include name="org/jboss/portal/core/aspects/server/UserInterceptor$UserFinalizer.class"/>
<include name="org/jboss/portal/core/aspects/portlet/TransactionInterceptor.class"/>
<include name="org/jboss/portal/core/deployment/jboss/ObjectDeployment.class"/>
<include name="org/jboss/portal/core/deployment/jboss/PortletAppDeployment.class"/>
<include name="org/jboss/portal/core/impl/model/instance/InstanceContainerImpl.class"/>
<include name="org/jboss/portal/core/impl/model/portal/PersistentPortalObjectContainer.class"/>
<include name="org/jboss/portal/core/impl/portlet/state/ProducerPortletInvoker.class"/>
<include name="org/jboss/portal/core/hibernate/SessionFactoryBinder.class"/>
</aopc>
in the plugin multiple aoppath will not be accepted.
I have tried to give two xml files with "" ; , or : as seperator --> without result
--
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