Deployment Projects fail to build after installing Vault

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
jhollis
Posts: 6
Joined: Fri Apr 01, 2005 2:42 pm

Deployment Projects fail to build after installing Vault

Post by jhollis » Fri Apr 01, 2005 2:54 pm

I was in the process of evaluating the Vault product and noticed that I can no longer build my deployment projects. After uninstalling the 3.05 Vault Client and Admin tool I can now build my deployment projects. Any idea what I am doing wrong?

1) The Web Project is under Vault Source Code Control

2) The Web Deployment Project is NOT under Vault Source Code Control

3) Both projects are under a single solution and the solution is NOT under Vault Source Code Control.

Thanks!

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Fri Apr 01, 2005 3:13 pm

Have not heard of errors like this before. What are the specific problems being reported?

jhollis
Posts: 6
Joined: Fri Apr 01, 2005 2:42 pm

Post by jhollis » Fri Apr 01, 2005 3:31 pm

Okay... I have a web project that runs correctly within the debugger and I can compile with the source code under the control of Vault (3.05). However, after testing and checking in my changes I perform the following steps to perform the deployment build:

1) Select the deployment project under the solution (inside the solution explorer).

2) Right click and select build.

3) The following occurs:

------ Build started: Project: Zink, Configuration: Debug .NET ------

Preparing resources...
Updating references...
Performing main compilation...
Building satellite assemblies...



------ Starting pre-build validation for project 'ZinkSetup' ------
------ Pre-build validation for project 'ZinkSetup' completed ------
------ Build started: Project: ZinkSetup, Configuration: Debug ------

Building file 'C:\Working\MIC\Zink\Visual Studio Project\ZinkSetup\Debug\ZinkSetup.msi'...
Packaging file <BLAH BLAH>...
... More files here ...
Packaging file <BLAH BLAH>...
ERROR: Could not create the file 'C:\DOCUME~1\JHOLLI~1\LOCALS~1\Temp\VSI412.tmp' 'Access is denied.'
ERROR: Unrecoverable build error



---------------------- Done ----------------------

Build: 1 succeeded, 1 failed, 0 skipped


*** THIS DOES NOT OCCUR IF I UNINSTALL THE VAULT CLIENT. I GET THE FOLLOWING:

---------------------- Done ----------------------

Build: 2 succeeded, 0 failed, 0 skipped

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Fri Apr 01, 2005 3:37 pm

Hmm. Just curious: Did you previously have VSS or another source control integration tool working with this? I'm wondering if this is specific to Vault or a general SCC issue.

Vault wouldn't be doing anything to prevent VS from writing out files to the temp folder. Can you check that folder for permission issues?

jhollis
Posts: 6
Joined: Fri Apr 01, 2005 2:42 pm

Post by jhollis » Fri Apr 01, 2005 4:02 pm

No. I was not using any Source Code Contol product before using Vault in integrated mode. I have used CSV though for other projects without incident.

jhollis
Posts: 6
Joined: Fri Apr 01, 2005 2:42 pm

Post by jhollis » Fri Apr 01, 2005 4:26 pm

Never mind... Looks like my CTO is going to kill this evaluation in favor of CVS. Unfortunately this also kills our use of Dragnet in favor of Bugzilla.

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Fri Apr 01, 2005 4:30 pm

Oh well - thanks for your interest in any case.

Post Reply