[jira] [Commented] (MRESOLVER-89) Cannot use SystemProxies

2019-06-24 Thread lefebvre (JIRA)


[ 
https://issues.apache.org/jira/browse/MRESOLVER-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16871181#comment-16871181
 ] 

lefebvre commented on MRESOLVER-89:
---

Non, my solution update pom.xml, replace property 
3.5.0 by  3.6.0

> Cannot use SystemProxies
> 
>
> Key: MRESOLVER-89
> URL: https://issues.apache.org/jira/browse/MRESOLVER-89
> Project: Maven Resolver
>  Issue Type: Bug
>  Components: ant tasks
>Affects Versions: ant-tasks-1.2.0
>Reporter: lefebvre
>Priority: Major
> Fix For: waiting-for-feedback
>
>
> Behind a proxy, if proxy configuration is not set cannot resolve artifacts.
>  
> I have tried to set java.net.useSystemProxies to true and start ANT with 
> -autoproxy argument but no effect. Both case, resolution failed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MRESOLVER-89) Cannot use SystemProxies

2019-06-24 Thread Michael Osipov (JIRA)


[ 
https://issues.apache.org/jira/browse/MRESOLVER-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16871163#comment-16871163
 ] 

Michael Osipov commented on MRESOLVER-89:
-

I am a bit confused, can this be closed now?

> Cannot use SystemProxies
> 
>
> Key: MRESOLVER-89
> URL: https://issues.apache.org/jira/browse/MRESOLVER-89
> Project: Maven Resolver
>  Issue Type: Bug
>  Components: ant tasks
>Affects Versions: ant-tasks-1.2.0
>Reporter: lefebvre
>Priority: Major
> Fix For: waiting-for-feedback
>
>
> Behind a proxy, if proxy configuration is not set cannot resolve artifacts.
>  
> I have tried to set java.net.useSystemProxies to true and start ANT with 
> -autoproxy argument but no effect. Both case, resolution failed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MRESOLVER-89) Cannot use SystemProxies

2019-06-24 Thread lefebvre (JIRA)


[ 
https://issues.apache.org/jira/browse/MRESOLVER-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16871060#comment-16871060
 ] 

lefebvre commented on MRESOLVER-89:
---

mvn  clean package -DmavenVersion based on ant-tasks-1.2.0 version

> Cannot use SystemProxies
> 
>
> Key: MRESOLVER-89
> URL: https://issues.apache.org/jira/browse/MRESOLVER-89
> Project: Maven Resolver
>  Issue Type: Bug
>  Components: ant tasks
>Affects Versions: ant-tasks-1.2.0
>Reporter: lefebvre
>Priority: Major
> Fix For: waiting-for-feedback
>
>
> Behind a proxy, if proxy configuration is not set cannot resolve artifacts.
>  
> I have tried to set java.net.useSystemProxies to true and start ANT with 
> -autoproxy argument but no effect. Both case, resolution failed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MRESOLVER-89) Cannot use SystemProxies

2019-06-24 Thread Michael Osipov (JIRA)


[ 
https://issues.apache.org/jira/browse/MRESOLVER-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16871034#comment-16871034
 ] 

Michael Osipov commented on MRESOLVER-89:
-

{{-DmavenVersion=...}}?? Set for Ant? What does this change?

> Cannot use SystemProxies
> 
>
> Key: MRESOLVER-89
> URL: https://issues.apache.org/jira/browse/MRESOLVER-89
> Project: Maven Resolver
>  Issue Type: Bug
>  Components: ant tasks
>Affects Versions: ant-tasks-1.2.0
>Reporter: lefebvre
>Priority: Major
> Fix For: waiting-for-feedback
>
>
> Behind a proxy, if proxy configuration is not set cannot resolve artifacts.
>  
> I have tried to set java.net.useSystemProxies to true and start ANT with 
> -autoproxy argument but no effect. Both case, resolution failed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MRESOLVER-89) Cannot use SystemProxies

2019-06-24 Thread lefebvre (JIRA)


[ 
https://issues.apache.org/jira/browse/MRESOLVER-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16870898#comment-16870898
 ] 

lefebvre commented on MRESOLVER-89:
---

After rebuilding with -DmavenVersion=3.6.0 works fine

> Cannot use SystemProxies
> 
>
> Key: MRESOLVER-89
> URL: https://issues.apache.org/jira/browse/MRESOLVER-89
> Project: Maven Resolver
>  Issue Type: Bug
>  Components: ant tasks
>Affects Versions: ant-tasks-1.2.0
>Reporter: lefebvre
>Priority: Major
> Fix For: waiting-for-feedback
>
>
> Behind a proxy, if proxy configuration is not set cannot resolve artifacts.
>  
> I have tried to set java.net.useSystemProxies to true and start ANT with 
> -autoproxy argument but no effect. Both case, resolution failed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MRESOLVER-89) Cannot use SystemProxies

2019-06-21 Thread Michael Osipov (JIRA)


[ 
https://issues.apache.org/jira/browse/MRESOLVER-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16869854#comment-16869854
 ] 

Michael Osipov commented on MRESOLVER-89:
-

You are right, I must revert my previous  statement. We do set 
{{useSystemProperties}} which triggers what you mentioned. I can see that Ant 
sets that property from Java code which might be too late. Can you enable 
debugging as well as debug with Wagon?!

> Cannot use SystemProxies
> 
>
> Key: MRESOLVER-89
> URL: https://issues.apache.org/jira/browse/MRESOLVER-89
> Project: Maven Resolver
>  Issue Type: Bug
>  Components: ant tasks
>Affects Versions: ant-tasks-1.2.0
>Reporter: lefebvre
>Priority: Major
>
> Behind a proxy, if proxy configuration is not set cannot resolve artifacts.
>  
> I have tried to set java.net.useSystemProxies to true and start ANT with 
> -autoproxy argument but no effect. Both case, resolution failed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MRESOLVER-89) Cannot use SystemProxies

2019-06-21 Thread lefebvre (JIRA)


[ 
https://issues.apache.org/jira/browse/MRESOLVER-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16869774#comment-16869774
 ] 

lefebvre commented on MRESOLVER-89:
---

I’m not aware with you, the -Djava.net.useSystemProxies=true (auto proxy flag 
do the same thing) works fine with maven (tested with 3.6.0)

> Cannot use SystemProxies
> 
>
> Key: MRESOLVER-89
> URL: https://issues.apache.org/jira/browse/MRESOLVER-89
> Project: Maven Resolver
>  Issue Type: Bug
>  Components: ant tasks
>Affects Versions: ant-tasks-1.2.0
>Reporter: lefebvre
>Priority: Major
>
> Behind a proxy, if proxy configuration is not set cannot resolve artifacts.
>  
> I have tried to set java.net.useSystemProxies to true and start ANT with 
> -autoproxy argument but no effect. Both case, resolution failed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MRESOLVER-89) Cannot use SystemProxies

2019-06-21 Thread Michael Osipov (JIRA)


[ 
https://issues.apache.org/jira/browse/MRESOLVER-89?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16869766#comment-16869766
 ] 

Michael Osipov commented on MRESOLVER-89:
-

That's not a bug, the {{-autoproxy}} switch is used by Ant only, not third 
party components. Since Wagon does the transport is must support similar config 
which it doesn't at the moment. It would also require a {{settings.xml}} change 
to support this properly. Thre are similar tickets for WAGON and MNG.

> Cannot use SystemProxies
> 
>
> Key: MRESOLVER-89
> URL: https://issues.apache.org/jira/browse/MRESOLVER-89
> Project: Maven Resolver
>  Issue Type: Bug
>  Components: ant tasks
>Affects Versions: ant-tasks-1.2.0
>Reporter: lefebvre
>Priority: Major
>
> Behind a proxy, if proxy configuration is not set cannot resolve artifacts.
>  
> I have tried to set java.net.useSystemProxies to true and start ANT with 
> -autoproxy argument but no effect. Both case, resolution failed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)