{ "_class" : "hudson.model.FreeStyleBuild", "actions" : [ { "_class" : "hudson.model.CauseAction", "causes" : [ { "_class" : "hudson.triggers.SCMTrigger$SCMTriggerCause", "shortDescription" : "Started by an SCM change" } ] }, { }, { "_class" : "hudson.scm.SubversionTagAction" }, { }, { "_class" : "hudson.plugins.disk_usage.BuildDiskUsageAction" }, { "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction" } ], "artifacts" : [ ], "building" : False, "description" : None, "displayName" : "#149", "duration" : 33221, "estimatedDuration" : 30384, "executor" : None, "fullDisplayName" : "S2Click #149", "id" : "2011-09-25_22-05-44", "inProgress" : False, "keepLog" : False, "number" : 149, "queueId" : -1, "result" : "FAILURE", "timestamp" : 1316955944000, "url" : "https://www.seasar.org/ci/job/S2Click/149/", "builtOn" : "", "changeSet" : { "_class" : "hudson.scm.SubversionChangeLogSet", "items" : [ { "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry", "affectedPaths" : [ "src/org/seasar/s2click/annotation/Ajax.java", "src/org/seasar/s2click/annotation/AjaxHandler.java", "src/org/seasar/s2click/annotation/Attribute.java", "src/org/seasar/s2click/annotation/Attributes.java", "src/org/seasar/s2click/control/AjaxControl.java", "src/org/seasar/s2click/example/service/MessageService.java", "src/org/seasar/s2click/exception/AjaxException.java" ], "author" : { "absoluteUrl" : "https://www.seasar.org/ci/user/takezoe", "fullName" : "takezoe" }, "commitId" : "663", "timestamp" : 1316954133735, "date" : "2011-09-25T12:35:33.735201Z", "msg" : "コピーライトの記述のないソースにヘッダを追加。", "paths" : [ { "editType" : "edit", "file" : "/trunk/s2click/src/org/seasar/s2click/annotation/Ajax.java" }, { "editType" : "edit", "file" : "/trunk/s2click/src/org/seasar/s2click/annotation/AjaxHandler.java" }, { "editType" : "edit", "file" : "/trunk/s2click/src/org/seasar/s2click/annotation/Attribute.java" }, { "editType" : "edit", "file" : "/trunk/s2click/src/org/seasar/s2click/annotation/Attributes.java" }, { "editType" : "edit", "file" : "/trunk/s2click/src/org/seasar/s2click/control/AjaxControl.java" }, { "editType" : "edit", "file" : "/trunk/s2click/src/org/seasar/s2click/example/service/MessageService.java" }, { "editType" : "edit", "file" : "/trunk/s2click/src/org/seasar/s2click/exception/AjaxException.java" } ], "revision" : 663, "user" : "takezoe" }, { "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry", "affectedPaths" : [ "docs/ajax.html", "docs/configuration.html", "docs/control.html", "docs/design.html", "docs/format.tld", "docs/header.html", "docs/history.html", "docs/index.html", "docs/libraries.html", "docs/links.html", "docs/menu.html", "docs/page.html", "docs/template.html", "docs/test.html", "docs/top.html" ], "author" : { "absoluteUrl" : "https://www.seasar.org/ci/user/takezoe", "fullName" : "takezoe" }, "commitId" : "662", "timestamp" : 1316953968185, "date" : "2011-09-25T12:32:48.185709Z", "msg" : "ドキュメントのコピーライトなどを全体的に修正。", "paths" : [ { "editType" : "edit", "file" : "/trunk/s2click/docs/ajax.html" }, { "editType" : "edit", "file" : "/trunk/s2click/docs/configuration.html" }, { "editType" : "edit", "file" : "/trunk/s2click/docs/control.html" }, { "editType" : "edit", "file" : "/trunk/s2click/docs/design.html" }, { "editType" : "delete", "file" : "/trunk/s2click/docs/format.tld" }, { "editType" : "edit", "file" : "/trunk/s2click/docs/header.html" }, { "editType" : "edit", "file" : "/trunk/s2click/docs/history.html" }, { "editType" : "edit", "file" : "/trunk/s2click/docs/index.html" }, { "editType" : "edit", "file" : "/trunk/s2click/docs/libraries.html" }, { "editType" : "edit", "file" : "/trunk/s2click/docs/links.html" }, { "editType" : "edit", "file" : "/trunk/s2click/docs/menu.html" }, { "editType" : "edit", "file" : "/trunk/s2click/docs/page.html" }, { "editType" : "edit", "file" : "/trunk/s2click/docs/template.html" }, { "editType" : "edit", "file" : "/trunk/s2click/docs/test.html" }, { "editType" : "edit", "file" : "/trunk/s2click/docs/top.html" } ], "revision" : 662, "user" : "takezoe" }, { "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry", "affectedPaths" : [ "docs/history.html" ], "author" : { "absoluteUrl" : "https://www.seasar.org/ci/user/takezoe", "fullName" : "takezoe" }, "commitId" : "661", "timestamp" : 1316953596812, "date" : "2011-09-25T12:26:36.812996Z", "msg" : "フォームクラスのpublicフィールドとして宣言したコントロールのプロパティをアノテーションで設定できるようにした。", "paths" : [ { "editType" : "edit", "file" : "/trunk/s2click/docs/history.html" } ], "revision" : 661, "user" : "takezoe" }, { "_class" : "hudson.scm.SubversionChangeLogSet$LogEntry", "affectedPaths" : [ "src/org/seasar/s2click/annotation/AjaxHandler.java", "src/org/seasar/s2click/annotation/Attribute.java", "src/org/seasar/s2click/annotation/Attributes.java", "src/org/seasar/s2click/control/AjaxControl.java", "src/org/seasar/s2click/control/AjaxLink.java", "src/org/seasar/s2click/control/AjaxSubmit.java", "src/org/seasar/s2click/control/S2ClickForm.java", "src/org/seasar/s2click/example/form/GreyboxForm.java", "src/org/seasar/s2click/example/form/JsonForm.java", "src/org/seasar/s2click/example/form/MessageForm.java" ], "author" : { "absoluteUrl" : "https://www.seasar.org/ci/user/takezoe", "fullName" : "takezoe" }, "commitId" : "660", "timestamp" : 1316953253556, "date" : "2011-09-25T12:20:53.556155Z", "msg" : "フォームクラスのpublicフィールドとして宣言したコントロールのプロパティをアノテーションで設定できるようにした。", "paths" : [ { "editType" : "add", "file" : "/trunk/s2click/src/org/seasar/s2click/annotation/AjaxHandler.java" }, { "editType" : "add", "file" : "/trunk/s2click/src/org/seasar/s2click/annotation/Attribute.java" }, { "editType" : "add", "file" : "/trunk/s2click/src/org/seasar/s2click/annotation/Attributes.java" }, { "editType" : "add", "file" : "/trunk/s2click/src/org/seasar/s2click/control/AjaxControl.java" }, { "editType" : "edit", "file" : "/trunk/s2click/src/org/seasar/s2click/control/AjaxLink.java" }, { "editType" : "edit", "file" : "/trunk/s2click/src/org/seasar/s2click/control/AjaxSubmit.java" }, { "editType" : "edit", "file" : "/trunk/s2click/src/org/seasar/s2click/control/S2ClickForm.java" }, { "editType" : "edit", "file" : "/trunk/s2click/src/org/seasar/s2click/example/form/GreyboxForm.java" }, { "editType" : "edit", "file" : "/trunk/s2click/src/org/seasar/s2click/example/form/JsonForm.java" }, { "editType" : "edit", "file" : "/trunk/s2click/src/org/seasar/s2click/example/form/MessageForm.java" } ], "revision" : 660, "user" : "takezoe" } ], "kind" : "svn", "revisions" : [ { "module" : "https://www.seasar.org/svn/sandbox/s2click/trunk/s2click", "revision" : 663 } ] }, "culprits" : [ { "absoluteUrl" : "https://www.seasar.org/ci/user/takezoe", "fullName" : "takezoe" } ] }