Thanks, Raman. Actually, my question was, how can I run 'ant all'
*without* building tours db. Your answer I think is how I can build
toursdb without running 'ant all'.
David
Ramandeep Kaur wrote:
Hi David,
You can directly go to toursdb directory and run ant there.
>cd trunk/java/demo/toursdb
>ant
But before you run ant in this directory, you should run "ant
cleantoursdb" target at the top level to clean up.
>cd trunk
>ant cleantoursdb
Note: ant cleantoursdb does not delete the class file insertMaps.class
that is built during compile. So if you are just cleaning up toursdb,
then you have to manually delete file under classes/toursdb.
I hope I answered your question.
Thanks, Raman
On 3/23/06, *David W. Van Couvering* <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
I am noticing toursdb is built as part of "ant all". I am also noticing
it can take a while to build. Can we make this a separate target that
is not built as part of ant all? Or is there a different target I can
use that just builds the database and test classes?
Thanks,
David
--
Ramandeep Kaur
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>