Flexbuilder 3 Problem

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

Moderator: SourceGear

Post Reply
nathansmith
Posts: 1
Joined: Mon Nov 24, 2008 1:57 pm

Flexbuilder 3 Problem

Post by nathansmith » Mon Nov 24, 2008 2:08 pm

Hi

I am using Adobe Flex Builder 3 (build 3.0.1.205647) with the Vault Eclopse Plugin 4.1.4.18402

When trying to add a flex project to a repository I get the following error message in the Vault Share Project Wizard. Any help would be appreciated.

"Could not create repository folder $/Trunk/Dinos due to Project 'Dinos' contains linked URIs but the'com.sourcegear.vault.team.RepositoryProvider' repository provider does not supported them."

shannon

Re: Flexbuilder 3 Problem

Post by shannon » Mon Nov 24, 2008 2:18 pm

Our plugin doesn't support linked resources. Your project must be using linked resources.

matt.newell
Posts: 16
Joined: Thu May 28, 2009 1:06 pm

Re: Flexbuilder 3 Problem

Post by matt.newell » Fri May 29, 2009 11:59 am

Ok I figured out why you get the linked URI error. In Flex when you debug or create a build a "working set" it adds a linked resource the output path like this.

<linkedResources>
<link>
<name>bin-debug</name>
<type>2</type>
<location>/Library/WebServer/Documents/webshop/webshop-debug</location>
</link>
</linkedResources>

Actually all you have to do is delete the debug and release folder in the gui before you share the project.

All you have to do is delete this node out of the .project file right before you share you project and it works perfect.

Post Reply