Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 8389 invoked from network); 8 Feb 2007 23:50:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2007 23:50:37 -0000 Received: (qmail 9876 invoked by uid 500); 8 Feb 2007 23:50:43 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 9855 invoked by uid 500); 8 Feb 2007 23:50:43 -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 9846 invoked by uid 99); 8 Feb 2007 23:50:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 15:50:43 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ramandhindsa@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 15:50:34 -0800 Received: by nf-out-0910.google.com with SMTP id m19so924287nfc for ; Thu, 08 Feb 2007 15:50:13 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=TNaNuxP+jmbDBUiC6IG9QglXA7A8YLPs20Gt+HHw2SAsxF1kwGOd/hlhu6g2J3GXyrIY44Zns4Fsy2N/p2qSxAqrQr4q5kRpMuxJGVX2IAaBpWRvODbv7g106uSVU3jQBA4vNznvAtOavrp9ZjgnO7+x2uzldI1zpcTKIS/Mk08= Received: by 10.82.114.3 with SMTP id m3mr2417050buc.1170978613265; Thu, 08 Feb 2007 15:50:13 -0800 (PST) Received: by 10.82.186.17 with HTTP; Thu, 8 Feb 2007 15:50:13 -0800 (PST) Message-ID: <836ae9af0702081550n7e5e4b1br5ed9877d565459b1@mail.gmail.com> Date: Thu, 8 Feb 2007 15:50:13 -0800 From: "Ramandeep Kaur" To: derby-dev@db.apache.org Subject: Re: code coverage: problem in running junit suite lang with emma In-Reply-To: <45CB6D0A.1040609@apache.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_37921_28100406.1170978613225" References: <836ae9af0702071532s2c68fcdfx7a396939ffa36bce@mail.gmail.com> <836ae9af0702081019p55f9b5f8yedab9df6bd8b35dc@mail.gmail.com> <45CB6D0A.1040609@apache.org> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_37921_28100406.1170978613225 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline On 2/8/07, Daniel John Debrunner wrote: > > Ramandeep Kaur wrote: > > > I have tried with > > permission java.io.FilePermission > > "${user.home}${/}coverage.ec","read,write,delete"; > > as well, but it did not work. > > > Can you post a diff that shows how you are adding that permission? > > Another alternative to to try a simple policy file like the one shown > here: > > > http://wiki.apache.org/db-derby/JunitVmIssues?#head-5e4f58e74b791288845d48a9fc87c30380d81c6e > > > Thanks, > Dan. > > Thanks Dan. I will try that. -- Ramandeep Kaur ramandhindsa@gmail.com ------=_Part_37921_28100406.1170978613225 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
On 2/8/07, Daniel John Debrunner <djd@apache.org> wrote:
Ramandeep Kaur wrote:

> I have tried with
> permission java.io.FilePermission
> "${ user.home}${/}coverage.ec","read,write,delete";
> as well, but it did not work.


Can you post a diff that shows how you are adding that permission?

Another alternative to to try a simple policy file like the one shown here:

http://wiki.apache.org/db-derby/JunitVmIssues?#head-5e4f58e74b791288845d48a9fc87c30380d81c6e


Thanks,
Dan.


Thanks Dan. I will try that.

--
Ramandeep Kaur
ramandhindsa@gmail.com ------=_Part_37921_28100406.1170978613225--