Where can I find previous versions of STS spring - spring

I have been tasked with fixing a bug found in a legacy app written in version 2.4.0 or 2.6.0 of STS.
After spending the better part of 2 days trying to port it to 3.6.2 without success I need to get my hands on either of these older releases to see if this even works or if there is something wrong with the app code base. I have spent the better part of an hour searching STS Spring for previous versions but can't find anything on the site. Where are previous versions of STS or why have they been stashed away?
OS Target: Window 7 - 64 bit
Thanks

Having a look at this post and the filename of the current version, you come up with: http://download.springsource.com/release/STS/2.6.0.SR1/dist/e3.6/springsource-tool-suite-2.6.0.SR1-e3.6.2-win32-x86_64.zip
Very strange that they are not linking the old versions even though they are still available.

Related

Swift compilation discrepancy in version 2.1.1 and xcode 7.2

We have latest Xcode(7.2) having Swift(2.1.1) installed in few mac systems. Here developer didn't find any errors in his code which was checked in, but the same code used at other end were observing errors(most of them related unwrapping variables).
verified all settings and version details not able to find any difference. Any help or suggestions will be appreciated. Thanks
Most likely the machine "at the other end" is not running Xcode 7.2. There is a tool for converting Swift 1.x to 2.x, but not the other direction. But without code sample illustrating the problem, we can't help you much. In addition to shifting unwrapping conventions, there is new syntax later versions of Swift (e.g. guard, error throwing, etc.).
But, if you're going to share a Swift project amongst multiple developers, you probably just want to make sure everyone is using the same version of Xcode. And with Swift progressing as quickly as it is, you might want to encourage everyone to use the latest production version of Xcode.

Where can I find a non-ARC version of CocoaAsyncSocket?

I have an application that I have used AsyncSocket with success, but the application is required to run on 32-bit Mac systems so I'd like a non-ARC version of AsyncSocket. In my searching I am finding indications that AsyncSocket was indeed non-ARC in earlier versions but I cannot find any site that has archives of older versions. GitHub only seems to have an ARC version. Does anyone know where I can find a non-ARC version?
Edit: nevermind, I scrolled back through github commits and can get what I need.
New answer to an old question, but in case anyone's wondering, CocoaAsyncSocket was converted to ARC in 7.1. Grab the latest 7.0.x for non-ARC.
More info on the wiki: link

Upgrading Sharp Architecture from 1.9.6 to 2.0.x

I have an existing ASP.NET MVC3 site that has been built with Sharp Architecture 1.9.6 and I'd like to upgrade to 2.0.4.
I've used NuGet to: Update-Package sharp-architecture. Obviously there are a number of compile issues...so I've been trying to update the references using the version history as a rough guide.
Unfortunately, it hasn't helped all that much since namespaces like SharpArch.Infrastructure seem to have disappeared somewhere between 2.0.0 --> 2.0.4 which is odd because I thought they used Semantic Versioning... but anyway...
I've been searching the interwebs for a guide on how to upgrade and I haven't come across anything helpful. Even reading through the sharp architecture blog hasn't helped me with this problem...
So does anyone know if there is a guide for how to upgrade to version 2.0.x? Surely it must be possible. Or is one expected to start a new site using Templify?

XCode 4.0.0 Version instead of Xcode 4.0.2

I downloaded Xcode 4.0.2 just a while back. I am not able to connect to the repositories as I was able to do in Xcode 4.0.0.
I do not know the reason for this, and I think the settings are pretty much right. I am now searching for Xcode 4.0.0 so that I could revert back to the earlier version.
Does anybody know where I can find the earlier version of Xcode?
You can look on torrent sites, there may be some out there. Also, try searching Google for links from Apple, you may be able to figure out the download link from the most recent available on Apple.
Are you running Time Machine? You could revert to an earlier version from there.

Did the Mac OS X Java update to 1.5u7 whack my 1.6.0 laf.jar?

This is the update that just came out this week (2010-05-18).
Somebody moved my cheese. It appears that laf.jar is look and feel, so it is probably not a big deal for my Java development. Eclipse got mad about the missing JAR file, and furthermore thinks the 1.6.0 VM disappeared, which it didn't. I had to redefine the VM library within Eclipse and everything appears kosher, but I was hoping somebody with more hit points than me could say so definitively. Am I all good? Was it really the Mac OS X update for 1.5 that went and hunted down a file in my 1.6 VM?
I haven't been able to google anything about this... If somebody could post a link to some information about this, that'd be appreciated too.
I've had the same problem. Eclipse complained that there were classes missing in laf.jar. I've done basically the same thing: I went to Preferences-->Java-->Installed JREs . When I clicked on it Eclipse told me that it could not find the JVM 1.6 at the specified path and removed it. I then told Eclipse to search for existing JVMs. It found (of course) 1.6. The error in laf.jar disappeared and Eclipse did not complain anymore.

Resources