Re: List of frequently found gotchas

2004-03-09 Thread Keith Davidson
At 04:58 PM 9/03/2004, Stefan Bodewig wrote: > but may I politely suggest, that if a list of Frequently Found > Gotchas was given as part of the Ant user documentation If there are any "frequent" gotchas that are not already covered by the FAQ, everybody is welcome to contribute to the FAQ or Ant'

RE: Guidance on build.xml to build dev/test/live with no changes

2004-03-09 Thread Anderson, Rob (Global Trade)
Actually, after reading your email again, I have some more suggestions. I would still recommend using separate instances of tomcat, but I would also suggest separating the "build" from the "deploy". So with separate instances of tomcat you can produce a single war file that will run in any (hope

RE: Creating database scripts via ant

2004-03-09 Thread Matt Reason
Toad has a setting (I forget where - and it takes a day to find) that will show you all of the queries it is running to do it's dirty work. Once you enable it, you will see exactly what query it runs on the data dictionary to get the definition of your database. Grab that query and save it to a