Bingo. I added ASPNET to the users group, which I thought should have
permissions, but for some reason it didn't. Once I added modify/create
as a permission for ASPNET, it worked. It's interesting, and still
doesn't completely make sense (ASPNET was added as a member of Users and
PowerUsers). Regar
Ok, I don't use VSS, so don't laugh if I am way off ;)
VSS uses a directory structure which is presumably located (in your
instance) at: C:\Program Files\Microsoft\Visual Studio\VSS\data\
Presumably VSS requires read/write access to this directory structure.
It looks to me like it is trying to c
Clayton,
That was a good thought, but no luck. In the nane.exe.config file, I
changed
to an absolute filepath. I didn't think it would work, as I'm not having
the problem when I run NAnt from the command line. It has to be some
different between ASP.NET and the command line.
Thanks,
Erick
>
Okay, this is a wild guess but the filename nant.log makes me wonder.
Try changing the nant.exe.config file to use a hard coded path for the
log file (something with everyone permissions), it may be trying to
create the log file under the vss directory (C:\Program Files\Microsoft
Visual Studio\VSS\
I'm attempting to get NAnt to run from an ASP.NET application. I have a
build file that works correctly from the command line, but when I
execute it, I get an error in the VSSGET task (visual source safe). I've
turned impersonation on, and have tried running ASP.NET as the local
admin. Neither one
great news! thanks ian.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Ian MacLean
> Sent: Wednesday, September 03, 2003 10:28
> To: [EMAIL PROTECTED]
> Cc: 'Vladimir Garmaev'; [EMAIL PROTECTED]
> Subject: Re: [Nant-users] RE: Nant-users digest
not necessary. There has been a recent patch to get slingshot workign
with 1.1. It was pretty simple. The only real difference is a version
attribute in the header. The change is in cvs. ie it won't be in any of
the recent releases.
Ian
indeed, slingshot can't deal w/ 1.1 format.
slingshot h
indeed, slingshot can't deal w/ 1.1 format.
slingshot has fallen into disfavour since the solution task showed up.
i'm not sure it'll ever get updated to deal w/ 1.1.
thinking
ah. what if you used the regex task to parse a 1.1 sln file and wrote
out a 1.0 sln file from the results? then th
Eric,
I tried slingshot based on your email and it doesn't
work. It says the solution file has a wrong format.
My assumption is that .NET 1.1 version has different format
Of sln and csproj files and slingshot has not been changed for 1.1.
Here...
slingshot -nant -sln OnDotNetSolution.sln >>.\OnDo