Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027269 | Openbravo ERP | 09. Financial management | public | 2014-08-04 10:11 | 2014-08-12 20:57 |
|
Reporter | umartirena | |
Assigned To | dmiguelez | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR14Q4 | |
Merge Request Status | |
Review Assigned To | Sandrahuguet |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027269: Compilation of modulescripts fails in APRM module |
Description | Compilation of modulescripts fails in APRM module because of UpdateReconciliationStatementProcessedValueData.java |
Steps To Reproduce | Execute the following sentence in command line in Openbravo: ant compile.modulescript -Dmodule=org.openbravo.advpaymentmngt
See that the compilation fails |
Proposed Solution | Delete UpdateReconciliationStatementProcessedValueData.java and compile again |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-08-04 10:11 | umartirena | New Issue | |
2014-08-04 10:11 | umartirena | Assigned To | => dmiguelez |
2014-08-04 10:11 | umartirena | OBNetwork customer | => No |
2014-08-04 10:11 | umartirena | Modules | => Core |
2014-08-04 10:11 | umartirena | Triggers an Emergency Pack | => No |
2014-08-04 12:31 | umartirena | Note Added: 0069065 | |
2014-08-11 14:29 | hgbot | Checkin | |
2014-08-11 14:29 | hgbot | Note Added: 0069296 | |
2014-08-11 14:29 | hgbot | Status | new => resolved |
2014-08-11 14:29 | hgbot | Resolution | open => fixed |
2014-08-11 14:29 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/1d904ddc173bc8bee83747b084ee119fef8010b4 [^] |
2014-08-12 10:25 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2014-08-12 10:25 | Sandrahuguet | Note Added: 0069305 | |
2014-08-12 10:25 | Sandrahuguet | Status | resolved => closed |
2014-08-12 10:25 | Sandrahuguet | Fixed in Version | => 3.0PR14Q4 |
2014-08-12 20:57 | hudsonbot | Checkin | |
2014-08-12 20:57 | hudsonbot | Note Added: 0069326 | |
Notes |
|
(0069065)
|
umartirena
|
2014-08-04 12:31
|
|
This is the error message that throws the compilation:
[javac] Compiling 15 source files to /home/openbravo/workspace/openbravoTest/openbravo/modules/org.openbravo.advpaymentmngt/build/classes
[javac] /home/openbravo/workspace/openbravoTest/openbravo/modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/src/org/openbravo/advpaymentmngt/modulescript/UpdateReconciliationStatementProcessedValueData.java:13: package org.openbravo.service.db does not exist
[javac] import org.openbravo.service.db.QueryTimeOutUtil;
[javac] ^
[javac] /home/openbravo/workspace/openbravoTest/openbravo/modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/src/org/openbravo/advpaymentmngt/modulescript/UpdateReconciliationStatementProcessedValueData.java:62: cannot find symbol
[javac] symbol : variable QueryTimeOutUtil
[javac] location: class org.openbravo.advpaymentmngt.modulescript.UpdateReconciliationStatementProcessedValueData
[javac] QueryTimeOutUtil.getInstance().setQueryTimeOut(st, profile);
[javac] ^
[javac] /home/openbravo/workspace/openbravoTest/openbravo/modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/src/org/openbravo/advpaymentmngt/modulescript/UpdateReconciliationStatementProcessedValueData.java:119: cannot find symbol
[javac] symbol : variable QueryTimeOutUtil
[javac] location: class org.openbravo.advpaymentmngt.modulescript.UpdateReconciliationStatementProcessedValueData
[javac] QueryTimeOutUtil.getInstance().setQueryTimeOut(st, profile);
[javac] ^
[javac] /home/openbravo/workspace/openbravoTest/openbravo/modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/src/org/openbravo/advpaymentmngt/modulescript/UpdateReconciliationStatementProcessedValueData.java:156: cannot find symbol
[javac] symbol : variable QueryTimeOutUtil
[javac] location: class org.openbravo.advpaymentmngt.modulescript.UpdateReconciliationStatementProcessedValueData
[javac] QueryTimeOutUtil.getInstance().setQueryTimeOut(st, profile);
[javac] ^
[javac] /home/openbravo/workspace/openbravoTest/openbravo/modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/src/org/openbravo/advpaymentmngt/modulescript/UpdateReconciliationStatementProcessedValueData.java:193: cannot find symbol
[javac] symbol : variable QueryTimeOutUtil
[javac] location: class org.openbravo.advpaymentmngt.modulescript.UpdateReconciliationStatementProcessedValueData
[javac] QueryTimeOutUtil.getInstance().setQueryTimeOut(st, profile);
[javac] ^
[javac] 5 errors |
|
|
(0069296)
|
hgbot
|
2014-08-11 14:29
|
|
Repository: erp/devel/pi
Changeset: 1d904ddc173bc8bee83747b084ee119fef8010b4
Author: Unai Martirena <unai.martirena <at> openbravo.com>
Date: Mon Aug 04 10:17:18 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/1d904ddc173bc8bee83747b084ee119fef8010b4 [^]
Fixes bug 27269: Compilation of modulescripts fails in APRM module
---
M modules/org.openbravo.advpaymentmngt/src-util/modulescript/src/src/org/openbravo/advpaymentmngt/modulescript/UpdateReconciliationStatementProcessedValueData.java
---
|
|
|
|
|
|
|
|