Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] script to generate psf for higgins projects

If anybody is interested, I’m attaching a PERL script to generate anonymous psf (with all depended projects recursively) for Higgins projects from projects.xml and resourceLocation.xml files

 

Usage: ./generatePSF.pl    project_name          path_to_projects_xml               path_to_resourcelocation_xml

 

e.g:

 

./generatePSF.pl         org.eclipse.higgins.idas.cp.jndi              org.eclipse.higgins.auto/runtime/projects.xml             org.eclipse.higgins.auto/runtime/resourceLocation.xml

 

./generatePSF.pl         all                org.eclipse.higgins.auto/runtime/projects.xml              org.eclipse.higgins.auto/runtime/resourceLocation.xml

 

If you pass project_name=all, the script will generate psf for all projects in projects.xml, otherwise it will generate psf for the project specified

 

This script requires wget, org.eclipse.higgins.auto/runtime/projects.xml and  org.eclipse.higgins.auto/runtime/resourceLocation.xml  on the system to create the psf.

 

-Jeesmon

 

 

Attachment: generatePSF.pl
Description: generatePSF.pl


Back to the top