You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have an indication in the README or the git tags which version(s) of iDempiere this repository is compatible with at what point.
I'm trying the release-10 branch of idempiere against the current master of this repository and gets the following
It would be great to have an indication in the README or the git tags which version(s) of iDempiere this repository is compatible with at what point.
I'm trying the release-10 branch of idempiere against the current master of this repository and gets the following
[INFO] Reactor Summary for org.idempiere.swing.client.main 10.0.0-SNAPSHOT:
[INFO]
[INFO] org.adempiere.ui.swing ............................. FAILURE [ 12.438 s]
[INFO] org.adempiere.report.jasper.swing .................. SKIPPED
[INFO] org.adempiere.ui.swing.feature ..................... SKIPPED
[INFO] org.idempiere.swing.client.p2 ...................... SKIPPED
[INFO] org.idempiere.p2.targetplatform .................... SKIPPED
[INFO] org.idempiere.swing.client.main .................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:16 min
[INFO] Finished at: 2023-03-11T15:20:05+01:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:2.7.5:compile (default-compile) on project org.adempiere.ui.swing: Compilation failure: Compilation failure:
[ERROR] /home/daniel/github/idempiere-dev-setup/idempiere-swing-client/org.adempiere.ui.swing/src/org/compiere/grid/VPaymentFormCash.java:[134]
[ERROR] if (s_Currencies.containsKey(C_Currency_ID)) {
[ERROR] ^^^^^^^^^^^^
[ERROR] s_Currencies cannot be resolved
when running 'mvn verify'
Thanks :-)
The text was updated successfully, but these errors were encountered: