thanks a lot!
-----Ursprüngliche Nachricht-----
Von: Rainer Meier [mailto:[email protected]]
Gesendet: Donnerstag, 4. Juni 2009 14:41
An: Hubert Kühne
Cc: [email protected]
Betreff: Re: [wpkg-users] Profile 'null' referenced but not found
Hi Hubert,
Hubert Kühne wrote:
> 2009-06-03 13:29:10, DEBUG : Applying profile: WinXP
> 2009-06-03 13:29:10, ERROR : Profile 'null' referenced but not found.
> Ignoring profile.
> 2009-06-03 13:29:10, DEBUG : Adding profile dependencies of profile
> 'WinXP': 'default'
> 2009-06-03 13:29:10, DEBUG : Adding profile dependencies of profile
> 'default': 'mini'
>
> It takes no time, but I would like to have log without ERROR's.
> What is Profile 'null'. How can I fix htis?
I found an error in your profiles.xml:
<depends package-id="MySQL.net" />
Dependencies are supposed to define an attribute called "profile-id". The
attribute package-id is ignored and therefore the value of the "profile-id"
attribute of your <depends /> node is "null".
I guess you should change
<depends package-id="MySQL.net" />
to
<package package-id="MySQL.net" />
supposed you want to assign the "MySQL.net" package to the WinXP profile.
br,
Rainer
-------------------------------------------------------------------------
wpkg-users mailing list archives >> http://lists.wpkg.org/pipermail/wpkg-users/
_______________________________________________
wpkg-users mailing list
[email protected]
http://lists.wpkg.org/mailman/listinfo/wpkg-users