Author Topic: 2.1.3 rc 1  (Read 7539 times)

0 Members and 1 Guest are viewing this topic.

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
2.1.3 rc 1
« on: February 18, 2010, 01:51:56 am »
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.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Lance

  • Full Member
  • ***
  • Posts: 129
    • View Profile
Re: 2.1.3 rc 1
« Reply #1 on: February 20, 2010, 11:59:24 am »
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!

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: 2.1.3 rc 1
« Reply #2 on: February 20, 2010, 02:08:17 pm »
Try deleting your SVN directory and redownloading.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Lance

  • Full Member
  • ***
  • Posts: 129
    • View Profile
Re: 2.1.3 rc 1
« Reply #3 on: February 21, 2010, 01:32:18 pm »
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!

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: 2.1.3 rc 1
« Reply #4 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'd personally do as Joe suggests

You might be right about that, Joe.


Offline Lance

  • Full Member
  • ***
  • Posts: 129
    • View Profile
Re: 2.1.3 rc 1
« Reply #5 on: February 21, 2010, 05:59:44 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!

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: 2.1.3 rc 1
« Reply #6 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.. :(
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Lance

  • Full Member
  • ***
  • Posts: 129
    • View Profile
Re: 2.1.3 rc 1
« Reply #7 on: February 22, 2010, 06:56:12 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
« Last Edit: February 22, 2010, 06:59:20 pm by Lance »
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!

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: 2.1.3 rc 1
« Reply #8 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.
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Lance

  • Full Member
  • ***
  • Posts: 129
    • View Profile
Re: 2.1.3 rc 1
« Reply #9 on: February 23, 2010, 12:52:36 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! :)
« Last Edit: February 23, 2010, 12:55:54 pm by Lance »
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!

Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: 2.1.3 rc 1
« Reply #10 on: March 01, 2010, 02:21:05 pm »
Okay, barring any major issues, 2.1.3 goes live on Wednesday. :)
I'd personally do as Joe suggests

You might be right about that, Joe.


Offline Joe

  • B&
  • Moderator
  • Hero Member
  • *****
  • Posts: 10319
  • In Soviet Russia, text read you!
    • View Profile
    • Github
Re: 2.1.3 rc 1
« Reply #11 on: May 13, 2010, 04:54:59 pm »
Or not.
I'd personally do as Joe suggests

You might be right about that, Joe.