Hi Eric,

Am Dienstag, den 25.09.2018, 17:25 +0200 schrieb Eric Barboni:
>  New layout make git repo  clearer, great job.
>  I just have an issue on "ant clean" (failing at a time build
> is  cleaning  platform/openide.util.lookup module)  is this target
> supposed to work ?

it normally does. When the transition of the directory layout happend
it seems at times the build script is a bit "overwhelmed". Try running:

git clean -f -x -d

This will remove all files and directories from the directory tree,
that are not tracked by git. You basicly get to the state of a clean
checkout (if you have modified files, "git reset --hard" will reset
them to their repository form.

For both calls, please make sure, that you have everything committed,
that you want to keep, both calls are aggressive cleanups.

HTH

Matthias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.incubator.apache.org
For additional commands, e-mail: dev-h...@netbeans.incubator.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to