Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0007494Openbravo ERPA. Platformpublic2009-02-11 11:102009-03-18 11:02
mtaal 
marvintm 
normalmajorhave not tried
closedfixed 
5
pi 
pi 
Core
No
0007494: Core.lib should be done before creating the database in install.source
Currently core.lib is done after creating the database in the install.source task. core.lib should be done before create.database because the create.database code uses classes from core. This has to be solved by maybe adding core.lib as a dependency for both the install.source and the create.database task.
No tags attached.
Issue History
2009-02-11 11:10mtaalNew Issue
2009-02-11 11:10mtaalAssigned To => marvintm
2009-02-11 11:10mtaalRegression testing => No
2009-02-11 11:20svnbotCheckin
2009-02-11 11:20svnbotNote Added: 0013336
2009-02-11 11:20svnbotStatusnew => resolved
2009-02-11 11:20svnbotResolutionopen => fixed
2009-02-11 11:20svnbotsvn_revision => 13045
2009-03-06 12:34psarobeStatusresolved => closed
2009-03-18 11:02anonymoussf_bug_id0 => 2691379

Notes
(0013336)
svnbot   
2009-02-11 11:20   
Repository: openbravo
Revision: 13045
Author: marvintm
Date: 2009-02-11 11:20:53 +0100 (Wed, 11 Feb 2009)

Fixed issue 7494. From now on, create.database will depend on core.lib. This way we make sure that all needed classes are compiled before doing create.database.

---
U trunk/build.xml
---

https://dev.openbravo.com/websvn/openbravo/?rev=13045&sc=1 [^]