I'll fix this, sorry - I think I have made few changes to my properties.

What is "svn co .../current" doing - I was using this before realizing
that current doesn't work in eclipse, never used resources/build.xml

In the top level build.xml - jasper project is still called "jasper" -
are we supposed to co jasper2 as jasper ? This is all so confusing and
painfull...

Is it too late to just move everything in one directory - and avoid
all this forest ? I think we allways tag and branch all the components
( jasper, container, connectors, etc ), it is so much easier to work
with a single tree. Really - there are historic reasons why we had
this in CVS, but they are long gone..

Costin


On 11/12/05, Mark Thomas <[EMAIL PROTECTED]> wrote:
> 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]
>
>

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

Reply via email to