Message476

Author bckfnn
Recipients
Date 2001-11-21.18:46:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=4201

On all versions of windows? I doubt it. From the startup 
script of ant-1.3:

   rem On NT/2K grab all arguments at once
   set ANT_CMD_LINE_ARGS=%*
   goto doneStart

   :win9xStart
   rem Slurp the command line arguments.  This loop allows
   rem for an unlimited number
   rem agruments (up to the command line limit, anyway).
   ...
      
It's tricky stuff.
History
Date User Action Args
2008-02-20 17:16:57adminlinkissue484181 messages
2008-02-20 17:16:57admincreate