Hi everybody, As part of the changes done for the modularity project, we are slightly changing the way we create the database. Some parts of the database creation require that some classes have been compiled, and therefore, a complete create.database will not work when you do a new checkout. Therefore, if you do a new checkout, you will need to do:
ant install.source This task will create the database (including masterdata and sampledata), and will also do our standard core.lib wad.lib trl.lib compile.complete. Also, from now on, the task ant create.database will not insert masterdata and sourcedata by default. If you need to have them, you will need to do: ant create.database -Dapply.modules.on.create=true Regards, Antonio. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Openbravo-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbravo-development
