@Geertjan Wielenga <geertjan.wiele...@googlemail.com> Can you find out
what's wrong with hg.netbeans.org/binaries please?

The cloning issue is resolved for now, but the next error in the build is:

Could not download
1DE46CC85D147D9F91AF59D4A0107091C8B112D6-java-cup-11a.jar from
http://hg.netbeans.org/binaries/: java.io.IOException: Could not download
1DE46CC85D147D9F91AF59D4A0107091C8B112D6-java-cup-11a.jar to
/home/jenkins/.hgexternalcache/1DE46CC85D147D9F91AF59D4A0107091C8B112D6-java-cup-11a.jar:
java.net.SocketException: Connection reset

As for the issue with NetBeans maven artifacts, It seems the existing
Jenkins job was configured to use the nb-repository-plugin maven plugin to
generate artifacts.
I think the next steps would here be to hook that up, and point to the
apache maven nexus.

I used the following commands to generate these locally:

$ ant build build-nbms generate-uc-catalog build-source-zips

$ mvn org.codehaus.mojo:nb-repository-plugin:1.3:populate
-DdeployUrl=file:///Users/john/codebase/incubator-netbeans/nbbuild/build/.m2
-DnetbeansNbmDirectory=/Users/john/codebase/incubator-netbeans/nbbuild/nbms
-DnetbeansInstallDirectory=/Users/john/codebase/incubator-netbeans/nbbuild/netbeans
-DnetbeansSourcesDirectory=/Users/john/codebase/incubator-netbeans/nbbuild/build/source-zips
-DforcedVersion=DEV  -DgroupIdPrefix=org.apache.netbeans

Regards

John

On Sun, 23 Sep 2018 at 14:43, Peter Nabbefeld <peter.nabbef...@gmx.de>
wrote:

> Hello,
>
> as I've read on the users list, the netbeans.org domain has been
> officially donated to Apache, so Maven plugins etc. should be put there,
> now. (Message was from Geertjan Wielenga, on Subject "[Platform] Maven
> artefacts". For me, question remains what will happen to NB 8.2 plugins.
>
> So, primarily I'd expect the necessary infrastructure needs to be
> created first.
>
> Kind regards
>
> Peter
>
>
> Am 23.09.18 um 15:31 schrieb John McDonnell:
> > Hi,
> >
> > I was looking into the maven artifacts issue earlier and noticed the
> linux
> > build has been failing[1].
> >
> > Anyone any ideas before I reach out to infra?
> >
> > Regards
> >
> > John
> >
> > [1]: ERROR: Error fetching remote repo 'origin'
> > hudson.plugins.git.GitException: Failed to fetch from
> > https://github.com/apache/incubator-netbeans.git
> >       at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:888)
> >       at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1155)
> >       at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1186)
> >       at hudson.scm.SCM.checkout(SCM.java:504)
> >       at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
> >       at
> hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
> >       at
> jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
> >       at
> hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
> >       at hudson.model.Run.execute(Run.java:1794)
> >       at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
> >       at
> hudson.model.ResourceController.execute(ResourceController.java:97)
> >       at hudson.model.Executor.run(Executor.java:429)
> > Caused by: hudson.plugins.git.GitException: Command "git fetch --tags
> > --progress https://github.com/apache/incubator-netbeans.git
> > +refs/heads/*:refs/remotes/origin/*" returned status code 128:
> >
>
>
> ---------------------------------------------------------------------
> 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