You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2008/09/14 11:59:52 UTC

svn commit: r695173 - /tomcat/tc6.0.x/trunk/webapps/docs/building.xml

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-&gt;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 &quot;Import/Export...&quot;,
-General-&gt;Existing Project into Workspace.
+Use File-&gt;Import and chose &quot;Existing Projects into Workspace&quot;.
+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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org