Skip to content

Instantly share code, notes, and snippets.

View shimaRE1308's full-sized avatar

shima_RE shimaRE1308

View GitHub Profile
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
using System.Drawing;
using System.Drawing.Imaging;
using System.Drawing.Printing;
using System.Diagnostics;
using System.Runtime.InteropServices;
task preCopy(type: Copy) {
from ("build/template/WEB-INF/classes") {
File tokenFile = file( "build/token/token2.properties" )
def prop = new Properties()
tokenFile.withInputStream {
prop.load( it )
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/main/java">
<attributes>
<attribute name="FROM_GRADLE_MODEL" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="src/test/java">
<attributes>
<attribute name="FROM_GRADLE_MODEL" value="true"/>
[sts] -----------------------------------------------------
[sts] Starting Gradle build for the following tasks:
[sts] compileJava
[sts] -----------------------------------------------------
:deleteDependencies
:copyLibs
:compileJava UP-TO-DATE
BUILD SUCCESSFUL
@shimaRE1308
shimaRE1308 / build.gradle
Last active August 29, 2015 14:22
WebContent/WEB-INF/lib/ 以下に、使用する jar をコピーする内容
apply plugin: 'eclipse'
apply plugin: 'war'
sourceCompatibility = 1.8
targetCompatibility = 1.8
def defaultEncoding = 'UTF-8'
tasks.withType(AbstractCompile)*.options*.encoding = defaultEncoding
@shimaRE1308
shimaRE1308 / split_result
Created April 18, 2015 11:51
split_result
2015-04-18T20:50:55.832+0900|情報: start
2015-04-18T20:50:55.969+0900|情報: MyBatchlet2 : process
2015-04-18T20:50:55.969+0900|情報: MyBatchlet2 : 20 125
2015-04-18T20:50:55.969+0900|情報: MyBatchlet3 : process
2015-04-18T20:50:55.969+0900|情報: MyBatchlet3 : 40 130
2015-04-18T20:50:55.969+0900|情報: MyBatchlet1 : process
2015-04-18T20:50:55.969+0900|情報: MyBatchlet1 : 0 124
2015-04-18T20:50:56.074+0900|情報: MyBatchlet1 : 1 124
2015-04-18T20:50:56.126+0900|情報: MyBatchlet2 : 21 125
2015-04-18T20:50:56.180+0900|情報: MyBatchlet1 : 2 124
@shimaRE1308
shimaRE1308 / partition_result
Created April 18, 2015 11:50
partition_result
2015-04-18T20:50:12.434+0900|情報: start
2015-04-18T20:50:12.959+0900|情報: MyReducer : beginPartitionedStep 123
2015-04-18T20:50:12.971+0900|情報: MyMapper : mapPartitions 123
2015-04-18T20:50:13.043+0900|情報: JTS5014: Recoverable JTS instance, serverId = [100]
2015-04-18T20:50:13.095+0900|情報: Reader : open null 124
2015-04-18T20:50:13.095+0900|情報: Reader : open null 125
2015-04-18T20:50:13.095+0900|情報: Writer : open null 125
2015-04-18T20:50:13.095+0900|情報: Writer : open null 124
2015-04-18T20:50:13.095+0900|情報: Reader : readItem 124
2015-04-18T20:50:13.095+0900|情報: Reader : readItem 125
@shimaRE1308
shimaRE1308 / listener_result
Last active August 29, 2015 14:19
listener_result
2015-04-13T21:44:03.568+0900|情報: start
2015-04-13T21:44:03.653+0900|情報: MyJobListener1 : beforeJob
2015-04-13T21:44:03.653+0900|情報: MyJobListener2 : beforeJob
2015-04-13T21:44:03.664+0900|情報: MyStepListener : beforeStep
2015-04-13T21:44:03.666+0900|情報: MyBatchlet : process
2015-04-13T21:44:03.666+0900|情報: MyStepListener : afterStep
2015-04-13T21:44:03.671+0900|情報: MyJobListener1 : afterJob
2015-04-13T21:44:03.671+0900|情報: MyJobListener2 : afterJob
@shimaRE1308
shimaRE1308 / flow_result
Last active August 29, 2015 14:19
flow_result
2015-04-13T21:43:38.218+0900|情報: start
2015-04-13T21:43:38.287+0900|情報: MyBatchlet1 : process
2015-04-13T21:43:38.310+0900|情報: Reader : open null
2015-04-13T21:43:38.310+0900|情報: Writer : open null
2015-04-13T21:43:38.310+0900|情報: Reader : readItem
2015-04-13T21:43:38.310+0900|情報: Processor : processItem
2015-04-13T21:43:38.310+0900|情報: Reader : readItem
2015-04-13T21:43:38.310+0900|情報: Processor : processItem
2015-04-13T21:43:38.311+0900|情報: Reader : readItem
2015-04-13T21:43:38.311+0900|情報: Processor : processItem
@shimaRE1308
shimaRE1308 / decider_result
Last active August 29, 2015 14:19
decider_result
2015-04-13T21:43:09.679+0900|情報: start
2015-04-13T21:43:09.772+0900|情報: MyBatchlet1 : process
2015-04-13T21:43:09.784+0900|情報: MyDecider : decide
2015-04-13T21:43:09.784+0900|情報: StepExecution is 1
2015-04-13T21:43:09.784+0900|情報: ExitStatus : hogehoge
2015-04-13T21:43:09.785+0900|情報: BatchStatus : COMPLETED
2015-04-13T21:43:09.796+0900|情報: MyBatchlet2 : process