Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 27467 invoked from network); 8 Jan 2008 19:15:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Jan 2008 19:15:57 -0000 Received: (qmail 41335 invoked by uid 500); 8 Jan 2008 19:15:46 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 41304 invoked by uid 500); 8 Jan 2008 19:15:46 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 41295 invoked by uid 99); 8 Jan 2008 19:15:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 11:15:46 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2008 19:15:42 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 08925714231 for ; Tue, 8 Jan 2008 11:15:34 -0800 (PST) Message-ID: <18471143.1199819734032.JavaMail.jira@brutus> Date: Tue, 8 Jan 2008 11:15:34 -0800 (PST) From: "Kathey Marsden (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Commented: (DERBY-3149) Add ant targets for building and running the package private tests against the classes directories In-Reply-To: <10756297.1193303030695.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556982#action_12556982 ] Kathey Marsden commented on DERBY-3149: --------------------------------------- Building with IBM 1.5 and dontAutosetProps=true in my ant.properties I get: compile: [mkdir] Created dir: C:\svn2\trunk\classes.pptesting [javac] Compiling 8 source files to C:\svn2\trunk\classes.pptesting [javac] Fatal Error: Unable to find package java.lang in classpath or bootclasspath BUILD FAILED I assume since I am not using the autoprops I need to set ${java15compile.classpath} manually in my ant.properties. This should be spelled out in BUILDING.txt I think when the change goes in. > Add ant targets for building and running the package private tests against the classes directories > -------------------------------------------------------------------------------------------------- > > Key: DERBY-3149 > URL: https://issues.apache.org/jira/browse/DERBY-3149 > Project: Derby > Issue Type: Sub-task > Components: Build tools, Test > Affects Versions: 10.4.0.0 > Reporter: Kristian Waagan > Assignee: Kristian Waagan > Priority: Minor > Fix For: 10.4.0.0 > > Attachments: derby-3149-1a.diff, derby-3149-1a.stat, derby-3149-1b.diff, derby-3149-2a-conditional_compilation_fix.diff, derby-3149-2b-conditional_compilation_fix.diff, derby-3149-4a-compile_against_15_libraries.diff, pptesting_use_jdk16_executable_diff.txt > > > Create ant targets in build.xml to compile and run the package private tests. > The first step will be to run the tests against the classes directories. Implementing a solution that runs against jars is not technically difficult, it just brings a host of decisions to be taken... Maybe even more important, does running against the jars add any value? > The compile will be included in the 'all' target to test the implementation. Feel free to post your concerns if you think building the package private tests should be a manual action only. > The tests will also be run as part of junit-all / junitreport. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.