hi, could you tell me how to turn JBOSS AOP optimization off in the build.xml of ant?
| <target name="compile" depends="prepare"> | <javac srcdir="." | destdir="./bin" | debug="on" | deprecation="off" | optimize="off" | includes="**"> | <classpath refid="classpath"/> | </javac> | <aopc compilerclasspathref="classpath" classpathref="classpath" verbose="true"> | <classpath path="./bin"/> | <src path="./bin"/> | <aoppath path="jboss-aop.xml"/> | </aopc> | </target> | [EMAIL PROTECTED] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855138#3855138 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855138 ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
