Menu

#5 More deep scanning when exporting

closed
nobody
None
5
2005-09-19
2005-05-17
Anonymous
No

It would be very helpful if there will be oprion for deep
scan, i.e. if I export the project it will also export jar,
containing in all referenced projects (and not only in the
project itself)

Discussion

  • Ferenc Hechler

    Ferenc Hechler - 2005-05-17

    Logged In: YES
    user_id=876063

    The deep scanning is done only for exported entries, because
    only exported entries are relevant for the class-path when
    running a project under eclipse.
    If Project A includes Project B and Project B exports a lib
    "blib.jar", then "blib.jar" is added when jaring Project A.
    If Porject B further references a Project C and has marked
    the "Export" checkbox, all exports of Project C are also
    added, and so on ...

    The Exports are visible in the Project-Properties > Java
    Build Path > Order and Export

    So the question is: is there a need for an "Export all" option?

    Best Regards,

    feri

     
  • Ferenc Hechler

    Ferenc Hechler - 2005-09-19

    Logged In: YES
    user_id=876063

    after getting no response I will close this issue,
    feri

     
  • Ferenc Hechler

    Ferenc Hechler - 2005-09-19
    • status: open --> closed