Peter Donald wrote:
>On Fri, 22 Nov 2002 15:55, Leif Mortenson wrote:
>
>
>>Looks like the build needs to have some optional or required jars added.
>>
>>
>
>You need to define the property.
>
>jakarta-oro.jar=/latest/release/of/jakarta-oro.jar
>
>Strange - I thought
>
><ant antfile="${depchecker.prefix}/depchecker.xml" target="checkRequiredFile">
> <property name="proj.jar.name" value="jakarta-oro.jar"/>
> <property name="path" value="${jakarta-oro.jar}"/>
></ant>
>
>would indicate an error if you had not specified the property. Jeff?
>
It does if you run "ant dist-jar" in the loader subproject. But
dependency checking does not
run when your run "ant" in the root directory.
I didn't notice it at first because I usually work with
skip.dependencies=true My fault).
The depchecker is nice for doing a clean build from any subproject. But
it adds a big
speed hit to the build of each project. It does a lot, so that can't be
helped. :-)
Anyway, it is working now. Thanks.
Leif
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>