[Nant-users] gac task

2004-09-02 Thread Steve Burkett
Hello, I have recent builds of nant and nantcontrib. NAnt.Core.dll 0.85.1706.0 NAnt.Contrib.Tasks.dll 0.85.1692.0 Does anyone know why I would be getting the below error? C:\data\projects\IDS 4.0\Server 4\Source\default.build(109,14): Specify either an "assembly" attribute

Re: [Nant-users] gac task?

2003-02-13 Thread Ian MacLean
Francis, As long as gacutil.exe is in your path and exec should find it. There is a gacTask.cs in the NAntContrib sources. Ian > Hi, > > I'd like to use gacutil to install an assembly but NAnt can't find the > path when I "exec" it (although I'm running NAnt from inside a .Net DOS > box), and I

[Nant-users] gac task?

2003-02-13 Thread Francis Norton
Hi, I'd like to use gacutil to install an assembly but NAnt can't find the path when I "exec" it (although I'm running NAnt from inside a .Net DOS box), and I can't find a gac task in NAntContrib though I see a reference to one in the changelog. I'm using NAnt version 0.8.0, and any upgrade wo