in hello tutorial: "Requested key [dpml-meta-tools] is unknown."

Peter Neubauer peter at neubauer.se
Thu Mar 31 15:09:38 EST 2005


Probably it would be a good idea to throw an error in magic if the imported 
uri from an include can't be found.
Will make that an issue for magic :)

/peter
On Thursday 31 March 2005 20:05, Peter Neubauer wrote:
> Hi Hussayn,
>
> On Thursday 31 March 2005 15:47, Hussayn Dabbous wrote:
> > 1.) removed DPML_HOME from environment
> > 2.) added ${HOME}/.dpml/share/bin/ to ${PATH}
> > 3.) update svn trunk (to get last recent mods)
> > 4.) build.sh all
> > 5.) check out tutorials to ~/tutorials
>
> Here, you are stripping away the
> https://scm.dpml.net/repos/dpml/development/central/index.xml that does the
>   <import uri="artifact:module:dpml/magic/dpml-magic#SNAPSHOT"/>
>   <import uri="artifact:module:dpml/metro/dpml-metro#SNAPSHOT"/>
> that imports all metro and magic artifact definitions.
>
> the index file is referenced from
> https://scm.dpml.net/repos/dpml/development/central/tutorials/metro/index.x
>ml <import index="../../index.xml"/>
>
> and that's why magic can't find the metro resource definitions.
>
> Solution:
>
> check out the whole central and try again, then you get the top index.xml
> with you.
>
> Alternatively, you could reference the metro/magic artifacts by inserting
>   <import uri="artifact:module:dpml/magic/dpml-magic#SNAPSHOT"/>
>   <import uri="artifact:module:dpml/metro/dpml-metro#SNAPSHOT"/>
>
> into
> https://scm.dpml.net/repos/dpml/development/central/tutorials/metro/index.x
>ml directly instead of the relative uri. that would probably be more robust.
> Maybe your first commit?
>
> Cheers
>
> /peter
> _______________________________________________
> support-dpml mailing list
> support-dpml at lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/support-dpml



More information about the dev-dpml mailing list