Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change notification.
The following page has been changed by RenaudRichardet: http://wiki.apache.org/lenya/HowToLenyaInEclipse New page: * This HowTo assumes that you have a recent version of [http://eclipse.org Eclipse], [http://ant.apache.org/ Ant] and a Subversion client (like [http://tortoisesvn.tigris.org/ TortoiseSVN]) installed. * There are a number of ways to set up Apache Lenya in Eclipse, but the most straightforward (and likely to work) way is to use Eclipse for developping and Ant in command line mode for building your project (and optionaly your Subversion client to check out/update your project if you're working with the Subversion source). * Download and install Lenya and Cocoon * as described in the Lenya homepage (http://lenya.apache.org/1_2_x/installation/index.html and http://lenya.apache.org/1_4/installation/source_version.html for 1.4). * Build the Eclipse-project files with Ant * Open a command line, move to the directory where you installed Cocoon, and type "ant eclipse-project". This will build the files that eclipse need to recognise it as a project. * Move to the directory where you installed Lenya, and type "ant eclipse-project". * Start Eclipse * optionally create a new workspace where you'll put Lenya. * In menu project, unselect build automatically * In menu file, select import...>existing project into workspace and next. * Click on "browse" and select the directory where you installed Cocoon. Then click on Finish. * Eclipse should have found the project called Cocoon. Click on "Finish" button. * Do the same for Lenya: In menu file, select import...>existing project into workspace and next. * Click on "browse" and select the directory where you installed Lenya. Then click on Finish. * Eclipse should have found the project called Lenya. Click on "Finish" button. * That's it. Enjoy Eclipse and Lenya. * From here: * To build Lenya, go back to that command line, and type "build.bat" or "./build.sh" on linux. * To run Lenya, go back again to that command line, and type "lenya.bat servlet" or "./lenya.sh servlet" on linux. * To update Lenya (if you downloaded it from SVN), use your SVN client Also check out the instructions over at the [http://wiki.apache.org/cocoon/LoadInEclipse Cocoon wiki]'' --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
