Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 87315 invoked from network); 26 Jun 2008 13:55:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Jun 2008 13:55:06 -0000 Received: (qmail 60486 invoked by uid 500); 26 Jun 2008 13:55:03 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 60201 invoked by uid 500); 26 Jun 2008 13:55:02 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 60190 invoked by uid 99); 26 Jun 2008 13:55:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 06:55:02 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [193.201.183.194] (HELO sscd0001.dmz.huk.de) (193.201.183.194) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Jun 2008 13:54:13 +0000 Received: from sscd0027.huk-coburg.de ([10.148.152.136]) by sscd0001.dmz.huk.de with Microsoft SMTPSVC(6.0.3790.1830); Thu, 26 Jun 2008 15:54:09 +0200 Received: by sscd0027.huk-coburg.de (Postfix, from userid 8) id ED93C209896; Thu, 26 Jun 2008 15:53:12 +0200 (CEST) Received: from sscd0001.dmz.huk.de (sscd0001.dmz.huk.de [10.148.152.131]) by sscd0027.huk-coburg.de (Postfix) with ESMTP id CE25F20985D for ; Thu, 26 Jun 2008 15:53:12 +0200 (CEST) Received: from SMX00003.lan.huk-coburg.de (unverified) by sscd0001.dmz.huk.de (HUK-COBURG Mailrelay2) with ESMTP id for ; Thu, 26 Jun 2008 15:54:09 +0200 Received: from VEX00130.lan.huk-coburg.de (10.131.117.132) by smx00003.lan.huk-coburg.de (10.131.196.183) with Microsoft SMTP Server id 8.1.263.0; Thu, 26 Jun 2008 15:54:09 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 MIME-Version: 1.0 Subject: Strange problem with taskdef and antlib.xml Date: Thu, 26 Jun 2008 15:54:09 +0200 Message-ID: <3AE93DC078AE8A41AEDA6B95DE4EB92D029DDF6C@VEX00130.lan.huk-coburg.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Strange problem with taskdef and antlib.xml Thread-Index: AcjXlBs6kV3bkjnRSGiADhhD4QtonA== From: "Rebhan, Gilbert" To: "Ant Users List" Content-Class: urn:content-classes:message Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi, i've written a bunch of anttasks. Those tasks are collected in a jar. The Jar has an antlib.xml with a mapping of the classnames to tasknames ... The jar lies under %ANT_HOME%/lib the taskdefs are imported via =3D Yesterday a workmate added a new task and also referenced it in the antlib.xml >From that on a strange problem appeared =3D one ant script with is started from a class like that=20 /* java.io.File buildFile =3D new java.io.File(args[0]); org.apache.tools.ant.Project p =3D new org.apache.tools.ant.Project(); p.setUserProperty("ant.file", buildFile.getAbsolutePath()); org.apache.tools.ant.DefaultLogger consoleLogger =3D new org.apache.tools.ant.DefaultLogger(); consoleLogger.setErrorPrintStream(System.err); consoleLogger.setOutputPrintStream(System.out); consoleLogger.setMessageOutputLevel(org.apache.tools.ant.Project.MSG_INF O); p.addBuildListener(consoleLogger); try { p.fireBuildStarted(); p.init(); ... etc. */ Until the new class came in it ran fine but now it produces =3D Error reading project file jar:file:/E:/SCM_Sync/tools/ant/lib/hukit13ant.jar!/de/huk/it13/ant/antl ib.xml: oversubscribed dynamic bit lengths tree whereas other scripts running with the same line and the same jar run fine as before. I checked the antlib.xml for non UTF-8 chars and things like that, but didn't find any. Also googling didn't bring up something helpful except for some cryptic bugreport @ sun Env =3D Windows 2000/2003, ant 1.6.5, jdk 5 any ideas ?? Regards, Gilbert --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org