hengsin / idempiere-dev-setup

Linux script to setup a new idempiere development environment
14 stars 29 forks source link

Fix version on eclipse-file #10

Closed dantam74 closed 1 year ago

dantam74 commented 1 year ago

Check for the same version of eclipse.

hengsin commented 1 year ago

https://idempiere.atlassian.net/browse/IDEMPIERE-5448

dantam74 commented 1 year ago

The version is inconsistent in the script. It checks for an old version of eclipse but downloads a newer. So it's not about what version to use, the problem is that the script checks if an older version is downloaded. This means that the script will always download eclipse regardless if it has been downloaded before or not.

hengsin commented 1 year ago

master have been update to use Eclipse 2022-06 instead.