Return-Path: X-Original-To: apmail-ant-dev-archive@www.apache.org Delivered-To: apmail-ant-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E101C1122F for ; Wed, 4 Jun 2014 12:38:50 +0000 (UTC) Received: (qmail 1162 invoked by uid 500); 4 Jun 2014 12:38:50 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 1097 invoked by uid 500); 4 Jun 2014 12:38:50 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 1087 invoked by uid 99); 4 Jun 2014 12:38:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2014 12:38:50 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [212.227.126.130] (HELO mout.kundenserver.de) (212.227.126.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jun 2014 12:38:45 +0000 Received: from JanmySN (dsdf-4db5a1a3.pool.mediaWays.net [77.181.161.163]) by mrelayeu.kundenserver.de (node=mreue003) with ESMTP (Nemesis) id 0MdHC3-1X90WM1jN5-00ITn6; Wed, 04 Jun 2014 14:38:21 +0200 From: =?iso-8859-1?Q?Jan_Mat=E8rne_=28jhm=29?= To: "'Ant Developers List'" Subject: Jenkins for AntLibs Date: Wed, 4 Jun 2014 14:38:17 +0200 Message-ID: <003401cf7ff1$dce5fe60$96b1fb20$@de> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0035_01CF8002.A06ECE60" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Ac9/8dv7m0BDji3NQYKEdg/9iRf8ZA== Content-Language: de X-Provags-ID: V02:K0:g8nujxlC9leEN+47PWAwt1vR5mOE+KEWevK7NaC0avX ek2czUTFNzbJXtDdVUBk7SSz3Korosg7a9RIdne/v29uv0A/LV inF2F+BhzSh3wjMBsfmbsHK53JaIRinxUo9XlfdMaSNy+4RE3W MaY40X7jU+yg+1OyxweVvHs7/K/zUpv3G2V7WPWvpuv7TBcK4F oQeat2KDSoVXVzSPIjFK9x56bIUlIcQwXi7ly6vAPXdjmuKbEm FiX+uhumIbzTOc0QBI61ZNniLY6+OKgyROOBYuBJvqWdOurPX2 laOBWEFUVJNLvPXus8BnMy5JiP8hY/EqyCBfwixQlHj5912XWW mKk0mGdExByQ6UDOkOc4= X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_0035_01CF8002.A06ECE60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit The Jenkins job for the first AntLib is running. If they arent any objections I will clone that for the other AntLibs. Jan https://builds.apache.org/job/AntLib-props/ * jdk: * nodes: ubuntu (= no windows due git problems) * scm=git * triggered: after antlib-common (means, if the build-infrastructure changes, build the antlib too) * triggered: scm-change, check @hourly * build commands ** ant -f prepare.xml bootstrap (= update/clone antlib-common into ./common; simulate svn:external) ** ant -f prepare.xml prepare (= get all required infrastructure; here only antunit.jar) ** ant clean distribution (incl. javadocs) ** ant -lib -lib build/lib test (require these two -lib statements for classloader issues) ** ant create-readable-documents -Ddest.dir=build/docs (so we could publish them; they are deleted during 'distribution', so regenerate them) * build timeout: absolute 10min (I think antlibs are small ;) ) * post build actions ** search for compiler warnings: javac, javadoc ** search for todos: **/*.java,**/*.xml; TODO,FIXME ** archive artifacts: - build/lib/*.jar: can access the built antlib directly via - distribution/ : access a ci-build - build/docs/ : generated whatsnew,committers,readme (from the xml files) ** publish javadoc ** email-notification: notifications@ant.a.o; only instable builds Tested Clover, but got an error: jar:file:/home/jenkins/jenkins-slave/workspace/AntLib-props/.clover/clover.j ar!/clover.xml:105: clover.com.atlassian.extras.decoder.api.LicenseDecoderNotFoundException: Could not find any valid decoders in [ clover.com.atlassian.extras.decoder.v2.Version2LicenseDecoder@78e61fd1, clover.com.atlassian.extras.decoder.v1.Version1LicenseDecoder@4c331059 ] for license string <> ------=_NextPart_000_0035_01CF8002.A06ECE60--