Search found 19 matches

by obrion
Thu Dec 16, 2010 9:17 am
Forum: Support (Vault Professional)
Topic: Integration with Axosoft OnTime
Replies: 16
Views: 23423

Integration with Axosoft OnTime

I was pretty excited to receive the notice that with the release of Vault Professional 5.1, Vault would now be "including integration with Axosoft OnTime, the award winning project management and bug tracking software." As my team is now (finally) starting to use an Agile development metho...
by obrion
Wed Dec 15, 2010 3:59 pm
Forum: Support (Vault)
Topic: Failed to register project with Vault Enhanced Client
Replies: 14
Views: 51587

Re: Failed to register project with Vault Enhanced Client

I ran into this exact same issue and deleting the file for for me as well. Thank you for posting the solution! My issue was caused by the laptop locking up and requiring a forced power off, so it is understandable that the file was invalid. Very helpful to know WHICH file needed to be removed.
by obrion
Mon Oct 04, 2010 2:25 pm
Forum: Support (Fortress)
Topic: Specify Work Item from Command Line Client?
Replies: 1
Views: 4569

Specify Work Item from Command Line Client?

We have some developers running linux and using the java command line client. They want to be able to associate their chick-ins with a work item that has been created. How can we specify the work item for a commit of a changeset from the java command line client?

Thanks!

Robert
by obrion
Wed Feb 24, 2010 7:50 am
Forum: Support (Fortress)
Topic: Required Work Item(Bug ID) allows invalid IDs
Replies: 7
Views: 9920

Re: Required Work Item(Bug ID) allows invalid IDs

Is there a specific release in which we can expect Fortress to disallow the use of invalid item numbers for check-ins? I was just talking to a developer the other day and asked which work item he was using to check in some changes. His response: 0. If developers can specify invalid work item numbers...
by obrion
Wed Feb 24, 2010 7:38 am
Forum: Support (Fortress)
Topic: How to not automatically mark a task complete on check-in
Replies: 5
Views: 8381

Re: How to not automatically mark a task complete on check-in

Is there any way to find out when feature requests are expected to be implemented? I am also interested in the ability to default the state of this checkbox to unchecked.

Robert O'Brion
by obrion
Wed Feb 03, 2010 2:19 pm
Forum: Support (Vault)
Topic: How to roll back to a label/date?
Replies: 50
Views: 85777

Re: How to roll back to a label/date?

We could really use this capability as well. We just recently checked in a changeset that we now need to back out. This change set included adding new files and deleting some old ones.

Is there any way with the current version of Fortress to rollback a change set?

Robert O'Brion

AT&T Labs
by obrion
Wed May 06, 2009 2:23 pm
Forum: Support (Fortress)
Topic: Too few licenses error?
Replies: 1
Views: 3187

Too few licenses error?

We have a Fortress installation that has been installed and working fine for quite some time. Suddenly today we started getting the following error: You have more active web-only users than valid licenses. User accounts are disabled until the "admin" user deactivates some users. I checked ...
by obrion
Thu Aug 07, 2008 4:32 am
Forum: Support (Fortress)
Topic: Option to disable automatic check out?
Replies: 9
Views: 10440

Re: Option to disable automatic check out?

Ah, we are using the Enhanced Client.

Thanks for adding the feature request!

Robert
by obrion
Wed Aug 06, 2008 8:06 am
Forum: Support (Fortress)
Topic: Option to disable automatic check out?
Replies: 9
Views: 10440

Option to disable automatic check out?

Is there an option somewhere to disable the automatic checkout of files when editted from within Visual Studio? Several of the developers on my team have asked how they can turn that off. Apparently occassionally they accidentally start typing in a file they did not mean to edit, and Fortress automa...
by obrion
Mon Aug 04, 2008 6:57 am
Forum: Support (Fortress)
Topic: Exception(s) During CCNet Continuous Integration Build
Replies: 10
Views: 11501

Re: Exception(s) During CCNet Continuous Integration Build

Ah! Good to know. Also, turns out I misunderstood what the modificationWriter did, specifically. It seems it actually writes the modifications to an XML file that could be used by an external program, such as a NAnt script. Even without this included, the e-mail sent includes the modifications from ...
by obrion
Mon Aug 04, 2008 6:35 am
Forum: Support (Fortress)
Topic: Exception(s) During CCNet Continuous Integration Build
Replies: 10
Views: 11501

Re: Exception(s) During CCNet Continuous Integration Build

I am. I wanted to get the modifications from the previous build included in the e-mail sent when the build completes. I just took it out for now, and the exception seems to have gone away with the one build I forced. Will see what happens with the next build invoked due to a file checkin. Is there s...
by obrion
Fri Aug 01, 2008 11:54 am
Forum: Support (Fortress)
Topic: Exception(s) During CCNet Continuous Integration Build
Replies: 10
Views: 11501

Re: Exception(s) During CCNet Continuous Integration Build

I checked the server log and did not seeing anything. I then enabled Debug logging on the Fortress server and tried again. By refreshing the CCNet dashboard page, I saw the job start checking for modifications, then the exception started being displayed. I checked the server log and there was no ind...
by obrion
Fri Aug 01, 2008 8:56 am
Forum: Support (Fortress)
Topic: Exception(s) During CCNet Continuous Integration Build
Replies: 10
Views: 11501

Exception(s) During CCNet Continuous Integration Build

I have a couple builds set up now using Fortress as the source code repository and they are mostly working. The complete build that uses NAnt works flawlessly! However, I also have a Continuous Integration build set up and uses the CruiseControl.NET Fortress plugin in order to get the modified files...
by obrion
Thu Jul 31, 2008 6:48 am
Forum: Support (Fortress)
Topic: Required Work Item(Bug ID) allows invalid IDs
Replies: 7
Views: 9920

Required Work Item(Bug ID) allows invalid IDs

I have turned on "Require bug ID for checkins" on my Fortress repository as I want to be able to associate check-ins to work items that have been defined so we can see when someone makes a change, what they thought they were working on when the made the change. One of the developers came i...