You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by da...@apache.org on 2006/10/07 18:20:11 UTC

svn commit: r453952 - /cocoon/trunk/README.txt

Author: danielf
Date: Sat Oct  7 09:20:08 2006
New Revision: 453952

URL: http://svn.apache.org/viewvc?view=rev&rev=453952
Log:
Remove the OSGi mode instruction as there is no OSGi mode right now (hopefully later).

Modified:
    cocoon/trunk/README.txt

Modified: cocoon/trunk/README.txt
URL: http://svn.apache.org/viewvc/cocoon/trunk/README.txt?view=diff&rev=453952&r1=453951&r2=453952
==============================================================================
--- cocoon/trunk/README.txt (original)
+++ cocoon/trunk/README.txt Sat Oct  7 09:20:08 2006
@@ -95,42 +95,3 @@
  alter the webapp build by the Cocoon deployer again!)
 
 See also MAVEN REPOSITORY MIRRORS above.
-
-
-HOW TO BUILD AND START THE COCOON WITH OSGI
--------------------------------------------
-0. Checkout complete trunk and
-
-  $ mvn clean install -Dmaven.test.skip=true
-
-  Call this until you get "BUILD SUCCESSFUL" - sometimes donwloads from maven
-  repositories are temporarily unaccessible and cause the build to fail.
-  
-  See also MAVEN REPOSITORY MIRRORS above.
-
-1. Go to ./core/cocoon-core and call "mvn c-eclipse:eclipse -o". This makes the project
-   an PDE project. This means that Eclipse offers tools to support development based on
-   OSGi. 
-  
-2. Get the latest release of Eclipse 3.2 (I had some problems with Eclipse 3.1 but maybe
-   they are resolved in the latest 3.1.x release)
-
-3. Create a new Eclipse workspace and don't forget to set the M2_REPO classpath variable
-
-4. Add following projects to your workspace
-   - cocoon-core
-   - cocoon-blocks-fw-impl
-   
-5. Add the Equinox target platform to your workspace:
-   - [Window] - [Preferences] - [Plug-In Development] - [Target Platform] and choose
-     ./cocoon/trunk/tools/equinox-target-platform as base directory for the new target
-     platform
-     
-6. Start Cocoon:
-   - [Run] - [Run ...] - [Equinox OSGI Framework] and create a new instance
-   
-7. Run it by hitting the "Run" button
-
-8. Point your browser to http://localhost/sitemap-test/test
-   (the first response produces an error because nothing is returned, but
-    after a refresh, everything works fine.)