-
Continue the working on Integration of dependency management tools like node.js/bower/npm into JSDT, thus in order to make it possible for developers to use such tools right from the IDE. A number of CQs is created and approved, due to make it possible to invoke native node.js/bower/npm utilities installed in user environment:
- https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9479 - Use of node.js installation on user environment Version: v0.12.2 and later
- https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9487 - Use of npm installation on user environment Version: v2.7.5
- https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9488 - Use of Bower installation on user environment Version: v1.4.1 and later
- https://bugs.eclipse.org/bugs/show_bug.cgi?id=459732 - Bower IDE contribution
-
An extension point for configuring and invoking node.js and npm. The default implementation should allow users to select their node/npm installation as preference but tools like JBT should be able to extend and prov
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DOCKER] latest: Pulling from eclipse/ubuntu_jdk8 | |
[DOCKER] Digest: sha256:cc8760f9618689805dca222e3ab19022dadacb15404c2ea9b99b9632f9316cfc | |
[DOCKER] Status: Image is up to date for eclipse/ubuntu_jdk8:latest | |
2018/05/02 18:22:43 - Address: :4412 | |
2018/05/02 18:22:43 Server | |
2018/05/02 18:22:43 Process executor | |
2018/05/02 18:22:43 - Logs dir: /home/user/che/exec-agent/logs | |
2018/05/02 18:22:43 | |
2018/05/02 18:22:43 ⇩ Registered HTTPRoutes: | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Scanning for projects... | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Build Order: | |
[INFO] | |
[INFO] Che IDE :: GWT App | |
[INFO] Che Dashboard :: Web App | |
[INFO] Che Workspace Loader :: Web App | |
[INFO] Che IDE :: Parent | |
[INFO] Che Workspace Agent War Packaging | |
[INFO] Che Assembly Workspace Agent Server |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
main: | |
[INFO] Executed tasks | |
[INFO] | |
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ che-ide-gwt-app --- | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] skip non existing resourceDirectory /home/jeremy/projects/che/source/5730_java_ls_poc/ide/che-ide-gwt-app/src/test/resources | |
[INFO] skip non existing resourceDirectory /home/jeremy/projects/che/source/5730_java_ls_poc/ide/che-ide-gwt-app/src/test/super | |
[INFO] | |
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ che-ide-gwt-app --- | |
[INFO] No sources to compile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ docker logs che | |
Cannot set persistent booleans, please try as root. | |
Found custom assembly... | |
Found custom che.properties... | |
2017-06-30 09:20:46,459[main] [INFO ] [o.a.c.s.VersionLoggerListener 89] - Server version: Apache Tomcat/8.5.11 | |
2017-06-30 09:20:46,467[main] [INFO ] [o.a.c.s.VersionLoggerListener 91] - Server built: Jan 10 2017 21:02:52 UTC | |
2017-06-30 09:20:46,468[main] [INFO ] [o.a.c.s.VersionLoggerListener 93] - Server number: 8.5.11.0 | |
2017-06-30 09:20:46,468[main] [INFO ] [o.a.c.s.VersionLoggerListener 95] - OS Name: Linux | |
2017-06-30 09:20:46,469[main] [INFO ] [o.a.c.s.VersionLoggerListener 97] - OS Version: 3.10.0-514.26.1.el7.x86_64 | |
2017-06-30 09:20:46,469[main] [INFO ] [o.a.c.s.VersionLoggerListener 99] - Architecture: amd64 |