You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuweni.apache.org by Pierre Smits <pi...@apache.org> on 2019/06/12 11:18:40 UTC

build failure

Hi all,

So I pulled the repo from GitHub again, and tried to build according to
what is stated in the readme.md file:

Pierres-MacBook-Air:gradle nl04748$ gradle build

-bash: gradle: command not found

As you can see from the generated response, I did not succeed.

It seems we're missing some kind of instruction there to help me (and
potential other adopters) to move forward.

Best regards,

Pierre Smits

*Apache Trafodion <https://trafodion.apache.org>, Vice President*
*Apache Directory <https://directory.apache.org>, PMC Member*
Apache Incubator <https://incubator.apache.org>, committer
*Apache OFBiz <https://ofbiz.apache.org>, contributor (without privileges)
since 2008*
Apache Steve <https://steve.apache.org>, committer

Re: build failure

Posted by Antoine Toulme <an...@toulme.name>.
Context, context is everything.
First, the ./gradlew script is removed because it is not compliant with ASF to have source releases with binaries.

Second, please see  the build instructions right above your point:
https://github.com/apache/incubator-tuweni#build-instructions <https://github.com/apache/incubator-tuweni#build-instructions>

"You need to have Gradle <https://www.gradle.org/installation> and Java <https://www.oracle.com/technetwork/java/javase/downloads/index.html> installed.”

With those 2 installed, you can safely build and run tuweni.

This is more or less stolen from the Apache Kafka instructions:
https://github.com/apache/kafka

> On Jun 12, 2019, at 4:18 AM, Pierre Smits <pi...@apache.org> wrote:
> 
> Hi all,
> 
> So I pulled the repo from GitHub again, and tried to build according to
> what is stated in the readme.md file:
> 
> Pierres-MacBook-Air:gradle nl04748$ gradle build
> 
> -bash: gradle: command not found
> 
> As you can see from the generated response, I did not succeed.
> 
> It seems we're missing some kind of instruction there to help me (and
> potential other adopters) to move forward.
> 
> Best regards,
> 
> Pierre Smits
> 
> *Apache Trafodion <https://trafodion.apache.org>, Vice President*
> *Apache Directory <https://directory.apache.org>, PMC Member*
> Apache Incubator <https://incubator.apache.org>, committer
> *Apache OFBiz <https://ofbiz.apache.org>, contributor (without privileges)
> since 2008*
> Apache Steve <https://steve.apache.org>, committer