RE: unable to execute JAR file

2008-06-18 Thread Taj, Abdul
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.

RE: how to change the property value at run time

2008-05-14 Thread Taj, Abdul
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

RE: FW: Trouble with installation

2008-04-30 Thread Taj, Abdul
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