Greetings to all
I am trying to install the development environment using maven on a Ubuntu and when executing mvn verify I get this error
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:34 min
[INFO] Finished at: 2018-07-30T15:58:49-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.eclipse.tycho:tycho-compiler-plugin:1.1.0:compile (default-compile)
on project org.adempiere.base: Compilation failure: Compilation failure:
[ERROR] /Users/stevepinero/datos/opengrow/src/idempiere/org.adempiere.base/src/org/compiere/util/CLogMgt.java:[196]
[ERROR] mgr.removePropertyChangeListener(listener);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method removePropertyChangeListener(PropertyChangeListener) is undefined for the type LogManager
[ERROR] /Users/stevepinero/datos/opengrow/src/idempiere/org.adempiere.base/src/org/compiere/util/CLogMgt.java:[197]
[ERROR] mgr.addPropertyChangeListener(listener);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] The method addPropertyChangeListener(PropertyChangeListener) is undefined for the type LogManager
[ERROR] /Users/stevepinero/datos/opengrow/src/idempiere/org.adempiere.base/src/org/compiere/report/MReportTree.java:[255]
[ERROR] Enumeration<MTreeNode> en = (Enumeration<MTreeNode>)node.preorderEnumeration ();
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] Cannot cast from Enumeration<TreeNode> to Enumeration<MTreeNode>
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :org.adempiere.base
--
You received this message because you are subscribed to the Google Groups "iDempiere" group.
To unsubscribe from this group and stop receiving emails from it, send an email to idempiere+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/idempiere/7add8def-ac35-446b-8fa8-d47808386aa7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.