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 Doug Chestnut: http://wiki.apache.org/lenya/HowToLenyaInEclipseDebugger ------------------------------------------------------------------------------ * Get eclipse from http://eclipse.org * Install Subclipse from http://subclipse.tigris.org (see instructions for adding "New Remote Site") * Get Lenya source from svn if you don't already have it (see http://lenya.apache.org/1_4/installation/subversion.html) + * Follow the install instructions (using the built-in Jetty) for lenya (see http://lenya.apache.org/1_4/installation/source_version.html) * Remove .classpath and .project from your Lenya source dist if you have already built Lenya (Apparently they fool Eclipse into thinking that a project has already been created) * Open Eclipse and create a new java project * file -> new project, select "Java Project" and click next @@ -20, +21 @@ * click "ok", click "finish", click "finish" again * add the Lenya jars by clicking Add JARs on the Libraries tab, and including lib/ and tools/lib * wait while Eclipse builds your workspace (don't be surprised if you get some errors) + * NOTE: Eclipse is simply compiling the files in your project, You will still need to "build" and "build clean" to build lenya (deploy publications) * if you got build errors in the Problems pane, make sure that jdk compliance is set to 1.4 * open your projects properties * select "Java Compiler" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
