My apologies. You are correct, there is a bug in the generated build: http://jira.jboss.com/jira/browse/JBSEAM-523
The clean target should look like this: <target name="clean" description="Cleans up the build directory"> | <delete dir="${dist.dir}" /> | <delete dir="${test.dir}" /> | <delete dir="${ear.dir}" /> | <delete dir="${war.dir}" /> | <delete> | <fileset dir="${jar.dir}"> | <exclude name="**/*.class" if="eclipse.running"/> | </fileset> | </delete> | </target> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988493#3988493 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988493 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user