[jbosstools-issues] [JBoss JIRA] (JBIDE-20839) FetchSourcesFromManifests creates invalid paths when github repos defined with colons and ats

Nick Boldt (JIRA) issues at jboss.org
Tue Sep 29 14:13:00 EDT 2015


     [ https://issues.jboss.org/browse/JBIDE-20839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt updated JBIDE-20839:
-------------------------------
    Description: 
As reported by Denis:

{quote}jbds sources download fails 8 out of 10 builds
{code}
[INFO] [ERROR] Failed to execute goal org.jboss.tools.tycho-plugins:repository-utils:0.23.1:fetch-sources-from-manifests (fetch-sources) on project com.jboss.devstudio.core.site: Error cloning from /home/eskimo/Projects/jbdevstudio/4.4.x/releng/jbdevstudio-product to /tmp/git at github.com:dgolovin/jbdevstudio-product-2537718c95d2ab24548eadb00174cf639ec1dd99.zip: /tmp/git at github.com:dgolovin/jbdevstudio-product-2537718c95d2ab24548eadb00174cf639ec1dd99.zip (No such file or directory)
{code}
{quote}

Affected source:

https://github.com/jbosstools/jbosstools-maven-plugins/blob/master/tycho-plugins/repository-utils/src/main/java/org/jboss/tools/tycho/sitegenerator/FetchSourcesFromManifests.java

Solution: 

ensure paths don't include colons, ats, or other special chars. (Replace with underscores?)


  was:
As reported by Denis:

{code}
1. jbds sources download fails 8 out of 10 builds
[INFO] [ERROR] Failed to execute goal org.jboss.tools.tycho-plugins:repository-utils:0.23.1:fetch-sources-from-manifests (fetch-sources) on project com.jboss.devstudio.core.site: Error cloning from /home/eskimo/Projects/jbdevstudio/4.4.x/releng/jbdevstudio-product to /tmp/git at github.com:dgolovin/jbdevstudio-product-2537718c95d2ab24548eadb00174cf639ec1dd99.zip: /tmp/git at github.com:dgolovin/jbdevstudio-product-2537718c95d2ab24548eadb00174cf639ec1dd99.zip (No such file or directory)
{code}

Affected source:

https://github.com/jbosstools/jbosstools-maven-plugins/blob/master/tycho-plugins/repository-utils/src/main/java/org/jboss/tools/tycho/sitegenerator/FetchSourcesFromManifests.java

Solution: 

ensure paths don't include colons, ats, or other special chars. (Replace with underscores?)




> FetchSourcesFromManifests creates invalid paths when github repos defined with colons and ats
> ---------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-20839
>                 URL: https://issues.jboss.org/browse/JBIDE-20839
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 4.4.0.Alpha1
>            Reporter: Nick Boldt
>             Fix For: 4.4.0.Alpha1
>
>
> As reported by Denis:
> {quote}jbds sources download fails 8 out of 10 builds
> {code}
> [INFO] [ERROR] Failed to execute goal org.jboss.tools.tycho-plugins:repository-utils:0.23.1:fetch-sources-from-manifests (fetch-sources) on project com.jboss.devstudio.core.site: Error cloning from /home/eskimo/Projects/jbdevstudio/4.4.x/releng/jbdevstudio-product to /tmp/git at github.com:dgolovin/jbdevstudio-product-2537718c95d2ab24548eadb00174cf639ec1dd99.zip: /tmp/git at github.com:dgolovin/jbdevstudio-product-2537718c95d2ab24548eadb00174cf639ec1dd99.zip (No such file or directory)
> {code}
> {quote}
> Affected source:
> https://github.com/jbosstools/jbosstools-maven-plugins/blob/master/tycho-plugins/repository-utils/src/main/java/org/jboss/tools/tycho/sitegenerator/FetchSourcesFromManifests.java
> Solution: 
> ensure paths don't include colons, ats, or other special chars. (Replace with underscores?)



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list