llo,
>
> Edward Mann a écrit :
> > (...)
> > > />
> > (...)
> >
>
> Right here you probably want instead something like
>
> />
>
> However you cannot do this as the properties are only evaluated once.
> To so
eTasks/input.html.
> As for concatenating user input with ".home", you can do
>
>
> Edward Mann <[EMAIL PROTECTED]> wrote:
> I am trying to build an and build process where the user will run ant
> and it will prompt them for the project. The projects are held
I am trying to build an and build process where the user will run ant
and it will prompt them for the project. The projects are held in the
build.properties file.
They look like this.
project1.home=/my/project/dev1
project2.home=/my/project/dev2
There are other things in the file but this is all