Author: keith Date: Fri Dec 2 12:48:45 2005 New Revision: 351834 URL: http://svn.apache.org/viewcvs?rev=351834&view=rev Log: add a separate variable to the eclipse project for ANT_HOME as the download script doesn't download it and it is assumed to be elsewhere per our instructions.
Modified: tomcat/connectors/trunk/.classpath tomcat/container/tc5.5.x/.classpath tomcat/container/tc5.5.x/webapps/docs/building.xml tomcat/jasper/tc5.5.x/jasper2/.classpath Modified: tomcat/connectors/trunk/.classpath URL: http://svn.apache.org/viewcvs/tomcat/connectors/trunk/.classpath?rev=351834&r1=351833&r2=351834&view=diff ============================================================================== --- tomcat/connectors/trunk/.classpath (original) +++ tomcat/connectors/trunk/.classpath Fri Dec 2 12:48:45 2005 @@ -12,6 +12,6 @@ <classpathentry kind="var" path="TOMCAT_LIBS_BASE/mx4j-3.0.1/lib/mx4j.jar"/> <classpathentry kind="var" path="TOMCAT_LIBS_BASE/commons-modeler-1.1/commons-modeler.jar"/> <classpathentry kind="var" path="TOMCAT_LIBS_BASE/commons-collections-3.1/commons-collections-3.1.jar"/> - <classpathentry kind="var" path="TOMCAT_LIBS_BASE/apache-ant-1.6.5/lib/ant.jar"/> + <classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/> <classpathentry kind="output" path="bin"/> </classpath> Modified: tomcat/container/tc5.5.x/.classpath URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/.classpath?rev=351834&r1=351833&r2=351834&view=diff ============================================================================== --- tomcat/container/tc5.5.x/.classpath (original) +++ tomcat/container/tc5.5.x/.classpath Fri Dec 2 12:48:45 2005 @@ -10,9 +10,8 @@ <classpathentry kind="src" path="webapps/jmxremote/WEB-INF/src"/> <classpathentry kind="src" path="webapps/manager/WEB-INF/classes"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="var" path="TOMCAT_LIBS_BASE/apache-ant-1.6.5/lib/ant.jar"/> + <classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/> <classpathentry kind="var" path="TOMCAT_LIBS_BASE/commons-logging-1.0.4/commons-logging-api.jar"/> - <classpathentry kind="src" path="connectors"/> <classpathentry kind="var" path="TOMCAT_LIBS_BASE/commons-modeler-1.1/commons-modeler.jar"/> <classpathentry kind="var" path="TOMCAT_LIBS_BASE/mx4j-3.0.1/lib/mx4j.jar"/> <classpathentry kind="var" path="TOMCAT_LIBS_BASE/commons-launcher-0.9/bin/commons-launcher.jar"/> Modified: tomcat/container/tc5.5.x/webapps/docs/building.xml URL: http://svn.apache.org/viewcvs/tomcat/container/tc5.5.x/webapps/docs/building.xml?rev=351834&r1=351833&r2=351834&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/building.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/building.xml Fri Dec 2 12:48:45 2005 @@ -169,14 +169,26 @@ <p> Use Windows->Preferences and then Java->Build Path->Classpath -Variables to add a new Classpath variable called "TOMCAT_LIBS_BASE" and -set this to the base path where the binary dependencies have been -downloaded. +Variables to add two new Classpath variables: +</p> + +<p> +<table border="1"> + <tr><td>TOMCAT_LIBS_BASE</td><td>the base path where the binary dependencies have been downloaded</td></tr> + <tr><td>ANT_HOME</td><td>the base path of Ant 1.6.2 or later</td></tr> +</table> +</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. +your Workspace folder, tell Eclipse the external location using "Import/Export...", +General->Existing Project into Workspace. +</p> + +<p> Eclipse .project and .classpath files are provided in each of these directories so Eclipse should find all source trees and jars, and hopefully compile without problems. <b>Note</b> that these Modified: tomcat/jasper/tc5.5.x/jasper2/.classpath URL: http://svn.apache.org/viewcvs/tomcat/jasper/tc5.5.x/jasper2/.classpath?rev=351834&r1=351833&r2=351834&view=diff ============================================================================== --- tomcat/jasper/tc5.5.x/jasper2/.classpath (original) +++ tomcat/jasper/tc5.5.x/jasper2/.classpath Fri Dec 2 12:48:45 2005 @@ -3,7 +3,7 @@ <classpathentry kind="src" path="src/share"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="var" path="TOMCAT_LIBS_BASE/commons-logging-1.0.4/commons-logging-api.jar"/> - <classpathentry kind="var" path="TOMCAT_LIBS_BASE/apache-ant-1.6.5/lib/ant.jar"/> + <classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/> <classpathentry kind="var" path="TOMCAT_LIBS_BASE/commons-el-1.0/commons-el.jar"/> <classpathentry kind="var" path="TOMCAT_LIBS_BASE/eclipse/plugins/org.eclipse.jdt.core_3.1.1.jar"/> <classpathentry kind="var" path="TOMCAT_LIBS_BASE/jsp-api-2.0/lib/jsp-api.jar"/> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]