Questions tagged [snapshot-view]

The Snap feature in Windows 8. It enables you to snap Metro applications with classic desktop interface.

The Snap feature in Windows 8 was first introduced and demoed at Microsoft’s Build Windows conference. It enables you to snap Metro applications with classic desktop interface. Unfortunately, Windows 8 comes with a limitation for using this Snap feature, i.e. it does not work on lower resolutions. It will only work on resolution of 1366×768 pixels or higher.

14 questions
9
votes
1 answer

What's the "proper" way to delete files from a ClearCase snapshot?

When I delete a file from my snapshot view, the next time I look at the snapshot in ClearCase Explorer, it shows the "??" checked-out-but-removed icon. When I run "Find Modified Files" on the snapshot, the deleted files aren't shown. Running "Update…
RMorrisey
  • 7,637
  • 9
  • 53
  • 71
3
votes
2 answers

Continuous integration with ClearCase and long-updating snapshot views

I need to set up a continuous integration system. We use ClearCase version control and only snapshot views due to platform restrictions. I have tried setting up Hudson and Luntbuild. They both show the same behaviour. In a view, we have lots of…
3
votes
2 answers

Proper 'cleartool mkview' for ClearCase Snapshot view creation

Good afternoon, Seems like I am somewhat stuck in CC-land these days, but I have one (hopefully) final question regarding proper CC-handling: When using the CC View Creation Wizard, I can create a proper Snapshot view on my machine perfectly fine,…
Jörg Battermann
  • 4,044
  • 5
  • 42
  • 79
2
votes
2 answers

When was a clearcase snapshot view last updated?

I want to find the timestamp when a clearcase snapshot view was last updated. By this, I mean the time when the last "cleartool update" was started. Or, said another way, if I was going to make a dynamic view with a timestamp, what timestamp…
Ewat
  • 200
  • 1
  • 8
2
votes
2 answers

How to update clearcase snapshot view with config_spec file

I created a snapshot view, which has folder structure as the following: View_1 View_1.vws .vws folder has a config_spec file. If I modify the config_spec file and from view shortcuts > right click > update view. The config spec from the file are…
Mandar Kale
  • 337
  • 2
  • 13
2
votes
1 answer

How does a job can access a drive on a node, another job has mapped before?

I have configured a Jenkins master slave system with one master and two slaves. Every job is bound to a particular node. Some jobs are triggering others and those need the information of the first ones. E.g. Job A is built on node A, creates a…
Haras Brummi
  • 125
  • 7
1
vote
1 answer

Compile fails in snapshot view

I am trying to compile under a ClearCase snapshot view but my compile fails because all the makefiles point the root used by dynamic views. Is there a way to go around this?
Arys
  • 11
  • 2
1
vote
1 answer

Speeding up the fragmentation of a view

I have the following code (within an extension of UIView) that fragments a UIView into a certain number of pieces: public func fragment(into numberOfFragments: Int) -> [UIView] { var fragments = [UIView]() guard let…
ajrlewis
  • 2,968
  • 3
  • 33
  • 67
1
vote
1 answer

Reading the .copyarea.db and .copyarea.dat files in ClearCase snapshot views

A bit of background before I clarify the question. This is more of a personal project for fun. I really love the simplicity and visual appeal of the overlay icons provided by TortoiseSVN on Windows. So, I am trying to do the same for ClearCase…
s_b
  • 501
  • 5
  • 16
1
vote
2 answers

Capture off screen content as UIImage in iOS7

I have a UIView within UIScrollView which is much higher than the screen. My code looks like this UIView *contentView = [[UIView alloc] initWithFrame:CGRectMake(0.0f, -500.0f, 320.0f, 2000.0f)]; [_scrollView addSubview:contentView]; and I want to…
codingrhythm
  • 1,456
  • 14
  • 26
1
vote
1 answer

Snapshot the webview return blank image

I want to snapshot the entire of the content of the WebView. However, the returned image is always blank. Can you take a look and tell me where I'm wrong. Please don't suggest me use capturePicture function because the function is deprecated at this…
lolyoshi
  • 1,536
  • 3
  • 24
  • 42
1
vote
1 answer

Find my "hanging" checkouts from my view

I had checked-out files in a snapshot view in ClearCase. There has been a change in the vob servers and now I have ended up in the following situation: The files are checked-out but when I try to find them: Doing Find Checkouts in the view folder…
Jim
  • 18,826
  • 34
  • 135
  • 254
1
vote
1 answer

Robocopy error while copying from Dynamic View

I have an issue which has been bothering me for the past couple of months. I use a Dynamic View of UCM Clearcase to copy latest source code to the local disk. I then compile the source code and generate Installshield packages etc. I use Robobopy for…
msiyer
  • 821
  • 6
  • 20
1
vote
1 answer

Creating Activities in a Snapshot View in ClearCase

I would like to create an activity for my ClearCase snapshot view, but you cannot ct setview to a snapshot and when I try to just ct mkactivity I get the following error: my_snapshot> ct mkact Create activity with automatically generated name? …
Jake88
  • 955
  • 1
  • 19
  • 39