Hi, Some of you have noticed that smart.build fails because of a change I did yesterday. Let me explain what change it was: I added a new column treetype to ad_table. This column is read in to the runtime-model which is again used by generate.entities. Smart.build does a generate.entities/compile before updating the database. Resulting in a failure because the compiled code requires this new field. So it is a circular dependency...
To workaround/solve this: - before smart.build: manually add a new column treetype to ad_table (type varchar and nullable) (I admit not the nicest solution) and then run smart.build - do install.source I am currently looking at this to see if there are ways to handle this type of change more elegantly. -- With Regards, Martin Taal Openbravo M: +31 6 288 48 943 @: [email protected] Skype: martintaal Openbravo Headquarters: P: +34 93 27 25 947 F: +34 93 27 25 905 Address: Edificio Slan, Planta 2a, Landaben, Calle J, 31012 Pamplona, Navarra, Spain Mailing address: PO Box 5117, 31010 Pamplona, Navarra, Spain ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensign option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ Openbravo-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-development
