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?
<?xml version="1.0" encoding="UTF-8"?>

<!-- System profile database.

     Lists profiles available to the systems. A profile represents a certain
     selection of packages from the packages database. Profiles can depend on
     other profiles, the end result being the sum of all required packages.
     
     THIS IS A SAMPLE FILE
     
     For more info, see http://wpkg.org/index.php/Category:Documentation

-->

<profiles>

    <profile id="mini">
		<package package-id="adobereader9" />
		<package package-id="adobe-registry2" />
		<package package-id="msoffice2003" />
		<package package-id="off2007fmtconv" />
        <package package-id="java6" />
        <package package-id="firefox3" />
        <package package-id="flashplayer_ie" />
        <package package-id="flashplayer_mozilla" />
        <package package-id="disable_flash_autoupdate" />
		<package package-id="7zip" />
		<package package-id="wpkg-xml" />
	</profile>

    <profile id="default">
		<depends profile-id="mini" />
		<package package-id="gimp26" />
		<package package-id="myodbc" />
		<package package-id="mysql_axmts" />	
    </profile>

    <profile id="WinXP">
        <depends profile-id="default" />
		<depends package-id="MySQL.net" />
		<package package-id="lookout13" />
    </profile>
    <profile id="Vista">
        <depends profile-id="default" />
    </profile>
    <profile id="Vista_EOS">
        <depends profile-id="default" />
	    <package package-id="outlook-search" />
    </profile>
    <profile id="dotnet35">
        <depends profile-id="WinXP" />
        <package package-id="dotnet35" />
    </profile>

    <profile id="iTunes">
        <depends profile-id="WinXP" />
		<package package-id="QuickTime" />
		<package package-id="iTunes" />
		<package package-id="AppleMobileDevice" />
    </profile>
	
    <profile id="iTunes_Laptop">
        <depends profile-id="iTunes" />
        <package package-id="gplghostscript" />
        <package package-id="freepdfxp" />
    </profile>


    <profile id="vlc">
        <depends profile-id="WinXP" />
        <package package-id="vlc" />
    </profile>
    <profile id="printscreen">
        <depends profile-id="vlc" />
        <package package-id="printscreen" />
    </profile>
	
    <profile id="pdraw32">
        <depends profile-id="WinXP" />
        <package package-id="pdraw32" />
    </profile>
    <profile id="pdraw32_vlc">
        <depends profile-id="WinXP" />
        <package package-id="dotnet35" />
        <package package-id="pdraw32" />
        <package package-id="vlc" />
    </profile>


</profiles>
-------------------------------------------------------------------------
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

Reply via email to