PCTProxygen - niandy/pct GitHub Wiki
Generate proxies based on PXG/XPXG files
<pct:proxygen />
Attribute | Description | Default value |
---|---|---|
srcFile ‡ | PXG or XPXG file to use | No default value |
keepFiles | Leave proxy files | False |
workingDirectory ‡ | Working directory | Project's basedir |
† Only one of those attributes is mandatory ‡ Mandatory attribute
Use nested <jvmarg>
elements to specify arguments for the forked VM.
List of PXG files to be processed
<!-- xpxg files may contain absolute paths. xmltask is really useful in this case -->
<xmltask source="proxy.xpxg" dest="proxy2.xpxg">
<replace path="/:WSAD/:AppObject/:PGGenInfo/:WorkDir/text()" withText="build-proxygen\" />
<!-- There may be other nodes to transform -->
</xmltask>
<PCTProxygen srcFile="proxy2.xpxg" workingDirectory="." />