Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 41252 invoked from network); 29 Aug 2003 11:10:21 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 29 Aug 2003 11:10:21 -0000 Received: (qmail 30938 invoked by uid 500); 29 Aug 2003 11:10:13 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 30895 invoked by uid 500); 29 Aug 2003 11:10:12 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 30859 invoked from network); 29 Aug 2003 11:10:11 -0000 Received: from unknown (HELO relay.t-online-com.de) (62.156.147.74) by daedalus.apache.org with SMTP; 29 Aug 2003 11:10:11 -0000 Received: from DJ0X820J (p5080ec42.dip0.t-ipconnect.de [80.128.236.66]) by relay.t-online-com.de (SMTPSVC(1.0.0.1)) with ESMTP id 99879150050 for ; Fri, 29 Aug 2003 13:06:28 +0200 (CEST) Message-ID: <00b801c36e1e$36362c20$020200c0@DJ0X820J> From: "Antoine Levy-Lambert" To: "Ant Developers List" References: Subject: Re: [FWD] [GUMP] Build Failure - bootstrap-ojb Date: Fri, 29 Aug 2003 13:10:52 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Yesterday afternoon, I changed the java task to set default permissions when fork=false and failonerror=true. This build failure happened due to this change and probably due to the fact that the permission to read the system property "file.encoding" is not in the default hard coded set of permissions in Permissions#init(). I am going to add this one, hoping that the build will be successful with it. Antoine ----- Original Message ----- From: "Stefan Bodewig" To: Sent: Friday, August 29, 2003 11:33 AM Subject: [FWD] [GUMP] Build Failure - bootstrap-ojb > This happpend during my Gump run last night, I'd expect the same to > show up this afternoon (my time), when Sam posts his results. > > Stefan > > Buildfile: build.xml > > useDate: > > splash: > > set-archive-name: > > set-archive-name-date: > > detect-jdk: > > check-jdk12proxy-classes: > > check-jndi-classes: > > use-jdk12: > > use-jdk13: > > use-jdk14: > [echo] detected JDK 1.4 > > init: > > clean: > [delete] Deleting directory /javastuff/gump/db-ojb/target > > jar: > > splash: > > set-archive-name: > > set-archive-name-date: > > detect-jdk: > > check-jdk12proxy-classes: > > check-jndi-classes: > > use-jdk12: > > use-jdk13: > > use-jdk14: > [echo] detected JDK 1.4 > > init: > > prepare: > [mkdir] Created dir: /javastuff/gump/db-ojb/target > [mkdir] Created dir: /javastuff/gump/db-ojb/target/classes > [mkdir] Created dir: /javastuff/gump/db-ojb/target/classestest > [mkdir] Created dir: /javastuff/gump/db-ojb/target/classesjca > [mkdir] Created dir: /javastuff/gump/db-ojb/dist > [copy] Copying 608 files to /javastuff/gump/db-ojb/target/src > [copy] Copying 253 files to /javastuff/gump/db-ojb/target/srctest > [copy] Copying 10 files to /javastuff/gump/db-ojb/target/srcjca > > preprocess: > [echo] using switches: +JDK13, +JDBC30 > > BUILD FAILED > /javastuff/gump/db-ojb/build.xml:156: java.lang.SecurityException: Permission (java.util.PropertyPermission file.encoding read) was not granted. > > Total time: 47 seconds > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org