We are developing with the WSAD extension of the Eclipse Java IDE. We have imported the Jahia 4.0.4 release into an own Web project.
First we downloaded the sources for Jahia 4.0.4 from the Jahia CVS repository.
Jahia came with the structure:
build
docs
etc
lib
metadata
src/java
src/script
src/views
test
var
In Eclipse/WSAD we have the directories:
source/java
source/script
webModule
So we had to reorganize:
build -> we didn't import as it will be created by Eclipse in webModule/WEB-INF/classes
docs -> ignored
etc -> moved to webModule/WEB-INF/etc
lib -> moved to webModule/WEB-INF/lib
metadata -> ignored as this data is created with Eclipse/WSAD
src/java -> moved to source/java
src/script -> moved to source/script
src/views -> moved to webModule
test -> ignored
var -> moved to webModule/WEB-INF/var
There was a major restructuring after Jahia 4.0.4. We haven't imported the latest sources (with jetspeed-integration) yet, so there are some differences.
Furthermore we are developing our own TEMPLATES in a separate Eclipse/WSAD project and we are synchronising (with our own Eclipse plugin) this TEMPLATES project into the Jahia project.
Greetings,
Benjamin Papez
| S�bastien LANDEAU <[EMAIL PROTECTED]>
25.08.2004 17:54
|
|
Does some people developping Jahia with the Eclipse Java IDE ?
If yes, how is organized your workspaces ?
Thank's a lot.
