Vault 4.1.2 Cruise Control Plugin Invalid URI Error

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

Moderator: SourceGear

Post Reply
sam.anthonisz
Posts: 2
Joined: Thu Jun 12, 2008 6:41 pm

Vault 4.1.2 Cruise Control Plugin Invalid URI Error

Post by sam.anthonisz » Thu Jun 12, 2008 7:05 pm

CruiseControl: 1.4RC1
Vault: 4.1.2

When using the following configuration block with the new Cruise Control plugin in Vault 4.1.2 I receive an UriFormatException (see attached image). Does the new plugin support hosts running on a port other than 80? If so, what am I doing wrong as I have no problems with the traditional command-line vault plugin included with CruiseControl.

Code: Select all

<sourcecontrol type="vaultplugin" autoGetSource="true" applyLabel="true" cleanCopy="false">
          <username>username</username>
          <password>password</password>
          <host>dms-files:9000</host>
          <repository>BuildServerTesting</repository>
          <folder>$/BuildServerTest/</folder>
          <ssl>False</ssl>
          <useWorkingDirectory>False</useWorkingDirectory>
          <workingDirectory>P:\Build Server\Test</workingDirectory>
      </sourcecontrol>
Attachments
untitled.JPG
untitled.JPG (60.88 KiB) Viewed 1935 times

shannon

Post by shannon » Fri Jun 13, 2008 8:17 am

It should handle other ports. I've logged a bug for this. It will be fixed soon.

sam.anthonisz
Posts: 2
Joined: Thu Jun 12, 2008 6:41 pm

Post by sam.anthonisz » Sun Jun 15, 2008 8:01 pm

Thanks for that. Will continue with command line plugin for now.

Post Reply