Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 53785 invoked from network); 5 Feb 2002 09:55:09 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 5 Feb 2002 09:55:09 -0000 Received: (qmail 982 invoked by uid 97); 5 Feb 2002 09:55:18 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 966 invoked by uid 97); 5 Feb 2002 09:55:17 -0000 Mailing-List: contact ant-dev-help@jakarta.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 ant-dev@jakarta.apache.org Received: (qmail 950 invoked from network); 5 Feb 2002 09:55:17 -0000 X-Authentication-Warning: bodewig.bost.de: bodewig set sender to bodewig@apache.org using -f To: ant-dev@jakarta.apache.org Subject: Cannot bootstrap on JDK 1.1 any longer From: Stefan Bodewig Date: 05 Feb 2002 10:42:27 +0100 Message-ID: Lines: 21 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Civil Service) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi, since bootstrap.sh has been changed to stop if command line javac fails, it is impossible to bootstrap with JDK 1.1 - the reason is NoExitSecurityManager which cannot be compiled for lack of java.security.Permission. Unlike all other classes that cannot be compiled with JDK 1.1, this class is not outside the "plain" Ant tree. What do we want to do here? Options I see but don't like are changing ${TOOLS}/ant/*.java to explicitly list all files except NoExitSecurityManager (not feasible IMHO) or changing bootstrap.sh to ignore compilation errors as it did before. The other option I see is moving NoExitSecurityManager somewhere where bootstrap doesn't pick it up - but it has been at its place for seven weeks now, so I'm not sure we can move it ;-) Seriously, any problems with moving it? Stefan -- To unsubscribe, e-mail: For additional commands, e-mail: