Re: How change variable based on environment variable value

2011-06-08 Thread wolfgang haefelinger
Eventually three further solutions based on Flaka: 1. Using Flaka's Expression Language (EL) .. ${JOF} $ BUILD_BOX=tRue ant -lib ~/lib/flaka/ant-flaka-1.02.01.jar [echo] F:/Inetpub/wwwroot/wo30 $ BUILD_BOX=false ant -lib ~/lib/flaka/ant-flaka-1.02.01.jar [echo] C:/Inetpub

Re: How change variable based on environment variable value

2011-06-08 Thread wolfgang haefelinger
Hi, >>     >>       >>     This would also enable the "build system settings" if environment variable BUILD_BOX is set to "false". Would be better to check existence and then variable's content as well - just to avoid any confusion. A second thought on maintaining such a script later on - you wo

javadoc for own tasks

2011-06-08 Thread Grüner Heinrich
Hi, I've written a couple of own tasks for which I want to generate a javadoc - documentation. These documentation should look like the original ant documentation. Can anyone provide a javadoc-snippet? Thanks, Stefan. - To un