Search found 8 matches

by GKoch
Tue Oct 06, 2020 7:46 am
Forum: Source Control
Topic: Flare 2020 and Azure DevOps Server for source control?
Replies: 4
Views: 9521

Re: Flare 2020 and Azure DevOps Server for source control?

Hi Kirsty, Azure DevOps is the cloud version of Microsoft Visual Studio, which is often used interchangeably with TFS. The naming conventions are crazy and confusing, especially since DevOps is also used generally to refer to a continuous delivery methodology for IT folks. Azure DevOps is Microsoft'...
by GKoch
Wed Sep 13, 2017 7:05 am
Forum: Flare's General Discussion
Topic: Can I rename the build task in the BuildAll target?
Replies: 1
Views: 1078

Re: Can I rename the build task in the BuildAll target?

Aha! Open the BuildAll.flbat in Internal Text Editor and edit it there. Duh.
by GKoch
Mon Sep 11, 2017 6:24 am
Forum: Flare's General Discussion
Topic: Can I rename the build task in the BuildAll target?
Replies: 1
Views: 1078

Can I rename the build task in the BuildAll target?

I've been running builds of many Flare projects on a nightly basis by creating tasks in the BuildAll target, which are managed by Task Scheduler. I noticed, though, that one project's build task seemed to keep disappearing, or changing to the build schedule of another project. After re-adding/editin...
by GKoch
Wed Sep 21, 2016 5:41 am
Forum: Importing
Topic: Import review package - given path's format not supported
Replies: 3
Views: 3605

Re: Import review package - given path's format not supporte

Any answers on this one? Two members of our team (me included) started getting this error out of the blue in Flare 11 and 12.
by GKoch
Fri Mar 11, 2016 7:18 am
Forum: Flare's General Discussion
Topic: How to sync TOC entries with topic headings?
Replies: 5
Views: 1511

Re: How to sync TOC entries with topic headings?

Actually I think that there should be a checkmark in the target (or the topic properties) specifying that the TOC titles should automatically synchronize with the h1 headings in the topics. I understand that some need to have the two things separated, but in all our cases we want to have the same t...
by GKoch
Thu Mar 10, 2016 7:28 am
Forum: Flare's General Discussion
Topic: Scheduled build tasks turning up errors in Task Scheduler
Replies: 0
Views: 1683

Scheduled build tasks turning up errors in Task Scheduler

We do a nightly scheduled build of 48 Flare projects. Each of these projects has a batch target with a scheduled time for it to build and publish. When you create a scheduled build in Flare, it adds a task to Task Scheduler with the build's name, trigger (time), Next Run Time, Last Run Time, and Las...
by GKoch
Tue Jan 05, 2016 11:57 am
Forum: Source Control
Topic: A record of all check-ins for a project?
Replies: 4
Views: 2965

Re: A record of all check-ins for a project?

We use Microsoft Visual Studio for source control. In my first post I was talking about doing what you describe-- checking the history of that folder. That only tells me the number of commits/changesets; not the number of topics. We send review packages off to another department on a regular basis. ...
by GKoch
Tue Jan 05, 2016 9:46 am
Forum: Source Control
Topic: A record of all check-ins for a project?
Replies: 4
Views: 2965

A record of all check-ins for a project?

I have been asked to get a tally of how many times changes have been made to files in a Flare project. So far as I can tell, the best way to do this would be to get a total of check-ins to Source Control from that project, after the project was created and initial topics added. Problem: I can't find...