Date: 2004-12-28T05:58:53
Editor: TorstenSchlabach
Wiki: Cocoon Wiki
Page: LoadInEclipse
URL: http://wiki.apache.org/cocoon/LoadInEclipse
no comment
Change Log:
------------------------------------------------------------------------------
@@ -64,7 +64,7 @@
* Extract the Cocoon tarball into the Eclipse workspace directory. This
should create a folder $ECLIPSE_WORKSPACE/cocoon-x.y.z with the familliar
Cocoon source tree structure in it.
* From the command line of your os change the directory to
$ECLIPSE_WORKSPACE/cocoon-x.y.z, set the JAVA_HOME environment variable if
needed and run the command {{{build eclipse-project}}} (Windows) or
{{{./build.sh eclipse-project}}} (*ix). Now you have two new files: .project
and .classpath. Nothing else so far.
-[attachment:eclipse-cocoon-import-01.jpg]
+attachment:eclipse-cocoon-import-01.jpg
* In Eclipse, choose File -> New -> Project and select "Java Project". (This
is not very logical as we already have an Eclipse Java project, don't we?)
* On the dialogue that comes up, make sure the option "Create Project in
Workspace" is selected and enter the project name '''exactly''' as the name of
the directory, for example {{{cocoon-2.1.6}}}.