[kepler-dev] [Bug 5089] New: Replace operating system specific files with operating system specific modules.

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Jul 9 15:58:51 PDT 2010


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5089

           Summary: Replace operating system specific files with operating
                    system specific modules.
           Product: Kepler
           Version: 2.0.0
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: welker4kepler at gmail.com
        ReportedBy: welker4kepler at gmail.com
         QAContact: kepler-dev at kepler-project.org
            Blocks: 5064
   Estimated Hours: 0.0


(14) Replace operating system specific files with operating system specific
modules.

Currently, as illustrated by the apple-extensions module, it is possible to
specify specific Java files that are not compiled on particular operating
systems. So, for example, the files in apple-extensions are only compiled on
Mac OS X, but not on Windows or Linux. This is less than an ideal solution
however, since IDE's do not naturally know about such files and have to be
manually adjusted to have this knowledge. Furthermore, there are other
resources besides Java files that are often operating system specific and can
be large in size. For example, operating system specific native libraries. A
better solution would be to have operating system specific modules that are
only retrieved in the first place. In this way, the IDE problem will be solved
and further this would reduce unnecessary downloads of large operating system
specific files that are not used.

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list