[jboss-user] [JBoss Tools (users)] - Re: Project MYPROJECT doesn't have KB nature.

vrubezhny do-not-reply at jboss.com
Tue Aug 4 18:46:40 EDT 2009


Hi,

It's true, the Content Assistant was refactored. So, now it requires a new nature and a new builder to be specified in .project file of your project. When you create a new project these things are automatically placed there, but for 'old' projects that were imported into workspace (or if you're just using your old workspace) these changes are not performed.

So, please try to do the following changes on .project file of your project:
 
1.	 Add the following build command to the 'buildSpec' section of .project file:


  | <buildSpec>
  | 
  |          <!-- [Leave unchanged the existing build commands here and add the following command...] -->
  | 
  |          <buildCommand>  
  |                   <name>org.jboss.tools.jst.web.kb.kbbuilder</name>
  |                   <arguments>
  |                   </arguments>
  |          </buildCommand>
  | </buildSpec>
  | 
2.	Add the following nature to the 'natures' section of .project file:

                               
  |  <natures>
  | 
  |          <!-- [Leave unchanged the existing natures here and add the following nature...] -->
  | 
  | 
  |          <nature>org.jboss.tools.jst.web.kb.kbnature</nature>
  | 
  | </natures>
  | 
Also, the CA requires the most of tag libraries (TLDs and schemas) to be present at classpath to allow the proposals generation. (But, please, try to perform two steps above first (because they are required to restore CA), then proceed with the libraries checking) 

Hope this will help.

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

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



More information about the jboss-user mailing list