Openbravo ant build fails -


i trying setup openbravo on eclipse environment above url.
development stack setup done successfully. (ant, java, postgresql)

at openbravo source directory when apply command

ant install.source

build failure due errors -

/home/pos/sourcecode_openbravo/openbravo-3.0mp21/build.xml:480: following error occurred while executing line: 480     <ant dir="${base.src}" target="compile.complete.development" inheritall="true" inheritrefs="true" />   /home/pos/sourcecode_openbravo/openbravo-3.0mp21/src/build.xml:874: following error occurred while executing line: 874       <jvmarg line="${env.catalina_opts}" />  /home/pos/sourcecode_openbravo/openbravo-3.0mp21/src/build.xml:880: directory  880       <jvmarg value="-djava.io.tmpdir=${env.catalina_base}/temp" />  /var/lib/tomcat6/webapps/openbravo/web-inf/lib creation not successful unknown reason 

any appreciated. thanks.

sounds permission problem.
see related section 'permission issues' in openbravo wiki

edit
remaining issues, believe properties base.src, catalina_opts , catalina_base not set properly. check via :

<echo>  $${base.src} => ${base.src}  $${env.catalina_opts} => ${env.catalina_opts}  $${env.catalina_base} => ${env.catalina_base} </echo> 

or output available properties use :

<echoproperties/> 

also consider, before using ${env.whatever} need use :

<property environment="env"/> 

before !


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -