dev@jsftemplating.java.net

RE: JSFTemplating: problems working with jsftemplating

From: Jason Lee <lee_at_iecokc.com>
Date: Mon, 14 May 2007 08:20:58 -0500

The build file itself is quite stable, IMO. What you're seeing is a
change that was made that, perhaps, wasn't clearly enough stated (I'd
have to check the mailing list archives to see for sure). If I recall
correctly, those jars were pulled out of the repo and are now the user's
responsibility to supply. If you look at build.properties.example at
lines 38-39, you will see this:
 
    ## Woodstock specific jar files
    dataprovider.jar=lib/external/woodstock/dataprovider.jar

Copy that property (and any others that might be missing), correct the
path, and you should be set.
 
-----
Jason Lee, SCJP
Senior Software Engineer
http://www.iec-okc.com <http://www.iec-okc.com/>
 


  _____

        From: Michael Phoenix [mailto:michaelandrewphoenix_at_gmail.com]
        Sent: Sunday, May 13, 2007 9:04 PM
        To: dev_at_jsftemplating.dev.java.net
        Subject: Re: JSFTemplating: problems working with jsftemplating
        
        
        OK, I tried it again after checking out the project again from
cvs. When I try to build it from the directory a check out into it gets
the errors below, which tell me nothing. If I copy the entire checked
out directory to C:\jsftemplating I get the same errors as before.
Soneone with expertise in ant and the other stuff being used to build
the project needs to take a look at the build process. It is REALLY
UNSTABLE.