[jboss-user] [JBoss Seam] - Re: unexplode problems

petemuir do-not-reply at jboss.com
Mon Feb 12 12:52:23 EST 2007


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#4015244

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4015244



More information about the jboss-user mailing list