dev@jsftemplating.java.net

Re: JSFTemplating: Unable to build jsftemplating code

From: Karam Singh Badesha <Karam.Badesha_at_Sun.COM>
Date: Thu, 18 Jan 2007 13:35:14 -0800

Ok I have found the problem. I am using SJS AS 9. It might be that I am
novice but from the instructions it is unclear that I need to add the
following to the build.properties file:

glassfish-home=C:/Sun/AppServer
instead of
glassfish-home=C:\Sun\AppServer

Anyway I think you can add a note of windows users that they need to use
forward slash (same as unix).

thanks
Karam

Ken Paulsen wrote:
>
> 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