[jbosstools-dev] JBT KB builder and Project Examples

Max Rydahl Andersen max.andersen at redhat.com
Fri Nov 6 06:48:53 EST 2009


On 05-11-2009 20:05, Alexey Kazakov wrote:
> Hi team!
>
> I noticed that there is not any KB builder/nature in our project
> examples. And it's understandable since when Snjezana created examples
> before we added this builder.
> This builder is used for Code Assist and JSF EL Validation. If there is
> not KB Builder in a project we will warn user (we also offer QuickFix
> for this) and will work without it but with some limitation.
> So let's add this builder to .project for example projects:
>
>          <buildCommand>
>              <name>org.jboss.tools.jst.web.kb.kbbuilder</name>
>              <arguments>
>              </arguments>
>          </buildCommand>
> ...
>          <nature>org.jboss.tools.jst.web.kb.kbnature</nature>
>
> Max, Snjezana?
>    
Only doable if done in a seperate project examples file since otherwise 
you would be injecting
these into JBDS 2.0 and JBoss Tools 2.1/3.0 users which would no longer 
have working projects.

/max


More information about the jbosstools-dev mailing list