RE: [NAnt-users] Building VB6 project group

2006-04-27 Thread Foster, Richard - PAL
t: RE: [NAnt-users] Building VB6 project group The method I use for my vb6 projects is a little different. I will take a look at the thoughworks page to see if some of their vb6 tools could help me. My method only builds the .dll's once. [Remainder of messa

RE: [NAnt-users] Building VB6 project group

2006-04-26 Thread Giscard Biamby
r a year now, but > simply haven't > had the time to get the build scripts into a form where > they would run > under the CCNet service account.) > > Regards, > Richard > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behal

Re: [NAnt-users] Building VB6 project group

2006-04-26 Thread Rik Hemsley
On 4/26/06, Foster, Richard - PAL <[EMAIL PROTECTED]> wrote: > Ah... Perhaps I was a bit unclear. Are you still trying to do this in > Nant? If so, I meant in VB6! No problem; your advice gave me enough to figure out how to fix this! > I also forgot another step: > > 2a) In your VB projects, you

RE: [NAnt-users] Building VB6 project group

2006-04-26 Thread Foster, Richard - PAL
pts into a form where they would run under the CCNet service account.) Regards, Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rik Hemsley Sent: Wednesday, April 26, 2006 10:00 To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Building VB

Re: [NAnt-users] Building VB6 project group

2006-04-26 Thread Rik Hemsley
On 4/26/06, John Cole <[EMAIL PROTECTED]> wrote: > Rick, > Take a look at > http://confluence.public.thoughtworks.org/display/CCNETCOMM/Tools+for+VB6 > > These are the NAnt/NAntContrib scripts we use to build our VB6 projects. > It includes tasks to fix VBP's when class id's change and to auto-

RE: [NAnt-users] Building VB6 project group

2006-04-26 Thread Foster, Richard - PAL
Ah... Perhaps I was a bit unclear. Are you still trying to do this in Nant? If so, I meant in VB6! I also forgot another step: 2a) In your VB projects, you need to (temporarily) set the reference to the in-IDE project, not the built version of the library. Having two VB-built components with the

Re: [NAnt-users] Building VB6 project group

2006-04-26 Thread Rik Hemsley
On 4/26/06, Rik Hemsley <[EMAIL PROTECTED]> wrote: > Does anyone know of a GUID extraction tool? My google skills don't > seem up to the job of finding one, if it exists. I found an easy way: In VB6, add a reference to "TypeLib Information" and use: TLI.TypeLibInfoFromFile(Path).Guid Rik

Re: [NAnt-users] Building VB6 project group

2006-04-26 Thread Rik Hemsley
> Perhaps there is a built copy of AnotherProjectX.DLL somewhere on this > system, with the correct GUID, but not of TransportX.DLL. This is > quite possible. I used OLE/COM object viewer to look for registered DLLs and found that indeed there is a AnotherProjectX.DLL registered with the GUID that

Re: [NAnt-users] Building VB6 project group

2006-04-26 Thread Rik Hemsley
> 1) Open each of the projects (or a solution containing all the > projects). > 2) Set the project(s) to "project" compatibility. I set each project to 'project' compatibility, but still got the "Unable to set version compatible component" complaint. I adjusted my script so that it removes the "Co

RE: [NAnt-users] Building VB6 project group

2006-04-25 Thread Foster, Richard - PAL
sful build of a project to its "compatibility" location. *** Hope this helps, Regards, Richard -Original Message- From: Rik Hemsley [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 10:41 To: Foster, Richard - PAL Subject: Re: [NAnt-users] Building VB6 project group Sorry,

Re: [NAnt-users] Building VB6 project group

2006-04-25 Thread Rik Hemsley
On 4/25/06, Foster, Richard - PAL <[EMAIL PROTECTED]> wrote: > Hope this helps, That's fantastic, thanks. I think this'll be a great help! Cheers, Rik --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done