version

Automatically version JAR's in Eclipse

Hi. Is there any functionality in Eclipse (similar to Visual Studio), to automatically tag the JAR's with increasing version? I googled for this first, but didn't find any specific answer. Thanks! ...

How can I detect what version of JavaDB/Derby I'm using?

I use JavaDB (Derby) as an embedded database in my Java Swing application. I would like to detect and print the version of JavaDB I'm using. I have included derby.jar in my .jar-file for the application. How can I detect and print the version of my embedded JavaDB? ...

Using both versions of Ajax (1.0.61025 & 3.5.0.0) in a same SharePoint web application

Hello I'm working on a SharePoint web application. Since i can add web parts to the SharePoint pages i added two web parts A & B where A uses Ajax extensions 1.0 and B uses 3.5 version of it. If i enable Ajax in the web app i get the web.config entries for the both the versions of the dll System.Web.Extensions (1.0.61025.0 & 3.5.0.0) ...

How to use Excel Interop on lower version (.Net) ?

In C#, I'm using the Microsoft.Office.Interop.Excel reference v12.0.0.0, which (I think) corresponds to Office 2007. I guess that my program won't run on computers without Office 2007 or above ? What should I do ? ...

Build Solution on TFS using a specific changeset

I am developing a project that uses TFS to build solutions. But I found an error that I do not know how to solve it. When we compile a solution, we can specify a changeset to compile, right? Imagine the following scenario: At this moment the last changeset is number C100 We created the proj file in TFS. After creating the file, the C10...

product version number

Hi all, I want to retrive the product version number of an exe. If possible I need some thing which can work from the command line. Also is there an utility for unix as well? I need this on both mac and pc. Thanks in advance. Gaur ...

Android market "Whats new in version xyz" - information

Hi there, While browsing through various apps in the market, I noticed that there's a "New in version xyz: ... " text, just above the number of downloads and comments. Did I miss something, or is there a dedicated field to provide this kind of information while uploading a new version of your app in the market instead of just changing y...

Difference between eclipse europa, helios, galileo

What is the difference between eclipse (europa, helios, galileo). Which is the best for desktop application. ...

Is there a way to execute PHP as an older version than the one installed?

I need to support some legacy code on a server where I need to be on the latest stable PHP version at all times. I can't possibly update the code base every time I upgrade so I'm wondering if there is a way to run this specific site with an older version of PHP than the one installed. Example: I'm running PHP 5.3.3 and my code for an ol...

Change my applications's exe file version in VB6

i made an application in vb6 now i have given it a product version from project/properties but i noticed the win explorer has two tags for exe a product version and a file version. i want to edit the file version of my app's exe any idea how can i do that? file version should be x.x.x.x ...

ipad - How can I control the version of my iPad app?

Hello. I am not talking about the formal version control (svn, etc) for my iPad app. I wish someone could tell me where in my app to set the version of the app. For example, my app's product name is Go Here. To indicate the version, where should i set the version? bundle version in the plist? I need this version thing just in case th...

bash version-sorting question

In the directory "data" are these files: command-1.9a-setup command-2.0a-setup command-2.0c-setup command-2.0-setup I would like to sort the files to get this result: command-1.9a-setup command-2.0-setup command-2.0a-setup command-2.0c-setup I tried this find /data/ -name 'command-*-setup' | sort --version-sort...

How to check if iOS version supports library?

This question... http://stackoverflow.com/questions/3862933/check-ios-version-at-runtime ...received an answer explaining how to test if a class supports a method. (Over time, Apple may have added methods that the class, as presented in an old iOS, would not have. Rather than test for the iOS version, just test the class directly.) Ca...

Which Version control?

If a project has multiple people, say, A,B,C working together and they all edit a same source file. Couple months later, they realize that what A has been doing is wrong and they want to roll back the file in such a way that only parts/functions/lines/... that A "touched" are removed and the work B and C did is still in the roll back v...

Where is Kohana Version

Anyone knows Which file in Kohana framework contains the version information. Everything I look in the tutorials opposes to what I view in my application (Cannot Update at this moment). ...

Detect Objective-C runtime version at runtime?

I'm searching for a way to dynamically detect the version of the objectivec runtime. It's different from iPhone Simulator (old) to iOS Devices (new) runtime. And some fancy stuff actually depends on the differences. For now I hacked around that issue with a preprocessor define: // simulator is a 32-bit mac app with old runtime, iOS de...

Support of different Javascript versions in browsers

Surfing the MDC docs here, I've noticed there are quite a few versions of javascript (1.6 to 1.8.5). I was wondering: Is there any online reference for Browser / Javascript version supported ? Is there any practical application for the use of different javascript versions ? According to MDC you need to do something like this to use th...