Questions tagged [snapshot]

A snapshot is the state of something (e.g. a folder) at a specific point in time. In this case, snapshot means the current content of the test branch, this doesn't have to be the head revision

I'd like to extend the concept of snapshot. As you can see here the snapshot cares about running processes allocated in memory too.

1849 questions
6
votes
2 answers

Why Maven Versions Plugin (versions:use-latest-versions) not updating/changing -SNAPSHOT version to release (none -SNAPSHOT version)?

I am using the Version Maven Plugin plugin use-latest-versions functionality to update groupID=com.example* internal dependency versions to the latest version. This is executed as part of our CI system using Jenkins. When developers start working on…
Norbert Tamas
  • 4,464
  • 5
  • 23
  • 28
6
votes
1 answer

Javafx-snapshot of scene doesnt show values and series

I made a really short app, which uses javafx to generate a chart. App shows the right values(chart) but when I do snapshot, image shows just an axis and labels, but not the series and values. stage.setTitle("Line Chart Sample"); …
Jiri Pur
  • 73
  • 3
6
votes
0 answers

maven downloads snapshots with timestamp

On a Redhat system running maven 3.0.3, certain artifacts are being downloaded with the timestamp instead of the -SNAPSHOT.jar ending. a-2.3.0-20140206.210030-51.jar b-2.3.0-20140206.205829-51.jar etc. However, on a Ubuntu system running maven…
user2569618
  • 517
  • 3
  • 16
  • 42
6
votes
2 answers

Why does maven release plugin allow for SNAPSHOT version in dependency management?

We have 1 company parent pom. This uses dependencyManagement to manage the versions for all the dependencies of all the artifacts used. What is alarming, is that SNAPSHOT versions can be defined in dependencyManagement. Though when maven…
joshjdevl
  • 7,092
  • 12
  • 45
  • 57
6
votes
3 answers

How do I cure "Can't release project due to non released dependencies" when releasing a child module?

I'm using Maven 3.1.1 and trying to use the Maven release plugin to release a child module of a multi-module project. The parent module was released and this child module is not in the parent's child module list. In my child module pom.xml file, I…
Dave
  • 15,639
  • 133
  • 442
  • 830
6
votes
1 answer

How do I download an Amazon RDS database from an instance?

A while ago, I shut down an RDS instance and took a snapshot. Now, a year later, I'd like to download that database. So I restored the snapshot by creating a new instance which is up and running. But I cannot figure out how to download the db. I…
6
votes
1 answer

Save captured screenshot after editing it

I want to implement a functionality in my app wherein the user can take snapshot of the current screen and can annotate it (modify/scribble/etc) and after that, can send it in an email. My app uses phonegap for ios as well as android support. But…
Vidhi
  • 387
  • 2
  • 11
6
votes
4 answers

how to determine if webpage has been modified

I have snapshots of multiple webpages taken at 2 times. What is a reliable method to determine which webpages have been modified? I can't rely on something like an RSS feed, and I need to ignore minor noise like date text. Ideally I am looking for…
hoju
  • 28,392
  • 37
  • 134
  • 178
6
votes
2 answers

deploy on nexus artifacts with Snapshot policy but without SNAPSHOT string in version

apparently my Nexus is rejecting every deploy I throw at him if the artifact has not -SNAPSHOT in the version. Data: name of the failing artifact: entando-core-engine-experiment-bundles_with_bootstrap.jar where experiment-bundles_with_bootstrap is…
William Ghelfi
  • 427
  • 7
  • 17
6
votes
1 answer

Amazon EC2 postgresql backups: Snapshot the data directory or pg_dump onto an EBS volume that is snapshotted consistently?

I have a postgresql database on amazon EC2 and need to determine the best way to keep this data backed up. I am considering two options: (1) Mount an EBS volume to some directory like /pgsqldata and use this directory as the postgresql data…
Lee Schmidt
  • 1,116
  • 1
  • 12
  • 17
6
votes
2 answers

Disable "Saving Snapshot" in NetBeans

How can I disable saving snapshot in NetBeans 7.1.2? It is slowing down the system dramatically. Any suggestions
brenjt
  • 15,997
  • 13
  • 77
  • 118
6
votes
3 answers

Webcam - detect QR code, take snapshot and decode

I am currently trying to write a java program to utilize either a built in laptop webcam or an external USB webcam. This would hopefully be compatible with both PC and Mac. I was wondering if anyone knew of a library that can deal with it all? I…
chrisby
  • 63
  • 1
  • 1
  • 4
5
votes
6 answers

snapshot image from PDF document

I want to make a snapshot image from an arbitrary page (i.e. not necessarily the first) in a PDF document. Any free tools for this? I'm using Delphi. TIA Steven
stevenvh
  • 2,971
  • 9
  • 41
  • 54
5
votes
5 answers

Xcode : Recover complete project from snapshot?

today I am playing a bit with the Xcode snapshot feature and I wonder if I could recreate a complete project from a snapshot if all code is lost. It seems to me in the Snapshot-Manager I can only see snapshots of the current project, not of all…
TalkingCode
  • 13,407
  • 27
  • 102
  • 147
5
votes
2 answers

The operator '[]' isn't defined for the type 'Object'

I'm trying to get documents in brews collection from Firestore. What is wrong with my code? Help me somebody who is used to Flutter and Firebase. ////brew list from snapshot List _brewListFromSnapshot(QuerySnapshot snapshot) { return…
P A T Himaranga
  • 111
  • 1
  • 2
  • 5