hi matt, thanks. It worked. ran mvn install on core and then ran mvn appfuse:gen-web -Dentity=.... on the web
However i faced a problem while doing so. ..\web\target\appfuse\generated-sources\src\test\resources\Person-sample-data.xml was missing so copied the same from ..\core\target\appfuse\generated-sources\src\test\resources\Person-sample-data.xml mraible wrote: > > You should be able to cd into the web project and generate the > remaining artifacts there. You will need to run "mvn install" on the > core project in order for this to work. > > Matt > > On Dec 28, 2008, at 8:51 PM, arve wrote: > >> >> hi, >> i used the following command to generate a Struts modular project >> >> mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes >> -DarchetypeArtifactId=appfuse-modular-struts -DarchetypeVersion=2.0.2 >> -DgroupId=com.company.sample -DartifactId=struts2modular >> >> Struts modular project was generated but >> com.company.sample package structure was not generated. >> So i created the structure manually and placed a model pojo inside >> com.company.sample.model and generated the DDLs, Service and Dao. >> However in the view part (jsp menu) the entries for displaying the >> (list >> form) data from the table are missing all though the service and DAO >> for the >> same are generated. >> >> I use the following archetype to generate the struts modular project >> appfuse-modular-struts-2.0.2.jar >> -- >> View this message in context: >> http://www.nabble.com/Struts---modular---project-generation-tp21199064s2369p21199064.html >> Sent from the AppFuse - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/Struts---modular---project-generation-tp21199064s2369p21215336.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
