Build failure: 0.96
- Dominant language
- ActionScript
- Stars
- 380
- Forks
- 120
- PR merge metrics
- No merged PRs in 30d
Description
The following problem was fixed by removing -SNAPSHOT from royale.framework.version in examples¥Pom.xml.
—————————————————
I run "mvn clean install" at C:\apache-royale-0.9.6-bin-js\royale-asjs\examples on Windows 10 with Japanese. Build failed with the following console.
This is the first time build of Apache Royale examples on this machine. I cannot fine the subject WAR file in the designated link.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19:06 min
[INFO] Finished at: 2019-10-27T14:01:01+09:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.10:unpack (unpack-fonts) on project DataBindingExample_Flat: Unable to find artifact.: Could not find artifact org.apache.royale.framework:Fonts:war:0.9.6-SNAPSHOT in apache-snapshots (https://repository.apache.org/content/repositories/snapshots)
[ERROR]
[ERROR] Try downloading the file manually from the project website.
[ERROR]
[ERROR] Then, install it using the command:
[ERROR] mvn install:install-file -DgroupId=org.apache.royale.framework -DartifactId=Fonts -Dversion=0.9.6-SNAPSHOT -Dpackaging=war -Dfile=/path/to/file
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in examples¥Pom.xml and reproduce the failure with "mvn clean install" from the examples directory on Windows. Check the Fonts WAR dependency version and confirm the examples build completes without the missing 0.9.6-SNAPSHOT artifact.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100