docs | 1 Dec 2004 08:31
Picon

[Cocoon Wiki] Updated: CocoonWebsiteUpdate

   Date: 2004-11-30T23:31:52
   Editor: DavidCrossley <crossley <at> apache.org>
   Wiki: Cocoon Wiki
   Page: CocoonWebsiteUpdate
   URL: http://wiki.apache.org/cocoon/CocoonWebsiteUpdate

   after sucessful build, see docs/

Change Log:

------------------------------------------------------------------------------
 <at>  <at>  -27,7 +27,7  <at>  <at> 

 ==  C) Generate site ==

-For the current release branch, e.g. 2.1, this is done by issuing 'build docs' command in the shell in
cocoon-2_1_X root directory. After generation is complete, the site will be ready at the
build/cocoon-2.1.7-dev/site/ directory.
+For the current release branch, e.g. 2.1, this is done by issuing 'build docs' command in the shell in
cocoon-2_1_X root directory. After generation is complete, and a sucessful build, then the site will be
ready at the build/cocoon-2.1.7-dev/docs/ directory.

 For the top-level website, just do the command 'forrest' in the top-level cocoon-site directory.
 After generation is complete, the site will be ready at the build/tmp/context/site/ directory.

docs | 1 Dec 2004 14:00
Picon

[Cocoon Wiki] Updated: HowToBuildAndDeployCocoonWithMaven

   Date: 2004-12-01T05:00:08
   Editor: EricJacob <eric.jacob <at> bell.ca>
   Wiki: Cocoon Wiki
   Page: HowToBuildAndDeployCocoonWithMaven
   URL: http://wiki.apache.org/cocoon/HowToBuildAndDeployCocoonWithMaven

   no comment

Change Log:

------------------------------------------------------------------------------
 <at>  <at>  -5,7 +5,7  <at>  <at> 

 = Prerequisites =

- * You must be familiar with the Cocoon's Self:BuildSystem;
+ * You must be familiar with the Cocoon's Self:BuildSystem ;
  * '''Maven must be installed on your system.''' For instructions on how to download and install Maven,
follow this link: http://maven.apache.org/start/install.html

docs | 1 Dec 2004 14:06
Picon

[Cocoon Wiki] Updated: HowToBuildAndDeployCocoonWithMaven

   Date: 2004-12-01T05:06:24
   Editor: EricJacob <eric.jacob <at> bell.ca>
   Wiki: Cocoon Wiki
   Page: HowToBuildAndDeployCocoonWithMaven
   URL: http://wiki.apache.org/cocoon/HowToBuildAndDeployCocoonWithMaven

   no comment

Change Log:

------------------------------------------------------------------------------
 <at>  <at>  -22,9 +22,9  <at>  <at> 

 == Option 1 (the hard way...) ==

-This option is the one I used to use before discovering Ralph's method (option 2). It consists mainly in
manually tracking all the Cocoon's JARs and putting them into your Maven repository. Here the steps:
+This option is the one I used to use before discovering the power of the ''maven.xml'' (thanks to
Self:RalphGoers :) ). It consists mainly in manually tracking all the Cocoon's JARs and putting them into
your Maven repository. Here the steps:

- 1. Build Cocoon with only the desired properties and blocks (as explained in INSTALL.txt) by typing
''build war'' or ''./build.sh war'';
+ 1. Build Cocoon with only the desired properties and blocks (as explained in INSTALL.txt) by typing
''build'' or ''./build.sh'';
  1. Move all the generated JARs (build/webapp/WEB-INF/lib) into your Maven repository;
  1. Copy the generated Cocoon webapp folder (build/webapp) to your project source directory (e.g.
projectA/src/webapp), except the JARs;
  1. Add the JARs dependencies to your Maven project;
 <at>  <at>  -35,7 +35,7  <at>  <at> 
(Continue reading)

docs | 1 Dec 2004 14:24
Picon

[Cocoon Wiki] Updated: HowToBuildAndDeployCocoonWithMaven

   Date: 2004-12-01T05:24:30
   Editor: EricJacob <eric.jacob <at> bell.ca>
   Wiki: Cocoon Wiki
   Page: HowToBuildAndDeployCocoonWithMaven
   URL: http://wiki.apache.org/cocoon/HowToBuildAndDeployCocoonWithMaven

   no comment

Change Log:

------------------------------------------------------------------------------
 <at>  <at>  -1,7 +1,10  <at>  <at> 
 = Purpose =

-This how-to explains how to integrate [http://maven.apache.org/ Maven] with the
[http://cocoon.apache.org/ Cocoon] project. An example for building a minimal webapp is provided for
each option and the end of this document.
+This how-to explains how to build [http://cocoon.apache.org/ Cocoon] with
[http://maven.apache.org/ Maven]. An example for building a minimal webapp is provided for each option
and the end of this document.

+= What is Maven? =
+
+Maven is a Java project management and project comprehension tool that is used in many projects around the
world. The intent of Maven is to make intra-project development highly manageable in the hopes of
providing more time for cross-project development. See [http://maven.apache.org/objectives.html
Maven's Goals].

 = Prerequisites =

(Continue reading)

docs | 1 Dec 2004 14:12
Picon

[Cocoon Wiki] Updated: HowToBuildAndDeployCocoonWithMaven

   Date: 2004-12-01T05:12:53
   Editor: EricJacob <eric.jacob <at> bell.ca>
   Wiki: Cocoon Wiki
   Page: HowToBuildAndDeployCocoonWithMaven
   URL: http://wiki.apache.org/cocoon/HowToBuildAndDeployCocoonWithMaven

   no comment

Change Log:

------------------------------------------------------------------------------
 <at>  <at>  -22,7 +22,7  <at>  <at> 

 == Option 1 (the hard way...) ==

-This option is the one I used to use before discovering the power of the ''maven.xml'' (thanks to
Self:RalphGoers :) ). It consists mainly in manually tracking all the Cocoon's JARs and putting them into
your Maven repository. Here the steps:
+I used to build Cocoon this way before discovering Ralph's method. It consists mainly in manually
tracking all the Cocoon's JARs and putting them into your Maven repository. Here the steps:

  1. Build Cocoon with only the desired properties and blocks (as explained in INSTALL.txt) by typing
''build'' or ''./build.sh'';
  1. Move all the generated JARs (build/webapp/WEB-INF/lib) into your Maven repository;
 <at>  <at>  -35,10 +35,12  <at>  <at> 

 == Option 2 (recommended) ==

+This method was introduced to me by Self:RalphGoers (thanks Ralph!). It consists in building Cocoon and
put the generated WAR file on your Maven repository.
(Continue reading)

docs | 1 Dec 2004 14:28
Picon

[Cocoon Wiki] Updated: HowToBuildAndDeployCocoonWithMaven

   Date: 2004-12-01T05:28:41
   Editor: EricJacob <eric.jacob <at> bell.ca>
   Wiki: Cocoon Wiki
   Page: HowToBuildAndDeployCocoonWithMaven
   URL: http://wiki.apache.org/cocoon/HowToBuildAndDeployCocoonWithMaven

   no comment

Change Log:

------------------------------------------------------------------------------
 <at>  <at>  -62,10 +62,9  <at>  <at> 
 '''Option 2'''

 attachment:cocoon-minimal-option2.zip
-attachment:cocoon-2.1.6-minimal.war

  * Extract the zipped file in the location of your choice;
- * Do step 2 using the provided cocoon-2.1.6-minimal.war (or build your own);
+ * Do step 2 using the provided attachment:cocoon-2.1.6-minimal.war (or build your own);
  * Finally, do step 5.

 '''Note''' <!>

docs | 1 Dec 2004 14:33
Picon

[Cocoon Wiki] Updated: EricJacob

   Date: 2004-12-01T05:33:15
   Editor: EricJacob <eric.jacob <at> bell.ca>
   Wiki: Cocoon Wiki
   Page: EricJacob
   URL: http://wiki.apache.org/cocoon/EricJacob

   no comment

Change Log:

------------------------------------------------------------------------------
 <at>  <at>  -2,6 +2,6  <at>  <at> 

 My name is Eric Jacob. I live in a little town called Mont-Saint-Hilaire (on the south shore of Montréal in
Québec, Canada).

-I've been using Cocoon since the days of version 2.0.4.
+I've been using Cocoon since the days of version 2.0.4, for a VoIP project. I have recently started using
the new Self:PortalEngine for an intranet Web site.

 Thanks.

docs | 1 Dec 2004 14:27
Picon

[Cocoon Wiki] Updated: HowToBuildAndDeployCocoonWithMaven

   Date: 2004-12-01T05:27:35
   Editor: EricJacob <eric.jacob <at> bell.ca>
   Wiki: Cocoon Wiki
   Page: HowToBuildAndDeployCocoonWithMaven
   URL: http://wiki.apache.org/cocoon/HowToBuildAndDeployCocoonWithMaven

   no comment

Change Log:

------------------------------------------------------------------------------
 <at>  <at>  -62,6 +62,7  <at>  <at> 
 '''Option 2'''

 attachment:cocoon-minimal-option2.zip
+attachment:cocoon-2.1.6-minimal.war

  * Extract the zipped file in the location of your choice;
  * Do step 2 using the provided cocoon-2.1.6-minimal.war (or build your own);

docs | 1 Dec 2004 20:18
Picon

[Cocoon Wiki] Updated: Cocoon215TOC

   Date: 2004-12-01T11:18:27
   Editor: HelmaVanDerLinden <h.vanderlinden <at> mi.unimaas.nl>
   Wiki: Cocoon Wiki
   Page: Cocoon215TOC
   URL: http://wiki.apache.org/cocoon/Cocoon215TOC

   no comment

Change Log:

------------------------------------------------------------------------------
 <at>  <at>  -32,7 +32,7  <at>  <at> 
  *  Always go via the [:LatestRelease] page for download locations, mirrors, keys and notes.
  *  There are [http://cocoon.apache.org/2.1/installing/index.html Detailed installation
instructions in the documentation] but if you just want to experiment the instructions in
[http://cocoon.apache.org/2.1/howto/howto-explore-samples.html exploring the samples] will get
you there quicker.
  *  Why no binaries? ... ''Answer: blocks!'' ... and Answer: ensures that you have reliable operating
environment and Answer: allows you to easily configure which parts you want ... See [wiki:LatestRelease
other notes] at the bottom of the distribution mirror page
- *  CVS Access
+ *  SVN Access

 === Building Cocoon / Setting up your own Cocoon project ===
  *  (local.)build.properties, (local.)blocks.properties
 <at>  <at>  -41,6 +41,7  <at>  <at> 
  *  [http://cocoon.apache.org/2.1/installing/index.html#Building+Cocoon Standard] (no ide)
  *  [wiki:LoadInEclipse In Eclipse] (NOTE OL: I believe nobody builds Cocoon in Eclipse, but Eclipse is
neverthless widely used to debug Cocoon)
  *  [wiki:LoadInNetbeans In Netbeans]
(Continue reading)

docs | 2 Dec 2004 07:05
Picon

[Cocoon Wiki] Updated: CocoonWebsiteUpdate

   Date: 2004-12-01T22:05:15
   Editor: DavidCrossley <crossley <at> apache.org>
   Wiki: Cocoon Wiki
   Page: CocoonWebsiteUpdate
   URL: http://wiki.apache.org/cocoon/CocoonWebsiteUpdate

   add note about javadocs

Change Log:

------------------------------------------------------------------------------
 <at>  <at>  -24,6 +24,7  <at>  <at> 
 Checkout cocoon/site SVN module. If you have checkout already, just update it. This repository holds the
generated docs for both the top-level website and for each set of version-specific docs. It also holds the
source xdocs and the Forrest config files for the top-level website.

 Note: cocoon-site is more than 60 Mb. You can checkout only part of it, say, for Cocoon 2.1,
cocoon-site/site/2.1 (35Mb)
+Note: The javadocs are not stored in the cocoon-site SVN. They can easily be regenerated. Use scp to copy
them to the website.

 ==  C) Generate site ==


Gmane