From kato-commits-return-149-apmail-incubator-kato-commits-archive=incubator.apache.org@incubator.apache.org Fri May 22 10:07:17 2009 Return-Path: Delivered-To: apmail-incubator-kato-commits-archive@minotaur.apache.org Received: (qmail 91967 invoked from network); 22 May 2009 10:07:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 May 2009 10:07:17 -0000 Received: (qmail 66646 invoked by uid 500); 22 May 2009 10:07:30 -0000 Delivered-To: apmail-incubator-kato-commits-archive@incubator.apache.org Received: (qmail 66630 invoked by uid 500); 22 May 2009 10:07:30 -0000 Mailing-List: contact kato-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kato-dev@incubator.apache.org Delivered-To: mailing list kato-commits@incubator.apache.org Received: (qmail 66617 invoked by uid 99); 22 May 2009 10:07:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2009 10:07:30 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 May 2009 10:07:28 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id F096D23888E5; Fri, 22 May 2009 10:07:07 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r777446 - in /incubator/kato/trunk/KatoHProfAdapterPOC: build.properties build.xml Date: Fri, 22 May 2009 10:07:07 -0000 To: kato-commits@incubator.apache.org From: spoole@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090522100707.F096D23888E5@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: spoole Date: Fri May 22 10:07:07 2009 New Revision: 777446 URL: http://svn.apache.org/viewvc?rev=777446&view=rev Log: added build scripts to allow hprof adapter to build on hudson Added: incubator/kato/trunk/KatoHProfAdapterPOC/build.xml (with props) Modified: incubator/kato/trunk/KatoHProfAdapterPOC/build.properties Modified: incubator/kato/trunk/KatoHProfAdapterPOC/build.properties URL: http://svn.apache.org/viewvc/incubator/kato/trunk/KatoHProfAdapterPOC/build.properties?rev=777446&r1=777445&r2=777446&view=diff ============================================================================== --- incubator/kato/trunk/KatoHProfAdapterPOC/build.properties (original) +++ incubator/kato/trunk/KatoHProfAdapterPOC/build.properties Fri May 22 10:07:07 2009 @@ -1,3 +1,22 @@ +dependencies=dependencies +junit.jar.url=http://prdownloads.sourceforge.net/junit/junit4.1.zip?download +junit.jar=${dependencies}/junit/junit4.1/junit-4.1.jar +kato.api.jar.url=http://hudson.zones.apache.org/hudson/view/Kato/job/kato.api-head/lastSuccessfulBuild/artifact/org.apache.kato.api/output/dist/kato.api-head.jar +kato.api.jar=${dependencies}/api/kato.api.jar +kato.hprof.reader.jar.url=http://hudson.zones.apache.org/hudson/view/Kato/job/kato.hprof.reader-head/lastSuccessfulBuild/artifact/HprofBinaryReaderPOC/output/dist/kato.hprof.reader-head.jar +kato.hprof.reader.jar=${dependencies}/api/kato.hprof.reader.jar +output=output +dist=${output}/dist +javadoc.output=${output}/javadoc +junit.output=${output}/junit +src=src +testsrc=testsrc +bin=bin +srclevel=1.5 +jarfile=${dist}/kato.hprof-head.jar +srcjarfile=${dist}/kato.hprof-head.src.jar + + source.. = testsrc/,\ src/ bin.includes = META-INF/,\ Added: incubator/kato/trunk/KatoHProfAdapterPOC/build.xml URL: http://svn.apache.org/viewvc/incubator/kato/trunk/KatoHProfAdapterPOC/build.xml?rev=777446&view=auto ============================================================================== --- incubator/kato/trunk/KatoHProfAdapterPOC/build.xml (added) +++ incubator/kato/trunk/KatoHProfAdapterPOC/build.xml Fri May 22 10:07:07 2009 @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file Propchange: incubator/kato/trunk/KatoHProfAdapterPOC/build.xml ------------------------------------------------------------------------------ svn:mime-type = text/plain