On 4/11/07, Irshad Buchh <[EMAIL PROTECTED]> wrote:
Thanks Matt. As always your help is appreciated. Yes it was the directory name issue. I have fixed it and it works ok now. One more question, I have noticed that the jsf pages are not under WEB-INF/pages directory but under the web root directory. Is there an issue with putting the .xhtml pages under /WEB-INF/pages directory.
Yes, it's not supported by JSF. ;-) Matt
Thanks once again. --Irshad. mraible wrote: > > I just tried the following with the latest code from the 1.9.x branch: > > created new project, installed JSF > cd extras/appgen > ant test > > This does what you're trying to do - all tests pass. > > It's possible this issue happens because your project is located in a > directory with spaces in it. I'd recommend you put it in > c:\source\appfuse and try again. > > Matt > > On 4/11/07, Irshad Buchh <[EMAIL PROTECTED]> wrote: >> >> Hi, >> After a successful Struts+Hibernate+AppFuse+Appgen project, we tried to >> use >> JSF with AppGen and we get the following build fail. ARe we missing >> something. >> >> --Irshad. >> >> C:\Documents and Settings\irshad\Desktop\appfuse\extras\appgen>ant >> Buildfile: build.xml >> >> clean: >> >> init: >> [mkdir] Created dir: C:\Documents and >> Settings\irshad\Desktop\appfuse\extras\appgen\build >> [echo] >> [echo] +-------------------------------------------------------+ >> [echo] | -- Welcome to the AppGen! -- | >> [echo] | | >> [echo] | Use the "install" target to use the generic DAO and | >> [echo] | Manager, or use "install-detailed" to general a DAO | >> [echo] | and Manager specifically for your model object. | >> [echo] +-------------------------------------------------------+ >> [echo] >> [input] Would you like to generate code from a table or POJO? >> (table, >> pojo) >> pojo >> [input] What is the name of your pojo (i.e. person)? >> person >> [input] What is the name, if any, of the module for your pojo (i.e. >> organization)? >> >> Trying to override old definition of task bool >> >> compile: >> [javac] Compiling 2 source files to C:\Documents and >> Settings\irshad\Desktop\appfuse\extras\appgen\build >> [javac] Note: Some input files use unchecked or unsafe operations. >> [javac] Note: Recompile with -Xlint:unchecked for details. >> >> gen: >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> [xdoclet] (XDocletMain.start 48 ) Running >> <template/> >> >> BUILD FAILED >> C:\Documents and >> Settings\irshad\Desktop\appfuse\extras\appgen\build.xml:349: Warning: >> Could >> not find file C:\Documents and >> Settings\irshad\Desktop\appfuse\extras\appgen\build\gen\web\PersonListTemp.xhtml >> to copy. >> >> Total time: 17 seconds >> C:\Documents and Settings\irshad\Desktop\appfuse\extras\appgen> >> -- >> View this message in context: >> http://www.nabble.com/AppGen-for-JSF-framework-fails.-tf3558827s2369.html#a9937816 >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > -- > http://raibledesigns.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/AppGen-for-JSF-framework-fails.-tf3558827s2369.html#a9939241 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
