Giter Club home page Giter Club logo

Comments (1)

francisliu1 avatar francisliu1 commented on July 17, 2024

the build.gradle include :

`buildscript {
    apply from: "https://github.com/rosjava/rosjava_bootstrap/raw/kinetic/buildscript.gradle"
    dependencies {
        classpath 'com.android.tools.build:gradle:4.2.0'
    }
}
`

I visit website “https://raw.githubusercontent.com/rosjava/rosjava_bootstrap/kinetic/buildscript.gradle
get output:

`rootProject.buildscript {
    String rosMavenPath = System.getenv("ROS_MAVEN_PATH")
    String rosMavenRepository = System.getenv("ROS_MAVEN_REPOSITORY")
    repositories {
        if (rosMavenPath != null) {
            rosMavenPath.tokenize(":").each { path ->
                maven {
                    // We can't use uri() here because we aren't running inside something
                    // that implements the Script interface.
                    url "file:${path}"
                }
            }
        }
        maven {
            url "http://repository.springsource.com/maven/bundles/release"
        }
        maven {
            url "http://repository.springsource.com/maven/bundles/external"
        }
        if (rosMavenRepository != null) {
            maven {
                url rosMavenRepository
            }
        }
        maven {
            url "https://github.com/rosjava/rosjava_mvn_repo/raw/master"
        }
        google()
        jcenter()
    }
    dependencies {
        classpath "org.ros.rosjava_bootstrap:gradle_plugins:[0.3,0.4)"
    }
}`

visit website http://repository.springsource.com/maven/bundles/release
get output:

`<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>maven/bundles/release</Key>
<RequestId>9B3K2YT4XACH70KR</RequestId>
<HostId>yE5zWxIiWoceRRIJI+ttQVy7EX/BlloUtypjSmV+Fb+KV0IvEqbETOoHdsz9XFx8lvtGpkLJzLk=</HostId>
</Error>`

visit website http://repository.springsource.com/maven/bundles/external

`<Error>
<Code>NoSuchKey</Code>
<Message>The specified key does not exist.</Message>
<Key>maven/bundles/external</Key>
<RequestId>8RZBXEWS2RXEP26N</RequestId>
<HostId>DX4SG+Djfv5jWb0bzezjMiV7Bu2TDOUKGCFi6HZ5ETkN1jWI9VTV3cdqzQpbBR7kAamlSmfRIMs=</HostId>
</Error>`

visit https://github.com/rosjava/rosjava_mvn_repo/raw/master

the output :
`404 this is not web page you are looking for`

from ros-mobile-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.