Changes for page Building the wonder source code with maven
Last modified by Lachlan Deck on 2009/03/24 19:05
From version 31.1
edited by Lachlan Deck
on 2009/02/20 11:57
on 2009/02/20 11:57
Change comment:
Fixing reference to BUILD.txt for Wonder (svn now rather than old cvs) + using 5.4 these days
To version 29.1
edited by Greg.Brown
on 2009/03/23 11:20
on 2009/03/23 11:20
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ldeck1 +XWiki.gbrown - Content
-
... ... @@ -2,6 +2,11 @@ 2 2 3 3 https:~/~/wonder.svn.sourceforge.net/svnroot/wonder/trunk/Wonder/BUILD.txt 4 4 5 +{{note}} 6 + These Maven built frameworks are slightly different than the ant built frameworks. For example, the Ajax framework has dependencies on json, and the ant built Ajax.framework includes a jabsorb-1.2.2.jar, whereas the Maven built Ajax.framework does not include this jabsorb-1.2.2.jar. This is, of course, because Maven dependencies are detailed in the pom.xml, and will be pulled in via standard Maven mechanisms. The frameworks are not interchangeable--at least without manipulating dependencies. 7 + 8 +{{/note}} 9 + 5 5 Currently (February 2009) the wonder frameworks, applications, etc, can be built for WebObjects 5.3.x or 5.4.x; the choice is made by using a "profile" which has the value of wo53 or wo54, e.g.: 6 6 7 7 {{code}}