Date: 2004-12-28T06:13:47
Editor: TorstenSchlabach
Wiki: Cocoon Wiki
Page: LoadInEclipse
URL: http://wiki.apache.org/cocoon/LoadInEclipse
no comment
Change Log:
------------------------------------------------------------------------------
@@ -155,19 +155,11 @@
We assume $ECLIPSE_WORKSPACE is your Eclipse workspace here.
Here are the required steps:
- *
- * run {{{build eclipse-project}}}: this creates the {{{.project}}} and
{{{.classpath}}} files,
- * launch Eclipse,
- * open the "CVS repository exploring" perspective. This forces the loading
of Eclipse's CVS plugin that will prevent the IDE being confused by CVS files
present in your filesystem,
- * create a new Java project in Eclipse,
- * give it any name you want ("Cocoon" is a good choice !)
- * uncheck "use default" and browse to the location of your Cocoon checkout
- * click "Finish", wait a little bit and enjoy!
-For using CVS functionality provided by Eclipse you must do additional steps:
- * right click on the project icon, choose "Team" and "Share Project"
- * You might get a message about the currently-existing CVS directories,
which is good. Click through and Eclipse will think a little more.
- * To perform CVS operations on files, right click on the file in Eclipse,
and choose "Team". You should see Commit, Update, etc.
+ * Import the Cocoon project into your workspace according to the section
''Eclipse, its workspace and how to import a project''
+ * Go to the External Tools dialogue by clicking on the External Tools button
(it's a right pointing triangle on a green circle with a red tool case)
+
+ *
=== Running Cocoon Jetty from within Eclipse ===