Re: SVN head building

2006-10-26 Thread Steve Loughran
Kevin Jackson wrote: Hi Steve, I've just got the tomcat6 source and was planning to start looking at it, but nope didn't know that web.xml is now optional - thanks for teaching me something :) I've been learning these things by reading the javee specs and engaging in some discourse with the

Re: SVN head building

2006-10-24 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Steve, I just checked out the SVN head, and didn't have a problem building Ant: BUILD SUCCESSFUL Total time: 1 minute 45 seconds C:\sandbox_ant\ant\ant-trunkant -version Apache Ant version 1.7.0Beta3 compiled on October 23 2006 Environment: Windows XP SP2 java version

Re: SVN head building

2006-10-24 Thread Kevin Jackson
Hi Steve, I've just got the tomcat6 source and was planning to start looking at it, but nope didn't know that web.xml is now optional - thanks for teaching me something :) Kev - To unsubscribe, e-mail: [EMAIL PROTECTED] For

SVN head building

2006-10-23 Thread Steve Loughran
I cant get my local copy to build or bootstrap: ... Compiling Ant Classes src\main\org\apache\tools\ant\filters\TokenFilter.java:30: cannot find symbol symbol : class FileTokenizer location: package org.apache.tools.ant.util import org.apache.tools.ant.util.FileTokenizer;

Re: SVN head building

2006-10-23 Thread jcumps
- Original Message - From: Steve Loughran [EMAIL PROTECTED] To: Ant Developers List dev@ant.apache.org Sent: Sunday, October 22, 2006 6:50 PM Subject: SVN head building I cant get my local copy to build or bootstrap: ... Compiling Ant Classes src\main\org\apache\tools\ant\filters

Re: SVN head building

2006-10-23 Thread Antoine Levy-Lambert
Hello Steve, I worked yesterday on ant and did not have this problem. Regards, Antoine Original-Nachricht Datum: Sun, 22 Oct 2006 17:50:28 +0100 Von: Steve Loughran [EMAIL PROTECTED] An: Ant Developers List dev@ant.apache.org Betreff: SVN head building I cant get my local

Re: SVN head building

2006-10-23 Thread Matt Benson
Steve: Did this ever work for you? I'm such a dolt, I'm like.. hmm... FileTokenizer, what's that? Doesn't look familiar... and I'm the one who extracted it to a public class less than a month ago. :| But anyway... --- Steve Loughran [EMAIL PROTECTED] wrote: I cant get my local copy to