see the demo on appguse.org
basicaly i do: (this was m3 now m4 is the latest).
http://appfuse.org/display/APF/AppFuse+QuickStart
mvn archetype:create -DarchetypeGroupId=org.appfuse
-DarchetypeArtifactId=appfuse-basic-struts
-DremoteRepositories=http://static.appfuse.org/repository
-DarchetypeVersion=1.0-m3 -DgroupId=nl.tibi.demo12 -DartifactId=demo12
cd demo12
[change pom.xml for database]
mvn integration-test
mvn war:inplace
rm -r src/main/webapp/WEB-INF/lib
rm src/main/webapp/WEB-INF/classes/struts.xml
mvn install eclipse:eclipse
[eclipse:file/import]
mvn jetty:run
GBSGBSGBS wrote:
first, thank you tibi
um....it seems to be a lot of differences between Appfuse1.9.X and Appfuse
2.0
the hierarchy of 2.0 project is a far cry from the 1.9.x, to be honest, it
makes me feel like in the dark....
where is the source files?.....what should i do if i want to develop a web
project based on appfuse2.0?
tibi-3 wrote:
probably no problems. xml syntax checking often goes wrong
tibi
GBSGBSGBS wrote:
with best regards:
i'm a new comer here
OK, here is something make me quite confused.
i have followed the guide, and have successfully imported the
project(struts2.0 basic) into the eclipse(3.2.1,actually is myeclipse),
set
the classpath in eclipse also.
but there occured 76 errors (such as "illegally formed XML syntax",
"syntax
error"..etc...)and 1136 warnings....its frustrating......
so, what should i do with these errors? is there anything wrong with my
importing?
thank you guys
---------------------------------------------------------------------
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]