Hi Matthias, I added user.build.properties for jdk 8, now I have error like this --> https://gist.github.com/sgulci/cad916b9f0a716978bffea028c79496c Basically says this :
Cannot translate according to [file:/home/sahin/NetBeansProjects/netbeans/platform/openide.filesystems/module-auto-deps.xml, file:/home/sahin/NetBeansProjects/netbeans/platform/openide.modules/module-auto-deps.xml, file:/home/sahin/NetBeansProjects/netbeans/platform/openide.util/module-auto-deps.xml] because could not find /home/sahin/NetBeansProjects/netbeans/nbbuild/netbeans/platform/core/core.jar platform/core.startup.base.init: All tests passed platform/core.startup.base.up-to-date: platform/core.startup.base.compile: Compiling 11 source files to /home/sahin/NetBeansProjects/netbeans/platform/core.startup.base/build/classes error: Source option 6 is no longer supported. Use 7 or later. error: Target option 6 is no longer supported. Use 7 or later. Failed to build target: all-core.startup.base On Wed, Oct 2, 2019 at 11:27 PM Matthias Bläsing <[email protected]> wrote: > Hi, > > Am Mittwoch, den 02.10.2019, 23:21 +0300 schrieb Sahin gülci: > > Hi All, > > > > I can't build Netbeans from master branch either, my error logs -> > > https://gist.github.com/sgulci/cad916b9f0a716978bffea028c79496c > > On attachment, my Netbeans Build System picture shows error on my > > Netbeans > > (this is wiki that I tried > > > https://cwiki.apache.org/confluence/display/NETBEANS/Development+Environment > > ) > > > > Probably my configuration is wrong > > > > No, you just did not see the error - the relevant part of the log: > > [...] > Downloading: > http://central.maven.org/maven2/javaee/javaee-api/5/javaee-api-5.jar > Could not download > E3CC17B10AB552219EDBE33915E62937E387D0EF-javaee-api-5.jar to > /home/sahin/.hgexternalcache/E3CC17B10AB552219EDBE33915E62937E387D0EF-javaee-api-5.jar: > java.io.IOException: Cannot connect to > http://central.maven.org/maven2/javaee/javaee-api/5/javaee-api-5.jar > [...] > /home/sahin/NetBeansProjects/netbeans/nbbuild/build.xml:209: Failed to > download binaries - see log message for the detailed reasons. > BUILD FAILED (total time: 21 minutes 49 seconds) > [...] > > I read this: "Hey user, your internet connection was down for a few > seconds and I failed to fetch a file". A second run, should be faster, > as not so many files need to be fetched again. > > HTH > > Matthias > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > For further information about the NetBeans mailing lists, visit: > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists > > > >
