VB6 : compiles Visual Basic v.6

Download Files

Changes

  1. Initial Version

Installation

  1. copy jarrizza.jar into directory ant\lib
  2. add the following line to your build.xml
  3. <taskdef name="vb6" classname="com.arrizza.ant.taskdefs.VisualBasic6"/>

Notes

This taskdef compiles a VB6 project.
NameRequired?DefaultPropertyNotes
projectrootfoldernocurrent dirVB6_ROOTthe folder where the project folders are.
projectfoldernotargetnamenoneThe project folder is assumed to have the same name as the ant target
projectnotargetname.vbpnoneThe project file is assumed to have the same name as the ant target
compilerfoldernononeVB6COMPILERFOLDERthe folder where vb6.exe can be found
failonerrornotruenoneif true, compilation stops on first failure.
logfilenologfile.txtVB6LOGFILEall compilation output is redirected to this file
targetsnotargetname.vbpnonea fileset indicating which .vbp to build





Contact me about content on this page using john_web-at-arrizza-dot-com
For Web Master or site problems contact: webadmin-at-arrizza-dot-com
Copyright John Arrizza (c) 2001,2002,2003,2004,2005,2006,2007