Questions tagged [versions]

273 questions
0
votes
2 answers

Xcode build fails under Subversion control (using Versions)

I have this Xcode project that I use for building an App Store app (the code is generated by Titanium Appcelerator). So far it's been working fine. But when I add my project to subversion (using Versions) and check it out, my build starts…
mat
  • 571
  • 1
  • 8
  • 25
0
votes
1 answer

Checking in pom files to SCM using maven

Using the maven versions plugin I update the version numbers of the pom files : versions:set -DnewVersion=1.0.2-SNAPSHOT I then check in the pom files manually prior to performing a build. I don't think the versions plugin can check in files…
user701254
  • 3,855
  • 7
  • 37
  • 52
0
votes
0 answers

My app runs slower on Android 4 than Android 2

I've got an app out for Android that generates sound. When the CPU is over worked, it doesn't run a tight enough loop and the result is snaps, crackles, and pops in the audio. I was thinking that with newer devices, there would be less of this. But…
MikeHelland
  • 1,111
  • 1
  • 7
  • 17
0
votes
1 answer

Cocoa Versions Browser: full screen

I have a problem in my document-based application, when it is in a Version Browsing mode. It seems that although the version browsing UI fills the entire primary screen, the secondary screen is not darkened to black (as in version browser of other…
Yoav
  • 5,605
  • 3
  • 36
  • 58
0
votes
2 answers

java glassfish jdk 7 jre 6 version conflict

Downloaded JDK 7 from Oracle Java (comes w Glassfish) and installed on a Windows 7 machine. In the shell, when I issue these commands: javac -version java -version ... I get two different versions. The compiler seems to be Java 7 but the JRE…
AHL
  • 600
  • 3
  • 8
  • 28
0
votes
1 answer

why Xcode refers to nonexistent file?

I'm using version control "Versions" SVN for Mac. After updating, Xcode begun to show this error clang: error: no such file or directory:'/Users/ThisUser/Documents/Applic/trunk/ios/Applic1.0/CheckBoxClass/FCheckBox.m' Command…
Aleksey Potapov
  • 3,363
  • 4
  • 38
  • 61
0
votes
3 answers

Use javascript to redirect to UK or Irish version of the site

I am working on a site where there are UK and Irish sub-folders. Both sites work off the one CMS, inside which there is an Irish section and UK section. I want to store a cookie that contains the version of the site they choose from the drop down My…
Danny Connolly
  • 805
  • 3
  • 10
  • 26
-1
votes
1 answer

Windows Server 2003 Multiple versions of same file by user name

I'm helping a client with an issue on his server and I'm coming across something I have not seen before. There appear to be multiple versions of shared files that are named with the windows logon name of the user plus some type of version number. …
user1232971
  • 111
  • 1
  • 11
-1
votes
2 answers

Lion previous versions working for restore, but UI bindings not updated after performing restore

I'm working on an app currently, and was scratching my head thinking that previous versions wasn't working; however it turns out that closing the document window and re-opening after a restore the restored values are now displayed. The problem…
Clint
  • 5,733
  • 2
  • 23
  • 44
-1
votes
2 answers

What's the meaning of the Rails version digits?

How incompatible are rails versions with different version numbers? What's the meaning of these numbers? For instance, from version 2.8.7 to 3.0.1, we may expect to have major incompatibility issues. However, how incompatible would be versions 2.7.1…
Pedro Rolo
  • 23,843
  • 11
  • 53
  • 92
-1
votes
1 answer

Why are the hadoop releases not in the same order as their numbers?

I've visited the website to download the latest version and I found that 2.8.4 was released after 2.9.1. Why does that happen? And which one should I download?
-1
votes
1 answer

How to downgrade keras and tensorflow version on windows?

i'm trying to run a code which i found on the internet called FgSegNet, the code writer mention that he uses Python 3.6.3, Keras 2.0.6,and Tensorflow-gpu 1.1.0. and i'm using, anaconda3, python 3.5.5, keras 2.1.6,and tensorflow 1.8.0. on…
-1
votes
2 answers

I need to know what pygame version to get on my windows 10 laptop for python 2.7.13

I've tried lots of different versions and when I try to import pygame and access things from it, I just get an error saying basically that it can't import pygame. What pygame version should I get? And what's a good way to test it to see if it works?
-1
votes
1 answer

Error: could not find function "distinct" when using dplyr library for R on Windows 7

I'd like to get the unique values from a column in a dataframe. With the R package dplyr, it should be possible. This distinct(select(dataframe, column)) works great on my Mac. In RStudio on Windows 7 I encounter this: when I run this R…
Micah Stubbs
  • 1,572
  • 19
  • 31
-1
votes
1 answer

Comparison of all Android SDKs

I had been given a assignment to prepare a presentation about this subject. Logically I went ahead and prepared such presentation about the all revision starting from SDK revision 3 to SDK revision 23. Instructor refused this homework, saying I…
1 2 3
18
19