[NAnt-users] How to Call a Web Service from Nant?

2006-06-13 Thread Jim B
Is there a way to call a Web Service from Nant? At the end of my build process, I need to call a web service to kick off the creation of some additional files. Any help is appreciated. Jim _ Express yourself instantly with MSN

[NAnt-users] Running Nant on 64bit Systems

2006-02-23 Thread Jim B
Are there any limitations or problems with running Nant on 64bit systems? I will have to perform builds on 64bit systems in the very near future. Is anybody already doing this? Thanks, Jim _ Express yourself instantly with MSN

[Nant-users] vbc : Command line error BC2010 : compilation failed

2005-09-16 Thread Jim Shank
I am fairly new to Nant but have been able to create some basic Nant scripts for my large solution. I used Gordon Weakliem XSLT doc along with XSLTTransformerMG by Michael Gold to create basic scrips from my vbproj files. I found the missing imports statements that the XSLT doesn't get and added th

Re: [Nant-users] task question

2005-08-10 Thread Jim Geurts
I think you'll have to manually create the RadioButton table.On 8/8/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I know this is a NAnt contrib task, but there doesn't appear to be a contrib users group so I'll try here. Is there any way in the task of directly creating radio buttons for a d

Re: [Nant-users] FxCop failing build

2005-07-12 Thread Jim Geurts
e there is a related flag you could add when you call fxcopcmd.exe to do the same. Jim On 7/12/05, Foster, Richard - PAL <[EMAIL PROTECTED]> wrote: James,You may find that the latest version of FX-Cop (1.32, released July 1st)does return error codes... or at least it seems to for me, becau

Re: [Nant-users] MSI problem: How to call standard dialog boxes like virtual directory for web.

2005-07-11 Thread Jim Geurts
questions/issues... Jim On 7/7/05, Sachin Gedam <[EMAIL PROTECTED]> wrote: Hello Friends,   This is Sachin.   I tried to create MSI file and got a little bit success also but I want to create that MSI file with more user interaction.   I have a query for the same task...   How to wo

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-10 Thread Jim Geurts
Yeah, I realize that project exists... it's a nice project and I'm happy that someone took on that challenge.  The difference is that our addin will automatically run pre/post build events for each solution build.  On 6/10/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: There's already a VS.NET pl

Re: [Nant-users] Re: Running NAnt inside Visual Studio

2005-06-10 Thread Jim Geurts
I don't know if this would interest anyone, but we use a vs.net addin, at work, that we can release to the community.  When we do a solution build, it'll search for a solution level build file.  The addin runs all nant tasks before it hits the task. Then it uses vs.net to build the solution normal

Re: [Nant-users] OT - Where is MSVBDPCA.DLL?

2005-06-06 Thread Jim Geurts
http://cvs.sourceforge.net/viewcvs.py/nantcontrib/NAntContrib/Tools/InstallRequirements/MSVBDPCA.DLL?rev=1.1&view=auto On 6/5/05, Alejandro Calbazana <[EMAIL PROTECTED]> wrote: Hello,This may be a little off topic for this list, but maybe someone can helpme.  I am looking for a copy of MSVBDPCA.D

Re: [Nant-users] MSI task: virtual folder off c:\inetpub

2005-04-22 Thread Jim Geurts
I'm not sure how to do that with the MSVBDPCA.dll custom action dll.  Your best bet is to write your own custom action... On 4/22/05, Hadzramin AR <[EMAIL PROTECTED]> wrote: Hi,     What I try to achive is to allow user to install web application outside c:\inetpub\wwwroot My current msi

Re: [Nant-users] RE: RE: vdproj and solution task in NAnt

2005-03-31 Thread Jim Geurts
merge modules exist, at the time the task is run. Otherwise, the dialog merge modules could be built as they're needed, but that would suck if you rebuild the solution many times in a day... On Thu, 31 Mar 2005 12:36:09 -0500, Gary Feldman <[EMAIL PROTECTED]> wrote: > Ji

Re: [Nant-users] RE: RE: vdproj and solution task in NAnt

2005-03-31 Thread Jim Geurts
think? I personally lean towards checking in merge modules that represent common dialogs. Jim On Mon, 28 Mar 2005 15:58:44 -0500, Jeff Hoover <[EMAIL PROTECTED]> wrote: > Thanks guys! > I was able to get exec to devenv working as a stopgap. That will hold > me until Jim can get

Re: [Nant-users] vdproj and solution task in NAnt

2005-03-28 Thread Jim Geurts
Hey guys... I wrote the vdprojconverter project. It does not require WiX. I added "support" to convert vdproj files to wix syntax, along the way. The original point of the converter was to convert to the NAntContrib msi/msm task xml. so... At this point, the NAntContrib msi/msm tasks now suppo

Re: [Nant-users] Merge modules (MSM task)

2005-02-18 Thread Jim Geurts
hrm... weird. I had to add the ModuleConfiguration table to the template. It's checked in and available from CVS now. That should fix your problem Thanks Jim On Fri, 18 Feb 2005 10:07:19 -0500, Foster, Richard - PAL <[EMAIL PROTECTED]> wrote: > Since there seems to be some di

[Nant-users] Output from task?

2005-02-08 Thread Jim Stanley
uot;verbose" keyword, but to no avail. Can anyone help with this? Thanks Jim Stanley Media Services, Inc. --- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Dis

[Nant-users] /nowarn & solution task

2005-01-27 Thread Jim Geurts
Is there support for type elements to the solution task? Or is there another preferred way to accomplish ignoring certain warning messages? I'd rather not change the project files, if possible. --- This SF.Net email is sponsored by: IntelliVI

[Nant-users] Re: Sample MSI build file

2005-01-18 Thread Jim Geurts
cally, you might be able to just modify the sample that adds a dialog for virtual directories: http://nant.sourceforge.net/wiki/index.php/sample%20build%20file If you do get the custom dialog done, I'm sure it would be a welcomed addition to the wiki :) Jim On Tue, 18 Jan 2005 20:59:08 +053

Re: [Nant-users] Beginner to creating msi with Nant contrib

2005-01-18 Thread Jim Geurts
Are you intending to have an msi dialog that allows the user to specify the virtual directory? Or is this to be installed as the default website (\inetpub\wwroot)? On Tue, 18 Jan 2005 11:23:56 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > I would really appreciate everyone's help w

Re: [Nant-users] MSI error

2005-01-17 Thread Jim Geurts
name of a file in the component's files. It should not contain any path information. Just the filename. Jim On Mon, 17 Jan 2005 12:13:41 +0530, Bala <[EMAIL PROTECTED]> wrote: > Hi, > > i using task to make installers for my project.. > > Under , there is a nes

Re: [Nant-users] msi and conditional component installation

2004-12-16 Thread Jim Geurts
e DrLocator and AppSearch tables. Jim On Mon, 13 Dec 2004 10:45:09 -0600, Ted Quinby <[EMAIL PROTECTED]> wrote: > I'm trying to conditionally install a component on the target machine -- > depending if a file previously exists on the target machine. > > What is the b

Re: [Nant-users] MSI task and registering assemblies in COM

2004-12-16 Thread Jim Geurts
Denis, The tool should automatically setup msi to register the assemblies & tlb files... Please let me know if this is not the case. JIm On Mon, 13 Dec 2004 18:28:51 +0200, Denis Kruchkov <[EMAIL PROTECTED]> wrote: > I have assemblies which exposed to COM for using by script lan

Re: [Nant-users] 0.85 msi install

2004-12-03 Thread Jim Geurts
to allow intellisense. Just some more thoughts... JIm On Fri, 3 Dec 2004 08:53:48 -0600, John Cole <[EMAIL PROTECTED]> wrote: > Ahhh... Ok, that's fine. I was worried that I was doing something wrong :-) > > I'll make one last comment on the MSI issue; if someone is go

Re: [Nant-users] 0.85 msi install

2004-12-02 Thread Jim Geurts
There are sort of separate installs for NAnt and NAntContrib. To be a little more clear, there are various merge modules that are built for each section of both projects. I then merge all of those into an install. As it stands right now, if the user does a typical or complete install, both proje

[Nant-users] 0.85 msi install

2004-12-01 Thread Jim Geurts
Hey Gert, I'm not sure if this was brought up or not. I haven't been following the lists very closely lately, but are you intending to build/provide msi installs of NAnt/NAntContrib with each beta/release? I plan on grabbing rc-1 tonight and verifying that the msi target works as expected. It

RE: [Nant-users] task requires mergemod.dll

2004-11-19 Thread jim
Roman, Rather than including the Mergemod.dll w/ NantContrib, or registering the file. I think the correct way is to just update the docs to say that the platform sdk is required for the msi/msm tasks. Jim > Mergemod.dll is also included in the Platform SDK for WindowsXP SP2 > (versio

RE: [Nant-users] nAnt with VS.NET

2004-10-01 Thread Holmes, Jim (Space Technology)
Sure can. Check the task: http://nant.sourceforge.net/help/tasks/solution.html You can also use the task from Nantcontrib to convert a solution to a build file: http://nantcontrib.sourceforge.net/help/tasks/slingshot.html Also check the FAQ: "How do I convert a Visual Studio .NET project fi

RE: [Nant-users] What is the best way to tell the OS version that I am running?

2004-09-29 Thread Holmes, Jim (Space Technology)
er 29, 2004 7:48 PM > To: Holmes, Jim (Space Technology); [EMAIL PROTECTED] > Subject: RE: [Nant-users] What is the best way to tell the OS version > that I am running? > > > This would be perfect information. Is there a way to > incorporate this in with so that this in

RE: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Holmes, Jim (Space Technology)
om: Thibaut Barrère [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 29, 2004 7:30 PM > To: Holmes, Jim (Space Technology) > Cc: Gary Feldman; [EMAIL PROTECTED] > Subject: Re: [Nant-users] NantContrib [loadtasks] > > > <[EMAIL PROTECTED]> wrote: > > > I don

RE: [Nant-users] What is the best way to tell the OS version that I am running?

2004-09-29 Thread Holmes, Jim (Space Technology)
Did you look at the task? http://nant.sourceforge.net/help/tasks/sysinfo.html > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Burton, > Kevin > Sent: Wednesday, September 29, 2004 6:17 PM > To: [EMAIL PROTECTED] > Subject: [Nant-users] What is the bes

RE: [Nant-users] NantContrib [loadtasks]

2004-09-29 Thread Holmes, Jim (Space Technology)
er their config file for their envrionment. I can't take credit for this approach. I snarfed it from Hatcher and Loughran's _Java Development with Ant_, where they really lay this out in (painful) detail. Yes, the book is about Ant, but many concepts carry over nicely. Jim >

[Nant-users] (off-topic?!) nant plugin question

2004-04-07 Thread Jim Frapper
I have VS.NET 2002 and I'm trying to get any plugnin for nant to work. There have been a couple of options I have tried. -- I have downloaded and installed the NAntAddIn hosted on the gotDotNet website. However, it doesn't show up in my addin list in VS.NET and I can't see anything in the U