I saw that page just did not realize it was supposed to be an actual guide. I thought it was just a description of the project on the tracker.
Well since my last post I made a little progress I think... I had previously downloaded the files from your site that contained the res and com folders. I also downloaded the jar and jnlp files. I don't know if I am supposed to do that but I did and I modified the jnlp file to point at my server. I then uploaded all these files to /netherpanel and it seems to me like they could potentially be packaged for the end user in one single netherpanel folder to be less confusing. It turns out that the contents of the NetherPanel.jnlp file are fairly instructive on what to do to configure it to make it work.
In the end my only problem was this line:
- Code: Select all
<application-desc main-class="com.lyndir.lhunath.netherpanel.ui.NetherPanel" />
There were no instructions on it and I modified it to my directory as well. Which I thought was odd because it was actually backwards. Turns out it is a reference to the libraries. So once I realized I had to upload the com and res folders of both the zip files I downloaded from your site and I changed that line back it actually loaded up the panel for me.
I was happy about that! And to think I did this all since my last post! Actually it was only two small things I did and got lucky =) I reverted that line and uploaded the com and res files into the same spot.
But I already had uniadmin and roster installed and the panel picked up my addons and connected to wowace svn and got the addons list from there.
The problems I am having are not very big now but it seems it attempted to update characterprofiler addon which on the rpgoutfitter site I still have the most updated there. So not sure about that. Maybe that isn't a problem at all.
Also the only other problem I notice is the Guild roster page doesn't seem to detect properly. I click that button and nothing happens. It says it derives it from the first upload url but I am not sure what it means about this. My uniadmin is not located in my roster folder. They are both in the root. Maybe that is why?
Anyway, thanks for this. It will make it possible for mac users to upload their profiles and if this is going to be what takes over the wow ace updater I better get it on our guilds site.
Any ideas on how to actually link the file from my site? All I am getting is an xml display. Do I have to add an apache extension thing to load it? Or an apache java/jnlp thing? I am not sure how to make it possible for users to use this. Maybe it is possible to just have it load up directly in my site when they visit the page and not have to launch externally?
Either way, this is really cool. I really appreciate all the hard work put into this. Thanks!