Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0045400Openbravo ERPA. Platformpublic2020-11-09 14:162020-11-09 15:56
cberner 
cberner 
normalminorhave not tried
closedfixed 
5
 
PR21Q1 
Core
No
0045400: Eclipse OpenbravoTest project fails to compile, missing src folder in .project config
OpenbravoTest project is missing a folder in src-test/.project configuration file since the merge of Rhino js project. This breaks compilation in eclipse of this project.
1. Open project OpenbravoTest in eclipse with last changes.
2. Check that there are errors when trying to build because of missing classpath.
Add missing folder from org.openbravo.userinterface.selector core module to src-test/.project.
No tags attached.
caused by design defect 0043903 closed cberner Openbravo fails to compile with JDK15 because of removal of Nashorn JS engine 
Issue History
2020-11-09 14:16cbernerNew Issue
2020-11-09 14:16cbernerAssigned To => cberner
2020-11-09 14:16cbernerModules => Core
2020-11-09 14:16cbernerTriggers an Emergency Pack => No
2020-11-09 14:20cbernerRelationship addedcaused by 0043903
2020-11-09 14:21hgbotNote Added: 0124243
2020-11-09 15:56hgbotResolutionopen => fixed
2020-11-09 15:56hgbotStatusnew => closed
2020-11-09 15:56hgbotNote Added: 0124244
2020-11-09 15:56hgbotFixed in Version => PR21Q1
2020-11-09 15:56hgbotNote Added: 0124245

Notes
(0124243)
hgbot   
2020-11-09 14:21   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/220 [^]
(0124244)
hgbot   
2020-11-09 15:56   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/220 [^]
(0124245)
hgbot   
2020-11-09 15:56   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: d8833267faa1b98c793039e99909e5cbb9817cf3
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 2020-11-09T15:50:41+01:00
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/d8833267faa1b98c793039e99909e5cbb9817cf3 [^]

Fixes ISSUE-45400: Eclipse OpenbravoTest project fails to compile, missing src

OpenbravoTest was missing a src-test folder from
userinterface.selector core module, which was referenced in
AllAntTaskTests, as such compilation in eclipse failed.

This was fixed by adding the missing src-test folder to .project config
file of OpenbravoTest project and also to the corresponding
.classpath.template.

---
M src-test/.classpath.template
M src-test/.project
---