Re: [appfuse-user] Building appfuse application

2006-11-30 Thread Matt Raible
Yep - that's the change I made in Subversion: http://tinyurl.com/v2nsk Matt On 11/30/06, John Allerdyce <[EMAIL PROTECTED]> wrote: It turns out that I just need to comment out the 'Tomcat' task block in build.xml. and I am able to execute 'ant package-web' in a machine with no tomcat. Thank y

Re: [appfuse-user] Building appfuse application

2006-11-30 Thread John Allerdyce
It turns out that I just need to comment out the 'Tomcat' task block in build.xml. and I am able to execute 'ant package-web' in a machine with no tomcat. Thank you. On 11/29/06, Matt Raible <[EMAIL PROTECTED]> wrote: You should be able to search FishEye (URL below) for "build.xml". Matt On

Re: [appfuse-user] Building appfuse application

2006-11-29 Thread Matt Raible
You should be able to search FishEye (URL below) for "build.xml". Matt On 11/29/06, John Allerdyce <[EMAIL PROTECTED]> wrote: Thanks, can you please tell me where can I find the new file, should I check the branch? trunk? tags? On 11/29/06, Matt Raible < [EMAIL PROTECTED]> wrote: > > Unfortu

Re: [appfuse-user] Building appfuse application

2006-11-29 Thread John Allerdyce
Thanks, can you please tell me where can I find the new file, should I check the branch? trunk? tags? On 11/29/06, Matt Raible <[EMAIL PROTECTED]> wrote: Unfortunately, for 1.9.4 you will need to do this. In the 1.9.x branch in SVN, I changed build.xml so it doesn't have the Tomcat tasks in i

Re: [appfuse-user] Building appfuse application

2006-11-29 Thread Matt Raible
Unfortunately, for 1.9.4 you will need to do this. In the 1.9.x branch in SVN, I changed build.xml so it doesn't have the Tomcat tasks in it. I'm on a slow connection or I'd send you a link to the diff. You should be able to find it at: http://fisheye4.cenqua.com/browse/appfuse Matt On 11/29/

[appfuse-user] Building appfuse application

2006-11-29 Thread John Allerdyce
Hi, My understanding is I need tomcat to run appfuse. But do I need tomcat install on my build machine in order to build appfuse application (not appfuse itself)? Thank you.