Here is a quote from the ant build:
<target name="war" depends="compile">
|
| <copy todir="${build.dir}/resources/WEB-INF">
| <fileset refid="example.war.webinf"/>
| <filterset>
| <filter token="jndiPattern"
value="${example.name}/#{ejbName}/local"/>
| <filter token="embeddedEjb" value="false"/>
| <filter token="microcontainer"
value="false"/>
| </filterset>
| </copy>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994837#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...