Ant references (was RE: A possible typo in DPML documentation)
Stephen McConnell
mcconnell at dpml.net
Sat Apr 21 14:11:12 EDT 2007
Just a note concerning Ant resource references under verion 2.0.0 and later.
The Ant project have decided on a group namespace of org/apache/ant - as
such references to "ant/ant-junit" need to be changed to
"org/apache/ant/ant-junit".
Cheers, Steve.
> -----Original Message-----
> From: support-dpml-bounces at lists.ibiblio.org
> [mailto:support-dpml-bounces at lists.ibiblio.org] On Behalf Of
> Ivan "Rambius" Ivanov
> Sent: Friday, 8 December 2006 4:52 PM
> To: support-dpml at lists.ibiblio.org
> Subject: A possible typo in DPML documentation
>
> Hello,
>
> I am getting started with DPML and I am trying the examples
> given in its documentation.
>
> I think I spotted an error at "Using Module Imports" section
> at http://www.dpml.net/depot/tutorials/imports.html. One of
> the test dependencies is given as:
>
> <include ref="ant/ant-unit"/>
>
> When I tried it, DPML threw the error message "Message: A
> dependency include [ant/ant-unit] within
> [project:demo#SNAPSHOT] referencing [ant/ant-unit] under the
> scope [TEST] is unknown".
>
> When I changed it to
>
> <include ref="ant/ant-junit"/>
>
> it worked fine.
>
> Regards
> Rambius
>
> --
> Tangra Mega Rock: http://www.radiotangra.com
> _______________________________________________
> support-dpml mailing list
> support-dpml at lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/support-dpml
More information about the support-dpml
mailing list