In my ivysettings, I use an include tag to include an ivy settinsg file located
on a file server. When the file server is not available, I get the following
message:
BUILD FAILED
...build.xml:14: impossible to configure ivy:settings with given file:
...\ivysettings.xml : java.text.ParseException: failed to load settings from
file:/c://.../ivysettings.xml: io problem while parsing config file:
\\fileserver\c\...\remoteivysettings.xml (The network path was not found)
I'd like the behavior to be:
1. When online, include the file
2. When offline, ignore the error and continue
Is there any way to achieve this?
Thanks.
Scott