You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@netbeans.apache.org by Eric Bresie <eb...@gmail.com> on 2020/10/03 18:01:29 UTC

java.io.IOException: Cannot connectIssues

I just pulled down recent updates, combined some contrib code elsewhere and
tried to do a cluster build and received the following error:

Anyone have any ideas about this?


\nbbuild\build.xml:119: java.io.IOException: Cannot connect to
https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json
        at
org.netbeans.nbbuild.extlibs.ConfigureProxy.openConnection(ConfigureProxy.java:114)
        at
org.netbeans.nbbuild.extlibs.ConfigureProxy.execute(ConfigureProxy.java:60)
        at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
        at jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown
Source)
        at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:99)
        at org.apache.tools.ant.Task.perform(Task.java:350)
        at org.apache.tools.ant.Target.execute(Target.java:449)
        at org.apache.tools.ant.Target.performTasks(Target.java:470)
        at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
        at org.apache.tools.ant.Project.executeTarget(Project.java:1361)
        at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
        at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
        at org.apache.tools.ant.Main.runBuild(Main.java:834)
        at org.apache.tools.ant.Main.startAnt(Main.java:223)
        at org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)


Eric Bresie
ebresie@gmail.com

Re: java.io.IOException: Cannot connectIssues

Posted by Eric Bresie <eb...@gmail.com>.
Wanted to follow up on this more...

I continue to periodically get connections issues like the below (and
earlier in the thread)

\nbbuild\build.xml:119: java.io.IOException: Cannot connect to https://
gitbox.apache.org/repos
/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json

From some discussions elsewhere, one suggestion was to not use the apache
server for this but to use the github equivalent.  If this is the way
forward

(1) What is the equivalent URL for the github repo?
(2) What is the proper way to set this?  Assume this is to set proxyHost
and/or proxyPort as an ant command line parameter but not sure.
(3) Does it make sense to add to the build script to have some alternative
locations and not just that so if first fails it finds an alternative (i.e.
the githib repo or some other mirror)?

 I'm going to throw out...I'm working on a possible older code branch
(trying to get contrib python pulled from the hg server, compiling in my
environment) so not sure if any recent build changes may have been
introduced and I have stale local version (of some files  like the proxy
item mentioned earlier in this thread)...

Eric Bresie
ebresie@gmail.com


On Sat, Oct 10, 2020 at 11:48 AM Eric Bresie <eb...@gmail.com> wrote:

> While searching, google there was a closed PR discussion which might be
> related
>
> https://github.com/apache/netbeans/pull/2192
>
> So is there some ant configuration for "autoproxy" config needed here or
> is this impacted by any recent config proxy changes in master?
>
> Eric Bresie
> ebresie@gmail.com
>
>
> On Sat, Oct 10, 2020 at 11:38 AM Eric Bresie <eb...@gmail.com> wrote:
>
>> Another observation, when attempting the link in a browser navigates to
>> it seems to return the json file fine but using it from command prompt
>> (more specifically using the "git bash" shell), it seems to have this
>> failure pretty often.
>>
>> Is there some "ant" configuration needed to accommodate this?.
>>
>> Eric Bresie
>> ebresie@gmail.com
>>
>>
>> On Sat, Oct 10, 2020 at 11:33 AM Eric Bresie <eb...@gmail.com> wrote:
>>
>>> Continue to have off and on luck...but often bad luck on this.  Is
>>> the connection just not very robust?
>>>
>>> Is there some way to use some form of "mirror" to some other location?
>>> Would that be a ant or some applicable configuration file in use?
>>>
>>> Could my network/firewall be interfering in some way?  During build the
>>> proxies show as being set to null which I believe is valid here.
>>>
>>> Is it possible this could be in someway impacted by my environment?  In
>>> other words, could a newer version of java or an outdated version of ant or
>>> something be coming in to play?
>>>
>>> - Apache Ant(TM) version 1.10.5 compiled on July 10 2018
>>> - Java 15 (which I just installed)
>>> - Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
>>> -- Which is configured with
>>> Java version: 11.0.6, vendor: Oracle Corporation, runtime: C:\Program
>>> Files\Java\jdk-11.0.6
>>> Default locale: en_US, platform encoding: Cp1252
>>> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>>>
>>> Trying to work to get python cluster to build so using the following to
>>> attempt the build
>>>
>>> ant -Dpermit.jdk9.builds=true -Dcluster.config=python
>>>
>>> Eric Bresie
>>> ebresie@gmail.com
>>>
>>>
>>> On Sat, Oct 3, 2020 at 3:01 PM Matthias Bläsing <
>>> mblaesing@doppel-helix.eu> wrote:
>>>
>>>> Hi,
>>>>
>>>> that is the apache git hosting, that is sometimes a bit flaky. Just
>>>> rerun the build and the fetch should succeed.
>>>>
>>>> Greetings
>>>>
>>>> Matthias
>>>>
>>>> Am Samstag, den 03.10.2020, 13:01 -0500 schrieb Eric Bresie:
>>>> > I just pulled down recent updates, combined some contrib code
>>>> > elsewhere and
>>>> > tried to do a cluster build and received the following error:
>>>> >
>>>> > Anyone have any ideas about this?
>>>> >
>>>> >
>>>> > \nbbuild\build.xml:119: java.io.IOException: Cannot connect to
>>>> >
>>>> https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json
>>>> >         at
>>>> > org.netbeans.nbbuild.extlibs.ConfigureProxy.openConnection(ConfigureP
>>>> > roxy.java:114)
>>>> >         at
>>>> > org.netbeans.nbbuild.extlibs.ConfigureProxy.execute(ConfigureProxy.ja
>>>> > va:60)
>>>> >         at
>>>> > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>>>> >         at
>>>> > jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown
>>>> > Source)
>>>> >         at
>>>> > java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(De
>>>> > legatingMethodAccessorImpl.java:43)
>>>> >         at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>>>> >         at
>>>> > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
>>>> > a:99)
>>>> >         at org.apache.tools.ant.Task.perform(Task.java:350)
>>>> >         at org.apache.tools.ant.Target.execute(Target.java:449)
>>>> >         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>>>> >         at
>>>> > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>>>> >         at
>>>> > org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>>>> >         at
>>>> > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExe
>>>> > cutor.java:41)
>>>> >         at
>>>> > org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>>>> >         at org.apache.tools.ant.Main.runBuild(Main.java:834)
>>>> >         at org.apache.tools.ant.Main.startAnt(Main.java:223)
>>>> >         at
>>>> > org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>>>> >         at
>>>> > org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>>>> >
>>>> >
>>>> > Eric Bresie
>>>> > ebresie@gmail.com
>>>>
>>>>
>>>> ---------------------------------------------------------------------
>>>> 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: java.io.IOException: Cannot connectIssues

Posted by Eric Bresie <eb...@gmail.com>.
While searching, google there was a closed PR discussion which might be
related

https://github.com/apache/netbeans/pull/2192

So is there some ant configuration for "autoproxy" config needed here or is
this impacted by any recent config proxy changes in master?

Eric Bresie
ebresie@gmail.com


On Sat, Oct 10, 2020 at 11:38 AM Eric Bresie <eb...@gmail.com> wrote:

> Another observation, when attempting the link in a browser navigates to it
> seems to return the json file fine but using it from command prompt (more
> specifically using the "git bash" shell), it seems to have this failure
> pretty often.
>
> Is there some "ant" configuration needed to accommodate this?.
>
> Eric Bresie
> ebresie@gmail.com
>
>
> On Sat, Oct 10, 2020 at 11:33 AM Eric Bresie <eb...@gmail.com> wrote:
>
>> Continue to have off and on luck...but often bad luck on this.  Is
>> the connection just not very robust?
>>
>> Is there some way to use some form of "mirror" to some other location?
>> Would that be a ant or some applicable configuration file in use?
>>
>> Could my network/firewall be interfering in some way?  During build the
>> proxies show as being set to null which I believe is valid here.
>>
>> Is it possible this could be in someway impacted by my environment?  In
>> other words, could a newer version of java or an outdated version of ant or
>> something be coming in to play?
>>
>> - Apache Ant(TM) version 1.10.5 compiled on July 10 2018
>> - Java 15 (which I just installed)
>> - Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
>> -- Which is configured with
>> Java version: 11.0.6, vendor: Oracle Corporation, runtime: C:\Program
>> Files\Java\jdk-11.0.6
>> Default locale: en_US, platform encoding: Cp1252
>> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>>
>> Trying to work to get python cluster to build so using the following to
>> attempt the build
>>
>> ant -Dpermit.jdk9.builds=true -Dcluster.config=python
>>
>> Eric Bresie
>> ebresie@gmail.com
>>
>>
>> On Sat, Oct 3, 2020 at 3:01 PM Matthias Bläsing <
>> mblaesing@doppel-helix.eu> wrote:
>>
>>> Hi,
>>>
>>> that is the apache git hosting, that is sometimes a bit flaky. Just
>>> rerun the build and the fetch should succeed.
>>>
>>> Greetings
>>>
>>> Matthias
>>>
>>> Am Samstag, den 03.10.2020, 13:01 -0500 schrieb Eric Bresie:
>>> > I just pulled down recent updates, combined some contrib code
>>> > elsewhere and
>>> > tried to do a cluster build and received the following error:
>>> >
>>> > Anyone have any ideas about this?
>>> >
>>> >
>>> > \nbbuild\build.xml:119: java.io.IOException: Cannot connect to
>>> >
>>> https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json
>>> >         at
>>> > org.netbeans.nbbuild.extlibs.ConfigureProxy.openConnection(ConfigureP
>>> > roxy.java:114)
>>> >         at
>>> > org.netbeans.nbbuild.extlibs.ConfigureProxy.execute(ConfigureProxy.ja
>>> > va:60)
>>> >         at
>>> > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>>> >         at
>>> > jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown
>>> > Source)
>>> >         at
>>> > java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(De
>>> > legatingMethodAccessorImpl.java:43)
>>> >         at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>>> >         at
>>> > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
>>> > a:99)
>>> >         at org.apache.tools.ant.Task.perform(Task.java:350)
>>> >         at org.apache.tools.ant.Target.execute(Target.java:449)
>>> >         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>>> >         at
>>> > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>>> >         at
>>> > org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>>> >         at
>>> > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExe
>>> > cutor.java:41)
>>> >         at
>>> > org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>>> >         at org.apache.tools.ant.Main.runBuild(Main.java:834)
>>> >         at org.apache.tools.ant.Main.startAnt(Main.java:223)
>>> >         at
>>> > org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>>> >         at
>>> > org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>>> >
>>> >
>>> > Eric Bresie
>>> > ebresie@gmail.com
>>>
>>>
>>> ---------------------------------------------------------------------
>>> 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: java.io.IOException: Cannot connectIssues

Posted by Eric Bresie <eb...@gmail.com>.
Another observation, when attempting the link in a browser navigates to it
seems to return the json file fine but using it from command prompt (more
specifically using the "git bash" shell), it seems to have this failure
pretty often.

Is there some "ant" configuration needed to accommodate this?.

Eric Bresie
ebresie@gmail.com


On Sat, Oct 10, 2020 at 11:33 AM Eric Bresie <eb...@gmail.com> wrote:

> Continue to have off and on luck...but often bad luck on this.  Is
> the connection just not very robust?
>
> Is there some way to use some form of "mirror" to some other location?
> Would that be a ant or some applicable configuration file in use?
>
> Could my network/firewall be interfering in some way?  During build the
> proxies show as being set to null which I believe is valid here.
>
> Is it possible this could be in someway impacted by my environment?  In
> other words, could a newer version of java or an outdated version of ant or
> something be coming in to play?
>
> - Apache Ant(TM) version 1.10.5 compiled on July 10 2018
> - Java 15 (which I just installed)
> - Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> -- Which is configured with
> Java version: 11.0.6, vendor: Oracle Corporation, runtime: C:\Program
> Files\Java\jdk-11.0.6
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>
> Trying to work to get python cluster to build so using the following to
> attempt the build
>
> ant -Dpermit.jdk9.builds=true -Dcluster.config=python
>
> Eric Bresie
> ebresie@gmail.com
>
>
> On Sat, Oct 3, 2020 at 3:01 PM Matthias Bläsing <mb...@doppel-helix.eu>
> wrote:
>
>> Hi,
>>
>> that is the apache git hosting, that is sometimes a bit flaky. Just
>> rerun the build and the fetch should succeed.
>>
>> Greetings
>>
>> Matthias
>>
>> Am Samstag, den 03.10.2020, 13:01 -0500 schrieb Eric Bresie:
>> > I just pulled down recent updates, combined some contrib code
>> > elsewhere and
>> > tried to do a cluster build and received the following error:
>> >
>> > Anyone have any ideas about this?
>> >
>> >
>> > \nbbuild\build.xml:119: java.io.IOException: Cannot connect to
>> >
>> https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json
>> >         at
>> > org.netbeans.nbbuild.extlibs.ConfigureProxy.openConnection(ConfigureP
>> > roxy.java:114)
>> >         at
>> > org.netbeans.nbbuild.extlibs.ConfigureProxy.execute(ConfigureProxy.ja
>> > va:60)
>> >         at
>> > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>> >         at
>> > jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown
>> > Source)
>> >         at
>> > java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(De
>> > legatingMethodAccessorImpl.java:43)
>> >         at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>> >         at
>> > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
>> > a:99)
>> >         at org.apache.tools.ant.Task.perform(Task.java:350)
>> >         at org.apache.tools.ant.Target.execute(Target.java:449)
>> >         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>> >         at
>> > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>> >         at
>> > org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>> >         at
>> > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExe
>> > cutor.java:41)
>> >         at
>> > org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>> >         at org.apache.tools.ant.Main.runBuild(Main.java:834)
>> >         at org.apache.tools.ant.Main.startAnt(Main.java:223)
>> >         at
>> > org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>> >         at
>> > org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
>> >
>> >
>> > Eric Bresie
>> > ebresie@gmail.com
>>
>>
>> ---------------------------------------------------------------------
>> 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: java.io.IOException: Cannot connectIssues

Posted by Eric Bresie <eb...@gmail.com>.
Continue to have off and on luck...but often bad luck on this.  Is
the connection just not very robust?

Is there some way to use some form of "mirror" to some other location?
Would that be a ant or some applicable configuration file in use?

Could my network/firewall be interfering in some way?  During build the
proxies show as being set to null which I believe is valid here.

Is it possible this could be in someway impacted by my environment?  In
other words, could a newer version of java or an outdated version of ant or
something be coming in to play?

- Apache Ant(TM) version 1.10.5 compiled on July 10 2018
- Java 15 (which I just installed)
- Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
-- Which is configured with
Java version: 11.0.6, vendor: Oracle Corporation, runtime: C:\Program
Files\Java\jdk-11.0.6
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

Trying to work to get python cluster to build so using the following to
attempt the build

ant -Dpermit.jdk9.builds=true -Dcluster.config=python

Eric Bresie
ebresie@gmail.com


On Sat, Oct 3, 2020 at 3:01 PM Matthias Bläsing <mb...@doppel-helix.eu>
wrote:

> Hi,
>
> that is the apache git hosting, that is sometimes a bit flaky. Just
> rerun the build and the fetch should succeed.
>
> Greetings
>
> Matthias
>
> Am Samstag, den 03.10.2020, 13:01 -0500 schrieb Eric Bresie:
> > I just pulled down recent updates, combined some contrib code
> > elsewhere and
> > tried to do a cluster build and received the following error:
> >
> > Anyone have any ideas about this?
> >
> >
> > \nbbuild\build.xml:119: java.io.IOException: Cannot connect to
> >
> https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json
> >         at
> > org.netbeans.nbbuild.extlibs.ConfigureProxy.openConnection(ConfigureP
> > roxy.java:114)
> >         at
> > org.netbeans.nbbuild.extlibs.ConfigureProxy.execute(ConfigureProxy.ja
> > va:60)
> >         at
> > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
> >         at
> > jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown
> > Source)
> >         at
> > java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(De
> > legatingMethodAccessorImpl.java:43)
> >         at java.base/java.lang.reflect.Method.invoke(Method.java:566)
> >         at
> > org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
> > a:99)
> >         at org.apache.tools.ant.Task.perform(Task.java:350)
> >         at org.apache.tools.ant.Target.execute(Target.java:449)
> >         at org.apache.tools.ant.Target.performTasks(Target.java:470)
> >         at
> > org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
> >         at
> > org.apache.tools.ant.Project.executeTarget(Project.java:1361)
> >         at
> > org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExe
> > cutor.java:41)
> >         at
> > org.apache.tools.ant.Project.executeTargets(Project.java:1251)
> >         at org.apache.tools.ant.Main.runBuild(Main.java:834)
> >         at org.apache.tools.ant.Main.startAnt(Main.java:223)
> >         at
> > org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
> >         at
> > org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
> >
> >
> > Eric Bresie
> > ebresie@gmail.com
>
>
> ---------------------------------------------------------------------
> 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: java.io.IOException: Cannot connectIssues

Posted by Matthias Bläsing <mb...@doppel-helix.eu>.
Hi,

that is the apache git hosting, that is sometimes a bit flaky. Just
rerun the build and the fetch should succeed.

Greetings

Matthias

Am Samstag, den 03.10.2020, 13:01 -0500 schrieb Eric Bresie:
> I just pulled down recent updates, combined some contrib code
> elsewhere and
> tried to do a cluster build and received the following error:
> 
> Anyone have any ideas about this?
> 
> 
> \nbbuild\build.xml:119: java.io.IOException: Cannot connect to
> https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json
>         at
> org.netbeans.nbbuild.extlibs.ConfigureProxy.openConnection(ConfigureP
> roxy.java:114)
>         at
> org.netbeans.nbbuild.extlibs.ConfigureProxy.execute(ConfigureProxy.ja
> va:60)
>         at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
>         at
> jdk.internal.reflect.GeneratedMethodAccessor4.invoke(Unknown
> Source)
>         at
> java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(De
> legatingMethodAccessorImpl.java:43)
>         at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>         at
> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
> a:99)
>         at org.apache.tools.ant.Task.perform(Task.java:350)
>         at org.apache.tools.ant.Target.execute(Target.java:449)
>         at org.apache.tools.ant.Target.performTasks(Target.java:470)
>         at
> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1388)
>         at
> org.apache.tools.ant.Project.executeTarget(Project.java:1361)
>         at
> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExe
> cutor.java:41)
>         at
> org.apache.tools.ant.Project.executeTargets(Project.java:1251)
>         at org.apache.tools.ant.Main.runBuild(Main.java:834)
>         at org.apache.tools.ant.Main.startAnt(Main.java:223)
>         at
> org.apache.tools.ant.launch.Launcher.run(Launcher.java:284)
>         at
> org.apache.tools.ant.launch.Launcher.main(Launcher.java:101)
> 
> 
> Eric Bresie
> ebresie@gmail.com


---------------------------------------------------------------------
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