You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Ernie Rael <er...@raelity.com> on 2019/11/15 20:32:55 UTC

11.2 sources not building

With sources checked out with bookmark

    default/release112 3277:59995eb5518b

today, after ant clean and ant -Dcluster.config=basic build-nozip, I'm 
getting

[TestDownload] Could not download 
2F7553F50B0D14ED811B849C282DA8C1FFC32AAE-asm-all-5.0.1.jar to 
C:\f\repos\netbeans\harness\apisupport.harness\build\asm-all-5.0.1.jar: 
java.io.IOException: Skipping download from 
http://central.maven.org/maven2/org/ow2/asm/asm-all/5.0.1/asm-all-5.0.1.jar 
due to response code 301

NOTE: I build this successfully a few days ago, but want to rebuild to 
insure things were in a known good state. "hg st" shows only a trivial 
change in java.hints.

Any suggestions for how to build 11.2 from checked out sources?

-ernie


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

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




Re: 11.2 sources not building

Posted by Ernie Rael <er...@raelity.com>.
Thanks all,

No wonder I was concerned about being in a known good state, it builds now.
A system reboot has fixed the problem. I hate it when that happens...

-ernie

On 11/15/2019 1:01 PM, Matthias Bläsing wrote:
> It could be the download hack, introduced to work around company
> networks, that required explizit proxy usage.
>
> Am Freitag, den 15.11.2019, 12:52 -0800 schrieb Dmitry Avtonomov:
>> Could this be a temporary issue? I just tried the jar link from
>> central -
>> it worked. Didn't try building though.
>>
>> On Fri, Nov 15, 2019 at 12:33 PM Ernie Rael <er...@raelity.com> wrote:
>>
>>> With sources checked out with bookmark
>>>
>>>      default/release112 3277:59995eb5518b
>>>
>>> today, after ant clean and ant -Dcluster.config=basic build-nozip,
>>> I'm
>>> getting
>>>
>>> [TestDownload] Could not download
>>> 2F7553F50B0D14ED811B849C282DA8C1FFC32AAE-asm-all-5.0.1.jar to
>>> C:\f\repos\netbeans\harness\apisupport.harness\build\asm-all-
>>> 5.0.1.jar:
>>> java.io.IOException: Skipping download from
>>> http://central.maven.org/maven2/org/ow2/asm/asm-all/5.0.1/asm-all-5.0.1.jar
>>> due to response code 301
>>>
>>> NOTE: I build this successfully a few days ago, but want to rebuild
>>> to
>>> insure things were in a known good state. "hg st" shows only a
>>> trivial
>>> change in java.hints.
>>>
>>> Any suggestions for how to build 11.2 from checked out sources?
>>>
>>> -ernie
>>>
>>>
>>> -----------------------------------------------------------------
>>> ----
>>> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
>>> For additional commands, e-mail: dev-help@netbeans.apache.org
>>>
>>> For further information about the NetBeans mailing lists, visit:
>>> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>>>
>>>
>>>
>>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>
>


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

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




Re: 11.2 sources not building

Posted by Matthias Bläsing <mb...@doppel-helix.eu>.
It could be the download hack, introduced to work around company
networks, that required explizit proxy usage.

Am Freitag, den 15.11.2019, 12:52 -0800 schrieb Dmitry Avtonomov:
> Could this be a temporary issue? I just tried the jar link from
> central -
> it worked. Didn't try building though.
> 
> On Fri, Nov 15, 2019 at 12:33 PM Ernie Rael <er...@raelity.com> wrote:
> 
> > With sources checked out with bookmark
> > 
> >     default/release112 3277:59995eb5518b
> > 
> > today, after ant clean and ant -Dcluster.config=basic build-nozip,
> > I'm
> > getting
> > 
> > [TestDownload] Could not download
> > 2F7553F50B0D14ED811B849C282DA8C1FFC32AAE-asm-all-5.0.1.jar to
> > C:\f\repos\netbeans\harness\apisupport.harness\build\asm-all-
> > 5.0.1.jar:
> > java.io.IOException: Skipping download from
> > http://central.maven.org/maven2/org/ow2/asm/asm-all/5.0.1/asm-all-5.0.1.jar
> > due to response code 301
> > 
> > NOTE: I build this successfully a few days ago, but want to rebuild
> > to
> > insure things were in a known good state. "hg st" shows only a
> > trivial
> > change in java.hints.
> > 
> > Any suggestions for how to build 11.2 from checked out sources?
> > 
> > -ernie
> > 
> > 
> > -----------------------------------------------------------------
> > ----
> > To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> > For additional commands, e-mail: dev-help@netbeans.apache.org
> > 
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> > 
> > 
> > 
> > 


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

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




Re: 11.2 sources not building

Posted by Dmitry Avtonomov <dm...@gmail.com>.
Could this be a temporary issue? I just tried the jar link from central -
it worked. Didn't try building though.

On Fri, Nov 15, 2019 at 12:33 PM Ernie Rael <er...@raelity.com> wrote:

> With sources checked out with bookmark
>
>     default/release112 3277:59995eb5518b
>
> today, after ant clean and ant -Dcluster.config=basic build-nozip, I'm
> getting
>
> [TestDownload] Could not download
> 2F7553F50B0D14ED811B849C282DA8C1FFC32AAE-asm-all-5.0.1.jar to
> C:\f\repos\netbeans\harness\apisupport.harness\build\asm-all-5.0.1.jar:
> java.io.IOException: Skipping download from
> http://central.maven.org/maven2/org/ow2/asm/asm-all/5.0.1/asm-all-5.0.1.jar
> due to response code 301
>
> NOTE: I build this successfully a few days ago, but want to rebuild to
> insure things were in a known good state. "hg st" shows only a trivial
> change in java.hints.
>
> Any suggestions for how to build 11.2 from checked out sources?
>
> -ernie
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@netbeans.apache.org
> For additional commands, e-mail: dev-help@netbeans.apache.org
>
> For further information about the NetBeans mailing lists, visit:
> https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
>
>
>
>