The multiple-versions tag has no wiki summary.
1
vote
1answer
11 views
How to install multiple openerp version on ubuntu 10.04 LTS
anyone know how to install multiple openerp version inside ubuntu 10.04 LTS ? i need to support 3 version of openerp which are 6.0.4, 6.1 & 7.0 is it possible to install all versions inside 1 OS ? ...
5
votes
2answers
54 views
What approach to use in own programs to leverage updates to future java versions?
If a developer extends a Java class that is part of the JDK and adds new methods to it, there is always the risk that a future version of java may introduce methods with the same name/signature ...
2
votes
0answers
35 views
Loading specific PyQt4 modules with multiple python versions
I have a problem with a multiple python install on a win7 system.
I Have a Python2.6.4 and a Python3.1. each of them have a different PyQt4 version properly installed in their site-packages ...
0
votes
1answer
41 views
Directory Path of the last version of ClickOnce application
I want to know if there is a way to get the directory of the previous version (the last version older than the current version) of ClickOnce Application?
Something like this?
...
0
votes
0answers
26 views
Xcode and saving versions
I'm relatively new to Xcode (am using 4.5.2 on Lion) and have struggled to find a way to do what would be straightforward in most applications, namely, to save the current version of a project with a ...
0
votes
0answers
56 views
Android FrameLayout different behavior API 10 and 11
I was designed a view with a FrameLayout as the parent of an ImageView and TextView and when testing on devices with API <10 I've realized that the FrameLayout height doesn't obey to the ...
4
votes
3answers
81 views
Maintaining and Deploying Two Versions of an Application Simulataneously
I have a C# WinForms application in Visual Studio 2010 that is used by two different customers. The basic functionality of the application is the same for each customer, but certain lines of code ...
0
votes
1answer
37 views
Organizing github repository for java 6 and 7
I am wanting to create a gihub repository that offers benchmarking code that
works for concurrent features available only in JDK 1.7 (Fork/Join) as well as for older ones found in JDK 1.6.
...
4
votes
1answer
252 views
Using perlbrew is it possible to do multiple installs by architecture?
I would like to be able to install multiple versions of Perl but I need to have them by architecture as well.
I know that I can use perlbrew to get installs by version: 5.10.1, 5.12.3, 5.16.0, etc. I ...
0
votes
1answer
166 views
Working with multiple Silverlight versions
I have Silverlight 4 Tools for VS2010 installed for developing Prism and Silverlight 4 apps with VS2010.
I am accessing a site to watch videos that needs Silverlight client version 5. When i install ...
0
votes
4answers
66 views
Developing different versions of a product
I have a Java-based server, transmitting data from many remote devices to one app via TCP/IP. I need to develop several versions of it. How can I develop and then dwell them without need in coding for ...
2
votes
2answers
190 views
How do I managing usage of multiple versions of unmanaged DLL calls in C#?
I wonder if anyone can point me in the right direction I'm fairly new to c# so go easy on me.
My code uses an unmanaged DLL that is a provided API for interfacing with a SmartCard Reader, I don't ...
2
votes
3answers
111 views
Best Practice for Handling Changing Javascript Library Versions on a Website
I fear this is a rather dumb question but I keep stumbling over it and can't seem to find a good "best practice" to guide me in this.
I'm looking for a best practice for deploying and maintaining ...
0
votes
1answer
410 views
Change minSDKVersion depending on Device
I want to publish my application for more than one Version of Android.
Thats why I wrote this in my Manifest xml
<uses-sdk android:minSdkVersion="8" />
My app shows a TimePicker. The ...
0
votes
1answer
801 views
Multiple xcode versions in Lion OSX
I want to install xcode 4.1 in my iMac OSX Lion. But in my iMac, I have Xcode 4.2.1. How to install iOS 4.1 but not override Xcode 4.2.1?
1
vote
1answer
270 views
Resolving/using multiple assembly versions from 3rd party dependencies
In my project, I have a problem with its dependency hierarchy. I use a library (WriteableBitmapExtensions) in my code, and I have another 3rd party library which also uses WriteableBitmapExtensions. ...
2
votes
2answers
176 views
Maintain Android App for Multiple Markets (on Git)
I have my App published as a free and pro version to the android market. All sourcecode is stored in one git repository.
I now want to publish the app to another app market. Since only a few files ...
0
votes
2answers
486 views
jquery plugins working with different jquery versions
i got plugins using 3 different versions of jQuery on my site "1.7.1" "1.5.2" and "1.3.2". Got first 2 on my main page and theyre working just fine, but when i enter a site that uses the third one ...
0
votes
2answers
426 views
Unable to use jquery plugin using higher version of jquery, while loading two versions of jquery simultaneously
Our project is running on jquery 1.3.2, yes a very old version, I know. Anyways, we are not going to upgrade that right now. We just need to use jquery's chosen plugin (Download link - ...
0
votes
2answers
449 views
Having Multiple versions of Jquery
Ok the site I just started uses jquery 1.4.min to run a dynamic page changer which I got off a site. And it also uses 1.6.2 to run a photo slider which I also got off another site. I want both to work ...
0
votes
2answers
780 views
Aptana studio3 Eclipse plugin install process fails in specific conditions - what's the right processv to follow
I had first installed Eclipse with Aptana studio 2 plugin.
Later I would test studio3 and installed as stand alone.
Now I wish to migrate from studio 2 to 3 (very few projects) plugin, import ...
12
votes
1answer
783 views
How to pip install a package with min and max version range?
I'm wondering if there's any way to tell pip, specifically in a requirements file, to install a package with both a minimum version (pip install package>=0.2) and a maximum version (theoretical ...
4
votes
3answers
401 views
How to implement multiple Android versions to use different libraries?
I know there are a lot of questions out there about multiple Android versions pertaining to free/paid versions but this might be a little different.
My app currently uses AdMob for advertising and ...
-1
votes
1answer
751 views
How do /usr/include files (e.g. string.h) relate to gcc version?
I have a Kubuntu 11.10 system with Eclipse-CDT Indigo. gcc-4.6 was installed along with Eclipse. I have since installed gcc-4.4 and gcc-4.2 via Ubuntu packages.
I can switch the /usr/bin/gcc symlink ...
2
votes
2answers
379 views
Supporting multiple versions of Eclipse
I have an Eclipse plugin and I am aiming for 3.1 or 3.2 as a minimum version to support. The problem is that some of my code only works in version 3.5 and above (see my other question: Is there an ...
12
votes
3answers
1k views
Best practices for Python deployment — multiple versions, standard install locations, packaging tools etc
Many posts on different aspects of this question but I haven't seen a post that brings it all together.
First a subjective statement: it seems like the simplicity we experience when working with the ...
2
votes
2answers
1k views
How can I use multiple versions of rails in the same machine
I have installed rails 3.0.10 and 2.3.5 in my machine. I wanna shuffle between them but I am unable to use 2.3.5. When I run a command, the system recognizes only 3.0.10.
3
votes
0answers
230 views
What do you think of Spoon.net? [closed]
While searching for a way to run multiple Chrome versions on the same computer, I've eventually stumbled upon Spoon (check the demos: http://spoon.net/Server/Demos - and specifically one at the bottom ...
7
votes
1answer
788 views
Make two versions - lite and pro - of the same app
We have an AdWhirl-sponsored version of an app (Moonrise) and would like to offer an ad-free $.99 version.
For maintenance reasons, I'd like to have a single app in which I just change a couple ...
8
votes
6answers
381 views
Handle multiple versions in same URL
what I'm trying to do is to handle multiple versions of the same web application, somewhat like Google does with some of their products where you get the "Try the new version" link.
The goal is to ...
1
vote
1answer
292 views
Connecting to different database versions
I maintain a set of applications that use Pro*C to connect to Oracle 10g databases. These applications are generally involved with moving data from one database to another. In each case a connection ...
5
votes
1answer
154 views
The right way to provide a Premium update to a free Android App
I have been developing a free game (with ads) on the Android Market. Now quite a few people are requesting me to do a paid version without ads. I have no experience in keeping multiple versions of a ...
3
votes
2answers
723 views
Installing modules for multiple python versions
I have installed python 2.6.6 and python 2.5.5 on the same machines (Ubuntu 10.0.4), since 2.6 is my default version and 2.5 I need for maintaining old stuff.
But I have a problem to install ...
1
vote
2answers
342 views
Multiple iPhone App Versions for Different Countries
I created an app and it is currently live in the app store for all countries. I would like to roll out a different version of my app for the UK, the only difference being the cities users see. Is it ...
0
votes
1answer
560 views
jquery error with different versions tablesorter and ui dialog
I am quite new to jquery so hope this stuff isnt obvious. I searched for a solution but did not find one specific to my question.
I have a classic asp page which has a table that is updated every ...
0
votes
1answer
682 views
Using multiple jQuery versions problem
I am building control that uses last version of jstree. Problem is that whole system is build using jQuery 1.3.2, but i need to use jQuery 1.4.2 for jstree, also to prevent errors need "$" still ...
2
votes
1answer
395 views
How to install multiple TRAC versions on Windows
We have been using TRAC 0.11.1 for quite some time now and have a lot of projects running with it. Now we are facing a migration to a new server and would like to start using TRAC 0.12.2.
Of course ...
7
votes
3answers
447 views
boost distributed with closed source library
I have an application that needs to use a certain closed source C++ API. This API is distributed with some bits of Boost, binary library files and all. I like to use Boost in my own code. I can't just ...
1
vote
3answers
290 views
Maintain multiple versions of the same Php website
I am building a new website using Php and CodeIgniter (on a LAMP stack). One requirement is to have the facility to run simultaneously more than one version of the same website e.g. a “live” and a ...
4
votes
4answers
3k views
Loading multiple versions of the same assembly
I'm working with a third-party assembly and unfortunately I now need to load their latest and a previous version into my project so at runtime I can decide which one to load. I only ever need one, ...
9
votes
1answer
289 views
closed source library includes boost distribution
I'm using a closed source library (by Activ financial) that includes with their API a boost distribution, both some boost header files and boost library files.
I also use Boost in my existing ...
3
votes
3answers
1k views
How can I install a newer Perl without damaging the system install?
I have seen plenty of people mention some of the cool new features in Perl >= 5.12 but my preferred flavor of Linux Ubuntu only comes with 5.10.1.
I have no fear of PPAs and I know how to google ...
5
votes
2answers
333 views
Is there a non-global equivalent of perlbrew?
I'm using perlbrew right now to manage multiple versions of perl, but perlbrew is global. If I do perlbrew switch perl-5.10.1 in any shell, then all shells and scripts will now be using perl version ...
1
vote
3answers
7k views
Running multiple python version
I want to run multiple Python version in my box. Is there anything like version manager in Python where I can switch between multiple Python version without having to call the full path of the python ...
6
votes
1answer
2k views
How can Install multiple Perl versions without them tripping over each other's XS modules?
I would like to install several different versions of perl in my home directory. I tried using App::perlbrew, but XS modules from one version were causing segfaults in the other version. Is there any ...
0
votes
1answer
518 views
How to link to a specific version of the standard library (with gcc)
I've installed GCC 3.4 to /opt/gcc-3.4, and I'm using it to compile legacy code which is incompatible with GCC 4. This also means old versions of the C(++) standard libraries, binutils, and utility ...
1
vote
2answers
134 views
What is the compatibility on .NET 4.0?
We have several .NET applications developed in .NET 3.5 (Windows services, web applications, and WCF services) in different servers.
I'd like to migrate to .NET 4.0 and use VS.NET 2010.
Does VS.NET ...
10
votes
8answers
563 views
How to maintain long-lived python projects w.r.t. dependencies and python versions?
short version: how can I get rid of the multiple-versions-of-python nightmare ?
long version: over the years, I've used several versions of python, and what is worse, several extensions to python ...
15
votes
3answers
6k views
Using different versions of the same assembly in the same folder
I have the following situation
Project A
- Uses Castle Windsor v2.2
- Uses Project B via WindsorContainer
Project B
- Uses NHibernate
- Uses Castle Windsor v2.1
In the bin folder of ...
1
vote
1answer
104 views
Supporting multiple versions without separate builds in JavaME
I want to be able to support multiple versions of Java ME without having to have multiple builds. I already know how to detect the profile/configuration/supported JSRs. My problem is that knowing ...


