
|
If you were logged in you would be able to see more operations.
|
|
|
Bruce
Created: 18/Jul/07 04:48 PM
Updated: 24/Jul/07 01:31 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
0.5
|
| Fix Version/s: |
0.5
|
|
|
Currently postgres.properties defines the postgresql.port property. But not all build targets seem to use this property. Also it will be nice to have this property overridden by the environment so that in a multiuser environment, users can still build without having to change the property file and stepping on each other's builds.
|
|
Description
|
Currently postgres.properties defines the postgresql.port property. But not all build targets seem to use this property. Also it will be nice to have this property overridden by the environment so that in a multiuser environment, users can still build without having to change the property file and stepping on each other's builds.
|
Show » |
|
$ ant -Dpostgresql.port=15432 clean test-reports
This command will build the system, run all unit tests against the postgres server on port 15432 and generate reports.
Currently, there are a number (~15) of unit test failures that appear related to the port change. Those still need to be fixed.