You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Steve Loughran <st...@hpl.hp.com> on 2006/10/24 11:05:16 UTC

Re: SVN head building

jcumps@gmail.com 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-trunk>ant -version
> Apache Ant version 1.7.0Beta3 compiled on October 23 2006
> 
> Environment:
> Windows XP SP2
> java version "1.5.0_06"
> 
> Regards, Jan


builds on my linux desktops too. For some reason SVN on windows isnt 
pulling down all the transactions. I will purge it and recreate it, 
putting my changes back.

yes, changes :)

I've been tweaking Ear and War slightly. Do you know in ServletAPI 2.5, 
web.xml is optional? I've been reworking the checks and balances for 
web.xml files there, and keeping application.xml consistent, albeit 
without an optional xml descriptor

-steve

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: SVN head building

Posted by Steve Loughran <st...@apache.org>.
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 java ee spec mail list.

Apparently java EE 6 will have extra java annotations for marking up 
servlets and the like, so you wont need a web.xml so much. We'll see. Of 
course, I tend to deploy in-process with jetty using smartfrog 
descriptors, to dont need them at all either, but for different reasons.

-steve

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org


Re: SVN head building

Posted by Kevin Jackson <fo...@gmail.com>.
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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org