[jboss-dev] jbossas/projects/jboss-aspects/trunk/security Broken
Dimitris Andreadis
dandread at redhat.com
Thu Apr 24 02:53:25 EDT 2008
I hope nobody is using the aspects you've just deleted. They were packaged in
jboss-aspect-jdk50-client.jar & jboss-aspect-deployer-jdk50.jar.
For now it will work because it uses the org.jboss.aspects:jboss-security-aspects snapshot
which is still there.
jboss-head/aspects/build.xml:
...
<!-- Build client jar containing the minimum needed for ejb 3 -->
<jar destfile="${build.lib}/jboss-aspect-jdk50-client.jar"
...
<!-- include the broken out security aspects in the client lib -->
<zipfileset src="${org.jboss.aspects.lib}/jboss-security-aspects.jar">
<include name="org/jboss/aspects/security/SecurityClientInterceptor.class"/>
<include name="org/jboss/aspects/security/SecurityActions*.class"/>
</zipfileset>
...
<!-- Build jboss-aspect-deployer-jdk50.jar -->
<jar destfile="${build.lib}/jboss-aspect-library-jdk50.jar"
...
<!-- include the broken out security aspects in the lib -->
<zipfileset src="${org.jboss.aspects.lib}/jboss-security-aspects.jar">
<include name="org/jboss/aspects/security/**.class"/>
</zipfileset>
Anil Saldhana wrote:
> For the record, ASPECT-6 dealt with this and resolved by ALR.
>
> Anil Saldhana wrote:
>> Tell me what happens when you do a svn delete on that. If it works in
>> your workspace, fine by me.
>>
>> Andrew Lee Rubinger wrote:
>>> Not sure who the owner is here (Dimitris, Anil?), but compilation
>>> fails on this component.
>>>
>>> Hoping for a release here soon; it's a dependency for an EJB3 Core
>>> CR1. :)
>>>
>>> S,
>>> ALR
More information about the jboss-development
mailing list