[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

akazakov do-not-reply at jboss.com
Tue Mar 10 17:43:48 EDT 2009


It's a bug of seam-gen 2.0.
It's generate Eclipse project with Seam nature but without Seam builder. So the project is incorrect.

Please add

  | <buildCommand>
  | 	<name>org.jboss.tools.seam.core.seambuilder</name>
  | 		<arguments>
  | 		</arguments>
  | </buildCommand>
  | 
to .project
or just disable Seam support and enable it again (it removes the nature and re-add it with our builder)

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

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



More information about the jboss-user mailing list