Re: deploy task to Tomcat partially works

2007-11-06 Thread Steve Loughran
Rob Wilson wrote: Hi Steve, Thanks for the suggestions, as it turns out I should have mentioned that I am running Vista - it turned out to be permission problems in the webapps directory (doh!), one for the book?! ;-) checking perms is a nightmare in java, and windows ACLs are a mystery to mo

Re: deploy task to Tomcat partially works

2007-11-02 Thread Rob Wilson
Hi Steve, Thanks for the suggestions, as it turns out I should have mentioned that I am running Vista - it turned out to be permission problems in the webapps directory (doh!), one for the book?! ;-) Incidentally, tell me more about your book - I often find that this Ant 'the definitive guide' do

Re: deploy task to Tomcat partially works

2007-11-02 Thread Steve Loughran
Rob Wilson wrote: Hi Steve, Thank you for the tips, for some strange reason the file never gets created?! I have included verbose in the copy task, with the output I copied+paste the source file and destination dir into explorer to confirm the source file and destination directory exists... I a

Re: deploy task to Tomcat partially works

2007-11-01 Thread Rob Wilson
Hi Steve, Thank you for the tips, for some strange reason the file never gets created?! I have included verbose in the copy task, with the output I copied+paste the source file and destination dir into explorer to confirm the source file and destination directory exists... I assume it's because o

Re: deploy task to Tomcat partially works

2007-10-31 Thread Steve Loughran
Rob Wilson wrote: Hi All, I have written my first Ant script from scratch, using google and the O'reilly definitive guide. I'm mostly happy with what I have ended up with, however when I try to use the Tomcat DeployTask my application is not deployed as expected. If I manually copy my war file