Robles, Rogelio wrote:

What I have seen so far is that there is an unofficial tradition in jakarta
projects of having an ant's build.properties file duplicated in your home
directory, where some global properties among your projects are defined and
this file is referenced later in project's ant build script.

For Turbine, tdk.home is expected to be defined there.

True, I could define the properties there. But as you pointed out, that's no good if I have multiple projects which require different settings.

The point is more that the requirement to set tdk.home is not documented and that there is a sane default that could be provided which would have made this a non-issue.

Also you can define there your database properties to be used in all your
turbine projects.

Yes, I could, or I could define them in the project's build.properties. The problem here was that there's no documentation on what they should be defined *as*. I still don't have these fully correct judging by the error I quoted on db creation.

L.


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>



Reply via email to