The command line build doesn't check out this directory, it checks out the jasper2 directory. That is why the .project & .classpath files were created one level lower down. Are you using the latest build.xml (http://svn.apache.org/repos/asf/tomcat/build/tc5.5.x/resources/build.xml)?

Mark

[EMAIL PROTECTED] wrote:
Author: costin
Date: Sat Nov 12 10:07:58 2005
New Revision: 332806

URL: http://svn.apache.org/viewcvs?rev=332806&view=rev
Log:
Another change - sorry if I mess up everything, but the svn plugin is
really frustrating and I think it is important to have a consistent
environment when working in eclise and in ant/CLI.


Added:
    tomcat/jasper/tc5.5.x/.classpath
    tomcat/jasper/tc5.5.x/.project

Added: tomcat/jasper/tc5.5.x/.classpath
URL: 
http://svn.apache.org/viewcvs/tomcat/jasper/tc5.5.x/.classpath?rev=332806&view=auto
==============================================================================
--- tomcat/jasper/tc5.5.x/.classpath (added)
+++ tomcat/jasper/tc5.5.x/.classpath Sat Nov 12 10:07:58 2005
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+       <classpathentry kind="src" path="jasper2/src/share"/>
+       <classpathentry kind="con" 
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+       <classpathentry combineaccessrules="false" kind="src" 
path="servletapi"/>
+       <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="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="output" path="bin"/>
+</classpath>

Added: tomcat/jasper/tc5.5.x/.project
URL: 
http://svn.apache.org/viewcvs/tomcat/jasper/tc5.5.x/.project?rev=332806&view=auto
==============================================================================
--- tomcat/jasper/tc5.5.x/.project (added)
+++ tomcat/jasper/tc5.5.x/.project Sat Nov 12 10:07:58 2005
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>jasper</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+               <buildCommand>
+                       <name>org.eclipse.jdt.core.javabuilder</name>
+                       <arguments>
+                       </arguments>
+               </buildCommand>
+       </buildSpec>
+       <natures>
+               <nature>org.eclipse.jdt.core.javanature</nature>
+       </natures>
+</projectDescription>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to