Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0000383Openbravo ERPA. Platformpublic2008-05-20 17:362008-06-03 08:31
jpabloae 
alostale 
urgentmajoralways
closedfixed 
30Gentoo
2.35 
2.35 
Core
No
0000383: WAD lib compilation error
After the merge in 4379 WAD fails with this error:

compile:
    [javac] Compiling 33 source files to /opt/builds/openbravo-branch-r2.3x/src-wad/build/classes
    [javac] /opt/builds/openbravo-branch-r2.3x/src-wad/src/org/openbravo/wad/Wad.java:320: non-static method copy(java.io.File,java.io.File,org.openbravo.utils.DirFilter,boolean,boolean) cannot be referenced from a static context
    [javac] FileUtility.copy(fileActionButton, fileDirTrlBase,new DirFilter(".xml"), true, true); //copy xml for translated actionbuttons
    [javac] ^
    [javac] 1 error

BUILD FAILED
1. update to r4379
2. run "ant create.database core.lib wad.lib"
No tags attached.
Issue History
2008-05-20 17:36jpabloaeNew Issue
2008-05-20 17:36jpabloaeAssigned To => cromero
2008-05-20 18:21cromeroStatusnew => scheduled
2008-05-20 18:21cromeroAssigned Tocromero => alostale
2008-05-20 18:23cromeroStatusscheduled => resolved
2008-05-20 18:23cromeroFixed in Version => 2.35
2008-05-20 18:23cromeroResolutionopen => fixed
2008-05-20 18:23cromeroNote Added: 0000266
2008-05-21 19:52cromeroTarget Version => 2.35
2008-05-30 10:46cromeroTarget Version2.35 => 2.35 MP5
2008-06-02 20:29plujanStatusresolved => closed
2008-06-03 08:31iperdomoNote Added: 0000414

Notes
(0000266)
cromero   
2008-05-20 18:23   
r4382
(0000414)
iperdomo   
2008-06-03 08:31   
This is not a bug. The FileUtility class is on src-trl, so you need to make ant trl.lib before wad.lib