Naresh Sikha wrote:
>
> The question is this: how can I set this property in gump so that the
> project in question finds the jaxp jar files in a directory that I
specify
> in a gump file? Is it possible to specify that this property being set is
a
> dependency for the project?
You just listed the two ways!
The first is to do something like:
<property name="jaxp.lib.dir" path="lib"/>
The other is to do as follows:
<property name="jaxp.lib.dir" reference="home" project="lib.dir">
and then later in the same (or different module)
<project name="lib.dir">
<home nested="lib"/>
</project>
> I see that a property reference is in the legend for the generated cross
> reference and was wondering, if that feature is related to my question.
If
> so, how can I use that feature?
The second approach listed above is a property reference.
More information can be found at http://jakarta.apache.org/gump/ant.html
- Sam Ruby
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]