I get the same error if I use spring modular project. Got a null pointer when I tried it on core pakcage. Tried it both on Windows and Mac (not that it make any diff)
-sxm pcberg wrote: > > Hi, > > When I follow the video tutorial > (http://appfuse.org/display/APF/Demos+and+Videos) it says when I run "mvn > appfuse:gen -Dentity=Person": > > [INFO] src/main/resources/database.properties not found within the > project. Trying absolute path. > [INFO] No hibernate properties file loaded. > > and if I run "mvn appfuse:install -Dentity=Person" after that: > > [INFO] Unable to load file: java.io.FileNotFoundException: > /home/philip/dev/myproject/target/appfuse/generated-sources/src/test/resources/Person-sample-data.xml > (No such file or directory) > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > Unable to load file: java.io.FileNotFoundException: > /home/philip/dev/myproject/target/appfuse/generated-sources/src/test/resources/Person-sample-data.xml > (No such file or directory) > at > org.apache.tools.ant.taskdefs.LoadFile.execute(LoadFile.java:170) > > > Am I missing something obvious? I searched the board but couldn't find > anything that said the same thing. Myproject is a new M5 project I > generated today, so doesn't seem like much could go wrong... > > thanks, > Philip > > -- View this message in context: http://www.nabble.com/Problem-with-CRUD-generation-tf3860898s2369.html#a10944299 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
