2021-10-03 08:21:17 +02:00
|
|
|
Island (java version)
|
|
|
|
=====================
|
|
|
|
|
|
|
|
Island is a tool to manage big workspace with many dependency and life cycle for big project.
|
|
|
|
|
|
|
|
This is a re-implement of island in java with the benefit of managing the jgit interface and the "maven model" repository download for artefacts.
|
|
|
|
|
|
|
|
|
|
|
|
Install island
|
|
|
|
==============
|
|
|
|
|
|
|
|
Install with krypton
|
|
|
|
--------------------
|
|
|
|
|
|
|
|
cf krypton repository ...
|
|
|
|
|
|
|
|
to install:
|
|
|
|
```{.bash}
|
|
|
|
krypton install island
|
|
|
|
```
|
|
|
|
|
|
|
|
to remove:
|
|
|
|
```{.bash}
|
|
|
|
krypton remove island
|
|
|
|
```
|
|
|
|
|
|
|
|
Manual installation
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
TBD...
|
|
|
|
|
|
|
|
|
|
|
|
Remove old island (python)
|
|
|
|
==========================
|
|
|
|
|
|
|
|
```
|
|
|
|
\rm -f /home/heero/.local/bin/island
|
|
|
|
\rm -f /usr/bin/island
|
|
|
|
```
|
|
|
|
|