File tree Expand file tree Collapse file tree 5 files changed +4
-2
lines changed
org.nodeclipse.enide.editors.gradle/docs
org.nodeclipse.ui/templates/hello-world Expand file tree Collapse file tree 5 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11/*
2+ * http://www.nodeclipse.org/projects/gradle
23* Nodeclipse/Enide build.gradle template for classic Android project
34* https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.enide.editors.gradle/docs/android/build.gradle
45* Gradle Plugin User Guide:
Original file line number Diff line number Diff line change 11/*
2+ * http://www.nodeclipse.org/projects/gradle
23* Nodeclipse/Enide build.gradle template for basic Java project
34* https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.enide.editors.gradle/docs/java/basic/build.gradle
45* Initially asked on
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 11/*
2+ * http://www.nodeclipse.org/projects/gradle
23* Nodeclipse/Enide build.gradle template/drop-in for Node.js/Avatar.js project, version 0.15.1
34* https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.ui/templates/hello-world/build.gradle
45* This file lets you optionally run Node.js app as Java Avatar.js app
56* Usage
67* 1. put in project root
7- * 2. check version numbers, OS
8+ * 2. check version numbers, OS (no x32 bit OS support)
89* 3. execute `gradle copyLibs` to get libraries locally (then you can proceed even without gradle)
910* 4. use from command line `gradle run` or with http://marketplace.eclipse.org/content/gradle Run As ->
1011* Support for this template
@@ -54,7 +55,6 @@ task initSourceFolders { // add << before { to prevent executing during configur
5455}
5556*/
5657
57- // http://stackoverflow.com/questions/23148214/gradle-task-to-run-nashorn-javascript
5858task run (type : Exec ) << {
5959 println ' runHelloWorld1'
6060 // java -Djava.library.path=lib -jar lib/avatar-js.jar hello-world-server.js
You can’t perform that action at this time.
0 commit comments