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

Summary: There should be a way to specify an "or" requirement
Product: installer Reporter: Kirill Sorokin <ksorokin>
Component: NBIAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

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.