dev@jsftemplating.java.net

Re: JSFTemplating: glassfish's jsftemplating bits

From: Anissa Lam <Anissa.Lam_at_Sun.COM>
Date: Thu, 24 Aug 2006 18:46:45 -0700

Hi Priti,
If you look at glassfish/bootstrap/project.properties, you will see the
line that tells you the built date of jsftemplating.jar thats checked
into the build.
            *glassfish.jsftemplating.version=1.0-07252006*
The current version is the one built on July/25/2006.
I will try to upgrade to another version tomorrow.

If you are using the dev-xxx targets in admin-jsf/build.xml, look at
'dev-setup' to see how you can specify your own version of jsftemplating.jar
Another option is to replace
<$AS>/lib/install/applications/admingui/adminGUI_JSF_war/WEB-INF/lib/jsftemplating.jar
with your copy.

thanks
Anissa.

Priti Tiwary wrote:
> Hi,
> I updated my glassfish path today and wanted to debug the
> jsftemplating source. Observed the line numbers in glassfish stack
> trace for jsftemplating files do not match the latest source files.
> Does glassfish use older version of jsftemplating.jar? How often it is
> synced, need this information to be able to debug the correct
> jsftemplating code .
> Priti