If you set the "glassfish-home" property in the build.properties file
correctly it should find it. It is located in javaee.jar. If you're
not using GlassFish (or SJS AS 9), then you can set the "jsf-api.jar"
property in this file instead (you'll also need to set the
"servlet-api.jar" property).
If you find any corrections that need to be made to the instructions,
please let me know so others won't run into the same issues.
Thanks!
Ken
Karam Singh Badesha wrote:
> Ken,
> I did follow the instructions. Where is it suppose to find the
> javax.faces.* classes?
>
> -Karam
>
> Ken Paulsen wrote:
>>
>> Hi Karam,
>>
>> The instructions are here: https://jsftemplating.dev.java.net/build.html
>>
>> The part that you're missing is step #3. Make sure you follow step
>> #2 & #3 of the README.txt. I think this is what you're missing. Let
>> me know if this doesn't solve your problem.
>>
>> Thanks!
>>
>> Ken
>>
>> Karam Singh Badesha wrote:
>>> Hi,
>>> What do I need to do to compile jsftemplating code? I downloaded the
>>> source but the build is failing because it can not find any of the
>>> javax.faces.* What can I add to classpath to make this work?
>>>
>>> thanks
>>> Karam