You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2017/11/06 05:48:48 UTC

[GitHub] justinmclean opened a new issue #68: mvn compile in royale-asjs is currently failing

justinmclean opened a new issue #68: mvn  compile in royale-asjs is currently failing
URL: https://github.com/apache/royale-asjs/issues/68
 
 
   "mvn clean compile" on the develop branch is currently failing with this error:
   [ERROR] Failed to execute goal com.googlecode.maven-download-plugin:download-maven-plugin:1.2.1:wget (get-createjs) on project Fonts: IO Error: Error while expanding /Users/justinmclean/royale-asjs/frameworks/fontsrc/target/downloads/flat-ui-2.2.2.zip: Negative seek offset -> [Help 1]
   
   Removing the cached file (to force it to downloaded a new file) fails to solve the issue:
   rm /Users/justinmclean/.m2/repository/.cache/maven-download-plugin/flat-ui-2.2.2.zip
   
   This is the URL it is downloading from:
   [INFO] --- download-maven-plugin:1.2.1:wget (get-createjs) @ Fonts ---
   Downloading: https://github.com/designmodo/Flat-UI/archive/2.2.2.zip
   3213K downloaded
   
   Which looks correct.
   
   Changing to 2.3.0 (listed in releases) [1] also fails to resolve the issue.
   
   1. https://github.com/designmodo/Flat-UI/releases
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services