DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4688>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4688 ejb-jar tag doesn't support excluding classes Summary: ejb-jar tag doesn't support excluding classes Product: Ant Version: 1.4.1 Platform: PC OS/Version: FreeBSD Status: NEW Severity: Normal Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The ejb-jar tag should all for excluding inner classes that are setup for running junit tests. This forces the dependancy of deploying an application into a j2ee framework with junit.jar in it's classpath. You can use: <exclude name="**/*-jboss.xml"/> but not <exclude name="**/*$TEST.class"/> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
