Dani Perez created BUILDR-635:
---------------------------------
Summary: JRE container entry to be declared before user sources
and dependencies
Key: BUILDR-635
URL: https://issues.apache.org/jira/browse/BUILDR-635
Project: Buildr
Issue Type: Bug
Components: IDE
Affects Versions: 1.4.7
Environment: Linux / 32 bits / Fedora 15
java version "1.6.0_25"
Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
Java HotSpot(TM) Client VM (build 20.0-b11, mixed mode, sharing)
Reporter: Dani Perez
Priority: Minor
Fix For: 1.4.7
(I reported this issue in github because I hadn't read Buildr's contribution
policy. See https://github.com/apache/buildr/pull/3)
See https://gist.github.com/1605072 in order to reproduce the bug. In summary,
if you use Drools, it already ships a JRE container. Since the user's
dependencies are written first to '.classpath' , Drools container will be taken
instead of Eclipse's. In my case, it produces undesired effects like disabling
Java Generics because I use the last JDK in Eclipse whereas Drools doesn't.
It makes sense to me to have JRE libs before user libs but I ignore if this
change might have side effects.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira