]
Mark Proctor resolved JBRULES-2676.
-----------------------------------
Resolution: Out of Date
Eclipse building is now done with tycho, I don't think this is relevant any more.
When rebuilding from source with -Declipse option on OSX / Linux
systems, the Eclipse tar.gz file is unnecessarily reloaded
----------------------------------------------------------------------------------------------------------------------------
Key: JBRULES-2676
URL:
https://issues.jboss.org/browse/JBRULES-2676
Project: Drools
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: drools-eclipse
Affects Versions: FUTURE
Environment: Occurs on family 'mac' and 'unix' systems where the
eclipse file download extension is 'tar.gz' format, instead of 'zip' as on
Windows
Reporter: Lawrence Terrill
Assignee: Mark Proctor
Priority: Minor
Labels: download, eclipse, jar
When building the eclipse component from source, the eclipse tar.gz file is repeatedly
downloaded despite a check for the file's existance. In the file
drools-eclipse/drools-eclipse-build/setupEclipse.xml, target 'checkEclipseJar',
the existance of the file is checked. But this check is hardcoded with the file extension
'.zip'. It likely should have used the symbolic '${download.extension}'
used in the 'getEclipseJar' target in the same file.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: