@Mark: We used devenv in the past because MSBuild did not support Web
Deployment projects. This was a pain and the network admin whined like
a little girl about "all that disk space" that VS 2005 was taking
up ;-)
We didn't have any problems using devenv though - it ran well for a
month or two....

We recently moved to using the NSIS Installer and I have rewritten the
build scripts to use MSBuild instead.

Glad you got to the bottom of it.

Cheers
Dave

On Apr 8, 3:20 pm, Ruben Willems <[email protected]> wrote:
> Hi
>
> I'll update this, not a problem
> Where would you want to place it ?
> ° in the faq section
> ° in the devenv task
> ° ...
>
> with kind regards
> Ruben Willems
>
> On Wed, Apr 8, 2009 at 4:16 PM, Mark Levison <[email protected]> wrote:
>
> > On Wed, Apr 8, 2009 at 4:31 AM, Dave Carson <[email protected]>wrote:
>
> >> Hi Mark,
>
> >> I thought I had replied alreay here but can't see it now :-(
>
> > You replied to me directly.
>
> >> When you run CCNet from the command line you do so with the
> >> permissions you logged in with. However, when you install the service
> >> it is configured to use 'Local System'. One of the problems we had was
> >> when we tried to connect to our Subversion repository via https -
> >> which worked from the command line. The issue was that we could not
> >> accept the authentication certificate for the Local System user so the
> >> SVN operations failed.
> >> We also had problems accessing network shares etc.
>
> >> We created a domain level account with the appropriate permissions,
> >> logging into the server as that user, accessing the repository and
> >> accepting the certificate. Reconfiguring the service was
> >> straightforward and all has been well since.
>
> > I tried that and it helped with the VSS problems. The second problem was
> > caused by the use of devenv. It turns out that its just easier to call
> > msbuild with the solution file rather than resolve the underlying problem.
> > Someone with Wiki access might want to document this issue.
>
> > If someone grants me wiki access I will write a few words on this problem.
>
> > Cheers
> > Mark
>
> > Blog:http://www.notesfromatooluser.com/
> > Recent Entries: Agile/Scrum Smells:
> >http://www.notesfromatooluser.com/2008/06/agilescrum-smells.html
> > Agile Games for Making Retrospectives Interesting:
> >http://www.notesfromatooluser.com/2008/10/agile-games-for-making-retr...

Reply via email to