Clan x86

Technical (Development, Security, etc.) => JavaOp Board => JavaOp Support Archive => Topic started by: seiel on September 13, 2009, 02:05:02 pm

Title: Question about CVS
Post by: seiel on September 13, 2009, 02:05:02 pm
Hi guys,

I got interested in JavaOp to try some bots working, but it seems like the instructions on "writing plugin" page doesn't work properly?

I keep getting timedout from the cvs repository mentioned on that page or am I mistaken?

Thanks.
Title: Re: Question about CVS
Post by: iago on September 13, 2009, 02:30:33 pm
The CVS is really old, and isn't used anymore. I have the source in SVN, but that isn't the latest version either -- you'll have to ask joe where to find the latest source.

And a note to Joe: I can give you access to my SVN if you want to use it. I've had it up for a long time, and it isn't going anywhere.
Title: Re: Question about CVS
Post by: Camel on September 13, 2009, 07:25:20 pm
Joe's too lazy to click 'commit'

javaop.googlecode.com
Title: Re: Question about CVS
Post by: seiel on September 13, 2009, 09:16:31 pm
ah, thanks~ :D

will try out when I get home!
Title: Re: Question about CVS
Post by: Joe on September 13, 2009, 11:25:03 pm
Joe's too lazy to do an initial commit.

Here's the deal. If someone (and I don't care who) puts JavaOp2 in an SVN (preferably iago's), I'll download Eclipse and Subclipse and start developing again.
Title: Re: Question about CVS
Post by: iago on September 13, 2009, 11:34:38 pm
cd javaop2-src
svn import svn://svn.skullsecurity.org:81/javaop/javaop2

Done.

I would, of course, have to make you an account on the svn server.

The other option is to go into Eclipse, right-click on the project, and click "import to svn" or whatever the option is. That's how I did it originally.
Title: Re: Question about CVS
Post by: Camel on September 14, 2009, 03:47:50 pm
http://code.google.com/p/javaop/source/checkout

Guide to setting it up in Eclipse:
http://code.google.com/p/bnubot/wiki/Eclipse
Title: Re: Question about CVS
Post by: Joe on September 15, 2009, 12:28:09 am
Getting Eclipse and Subclipse is now officially on my to-do list.
Title: Re: Question about CVS
Post by: seiel on September 15, 2009, 07:57:27 am
is the version javaOp2_b44 supposed to work correctly?

[20:52:10.331] INFO: [BNET] CDKey and Version check sent.
[20:52:10.661] exceptions.InvalidVersion: [BNET] Invalid game version
[20:52:10.661] Login.getLogin(Login.java:180)
[20:52:10.661] PluginMain.processedPacket(PluginMain.java:324)
[20:52:10.661] pluginmanagers.PluginRegistration.processedIncomingPacket(PluginRegistration.java:722)
[20:52:10.671] bot.PacketThread.run(PacketThread.java:178)
This is what I'm getting now :S

I heard some ppl saying versionByte is now 18 instead of 17 or something.

could anyone help on this please? (both roc and tft don't work)


p.s. running javaOp2.jar of b44 wouldn't create _Colors.txt in .javaop2 folder somehow, then it doesn't create bot dialog when I try to load.  So I had to create _Colors.txt from b42 and keep it for b44 @_@