We had a similar issue due to a lot of VB6 webclass projects. I was forced
to write a NAnt custom task that would invoke a WinBatch script that
performed the necessary GUI interactions with the VB6 IDE. Further, since I
use CruiseControl and a service does not have access to the console, I had
to create a local system based service to interact with WinBatch and
communicate with it via .NET remoting.

------------------------------

Message: 5
Date: Thu, 4 Jan 2007 12:23:24 -0600
From: <[EMAIL PROTECTED]>
Subject: [NAnt-users] Compiling VB6 Web Project
To: <nant-users@lists.sourceforge.net>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain;       charset="us-ascii"

I have a couple of VB6 Web Projects (the ones with .dsr files) and I
can't
seem to get them to compile on the command-line.  Has anyone been able
to do this?  Is there some trick I'm missing?  The only thing I can
seem to find on the subject is this from Microsoft:

        http://support.microsoft.com/kb/190165

but my .DCA files and .DSR files wind up in the same directory (we
put .DSR files in a folder called Designer and .cls/.bas files in
a directory called DllSource).

Compiling from the vb6 gui works fine, but obviously prevents us
from automating the build.

TIA
-Dan



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to