Skip to content

Instantly share code, notes, and snippets.

@nfabre
Created December 15, 2010 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nfabre/742039 to your computer and use it in GitHub Desktop.
Save nfabre/742039 to your computer and use it in GitHub Desktop.
build.xml
<?xml version="1.0" ?>
<project name="test" basedir="." default="work">
<!-- rattachement de la tache a une balise -->
<taskdef name="vmwareUserCreate"
classname="phing.tasks.custom.vmware.user.CreateTask" />
<target name="work">
<vmwareUserCreate username="nfa"
password="pwd"
description="my delegated admin auto-agent software"
/>
</target>
</project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment