You just put the following this to the Execute shell of the Post Steps on Jenkins.
Also, you need to configure the following option on Jenkins.
Build > invoke Gradle script > Invoke Gradle Gradle Version >> Default
Build > invoke Gradle script > Tasks >> zip
Hi, I'm an architecture engineer and native Korean speaker.
I have started to live in Seoul in Korea.
I have been developping Abilists tool,
Please feel free to visit abilists.com
Thursday, November 28, 2013
Gradle - Sample build.gradle for Batch
This Gradle file is for batch.
Monday, November 25, 2013
Tuesday, November 19, 2013
Vert.x - Vert.x and Highchart
@This is a sample for showing the chart on Real Time.
Reference
Saturday, November 9, 2013
MyDesign - This is a clock desging on the desk.
I designed the follow drawing when I worked the Industrial Design Company.
Why I was going to decide to enter the college for Industrial Design.
I had a reason. I will tell you why in this Session.
OS:Windows 97
Graphic Tool: Corel Draw
Why I was going to decide to enter the college for Industrial Design.
I had a reason. I will tell you why in this Session.
Friday, November 8, 2013
Java - Common Daemon in Java
@Download Commons Daemon
$ wget http://ftp.meisei-u.ac.jp/mirror/apache/dist//commons/daemon/source/commons-daemon-1.0.15-src.tar.gz
@Decompress
$ tar xvf ./commons-daemon-1.0.15-src.tar.gz
@Change Directory
$ cd /usr/local/src/commons-daemon-1.0.15-src/src/native/unix
@You need to build the "configure" program with:
$ ./support/buildconf.sh
@Set configuration and compile
$ ./configure --with-java=/usr/local/java
$ make
@Move jsvc to home of apps
$ mv /usr/local/src/commons-daemon-1.0.15-src/src/native/unix/jsvc /usr/local/app/
$ wget http://ftp.meisei-u.ac.jp/mirror/apache/dist//commons/daemon/source/commons-daemon-1.0.15-src.tar.gz
@Decompress
$ tar xvf ./commons-daemon-1.0.15-src.tar.gz
@Change Directory
$ cd /usr/local/src/commons-daemon-1.0.15-src/src/native/unix
@You need to build the "configure" program with:
$ ./support/buildconf.sh
@Set configuration and compile
$ ./configure --with-java=/usr/local/java
$ make
@Move jsvc to home of apps
$ mv /usr/local/src/commons-daemon-1.0.15-src/src/native/unix/jsvc /usr/local/app/
Link - Gradle
@Plug-in in Eclipse
http://www.kaczanowscy.pl/tomek/2010-03/gradle-ide-integration-eclipse-plugin
@Multi-modules
http://blog.tamashumi.com/2012/11/muliti-module-gradle-project-with-ide.html
http://www.kaczanowscy.pl/tomek/2010-03/gradle-ide-integration-eclipse-plugin
@Multi-modules
http://blog.tamashumi.com/2012/11/muliti-module-gradle-project-with-ide.html
Thursday, November 7, 2013
Troubleshooting - Vert.x
@The following error occurred in the Vert.x, it included the vertx-core-1.3.1.final.jar in the Lib.
The resolution is that you should use vertx-core-2.0.2.final.jar.
------------------------------------------------------------------------------
nested exception is java.lang.IncompatibleClassChangeError: Found interface org.vertx.java.core.VertxFactory, but class was expected
The resolution is that you should use vertx-core-2.0.2.final.jar.
------------------------------------------------------------------------------
nested exception is java.lang.IncompatibleClassChangeError: Found interface org.vertx.java.core.VertxFactory, but class was expected
Subscribe to:
Posts (Atom)