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

gavin.king@jboss.com do-not-reply at jboss.com
Mon Feb 12 12:57:46 EST 2007


It already looks like:

	<target name="unexplode" description="Undeploy the exploded archive">
  | 		<delete failonerror="no">
  | 			<fileset dir="${ear.deploy.dir}">
  | 				<exclude name="**/*.jar"/>
  | 			</fileset>
  | 		</delete>
  | 		<delete file="${deploy.dir}/${project.name}-${profile}-ds.xml" failonerror="no"/>
  | 		<delete dir="${ear.deploy.dir}" failonerror="no"/>
  | 	</target>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4015251#4015251

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



More information about the jboss-user mailing list