JBoss Community

Re: Key values of resource bundle cannot be resolved

created by Alexey Kazakov in JBoss Tools - View the full discussion

Is com.tc.pricing.sc in ui project's class path? In Eclipse. If so, please try to add the following code in .project file of SC project:

 


<buildSpec>

...

<!-- it's important to insert the following code after java builder: -->



<buildCommand>



<name>org.jboss.tools.jst.web.kb.kbbuilder</name>



<arguments>



</arguments>


</buildCommand>

...


</buildSpec>

<natures>

...



<nature>org.jboss.tools.jst.web.kb.kbnature</nature>

...


</natures>

 

It should work in the latest JBoss Tools (and you can do the same using project settings page there) but I'm not sure about JBoss Tools 3.2.

Reply to this message by going to Community

Start a new discussion in JBoss Tools at Community