Changes for page Maven Creating Wonder Applications
Last modified by David Holt on 2022/06/25 01:40
From version 41.1
edited by Greg.Brown
on 2009/02/18 14:56
on 2009/02/18 14:56
Change comment:
There is no comment for this version
To version 40.1
edited by Greg.Brown
on 2009/02/18 14:43
on 2009/02/18 14:43
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -28,7 +28,7 @@ 28 28 29 29 The eclipse plugins now create your application! 30 30 31 - You should createaWOApplication Run Configuration and add theprojectsbuild folder'sJavato the classpath as detailed here: [[MavenRunning or DebuggingasWO Application]], otherwise classeswon'tbe found,etc.31 +There are some things you should do next. 32 32 33 33 {{note title="Warning"}} 34 34 The woapplication-archtype is under construction, so you must fix a few things. ... ... @@ -104,6 +104,6 @@ 104 104 105 105 {code} Fix the versions and classifiers in the pom to be the correct values. 106 106 107 -2. Fix the Application, Session, DirectAction jave files. They all should: {code}import er.extensions.appserver.ERX????{code} But the ".appserver."is left out of the import statements.107 +2. Fix the Application, Session, DirectAction jave files. They all should: {code}import er.extensions.appserver.ERX????{code} But the ..appserver.. is left out of the import statements. 108 108 109 109 {{/note}}