|
From: Walter, S. <Ste...@im...> - 2020-12-05 09:12:04
|
Hi Travis, does this also happen if you directly run "gradlew.bat build" (or "./gradlew build", if you're on a unix system) from the project directory via the command line, without NetBeans being involved at all? (The error message mentions Gradle 6.3, which we definitely haven't updated the project to, yet.) Best regards, Stefan ________________________________ Von: Travis Moore <tra...@un...> Gesendet: Freitag, 4. Dezember 2020 18:07:54 An: ope...@li... Betreff: Re: [opentcs-discuss] JHotDraw Dependency Hi Stefan, Thanks for the quick response. Unfortunately, the “Prefer to use Gradle wrapper that comes with the project” option is already checked, so that does not seem to be the cause of the issue. Regards, Travis Moore Robotics Engineer [https://docs.google.com/uc?export=download&id=1aSw-5tqPZcOq-BJwwR7k7cVUP2gqrbtb&revid=0B6NSvCsZ2HYhRDkwbzB2VDgyZGJHTUZJOTJHUEcrQUROUGU0PQ] Office: 95 Brunswick Street, Fortitude Valley, QLD Australia 4006 Direct: +61 7 3666 0006 Mobile: +81 (0)80 8848 9135 Web: www.universalfieldrobots.com.au<http://www.intechengineers.com.au/> On Fri, 4 Dec 2020 at 19:52, Walter, Stefan <Ste...@im...<mailto:Ste...@im...>> wrote: Hi Travis, the artifact is present on JCenter, as you can see when you point your browser at [1]. Is it possible that NetBeans is using a more recent version of Gradle than the one that comes with the project? Please make sure that NetBeans uses the Gradle wrapper included in the project (select Tools->Options->Java->Gradle and look for the checkbox saying “Prefer to use Gradle wrapper that comes with the project”.) Best regards, Stefan [1]: https://jcenter.bintray.com/org/opentcs/thirdparty/jhotdraw/jhotdraw/7.6.20190506/ Von: Travis Moore <tra...@un...<mailto:tra...@un...>> Gesendet: Freitag, 4. Dezember 2020 03:46 An: ope...@li...<mailto:ope...@li...> Betreff: [opentcs-discuss] JHotDraw Dependency Hello Stefan, I'm having trouble building OpenTCS_Example_5.0.0 I have JDK 13 installed and I am using Apache NetBeans IDE 12.0 Any guidance you could give would be appreciated. here's the error I'm seeing when I attempt to build: ... > Task :openTCS-Example-PlantOverview:installDist FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':openTCS-Example-PlantOverview:installDist'. > Could not resolve all files for configuration ':openTCS-Example-PlantOverview:runtimeClasspath'. > Could not find org.opentcs.thirdparty.jhotdraw:jhotdraw:7.6.20190506. Searched in the following locations: - https://jcenter.bintray.com/org/opentcs/thirdparty/jhotdraw/jhotdraw/7.6.20190506/jhotdraw-7.6.20190506.pom If the artifact you are trying to retrieve can be found in the repository but without metadata in 'Maven POM' format, you need to adjust the 'metadataSources { ... }' of the repository declaration. Required by: project :openTCS-Example-PlantOverview > org.opentcs:opentcs-plantoverview:5.0.0 * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org<https://help.gradle.org/> Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.3/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 34s 28 actionable tasks: 28 executed Regards, Travis Moore Robotics Engineer [https://docs.google.com/uc?export=download&id=1aSw-5tqPZcOq-BJwwR7k7cVUP2gqrbtb&revid=0B6NSvCsZ2HYhRDkwbzB2VDgyZGJHTUZJOTJHUEcrQUROUGU0PQ] Office: 95 Brunswick Street, Fortitude Valley, QLD Australia 4006 Direct: +61 7 3666 0006 Mobile: +81 (0)80 8848 9135 Web: www.universalfieldrobots.com.au<http://www.intechengineers.com.au/> _______________________________________________ opentcs-discuss mailing list ope...@li...<mailto:ope...@li...> https://lists.sourceforge.net/lists/listinfo/opentcs-discuss |