I've got the 2.2 version of Subsonic but the SubSonic.dll is versioned as 2.1.1.0 is that fine?
Thanks
This is a bug in the zip file distribution. It has several copies of 2.1.1.0. It is not fine. 2.2.0 is in the root of the zip distribution, use that.
Related
Currently I have Spark version 1.6.2 installed.
I want to upgrade the Spark version to the newest 2.0.1. How do I do this without losing the existing configurations?
Any help would be appreciated.
If its maven or sbt application you simply change dependency version of spark and also migrate your code according to 2.0 so you will not lose you configurations. and for spark binary you can take backup of config folder.
There is no much change related to configuration, some method signatures are changed , major changes i observed was mapPartitions method signature and some changes to metrics/listener api, apart from new features.
I need to build the jars for Hibernate 3.2.0 but I am having trouble finding directions. I am trying to follow along in the tutorial but it is wanting me to create classes and other files, is that really necessary just to compile the jars? I need to compile on a 64 bit Linux CentOS machine.
Also the directions in the tutorial are for 3.5 or 3.6 and they say to use maven but when I downloaded the source it came with a build.xml file, so am I supposed to use ant? and when I try ant it tells me I am missing antl/tools.
I am a brand new intern and I am just trying to figure this out so I can do what is asked of me. Any help would be greatly apprecited.
Thank You in advance.
For branch 3.2, you'll just need to run the run.sh (Linux) or run.bat (Windows). It should be enough. But keep in mind that 3.2 is an old branch. If you are developing a new application, consider using a newer version (3.6, for instance).
Binaries for Hibernate 3.2 can be downloaded from their SourceForge project page. Hibernate distributions typically contain hibernate3.jar, dependent jars, reference manuals and source files. The jars can be used on any JVM with version higher than 1.5 (or 1.4, I don't remember precisely) available on 64-bit CentOS.
I am working on an opensource app that using SubSonic 2.0.3
I need to regenerate some of the code so I need the tool that does that.
I cannot find this version 2.0.3 of the code generator executable.
Any help would be greatly appreciated!
If you were just using ActiveRecord, there isn't that much difference (to my knowledge) between 2.0.3 and 2.2 so you could download and use 2.2 to update. With all the bug fixes in 2.2 from 2.0.3 I think it would be worth the effort.
Looks like the old codeplex hosting for subsonic is gone.
They haven't tagged any specific versions in the new github repository, but I bet that if you downloaded the 2.0 source you'd be able to get what you need.
http://github.com/subsonic/SubSonic-2.0/tree/master
I'm a bit confused on where to find the most up-to-date copy of SubSonic 2.x, after following the links I think it's here: http://github.com/subsonic/SubSonic-2.0 on GitHub, but I don't see anything showing it's 2.2+ versus something lower like 2.0 or 2.1. Can somebody confirm that GitHub has the most up-to-date version of SubSonic 2.x, I just want to make sure I'm tweaking the latest version of 2.x.
Yes, github has the latest version of the version 2 source.
Here is the link where you can download subsonic version 2 till 2.2.
https://github.com/subsonic/SubSonic-2.0/downloads
Anyone know why I can't download the subsonic website development tool install anymore?
It only shows a source download. Does anyone have a link to a full install download?
Oh he's back - Eric's going to work up his installer. Maybe next week.
Download the latest 2.1 release. Then download the 2.2 zip and copy the files over the 2.1 installation.
The reason you can't get a 2.2 install is because the developer that used to contribute that to the project, took a hiatus from contributing. Although there's a rumor he's back, so it may happen eventually.
I eventually found the correct download location. Thanks for all the help.
http://code.google.com/p/subsonicproject/ Looks like it has moved over to google code.