Closed hohwille closed 9 months ago
For the record: my eclipse installation was still fully present and I could manually run devon
and then eclipse
to launch eclipse but first of all a user has to know such workaround and second this way you are losing features as we are doing more than just calling eclipse
without args.
As a devonfw-ide user, I want to be able to work offline so that I remain productive in environments with bad or no internet connection (e.g. on business trips).
Obviously, I can not setup new tools or upgrade tools when I am offline. However, when all has been setup but some setting has changed, I cannot run tools like eclipse when I am offline and get blocked.
I see two issues here:
2023-03
to version2023‑03
as both versions seem identical?-o
or--offline
) that can suppress the interactive confimation/question (one could also use batch mode but somehow I think our approach with that is kind of flawed. Do we want to ask all questions withyes
or withno
in batch mode? If there is a question like "failed to update download urls - maybe you are offline. Do you want to skip the update?" the answer might be different than in case of "your settings folder does not have a .git folder and seems corrupted. Do you want to delete it and do a fresh clone?". Ideally we could ask the operating system if we are offline or not but that seems to be a general problem that is not so easy as you would expect it.