You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
built with ./scripts/generate-ant-file.sh; ant install
See the log below for details on gcc-bridge. Strange that it is passing Travis-CI correctly. Is there a new OS-level dependency?
BUILD FAILED
/Users/jeremydouglass/git/Processing.R/build.xml:43: Unable to resolve artifact: Missing:
----------
1) org.renjin:gcc-bridge-plugin:jar:apple-x86_64:0.8.2411
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.renjin -DartifactId=gcc-bridge-plugin -Dversion=0.8.2411 -Dclassifier=apple-x86_64 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.renjin -DartifactId=gcc-bridge-plugin -Dversion=0.8.2411 -Dclassifier=apple-x86_64 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven:super-pom:pom:2.0
2) org.renjin:renjin-cli:jar:0.8.2411
3) org.renjin:renjin-gnur-compiler:jar:0.8.2411
4) org.renjin:gcc-bridge-compiler:jar:0.8.2411
5) org.renjin:gcc-bridge-plugin:jar:apple-x86_64:0.8.2411
----------
1 required artifact is missing.
for artifact:
org.apache.maven:super-pom:pom:2.0
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
remote.repository (https://nexus.bedatadriven.com/content/groups/public/)
The text was updated successfully, but these errors were encountered:
ant install works well if we don't download the jars from renjin's repository. Using jars in lib directly is a possible solution to this issue and #140
I cannot build recent versions of the mode on macOS 10.12.5 (16F73) -- the step to download gcc-bridge fails.
./scripts/generate-ant-file.sh; ant install
See the log below for details on gcc-bridge. Strange that it is passing Travis-CI correctly. Is there a new OS-level dependency?
The text was updated successfully, but these errors were encountered: