Hello everyone,
I'd like to do the following (don't ask why :-)):
(-> = "depends on", v = version, + = or higher)
Module Master v1 -> C v1, B v1, D v1+
Module B v1 -> nothing
Module C v1 -> B v2, Dv2
Module D v2 -> nothing
When I try to build module Master, Ivy won't resolve becaus
.
> I dont know any possibility to change the environment for RUNNING processes.
> Maybe via PowerShell, WindowsManagementInstrumentation, ... a la
>for(Projess p : allRunningProcesses)
> p.setEnv(key, newValue)
>
>
> Jan
>
>
>> -Ursprüngliche Nachr
Hello,
I'd like to make ant modify my current shell environment on Windows
maschines.
Example:
I'd like something like an 'ant set' (target 'set') that sets some
'foo=bar'. Calling that target should have the same effect than calling
'set foo=bar'.
I tried some stuff: calling python sc