OK. I *think* I have a solution.
Ant could not pick up the environment variable without some help.
Issue described in
https://stackoverflow.com/questions/17571595/env-java-home-not-found-ant
HTH & YMMV
Answer ...
Step 1. Set Operating System Environment variable
=
Excellent idea to try,
Many thanks for your response.
- Damian
On Sat, 4 May 2019 at 13:04, Tushar Joshi wrote:
> Many years ago (10+?) I used a relative path, but that is not good enough
>> because the relative path is different depending on if you are running unit
>> tests for an individual m
>
> Many years ago (10+?) I used a relative path, but that is not good enough
> because the relative path is different depending on if you are running unit
> tests for an individual module, or for the whole module suite.
>
> Any suggestions would be most appreciated.
>
I would check if I can use e
Hi all,
I'm looking for advice on how to run unit tests on multiple machines when
platform modules depend on each other. There must be a simpler & more
flexible way of doing this than I have been using.
Background ...
We have 30+ modules in our Netbeans Platform based product, and as
expected, m