Which version of Ant are you using? Gj
On Sun, 3 Dec 2017 at 22:06, Danny van Heumen <[email protected]> wrote: > Hi all, > > I am interested in seeing the progress on Netbeans. I've cloned the > (new) repo location (https://github.com/apache/incubator-netbeans.git) > and started a build using just the command "ant". It fails on some > missing "defaultManifest" file. (cli output to follow below.) I have > also tried calling "ant clean" first. It makes no difference. I've > tried repeatedly, every time on current master (i.e. origin/master > after fetch). > > I'm not sure what I am doing wrong. I believe I built > everything fine before, at some point. However, I'm also surprised that > no-one else seems to have this problem. > > Thanks in advance, > Danny > > Console output > -------------- > [...] > compile: > > jar-prep: > > jar: > [jarwithmoduleattributes] Building jar: > /home/danny/dev/incubator-netbeans/nbbuild/netbeans/websvccommon/modules/org-netbeans-modules-websvc-saas-api.jar > [nbmerge] Failed to build target: all-websvc.saas.api > > BUILD FAILED > /home/danny/dev/incubator-netbeans/nbbuild/build.xml:436: > The following error occurred while executing this line: > /home/danny/dev/incubator-netbeans/nbbuild/build.xml:431: > The following error occurred while executing this line: > /home/danny/dev/incubator-netbeans/nbbuild/build.xml:478: > The following error occurred while executing this line: > /home/danny/dev/incubator-netbeans/nbbuild/templates/common.xml:252: > Could not find default > manifest: /org/apache/tools/ant/defaultManifest.mf > > Total time: 4 minutes 13 seconds >
