Does the jar have a manifest file that specifies the main class that
needs to be executed when you execute it?
When you create a jar it will have a META-INF directory inside which you
need to place a manifest file that has the main class that needs to be
executed when you execute the jar file.
When you say runtime, what do you mean - are you invoking ant from another
program? - like a java application.
If yes - you can use the Project class in Ant, refer api and use setProperty
method.
If no - then I don't understand what you mean by runtime - just initialize the
property in the bui
That would only matter if he had given "Program File"
But since the path is specified like - Progra~1, it is not a concern..
-t
-Original Message-
From: glenn opdycke-hansen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 30, 2008 2:29 PM
To: Ant Users List
Subject: Re: FW: Trouble wit