Do a CVS update. I just fixed a bug which caused Middlegen to do nothing (!!) on JDK 1.3 Thanks for the postgresql.xml ;-)
Aslak > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Gordon > Luk > Sent: 20. juni 2002 13:31 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: [Middlegen-user] [Error ][Middlegen Release] xdoclet > problem. > > > Hi Aslak, > > The database (airline) already create and have all tables as the > airline script...., and i don't know how to specific the <table> > elements... :-) > I show you my postgresql.xml... > ------------>8----------------- > <!-- > =================================================================== --> > <!-- ant properties/targets for > postgresql --> > <!-- note: this is not a proper xml file (there is no root > element) --> > <!-- it is intended to be imported from a *real* xml > file --> > <!-- > =================================================================== --> > > <property name="database.script.file" > value="${src.dir}/sql/${name}-postgresql.sql"/> > <property name="database.driver.file" > value="${lib.dir}/jdbc7.0-1.2.jar"/> > <property name="database.driver" > value="org.postgresql.Driver"/> > <property name="database.url" > value="jdbc:postgresql://127.0.0.1/airline"/> > <property name="database.userid" value="postgres"/> > <property name="database.password" value="postgres"/> > <property name="database.schema" value=""/> > <property name="database.catalog" value=""/> > ------------>8----------------- > > Gordon > > [EMAIL PROTECTED] wrote: > > >If nothing gets generated chances are there are no tables in your > >database (or you're specifying <table> elements that refer to > >nonexistant tables). > > > >Aslak > > > > > > > > > > > > ------------------------------------------------------- > Bringing you mounds of caffeinated joy > >>> http://thinkgeek.com/sf <<< > > _______________________________________________ > middlegen-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/middlegen-user ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ middlegen-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/middlegen-user
