Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 60452 invoked from network); 18 Dec 2009 15:03:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Dec 2009 15:03:41 -0000 Received: (qmail 83958 invoked by uid 500); 18 Dec 2009 15:03:41 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 83917 invoked by uid 500); 18 Dec 2009 15:03:41 -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 83909 invoked by uid 99); 18 Dec 2009 15:03:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Dec 2009 15:03:41 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [192.18.43.132] (HELO sca-es-mail-1.sun.com) (192.18.43.132) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Dec 2009 15:03:31 +0000 Received: from fe-sfbay-09.sun.com ([192.18.43.129]) by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nBIF39dd007289 for ; Fri, 18 Dec 2009 07:03:09 -0800 (PST) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from conversion-daemon.fe-sfbay-09.sun.com by fe-sfbay-09.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul 2 2009)) id <0KUU00400SE7CB00@fe-sfbay-09.sun.com> for derby-dev@db.apache.org; Fri, 18 Dec 2009 07:03:09 -0800 (PST) Received: from richard-hillegas-computer.local ([unknown] [129.150.229.17]) by fe-sfbay-09.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul 2 2009)) with ESMTPSA id <0KUU00AZ9SH9HHD0@fe-sfbay-09.sun.com> for derby-dev@db.apache.org; Fri, 18 Dec 2009 07:03:09 -0800 (PST) Date: Fri, 18 Dec 2009 07:03:09 -0800 From: Rick Hillegas Subject: Re: adding a new class to be built to the whole project : help In-reply-to: <26834858.post@talk.nabble.com> Sender: Richard.Hillegas@Sun.COM To: derby-dev@db.apache.org Message-id: <4B2B99AD.3060507@sun.com> References: <26834858.post@talk.nabble.com> User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) X-Virus-Checked: Checked by ClamAV on apache.org bb00bbyy wrote: > Hi everyone, > > I just need a little advice. I want to add a new java file, why not in a new > package in the ENGINE source folder. But for my project, I'm running out ouf > time, so I cannot study every build.xml files in the apache derby project. > So I beg someone to tell me what I exactly got to do once my java file is > ready to add it to the whole apache derby ANT building process. > > thanks in advance > Hello, If you just want to inject a class into an existing jar file, you can use the u switch of the jar tool: file:///Users/rhillegas/sw/java/java6/docs/technotes/tools/solaris/jar.html Hope this helps, -Rick