|
Ant example source code file (vss.xml)
The vss.xml source code<?xml version="1.0"?> <project name="vss-test" basedir="." default="vssget.1"> <!-- =========================================================================== Test required attributes =========================================================================== --> <target name="vssget.1"> <vssget/> </target> <target name="vsslabel.1"> <vsslabel/> </target> <target name="vsslabel.2"> <vsslabel vsspath="$/SourceRoot/Project"/> </target> <target name="vsshistory.1"> <vsshistory/> </target> <target name="vsscheckin.1"> <vsscheckin/> </target> <target name="vsscheckout.1"> <vsscheckout/> </target> <target name="vsscheckout.2"> <vsscheckout vsspath="$/SourceRoot/Project" filetimestamp="blah"/> </target> <target name="vssadd.1"> <vssadd/> </target> <target name="vsscp.1"> <vsscp/> </target> <target name="vsscreate.1"> <vsscreate/> </target> </project> Other Ant examples (source code examples)Here is a short list of links related to this Ant vss.xml source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.