Am 18.10.2012 13:43, schrieb Daniel Berteaud:
Thanks for the suggestion, I'll try to play with this. (my problem is
that workstations which needs JRE6 are not a specific Windows version,
so I cannot use the os attr)
It is just an example of the possibilities, so you can use any check
conditi
Le jeudi 18 octobre 2012 à 13:31 +0200, Stefan Pendl a écrit :
> I have a common package called Java, which gets added to all systems or
> included as a dependency.
>
> The package is then including the correct java runtime engine based on
> conditions.
>
>
> '---code start (watch for line wr
Am 18.10.2012 12:48, schrieb Daniel Berteaud:
Hi everyone.
I'd like to know if there's a possibility to make a conditional
dependency on package. Here's my problem:
- I deploy JRE 7 on most of my computers, in a package called jre
- A few computers need to run apps which requires version 6 of t
Hi everyone.
I'd like to know if there's a possibility to make a conditional
dependency on package. Here's my problem:
- I deploy JRE 7 on most of my computers, in a package called jre
- A few computers need to run apps which requires version 6 of the JRE,
so I created a package called jre6 and a