Craig McClanahan wrote:
And one more critical one ... by default, the build script assumes you have JSF installed inside your container already. If you don't add the following line to build.properties:
build.standalone=true
This is probably what's triggering your error.
Yes. This is the case for those who want to try.
Now i can take time to dig in a little deeper and may have some question about web.xml setting since my current working prototype uses myfaces + tiles + Spring.
Thanks Craig
BaTien DBGROUPS
Craig
On Thu, 11 Nov 2004 14:42:30 -0800, Craig McClanahan <[EMAIL PROTECTED]> wrote:
There's another dependency when you try to compile struts-shale-mailreader ... you have to have run the "dist" target on the shared database code in "struts-examples/mailreader" first (along with "struts-contrib/struts-shale" of course).
You will also need to make sure you've set up a build.properties file that points at the dependencies ... in particular, define "jsf.home", "jstl.home", "junit.home", and "server.home" appropriately.
Craig
On Thu, 11 Nov 2004 14:16:08 -0700, BaTien Duong
<[EMAIL PROTECTED]> wrote:
Hello Craig:
I downloaded struts-src-20041111.tar.gz and try to get the struts-shale-mailreader program to run. Here are some issues with the build: 1) The struts-shale was built ok to get shale.jar 2) The struts-shale-mailreader has issue at the docs target. so I make the dist target depends only on the compile target and get the successful built with the war file. 3) Put the war file under tomcat, the example has exception due to servlet exception. I checked the build file and correct the servlet path (you have servlet-api .jar and reference to servlet.jar). I re build again. 4) The example has exception of faces. Check its lib, there is no RI faces. I copy MyFaces lib and impl in the example lib. 5) Re run the example, exception is in the attached Standalone_log. Hope you can quickly fix these issues and have it compiled with MyFaces in the built. Please put it in nightly built. I still need to catch up with sub version.
Thanks
BaTien DBGROUPS
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]