Beginner |
|
Joined: Thu Jan 13, 2005 10:50 am Posts: 30 Location: Minneapolis, MN
|
in the middlegen's build.xml you can specify table element also
following is the extract from middlegen's sample build.xml task.
<!--table generate="true" name="persons" pktable="persons_pk" sequencename="my_persons_sequence" /> <table generate="true" name="flights" pktable="flights_pk"/> <table name="reservations"/-->
If you don't specify this element it will look for all the tables
I think that should solve your problem
|
|