Sure - but as it is right now the .classpath file was broken, even if you download the extra files - there is no mention of the jar.
The alternative fix would be to add the jars ( like we do for ant.jar, eclipse, etc ) - but given the license and the fact that the default build.xml excludes them -it seems excluding is slightly better. Costin On Thu, May 1, 2008 at 11:13 PM, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > ant -f extras.xml downloads and builds this this > > filip > > > [EMAIL PROTECTED] wrote: > > > Author: costin > > Date: Thu May 1 20:18:26 2008 > > New Revision: 652743 > > > > URL: http://svn.apache.org/viewvc?rev=652743&view=rev > > Log: > > Match build.xml - exclude webservices, missing deps > > Not sure why it's checked in - if 'download' doesn't get the deps and > > build.xml doesn't build it. > > > > > > Modified: > > tomcat/trunk/.classpath > > > > Modified: tomcat/trunk/.classpath > > URL: > > http://svn.apache.org/viewvc/tomcat/trunk/.classpath?rev=652743&r1=652742&r2=652743&view=diff > > > > ============================================================================== > > --- tomcat/trunk/.classpath (original) > > +++ tomcat/trunk/.classpath Thu May 1 20:18:26 2008 > > @@ -16,7 +16,7 @@ > > limitations under the License. > > --> > > <classpath> > > - <classpathentry excluding="**/.svn/**" kind="src" path="java"/> > > + <classpathentry > > excluding="**/.svn/**|org/apache/naming/factory/webservices/" kind="src" > > path="java"/> > > <classpathentry kind="src" path="test"/> > > <classpathentry kind="src" > > path="webapps/examples/WEB-INF/classes"/> > > <classpathentry kind="con" > > path="org.eclipse.jdt.launching.JRE_CONTAINER"/> > > > > > > > > --------------------------------------------------------------------- > > 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] > >