[jboss-user] [JBoss Seam] - Re: Seam 1.1.0 build failed

wschwendt do-not-reply at jboss.com
Tue Nov 21 11:16:10 EST 2006


For the time being, a simple workaoround is to remove "jargen" from target "build" in file build.xml.


  |     <!--original target which leads to build failure
  |       <target name="build" depends="jar,jarui,jardebug,jargen" -->
  |     
  |     <!-- changed target -->
  |     <target name="build" depends="jar,jarui,jardebug"    description="Build all four distribution .jar files"/>
  | 
  | 


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

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



More information about the jboss-user mailing list