For the downloadable release of middlegen: First set up a database in build.xml. Middlegen connects to mysql by default. The database it looks for is 'xdoclet':
databaseurl="jdbc:mysql://localhost/xdoclet" For instance I have a mysql database instance called 'airline' (sample db for cvs middlegen): databaseurl="jdbc:mysql://localhost/airline" To run the middlegen sample now, simply run build.bat in the samples dir. If you want to see the middlegen gui, change the <middlegen.. task in build.xml from gui="no" to gui="yes". I would strongly recommend you to use the CVS release. This does not ship with ant, so you need to download and install version 1.5.. One build.xml script builds middlegen itself, another one runs the samples. .eivind On Thu, 25 Jul 2002, Axonix wrote: > Hi > Are there anybody who explain me how I can running this perfect program ? At > first I downloaded last release - middlegen.1.0.zip but couldn't found there > any running script - only build.bat for Ant, after that I downloaded CVS > snapshot and compiled them but couldn't running it again becouse I couldn't > found any class with main() method. Am I so stupid or this programm so smart > ? Explain me please. > > SY > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Jabber - The world's fastest growing > real-time communications platform! Don't just IM. Build it in! > http://www.jabber.com/osdn/xim > _______________________________________________ > middlegen-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/middlegen-user > ------------------------------------------------------- This sf.net email is sponsored by: Jabber - The world's fastest growing real-time communications platform! Don't just IM. Build it in! http://www.jabber.com/osdn/xim _______________________________________________ middlegen-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/middlegen-user
