This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 93763 - There should be a way to specify an "or" requirement
Summary: There should be a way to specify an "or" requirement
Status: NEW
Alias: None
Product: installer
Classification: Unclassified
Component: NBI (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-01 06:30 UTC by Kirill Sorokin
Modified: 2014-02-10 14:15 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kirill Sorokin 2007-02-01 06:30:45 UTC
E.g. OpenESB and OpenSSO require GlassFish in order to be installed correctly
(in fact they install _into_ glassfish). However, they don't really care whether
it is glassfish or sjsas or java ee sdk. So we must provide a way to declare
something like:

<or>
    <requires uid="glassfish" version-lower="..." version-upper="..."/>
    <requires uid="sjsas" version-lower="..." version-upper="..."/>
    <requires uid="jee-sdk" version-lower="..." version-upper="..."/>
</or>

... and a decent way of handling this type of declaration.
Comment 1 Jiri Rechtacek 2012-10-07 12:58:44 UTC
Assigned to new owner.