I'm playing around with the config files and writing my own 
parser/generator in python. A couple of quirks shows up that doesn't 
seem consistent to me (frankly it makes my code look a little less sleak 
;-) ):

packages.xml has:

        <packages>
          <package/>
          ...
        </packages>


profiles.xml has:


        <profiles>
          <profile/>
          ...
        </profiles>


why does hosts.xml have:

        <wpkg>
          <host/>
        </wpkg>


Also, why use different attributes in :

        <profile>
          <package package-id=""/>
        </profile>

        <packages>
          <package id="" />
        </package>


No critique, just curious :-)


-- 
Stian Husemoen

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
wpkg-users mailing list
wpkg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wpkg-users

Reply via email to