A small follow up...do folks tend to build netbeans external to netbeans (i.e. command prompt) or do so within Netbeans itself?
Eric Bresie [email protected] http://www.linkedin.com/in/ebresie On Fri, Sep 13, 2019 at 7:42 AM Matthias Bläsing <[email protected]> wrote: > Hi Eric, > > Am Freitag, den 13.09.2019, 07:36 -0500 schrieb Eric Bresie: > > While trying to start coding with fresh 11.1 netbeans (with open jdk 12 > set > > as JDK in etc\netbeans.conf), bringing in the netbeans source, after it > > started scanning the projects, it found a number of "Project Problems" > > which include in many cases missing file/folders like jetty-6.02.jar, > > junit-4.12.jar, servlet-api-2.5-6.0.2.jar, jetty-util-6.0.2.jar > > > > I ended up finding, downloading, and resolving the problems by manually > > associated the location, but I was wondering if there is something in my > > setup that is not quite right which fails to download these dependencies > > automatically in some way. Doing this manually while doable, didn't seem > > like it was quite right. > > building netbeans once will fix it. But this should also do it: > > ant download-all-extbins > > This will initialize all binaries referenced from binaries-list in > external folders. > > 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 > > > >
