Sébastien BEAUDLOT schrieb:
> Tomasz Chmielewski a écrit :
> > Could you paste the contents of the first file (XML) listed in the debug
> > output?
>
> 95-wpkg-client.xml :
>
> <package
> id="wpkg-client"
> name="Service WPKG 1.2rc6"
(...)
> </package>
>
>
> Sorry for this problem, but i really want to make it work.
You need <packages> (...) </packages> around.
So:
<packages>
<package
id="wpkg-client"
...
</package>
</packages>
--
Tomasz Chmielewski
http://wpkg.org
|