I've just seen trunk/build.xml references xspec.properties, but
there is no such file in the trunk, and I couldn't find any
description of it (and of the properties it is supposed/able to
contain).
Is anyone using this file?
Regards,
--
Florent Georges
http://fgeorges.org/
http://h2oconsulting.be/
build.xml or xspec.properties?
xspec.properties is optional. It's where you'd define properties to
override the defaults in build.xml.
I could come up with a default xspec.properties that has commented-out
declarations for the useful properties.
Regards,
Tony.
Hi Tony,
>> I've just seen trunk/build.xml references xspec.properties,
>> but there is no such file in the trunk, and I couldn't find
>> any description of it (and of the properties it is
>> supposed/able to contain).
>> Is anyone using this file?
> build.xml or xspec.properties?
xspec.properties. But build.xml also actually :-) As I am
re-organizing the directory structure, I'd like to be sure every
path that needs to has been adapted. And I can't really figure
out how build.xml is defining the various directories to use, in
particular:
ant.file.xspec
xspec.project.dir
xspec.base.dir
xspec.dir
> xspec.properties is optional. It's where you'd define
> properties to override the defaults in build.xml.
Ok, thanks!
> I could come up with a default xspec.properties that has
> commented-out declarations for the useful properties.
Or we can maybe simply add a simple description in build.xml,
in /project/description?
I added http://code.google.com/p/xspec/wiki/RunningWithAnt and linked to
it from http://code.google.com/p/xspec/wiki/RunningScenarios
Regards,
Tony.
> I added http://code.google.com/p/xspec/wiki/RunningWithAnt and linked to
> it from http://code.google.com/p/xspec/wiki/RunningScenarios
Good stuff, thanks!