Original Message
Subject: Is recursive property evaluation supported?
From: Shawn Castrianni <[EMAIL PROTECTED]>
To: 'Ant Users List'
Date: 15/04/2008 07:12
I was trying to present a list of choices for the user like an interactive
textual menu. I produced the list of choice
I was trying to present a list of choices for the user like an interactive
textual menu. I produced the list of choices and set a property for each. The
user inputs a number corresponding to the choice he wants, and I get the value
corresponding to that choice via my properties I set. However
I have a junit test class that extends BuildTestFile. When I use
executeTarget("targetName"), the class I'm testing throws a
IndexOutOfBoundsException, wich I can only see IF I call the gelFullLog()
method. But even then, I don't have information regarding where the
exception was thrown (most impo
Hura ! It worked. Thanks !
--
View this message in context:
http://www.nabble.com/sshexec-ant-task-command-not-found-tp16627332p16673657.html
Sent from the Ant - Users mailing list archive at Nabble.com.
-
To unsubscribe, e-ma