Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 7117 invoked from network); 28 Aug 2003 14:00:51 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 28 Aug 2003 14:00:51 -0000 Received: (qmail 6395 invoked by uid 500); 28 Aug 2003 13:58:48 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 6336 invoked by uid 500); 28 Aug 2003 13:58:47 -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 6244 invoked from network); 28 Aug 2003 13:58:45 -0000 Received: from unknown (HELO relay.t-online-com.de) (62.156.147.74) by daedalus.apache.org with SMTP; 28 Aug 2003 13:58:45 -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 1A81F150046 for ; Thu, 28 Aug 2003 15:55:14 +0200 (CEST) Message-ID: <00b501c36d6c$9aea2e80$020200c0@DJ0X820J> From: "Antoine Levy-Lambert" To: "Ant Developers List" References: <20030828132531.86161.qmail@minotaur.apache.org> Subject: Re: [GUMP] Test Failure - Ant Date: Thu, 28 Aug 2003 15:59:31 +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 This failure (PermissionsTest) is already fixed in CVS (checked with Stefan Bodewig). Antoine ----- Original Message ----- From: "Gump Integration Build" To: Sent: Thursday, August 28, 2003 3:25 PM Subject: [GUMP] Test Failure - Ant > > [junit] Testsuite: org.apache.tools.ant.types.PermissionsTest > [junit] Tests run: 6, Failures: 0, Errors: 1, Time elapsed: 0.032 sec > > [junit] Testcase: testExit(org.apache.tools.ant.types.PermissionsTest): Caused an ERROR > [junit] Permission (java.util.PropertyPermission file.encoding read) was not granted. > [junit] java.lang.SecurityException: Permission (java.util.PropertyPermission file.encoding read) was not granted. > [junit] at org.apache.tools.ant.types.Permissions$MySM.checkPermission(Permissions.java :201) > [junit] at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1291) > [junit] at java.lang.System.getProperty(System.java:572) > [junit] at sun.security.action.GetPropertyAction.run(GetPropertyAction.java:66) > [junit] at java.security.AccessController.doPrivileged(Native Method) > [junit] at sun.io.Converters.getDefaultEncodingName(Converters.java:66) > [junit] at java.lang.StringCoding.decode(StringCoding.java:226) > [junit] at java.lang.String.(String.java:383) > [junit] at java.io.ByteArrayOutputStream.toString(ByteArrayOutputStream.java:160) > [junit] at org.apache.tools.ant.DemuxOutputStream.processBuffer(DemuxOutputStream.java: 208) > [junit] at org.apache.tools.ant.DemuxOutputStream.write(DemuxOutputStream.java:184) > [junit] at org.apache.tools.ant.DemuxOutputStream.write(DemuxOutputStream.java:278) > [junit] at java.io.PrintStream.write(PrintStream.java:258) > [junit] at sun.nio.cs.StreamEncoder$CharsetSE.writeBytes(StreamEncoder.java:334) > [junit] at sun.nio.cs.StreamEncoder$CharsetSE.implFlushBuffer(StreamEncoder.java:402) > [junit] at sun.nio.cs.StreamEncoder.flushBuffer(StreamEncoder.java:113) > [junit] at java.io.OutputStreamWriter.flushBuffer(OutputStreamWriter.java:169) > [junit] at java.io.PrintStream.newLine(PrintStream.java:324) > [junit] at java.io.PrintStream.println(PrintStream.java:586) > [junit] at org.apache.tools.ant.types.PermissionsTest.testExit(PermissionsTest.java:170 ) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39 ) > [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl .java:25) > [junit] at java.lang.reflect.Method.invoke(Method.java:324) > [junit] at junit.framework.TestCase.runTest(TestCase.java:154) > [junit] at junit.framework.TestCase.runBare(TestCase.java:127) > [junit] at junit.framework.TestResult$1.protect(TestResult.java:106) > [junit] at junit.framework.TestResult.runProtected(TestResult.java:124) > [junit] at junit.framework.TestResult.run(TestResult.java:109) > [junit] at junit.framework.TestCase.run(TestCase.java:118) > [junit] at junit.framework.TestSuite.runTest(TestSuite.java:208) > [junit] at junit.framework.TestSuite.run(TestSuite.java:203) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRu nner.java:328) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.executeInVM(JUnitTask .java:973) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.jav a:659) > [junit] at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.jav a:633) > [junit] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:295) > [junit] at org.apache.tools.ant.Task.perform(Task.java:401) > [junit] at org.apache.tools.ant.Target.execute(Target.java:347) > [junit] at org.apache.tools.ant.Target.performTasks(Target.java:374) > [junit] at org.apache.tools.ant.Project.executeTarget(Project.java:1237) > [junit] at org.apache.tools.ant.Project.executeTargets(Project.java:1094) > [junit] at org.apache.tools.ant.Main.runBuild(Main.java:665) > [junit] at org.apache.tools.ant.Main.startAnt(Main.java:220) > [junit] at org.apache.tools.ant.Main.start(Main.java:184) > [junit] at org.apache.tools.ant.Main.main(Main.java:267) > > > > [junit] TEST org.apache.tools.ant.types.PermissionsTest FAILED > [junit] Testsuite: org.apache.tools.ant.types.PolyTest > [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.295 sec > > [junit] ------------- Standard Output --------------- > [junit] If this is the last line on standard out the testExit f.a.i.l.e.d > [junit] ------------- ---------------- --------------- > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org