Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] -Dorg.aspectj.weaver.loadtime.configuration=META-INF\aop.xml not working in unix / linux

-Dorg.aspectj.weaver.loadtime.configuration=META-INF\aop.xml

Isn't your slash backwards for linux/unix usage?

Andy

On 30 July 2015 at 04:20, sridhar thiyagarajan <sridharthiyagarajan@xxxxxxxxx> wrote:
Hello,

I am using Load Time Weaving of AspectJ API 1.8.6 version in an EAR application. JDK version used is "1.8_51" and wildfly application server version is "8.2.0-Final". I have created a custom module "test.aop" containing META-INF/aop.xml under "$wildfly_home/modules" directory. I have all my aspects in a separate JAR and am maintaining aop.xml in a separate module to have it as configurable. I am referring the module "test.aop" in the EAR classpath.
$wildfly_home

    modules
           test
               aop
                  META-INF
                         aop.xml

-Dorg.aspectj.weaver.loadtime.configuration=META-INF\aop.xml

Using the above VM argument in VM arguments section of application server of eclipse luna made AOP to work fine.

But, I am using the same VM argument in Unix / Linux and it is not working.

Have anyone faced this issue ? Please help me.


Many thanks.


Sridhar Thiyagarajan






_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/aspectj-dev


Back to the top