You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Dani Perez (JIRA)" <ji...@apache.org> on 2012/04/28 23:10:47 UTC

[jira] [Created] (BUILDR-635) JRE container entry to be declared before user sources and dependencies

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

        

[jira] [Updated] (BUILDR-635) JRE container entry to be declared before user sources and dependencies

Posted by "Dani Perez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dani Perez updated BUILDR-635:
------------------------------

    Attachment: 0001-Fixes-BUILDR-635-JRE-container-entry-to-be-declared-.patch

Please, let me know if the patch has not the right format.

I don't know how to write a spec for it, sorry.
                
> 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
>              Labels: eclipse, ide, ide-plugins
>             Fix For: 1.4.7
>
>   Original Estimate: 20m
>  Remaining Estimate: 20m
>
> (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 bug might potentially affect any dependency making use of its own embedded JRE (i.e.: rather unlikely).

--
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

        

[jira] [Updated] (BUILDR-635) JRE container entry to be declared before user sources and dependencies

Posted by "Dani Perez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dani Perez updated BUILDR-635:
------------------------------

    Description: 
(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 bug might potentially affect any dependency making use of its own embedded JRE (i.e.: minor bug).

  was:
(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.

    
> 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
>              Labels: eclipse, ide, ide-plugins
>             Fix For: 1.4.7
>
>   Original Estimate: 20m
>  Remaining Estimate: 20m
>
> (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 bug might potentially affect any dependency making use of its own embedded JRE (i.e.: minor bug).

--
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

        

[jira] [Updated] (BUILDR-635) JRE container entry to be declared before user sources and dependencies

Posted by "Dani Perez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dani Perez updated BUILDR-635:
------------------------------

    Attachment: 0001-Fixes-BUILDR-635-JRE-container-entry-to-be-declared-.patch

Please, let me know if the patch has not the right format.

I didn't know how to write a spec, sorry.
                
> 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
>              Labels: eclipse, ide, ide-plugins
>             Fix For: 1.4.7
>
>         Attachments: 0001-Fixes-BUILDR-635-JRE-container-entry-to-be-declared-.patch
>
>   Original Estimate: 20m
>  Remaining Estimate: 20m
>
> (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 bug might potentially affect any dependency making use of its own embedded JRE (i.e.: rather unlikely).

--
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

        

[jira] [Updated] (BUILDR-635) JRE container entry to be declared before user sources and dependencies

Posted by "Dani Perez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dani Perez updated BUILDR-635:
------------------------------

    Description: 
(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 bug might potentially affect any dependency making use of its own embedded JRE (i.e.: rather unlikely).

  was:
(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 bug might potentially affect any dependency making use of its own embedded JRE (i.e.: minor bug).

    
> 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
>              Labels: eclipse, ide, ide-plugins
>             Fix For: 1.4.7
>
>   Original Estimate: 20m
>  Remaining Estimate: 20m
>
> (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 bug might potentially affect any dependency making use of its own embedded JRE (i.e.: rather unlikely).

--
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

        

[jira] [Updated] (BUILDR-635) JRE container entry to be declared before user sources and dependencies

Posted by "Dani Perez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dani Perez updated BUILDR-635:
------------------------------

    Attachment:     (was: 0001-Fixes-BUILDR-635-JRE-container-entry-to-be-declared-.patch)
    
> 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
>              Labels: eclipse, ide, ide-plugins
>             Fix For: 1.4.7
>
>   Original Estimate: 20m
>  Remaining Estimate: 20m
>
> (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 bug might potentially affect any dependency making use of its own embedded JRE (i.e.: rather unlikely).

--
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

        

[jira] [Updated] (BUILDR-635) JRE container entry to be declared before user sources and dependencies

Posted by "Dani Perez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dani Perez updated BUILDR-635:
------------------------------

    Comment: was deleted

(was: Please, let me know if the patch has not the right format.

I don't know how to write a spec for it, sorry.)
    
> 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
>              Labels: eclipse, ide, ide-plugins
>             Fix For: 1.4.7
>
>   Original Estimate: 20m
>  Remaining Estimate: 20m
>
> (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 bug might potentially affect any dependency making use of its own embedded JRE (i.e.: rather unlikely).

--
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

        

[jira] [Commented] (BUILDR-635) JRE container entry to be declared before user sources and dependencies

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/BUILDR-635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266320#comment-13266320 ] 

Hudson commented on BUILDR-635:
-------------------------------

Integrated in Buildr-ci-build #307 (See [https://builds.apache.org/job/Buildr-ci-build/307/])
    BUILDR-635 JRE container entry to be declared before user sources and dependencies 

Submitted By: Dani Perez (Revision 1332912)

     Result = FAILURE
donaldp : 
Files : 
* /buildr/trunk/CHANGELOG
* /buildr/trunk/lib/buildr/ide/eclipse.rb

                
> 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
>            Assignee: Peter Donald
>            Priority: Minor
>              Labels: eclipse, ide, ide-plugins
>             Fix For: 1.4.7
>
>         Attachments: 0001-Fixes-BUILDR-635-JRE-container-entry-to-be-declared-.patch
>
>   Original Estimate: 20m
>  Remaining Estimate: 20m
>
> (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 bug might potentially affect any dependency making use of its own embedded JRE (i.e.: rather unlikely).

--
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

        

[jira] [Closed] (BUILDR-635) JRE container entry to be declared before user sources and dependencies

Posted by "Peter Donald (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/BUILDR-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Donald closed BUILDR-635.
-------------------------------

    Resolution: Fixed
      Assignee: Peter Donald

Fix applied in r1332912

Thanks! 

                
> 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
>            Assignee: Peter Donald
>            Priority: Minor
>              Labels: eclipse, ide, ide-plugins
>             Fix For: 1.4.7
>
>         Attachments: 0001-Fixes-BUILDR-635-JRE-container-entry-to-be-declared-.patch
>
>   Original Estimate: 20m
>  Remaining Estimate: 20m
>
> (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 bug might potentially affect any dependency making use of its own embedded JRE (i.e.: rather unlikely).

--
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