Author: jfclere Date: Sun Sep 14 02:59:51 2008 New Revision: 695173 URL: http://svn.apache.org/viewvc?rev=695173&view=rev Log: Arrange doc about building with eclipse.
Modified: tomcat/tc6.0.x/trunk/webapps/docs/building.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/building.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/building.xml?rev=695173&r1=695172&r2=695173&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/webapps/docs/building.xml (original) +++ tomcat/tc6.0.x/trunk/webapps/docs/building.xml Sun Sep 14 02:59:51 2008 @@ -179,17 +179,13 @@ </p> <p> -Use File->New Project to create a new Java project -for each of the binaries repository (e.g., /usr/share/java), -container, connectors, jasper, servletapi. -Unless you thought ahead to make the ${tomcat.source} directory be under -your Workspace folder, tell Eclipse the external location using "Import/Export...", -General->Existing Project into Workspace. +Use File->Import and chose "Existing Projects into Workspace". +From there import the root directory where you have checked out tomcat. </p> <p> -Eclipse .project and .classpath files are provided in each of these -directories so Eclipse should find all source trees and jars, and +Eclipse .project and .classpath files are provided in to root directory of tomcat repository +should allow Eclipse to find all source trees and jars, and hopefully compile without problems. <b>Note</b> that these files assume you are using Eclipse with a 5.0 or later JDK; also, the connectors module must be built with a compiler compliance level of 5.0. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]