Dear Wiki user, You have subscribed to a wiki page or wiki category on "Turbine Wiki" for change notification.
The "Turbine4/Turbine4.0M1/Start" page has been changed by ThomasVandahl. http://wiki.apache.org/turbine/Turbine4/Turbine4.0M1/Start?action=diff&rev1=13&rev2=14 -------------------------------------------------- ## page was renamed from Turbine2/Turbine2.4M2/Start - = 1/ Getting Turbine what I need for Turbine 2.4 = + = 1/ Getting Turbine what I need for Turbine 4.0 = - == Getting the Turbine 2.4 Source == + == Getting the Turbine 4.0 Source == Using svn, get the source with the following URL: http://svn.apache.org/repos/asf/turbine/core/trunk @@ -12, +12 @@ Using svn, get the source with the following URL: [[http://svn.apache.org/repos/asf/turbine/fulcrum/trunk]] - All the components will then be under its corresponding component directory. The fulcrum components are built using [[http://gump.apache.org|gump]] nightly. But you can built the required components using [[http://maven.apache.org/maven-1.x|maven]]. All components are built by issueing maven jar. And installed into your local repository using maven jar:install. + All the components will then be under its corresponding component directory. The fulcrum components are built using [[http://gump.apache.org|gump]] nightly. But you can built the required components using [[http://maven.apache.org/|maven]]. All components are built by issuing `mvn package`. And installed into your local repository using `mvn install`. - = 2/ Where can I get 2.4M2? (Historical) = + = 2/ Building Turbine 4.0M1 = + You should be able to build Turbine 4.0 by issuing `mvn package` - I ve found the following locations: - - http://svn.apache.org/repos/asf/jakarta/turbine/core/trunk [485126/hoffmann/commit 477211/15:59:04, 20 Nov 2006] - - - http://svn.apache.org/repos/asf/jakarta/turbine/core/tags/TURBINE_2_4_M2_BRANCH [485126/cvs2svn/commit 222053/12:21:21, 26 Apr 2005] - - The first repo seems to be the most recent (check out date and content). For me the right stream to use is the first repo and the second is just a tag. - - So I ve made a diff between the 2 branches [[/Diff-detail|diff log]]: more details on logs - - 571 files match exactly / 15 files are similar / 82 files don't match /25 folders and files only on left [[http://svn.apache.org/repos/asf/jakarta/turbine/core/trunk]] / 366 folders and files only on right [[http://svn.apache.org/repos/asf/jakarta/turbine/core/tags/TURBINE_2_4_M2_BRANCH]] - - But that is not the only issue one has to solve. Turbine 2.4 uses a bunch of components built upon the Avalon Framework. These components are developed under the umbrella '''fulcrum'''. These components are not yet available through the http://www.ibiblio.org/maven repository. You have to build them by hand at the moment. More information about the fulcrum components can be found on http://jakarta.apache.org/turbine/fulcrum - - - = 3/ Building Turbine 2.4M2 = [[/bugs|blocking issues]]: blocking issues --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
