Martin Taal wrote:
> Hi David,
> The central build works fine:
> http://75.101.216.147:8010/waterfall

If you have no or an old openbravo-wad.jar file lying around the wad.lib 
task does compile/recreate it. For this the database needs to be 
existent of course.

Checking the current install.source target:

   <target name="install.source" depends="init,code.rev">
     <antcall target="database.lib" />
     <antcall target="core.lib" />
     <antcall target="wad.lib" />
     <antcall target="trl.lib" />
     <ant dir="${base.db}" antfile="build-create.xml" 
target="create.database" inheritAll="true" inheritRefs="true" />

This does call wad.lib and trl.lib before creating the database which 
cannot work as these two depends on the database. Probably while 
reinstating the wad.lib and trl.lib the order was accidently swapped.

Stefan



------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
Openbravo-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-development

Reply via email to