Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0049469
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POS Hardware Managermajorhave not tried2022-06-02 11:042022-06-02 17:58
ReporteradrianromeroView Statuspublic 
Assigned Toadrianromero 
PrioritynormalResolutionopenFixed in Version
StatusfeedbackFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0049469: Hardware Manager should be able to be compiled with Java 8

DescriptionThe recommended version to compile the Hardware Manager is Java 11, but it should be able to be compiled and run with java 8 for backward compatibility in several POS terminals.
Steps To ReproduceCheck java 8 is installed:

 java -version

Compile the Hardware Manager:

 ant deploy

Check the following error apperars:

    [javac] javac: invalid target release: 11
    [javac] Usage: javac <options> <source files>



Proposed Solution Change in project.properties

-javac.target=11
+javac.target=8
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0137966)
hgbot (developer)
2022-06-02 11:10

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.poshwmanager.sources/-/merge_requests/63 [^]
(0137998)
adrianromero (manager)
2022-06-02 17:58

Currently the Hardware Manager supports Java 11 or greater.

- Issue History
Date Modified Username Field Change
2022-06-02 11:04 adrianromero New Issue
2022-06-02 11:04 adrianromero Assigned To => Triage Platform Conn
2022-06-02 11:04 adrianromero Triggers an Emergency Pack => No
2022-06-02 11:04 adrianromero Assigned To Triage Platform Conn => adrianromero
2022-06-02 11:05 adrianromero Proposed Solution updated
2022-06-02 11:05 adrianromero Status new => scheduled
2022-06-02 11:10 hgbot Note Added: 0137966
2022-06-02 17:58 adrianromero Note Added: 0137998
2022-06-02 17:58 adrianromero Status scheduled => feedback


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker