Re: build.properties input select

2006-10-14 Thread Edward Mann
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

Re: build.properties input select

2006-10-13 Thread Edward Mann
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

build.properties input select

2006-10-13 Thread Edward Mann
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