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."
Flexbuilder 3 Problem
Moderator: SourceGear
Re: Flexbuilder 3 Problem
Our plugin doesn't support linked resources. Your project must be using linked resources.
-
- Posts: 16
- Joined: Thu May 28, 2009 1:06 pm
Re: Flexbuilder 3 Problem
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.
<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.