Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems building from source #662

Closed
cybersonic opened this issue Jan 24, 2020 · 1 comment
Closed

Problems building from source #662

cybersonic opened this issue Jan 24, 2020 · 1 comment

Comments

@cybersonic
Copy link

Hi there, I am following the instructions and I ran:
./gradlew clean build

But got the error:

FAILURE: Build failed with an exception.

* Where:
Build file '/Users/markdrew/Documents/Code/Personal/CFLint/build.gradle' line: 119

* What went wrong:
Could not determine the dependencies of task ':fatJar'.
> Could not resolve all files for configuration ':runtime'.
   > Could not resolve com.github.cfparser:cfml.parsing:2.11.0.
     Required by:
         project :
      > Could not resolve com.github.cfparser:cfml.parsing:2.11.0.
         > Could not get resource 'http://repo.maven.apache.org/maven2/com/github/cfparser/cfml.parsing/2.11.0/cfml.parsing-2.11.0.pom'.
            > Could not GET 'http://repo.maven.apache.org/maven2/com/github/cfparser/cfml.parsing/2.11.0/cfml.parsing-2.11.0.pom'. Received status code 501 from server: HTTPS Required
   > Could not resolve commons-cli:commons-cli:1.2.
     Required by:
         project :
      > Could not resolve commons-cli:commons-cli:1.2.
         > Could not get resource 'http://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom'.
            > Could not GET 'http://repo.maven.apache.org/maven2/commons-cli/commons-cli/1.2/commons-cli-1.2.pom'. Received status code 501 from server: HTTPS Required
   > Could not resolve ro.fortsoft.pf4j:pf4j:0.6.
     Required by:
         project :
      > Could not resolve ro.fortsoft.pf4j:pf4j:0.6.
         > Could not get resource 'http://repo.maven.apache.org/maven2/ro/fortsoft/pf4j/pf4j/0.6/pf4j-0.6.pom'.
            > Could not GET 'http://repo.maven.apache.org/maven2/ro/fortsoft/pf4j/pf4j/0.6/pf4j-0.6.pom'. Received status code 501 from server: HTTPS Required
   > Could not resolve ant:ant:1.7.0.
     Required by:
         project :
      > Could not resolve ant:ant:1.7.0.
         > Could not get resource 'http://repo.maven.apache.org/maven2/ant/ant/1.7.0/ant-1.7.0.pom'.
            > Could not GET 'http://repo.maven.apache.org/maven2/ant/ant/1.7.0/ant-1.7.0.pom'. Received status code 501 from server: HTTPS Required
   > Could not resolve com.sun.xml.bind:jaxb-impl:2.1.8.
     Required by:
         project :
      > Could not resolve com.sun.xml.bind:jaxb-impl:2.1.8.
         > Could not get resource 'http://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.1.8/jaxb-impl-2.1.8.pom'.
            > Could not GET 'http://repo.maven.apache.org/maven2/com/sun/xml/bind/jaxb-impl/2.1.8/jaxb-impl-2.1.8.pom'. Received status code 501 from server: HTTPS Required
   > Could not resolve com.fasterxml.jackson.core:jackson-core:2.10.1.
     Required by:
         project :
      > Could not resolve com.fasterxml.jackson.core:jackson-core:2.10.1.
         > Could not get resource 'http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.1/jackson-core-2.10.1.pom'.
            > Could not GET 'http://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.1/jackson-core-2.10.1.pom'. Received status code 501 from server: HTTPS Required
   > Could not resolve com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.10.1.
     Required by:
         project :
      > Could not resolve com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.10.1.
         > Could not get resource 'http://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.10.1/jackson-module-jaxb-annotations-2.10.1.pom'.
            > Could not GET 'http://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.10.1/jackson-module-jaxb-annotations-2.10.1.pom'. Received status code 501 from server: HTTPS Required
   > Could not resolve net.java.dev.stax-utils:stax-utils:20070216.
     Required by:
         project :
      > Could not resolve net.java.dev.stax-utils:stax-utils:20070216.
         > Could not get resource 'http://repo.maven.apache.org/maven2/net/java/dev/stax-utils/stax-utils/20070216/stax-utils-20070216.pom'.
            > Could not GET 'http://repo.maven.apache.org/maven2/net/java/dev/stax-utils/stax-utils/20070216/stax-utils-20070216.pom'. Received status code 501 from server: HTTPS Required
   > Could not resolve commons-io:commons-io:2.5.
     Required by:
         project :
      > Could not resolve commons-io:commons-io:2.5.
         > Could not get resource 'http://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom'.
            > Could not HEAD 'http://repo.maven.apache.org/maven2/commons-io/commons-io/2.5/commons-io-2.5.pom'. Received status code 501 from server: HTTPS Required

I have found the url and testing it now (it requires https rather than http)

cybersonic pushed a commit to cybersonic/CFLint that referenced this issue Jan 24, 2020
ryaneberly added a commit that referenced this issue Feb 7, 2020
@ryaneberly
Copy link
Contributor

merged to dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants