[jboss-user] [JBoss Seam] - Re: Using seam-gen with JBoss IDE (Eclipse), where are all t

gavin.king@jboss.com do-not-reply at jboss.com
Fri Nov 24 19:19:10 EST 2006


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



More information about the jboss-user mailing list