News:

Facebook killed the radio star. And by radio star, I mean the premise of distributed forums around the internet. And that got got by Instagram/SnapChat. And that got got by TikTok. Where the fuck is the internet we once knew?

Main Menu

2.1.3 rc 1

Started by Joe, February 18, 2010, 01:51:56 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Joe

Due to the crash-and-burn-ness of recent releases, I've decided to put 2.1.3 in release candidate before releasing it, so that I don't look so retarded when I have to post three different final versions.

Go ahead and check out the subversion from googlecode, and type ant in the checked out directory, if you have J2RE installed. If not, I'll post the compiled JARs eventually.
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


Lance

I am getting about ~800 errors from the core fresh from the SVN, so I cant compile :P
Quote from: Joe
[23:55:31] [william@enterprise ~/Documents/Programming/javaop2]$ svn commit -m 'Tried to fix StayConnected. Again.'
Committed revision 63.
StayConnected strikes back!

Joe

Try deleting your SVN directory and redownloading.
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


Lance

Funny you say that because I deleted my SVN directory yesterday!

Earlier yesterday, before I imported JavaOp2 RC1, Eclipse stopped working properly (the Java perspective was completely hosed, it was not even showing errors) after my package manager updated it. Because of this, I removed eclipse and started rage rm -rf'ing directories ("~/.subversion", "~/.eclipse", and "~/workspace/.metadata" at least). Then, I reinstalled eclipse and subclipse, fired up eclipse, added the javaop repo, imported the javaop2 project, and got excited just to be burned by this; lol:

Quote from: Joe
[23:55:31] [william@enterprise ~/Documents/Programming/javaop2]$ svn commit -m 'Tried to fix StayConnected. Again.'
Committed revision 63.
StayConnected strikes back!

Joe

Try rm -rf ~/workspace. Of course, that'll hose any other projects you have in there too so be careful.

I just did svn commit and svn update, and I can confirm rev55 is working. It would appear that you still had some residue from prior to the namespace switch.
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


Lance

Quote from: Joe on February 21, 2010, 04:06:31 PM
Try rm -rf ~/workspace. Of course, that'll hose any other projects you have in there too so be careful.

I just did svn commit and svn update, and I can confirm rev55 is working. It would appear that you still had some residue from prior to the namespace switch.
I imported it into a new workspace and nothing changed :(
Quote from: Joe
[23:55:31] [william@enterprise ~/Documents/Programming/javaop2]$ svn commit -m 'Tried to fix StayConnected. Again.'
Committed revision 63.
StayConnected strikes back!

Joe

Oh, I know what's going on..

I think you're going to have to go through each project and add javaop2 as a dependency.. :(
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


Lance

#7
Quote from: Joe on February 22, 2010, 01:58:05 PM
Oh, I know what's going on..

I think you're going to have to go through each project and add javaop2 as a dependency.. :(

That is not it; this (new) workspace only contains the javaop2 core project. :(

The screen shot shows the problems are originating from the core itself; it cannot be a project build path problem :P
Quote from: Joe
[23:55:31] [william@enterprise ~/Documents/Programming/javaop2]$ svn commit -m 'Tried to fix StayConnected. Again.'
Committed revision 63.
StayConnected strikes back!

Joe

Open up a console and use the svn command to check out, then type ant in the root directory. I bet it has something to do with me changing to not using Eclipse project files anymore.
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


Lance

#9
Quote from: Joe on February 22, 2010, 07:05:43 PM
Open up a console and use the svn command to check out, then type ant in the root directory. I bet it has something to do with me changing to not using Eclipse project files anymore.

The ant build works as you said :)

I also figured out a way to get this working in eclipse; with the refactoring tool, prepend "com.javaop." to all of the source package names! :)
Quote from: Joe
[23:55:31] [william@enterprise ~/Documents/Programming/javaop2]$ svn commit -m 'Tried to fix StayConnected. Again.'
Committed revision 63.
StayConnected strikes back!

Joe

Okay, barring any major issues, 2.1.3 goes live on Wednesday. :)
Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.


Joe

Quote from: Camel on June 09, 2009, 04:12:23 PMI'd personally do as Joe suggests

Quote from: AntiVirus on October 19, 2010, 02:36:52 PM
You might be right about that, Joe.