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

Build stuck #103

Open
icougil opened this issue May 7, 2018 · 4 comments
Open

Build stuck #103

icougil opened this issue May 7, 2018 · 4 comments

Comments

@icougil
Copy link

icougil commented May 7, 2018

Hi.
We're trying to build your project and while we have successfully cloned your repo, the build is stuck in 0%. This is what we have:

./gradlew.sh
:buildFramework
Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T21:39:06+02:00)
Maven home: /...
Java version: 1.8.0_144, vendor: Azul Systems, Inc.
Java home: /...
Default locale: en_GB, platform encoding: UTF-8
OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"

Building [[dxa-oss-parent], [dxa-model-service-client, dxa-javadoc-tools], [dxa-framework, dxa-dd4t-ms-provider], [> dxa-webapp > clean org.apache.maven.plugins:maven-archetype-plugin:2.4:create-from-project -Darchetype.properties=archetype.properties]]
Waiting for completion of [dxa-oss-parent]
Running in background  mvn install -e -f "..../dxa-web-application-java/./dxa-oss-parent/pom.xml"
> Building 0% > :buildFramework

Using another version of gradle (4.1) also gets a similar result:

gradle

> Configure project :
The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
        at build_uwwszqj4gwfjztsix5w2mpp6.run(/.../dxa-web-application-java/build.gradle:41)

Running in background  mvn install -e -f "/...../dxa-web-application-java/./dxa-oss-parent/pom.xml"

> Task :buildFramework
Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T21:39:06+02:00)
Maven home: /....
Java version: 10, vendor: Azul Systems, Inc.
Java home: /....
Default locale: en_GB, platform encoding: UTF-8
OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"

Building [[dxa-oss-parent], [dxa-model-service-client, dxa-javadoc-tools], [dxa-framework, dxa-dd4t-ms-provider], [> dxa-webapp > clean org.apache.maven.plugins:maven-archetype-plugin:2.4:create-from-project -Darchetype.properties=archetype.properties]]
Waiting for completion of [dxa-oss-parent]
<-------------> 0% EXECUTING [23s]
<-------------> 0% EXECUTING [5m 11s]```

How we can continue and build your project?

Best,

@mborysenko
Copy link

mborysenko commented May 8, 2018

Try to clean Gradle caches and $HOME/.gradle/wrapper/dists and $HOME/.m2/wrapper/dists directories.

@icougil
Copy link
Author

icougil commented May 8, 2018

I did it.
Same result with our Gradle and with the Gradle that cames bundled in the project... :-/

@mborysenko
Copy link

Try to use maven 3.3.9. We mostly using this version of it

@icougil
Copy link
Author

icougil commented May 8, 2018

sorry, same result :-(

./gradlew.sh
:buildFramework
Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T17:41:47+01:00)
Maven home: /.../maven/3.3.9
Java version: 1.8.0_172, vendor: Azul Systems, Inc.
Java home: /.../java/8.0.172-zulu/jre
Default locale: en_GB, platform encoding: UTF-8
OS name: "mac os x", version: "10.12.6", arch: "x86_64", family: "mac"

Building [[dxa-oss-parent], [dxa-model-service-client, dxa-javadoc-tools], [dxa-framework, dxa-dd4t-ms-provider], [> dxa-webapp > clean org.apache.maven.plugins:maven-archetype-plugin:2.4:create-from-project -Darchetype.properties=archetype.properties]]
Waiting for completion of [dxa-oss-parent]
Running in background  mvn install -e -f "/....../dxa-web-application-java/./dxa-oss-parent/pom.xml"
> Building 0% > :buildFramework

dxa-team pushed a commit that referenced this issue May 15, 2018
…3131 to develop

* commit 'a0e434ca69964a0eee6cafe98794c6e6782f0529':
  TSI-3187 Parameter is not used in constructor (TSI-3131)
  TSI-3187 Separated test for positive and negative cases in TcmUtils (TSI-3131)
  TSI-3187 Added namespace information to the R2 model (TSI-3131)
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