| 25 | | <echo message="====================================================="/> |
|---|
| 26 | | <echo message="Version not specified. You must enter a version. In"/> |
|---|
| 27 | | <echo message="the future you can add this to build.properties or"/> |
|---|
| 28 | | <echo message="enter it on the command line: "/> |
|---|
| 29 | | <echo message=" "/> |
|---|
| 30 | | <echo message="-Dversion=2.0.0b1"/> |
|---|
| 31 | | <echo message="====================================================="/> |
|---|
| 32 | | <input propertyname="version" promptChar=":">version</input> |
|---|
| 33 | | |
|---|
| | 25 | <php function="file_get_contents" returnProperty="version"> |
|---|
| | 26 | <param value="VERSION"/> |
|---|
| | 27 | </php> |
|---|
| | 28 | <echo>Version to be build: ${version}</echo> |
|---|