Everything seems to check out. It would've been nice if I went the more "OO" way of implementing "types of projects", but that would've taken me too long to refactor that type of implementation. I basically just added some "if" and "switch" statements and viola, VB .NET project support.
One thing you should check is in 'NAntWriter.cs', line 339. If the referenced assembly is a System type assembly, we needed to add the 'frompath' attribute to the 'includes' node on the VBC task. I'm not sure if that issue has been addressed in NAnt. If so, you may remove it. Please let me know if you have any issues. Dave Bost -----Original Message----- From: Ian MacLean [mailto:[EMAIL PROTECTED]] Sent: Friday, November 22, 2002 3:35 PM To: David C. Bost Cc: [EMAIL PROTECTED] Subject: Re: [NAntC-Dev] VBPROJ for SLiNgshot - revisited David C. Bost wrote: > A while back I sent a message asking if anyone was working a SLiNgshot > implementation for VBPROJ files. It seemed, at the time, no one was > working on this functionality. I went ahead and added these feature > so we can utilize the features of SLiNgshot and NAnt for our current > project, which, of course, is being developed in VB .NET. > > > > How do I go about updating my changes into the CVS repository? Do I > need to apply for a user id or should I send the source to someone who > has an id? The following source files have changed, according to WinCVS: > > > post the source to this list and someone will take a look at adding it. Some refactoring of slingshot is going on right now so you might want to do an update and see if anything has changed. Ian
VBSLiNg.zip
Description: Binary data