You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by apupier <gi...@git.apache.org> on 2017/08/10 21:19:07 UTC

[GitHub] ant-ivy pull request #59: IVY-1566 - Store External form of URL in cached fi...

GitHub user apupier opened a pull request:

    https://github.com/apache/ant-ivy/pull/59

    IVY-1566 - Store External form of URL in cached files

    So hard to configure the project in my IvyIDE, cannot launch test individually so I abandoned the to search how to write a test.
    
    I tested manually in my use case and I don't have anymore MalformedURlException
    
    the ivydata*.properties now contaisn always "file:"
    
    ```
    artifact\:ivy\#ivy\#xml\#-455539479.location=file\:C\:/Users/Aurelien Pupier/.m2/repository/org/apache/camel/camel/2.17.2/camel-2.17.2.pom
    resolver=localm2
    artifact\:ivy\#ivy\#xml\#-455539479.is-local=true
    artifact\:ivy\#ivy\#xml\#-455539479.original=artifact\:camel\#pom.original\#pom\#1474703200
    artifact\:camel\#pom.original\#pom\#1474703200.exists=true
    artifact\:ivy\#ivy\#xml\#-455539479.exists=true
    artifact.resolver=localm2
    artifact\:camel\#pom.original\#pom\#1474703200.is-local=true
    artifact\:camel\#pom.original\#pom\#1474703200.location=file\:C\:/Users/Aurelien Pupier/.m2/repository/org/apache/camel/camel/2.17.2/camel-2.17.2.pom
    artifact\:camel\#pom.original\#pom\#1474703200.original=artifact\:camel\#pom.original\#pom\#1474703200
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apupier/ant-ivy IVY-1566-AvoidStoringPathWhichAreNotUrl

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ant-ivy/pull/59.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #59
    
----
commit b9211c8c3666f2df6bb8a1d54cb8dd03081397a2
Author: Aurélien Pupier <ap...@redhat.com>
Date:   2017-08-10T13:57:42Z

    IVY-1566 - Store External form of URL in cached files

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] ant-ivy issue #59: IVY-1566 - Store External form of URL in cached files

Posted by twogee <gi...@git.apache.org>.
Github user twogee commented on the issue:

    https://github.com/apache/ant-ivy/pull/59
  
    If I'm not mistaken, one of the builds for #58 was aborted by @nlalevee -- something wrong with Jenkins?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] ant-ivy issue #59: IVY-1566 - Store External form of URL in cached files

Posted by twogee <gi...@git.apache.org>.
Github user twogee commented on the issue:

    https://github.com/apache/ant-ivy/pull/59
  
    Please update your local repo, rebase and force push -- new commit will start a new build.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] ant-ivy issue #59: IVY-1566 - Store External form of URL in cached files

Posted by apupier <gi...@git.apache.org>.
Github user apupier commented on the issue:

    https://github.com/apache/ant-ivy/pull/59
  
    for the Jenkins error:
    
    > ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
    
    but tests were launched and are successful


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] ant-ivy issue #59: IVY-1566 - Store External form of URL in cached files

Posted by twogee <gi...@git.apache.org>.
Github user twogee commented on the issue:

    https://github.com/apache/ant-ivy/pull/59
  
    This is a bit off topic, but why are Jenkins builds still failing to find JaCoCo?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] ant-ivy issue #59: IVY-1566 - Store External form of URL in cached files

Posted by apupier <gi...@git.apache.org>.
Github user apupier commented on the issue:

    https://github.com/apache/ant-ivy/pull/59
  
    is there a specific comment specified to retrigger the build?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] ant-ivy issue #59: IVY-1566 - Store External form of URL in cached files

Posted by jaikiran <gi...@git.apache.org>.
Github user jaikiran commented on the issue:

    https://github.com/apache/ant-ivy/pull/59
  
    Thank you for the PR and sorry it took a while to merge this. I have included the change you suggested in this PR with a minor change and merged it upstream.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] ant-ivy issue #59: IVY-1566 - Store External form of URL in cached files

Posted by apupier <gi...@git.apache.org>.
Github user apupier commented on the issue:

    https://github.com/apache/ant-ivy/pull/59
  
    thanks @jaikiran do you have an Estimated Time for next release containing this bugfix?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] ant-ivy issue #59: IVY-1566 - Store External form of URL in cached files

Posted by nlalevee <gi...@git.apache.org>.
Github user nlalevee commented on the issue:

    https://github.com/apache/ant-ivy/pull/59
  
    Yep, I fixed the configuration, I tried to launch a rebuild for this PR, but it seems that rebuild on Jenkins doesn't take into account the PR, so I aborted it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] ant-ivy pull request #59: IVY-1566 - Store External form of URL in cached fi...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/ant-ivy/pull/59


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] ant-ivy issue #59: IVY-1566 - Store External form of URL in cached files

Posted by jaikiran <gi...@git.apache.org>.
Github user jaikiran commented on the issue:

    https://github.com/apache/ant-ivy/pull/59
  
    >> thanks @jaikiran do you have an Estimated Time for next release containing this bugfix?
    
    @apupier - the plan is to have it soon (no specific date yet). We are almost at the last few tasks/bug fixes we have in mind. A more concrete date will be discussed in the ant dev mailing list http://ant.apache.org/ivy/mailing-lists.html
    
    If you want to give it a try with our nightly builds, it's available as noted in this mail https://www.mail-archive.com/ivy-user@ant.apache.org/msg06252.html


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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