From: <[EMAIL PROTECTED]> > I have decided to use Peers to access tables > added to my schema, though I am unsure > of the steps to get the correct Peers > classes generated. > > After backing everything up, > I re-ran 'build.sh init' with TRprops "manual.creation=true". > It ran fine, though no new .java files were created > under the tracker/WEB-INFO/src/../../om/ directory. > > A bit of a newbie question but I'm not sure what to do, > any suggestions? > > ta, > > Patrick. Do you mean 'ant init' rather than build? I assume you are using manual creation because the database already exists. You can do the necessary steps without executing the sql to create the database by using the ant targets project-om (this will generate the peers code) and project-sql (this will generate the sql to create the tables, but it won't be executed unless you use the target project-insert-sql). I use the AntRunner OpenTool within JBuilder - very handy (if you are using JB). Regards, Scott --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
