Executing operations with Apache Ant in VP-UML

Apache Ant is a software tool for automating software build processes. It is written in the Java language and is primarily intended for use with Java. If you are not familiar with Ant, you can find more information about it at Ant's webpage. To execute commands with Ant:

  1. Browse the scripts folder under the VP Suite installation directory.
    The scripts folder inside VP Suite installation directory
    The scripts folder inside VP Suite installation directory
  2. Copy the script file build.xml and paste to the bin folder of VP Suite installation directory.
    Copy and paste build.xml from scripts folder to bin folder
    Copy and paste build.xml from scripts folder to bin folder
  3. Open the build file in any text editor. Modify the properties vpsuiteInstallationPath, vpproduct, vpworkspace and headless to suit your environment.
    To modify basic properties in build.xml
    To modify basic properties in build.xml
  4. Modify task(s) specific parts by changing the values of parameters. For details about the parameters, refer to previous sections.
    Modify task(s) specific properties in build.xml
    Modify task(s) specific properties in build.xml
  5. Save the changes and exit.
  6. Start the command prompt and navigate to the bin folder of VP Suite installation directory.
  7. Enter ant build.xml, and then the task name to execute specific task.
    Execute an ant script
    Execute an ant script
 
10. Updating teamwork project from server Table of Contents Chapter 16. Printing diagrams
 

Product

Try this feature with

Visual Paradigm for UML

Technical Support

Have technical issues or suggestions? Please contact Visual Paradigm Support Team.

Sales Support

Have questions related to registration, licensing or payment? Feel free to contact Visual Paradigm Sales Team.

Discussion Forum

Share your suggestions of opinions at VP Discussion Forum.