Return-Path: Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 4393 invoked by uid 500); 4 Aug 2003 10:51:43 -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 4371 invoked from network); 4 Aug 2003 10:51:43 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 4 Aug 2003 10:51:43 -0000 Received: (qmail 29963 invoked by uid 50); 4 Aug 2003 10:54:20 -0000 Date: 4 Aug 2003 10:54:20 -0000 Message-ID: <20030804105420.29962.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: dev@ant.apache.org Cc: Subject: DO NOT REPLY [Bug 22044] - style-task and undefined parameters X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22044 style-task and undefined parameters ------- Additional Comments From jan@materne.de 2003-08-04 10:54 ------- Ok, I did a bigger test: build.xml ------------------------------------- test.xml ------------------------------------- test.xsl ------------------------------------- mymaram default value another default value notused default value myparam: '' another: '' notused: '' ant output ------------------------------------- C:\tmp\anttests\xmlparameter2>ant Ant-Home: d: Java-Home: c:\seu\jdk142 Buildfile: build.xml main: [style] Processing C:\tmp\anttests\xmlparameter2\test.xml to C:\tmp\anttests\xmlparameter2\out.xml [style] Loading stylesheet C:\tmp\anttests\xmlparameter2\test.xsl [concat] [concat] myparam: 'This is a test.' [concat] another: 'Hello World' [concat] notused: 'notused default value' BUILD SUCCESSFUL Total time: 0 seconds So what�s wrong in your opinion? Please send an example. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org