This occurs more on windows, I've never seen it on linux. It might be worth altering
the build so that the deletes always complete:
<target name="unexplode" description="Undeploy the exploded
archive">
| <delete failonerror="off">
| <fileset dir="${ear.deploy.dir}">
| <exclude name="**/*.jar" />
| </fileset>
| </delete>
| etc.
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015244#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...