Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ilaggoodly

Pages: [1]
1
JavaOp Board / Updating a plugin to javaop 2.1.3 lost in forest
« on: May 13, 2010, 12:10:10 pm »
Right, so I'm trying to update my old plugin VIPWatch to javaop 2.1.3 (you can find it in the archive) and I must say getting the whole thing imported correctly in eclipse was quite the trip, but eventually I got it working to the point where there are no warnings in eclipse... however it won't get noticed by Javaop at all

Code: [Select]
Loading plugin: com.javaop.UserManagement.PluginMain
Loading plugin: null
Unable to load plugin file: jar:file:///T:\tmp\JavaOp_2.1.3_RC1\Plugins\VIPWatch.jar!/
java.lang.NullPointerException
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at com.javaop.pluginmanagers.PluginManager.loadFile(Unknown Source)
        at com.javaop.pluginmanagers.PluginManager.loadFile(Unknown Source)
        at com.javaop.pluginmanagers.PluginManager.initialize(Unknown Source)
        at com.javaop._main.BotStart.main(Unknown Source)
Loading plugin: com.javaop.Version.PluginMain

Sort of a cryptic error message to me, what could be causing this? Were there some changes that might have subtly broke the code inside my plugin or is it more likely that its my fault?


EDIT: I was going to post the code... but can't attach and my webserver is bitching :(

2
JavaOp Support Archive / VIPWatch
« on: March 08, 2009, 05:06:27 am »
Hi, dunno if anybody is interested, but I wrote a plugin for javaop2 to check an online/offline VIPlist and create an html page about their online-ness Every couple of seconds. The assumed vip-list format is that of wc3banlist. I made it as configureable as possible in case anyone else is interested in doing something similar ^^

http://www.uni-bonn.de/~s6alknau/code/VIPWatch.html

Note : the file is a fully packaged javaop2 bot, if you want just the plugin, its VIPWatch.jar in the /plugs folder.

heres a site hosting it
http://ghost.bnhtech.com/vip/asg

Many thanks to iago & co. for creating the bot, and the plugin interface, allowed me to write the plugin knowing very little how the bot works ^^

Its now using a complex combination of mysql+php+java, but the old version still works ^^

Pages: [1]