Re: Installer using Ant

2004-03-29 Thread Ivan Ivanov
--- Pritesh saharey <[EMAIL PROTECTED]> wrote: > I wanted know that can i create an Install Shield > using Ant, suppose to install an application you get > setup.exe file for windows rpm files for Linux, In theory you can do this with os condition like I wrote below. You can do it like this: ...

Re: Installer using Ant

2004-03-29 Thread Ivan Ivanov
--- Pritesh saharey <[EMAIL PROTECTED]> wrote: > I wanted know that can i create an Install Shield > using Ant, suppose to install an application you get > setup.exe file for windows rpm files for Linux, so i > want to create an install shield wizard for my java > application In theory you can do

Re: Installer using Ant

2004-03-29 Thread Pritesh saharey
I wanted know that can i create an Install Shield using Ant, suppose to install an application you get setup.exe file for windows rpm files for Linux, so i want to create an install shield wizard for my java application in which i had to check that whether the user got the desired jre which the

Re: Set a property is source files exist.

2004-03-29 Thread Ivan Ivanov
Donald, take a look at ant's supported conditions (http://ant.apache.org/manual/CoreTasks/condition.html) and task (http://ant.apache.org/manual/CoreTasks/available.html) I think you can use something like Good Luck Ivan --- Donald Strong <[EMAIL PROTECTED]> wrote: > Hi all, > > I want to set a