Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 .. 20 :: [one page] |
|
Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Golden Gnu
Gallente
|
Posted - 2009.06.21 14:01:00 -
[1]
Edited by: Golden Gnu on 21/06/2009 14:07:12 jEveAssets is an out-of-game asset manager for Eve-Online, writen in Java
Web Page and Download: jEveAssets
License: GNU General Public License (the source is available on the web page)
Requirements: Java Runtime Environment 6 (It's free)
Feedback: This is the first BETA of the program, please help me test it and post your suggestions and bugs in this thread...
Screenshots:
Please visit your user settings to re-enable images.
Please visit your user settings to re-enable images.
Please visit your user settings to re-enable images.
Please visit your user settings to re-enable images. |

Mme Pinkerton
Caldari
|
Posted - 2009.06.21 14:05:00 -
[2]
linking to "localhost" might not have been such a good idea...
Quote: Web Page and Download: jEveAssets
fixed that for you  |

Golden Gnu
Gallente
|
Posted - 2009.06.21 14:08:00 -
[3]
thank you - fixed... ^^ |

Mme Pinkerton
Caldari
|
Posted - 2009.06.21 14:51:00 -
[4]
haven't tried the program yet, but had a short look at your code...
- The provided code does not seem to contain any malicious code.
- Code looks very nice & readable, there are even some comments scattered between the lines

- You still have debug code (which will only work on your development system in a sensible way) left in data/Settings [getLocalFile]
- Make sure nothing breaks with T3 ships (you only account for high, med, low, drone bay & rigs). Perhaps there is some way to remove the hard-coded max. amount of slots, too?
- Your implementation of EveAssetMatcher made me lol

|

Golden Gnu
Gallente
|
Posted - 2009.06.21 16:53:00 -
[5]
Edited by: Golden Gnu on 21/06/2009 16:54:41
Originally by: Mme Pinkerton The provided code does not seem to contain any malicious code.
Of course not... :)
Originally by: Mme Pinkerton Code looks very nice & readable, there are even some comments scattered between the lines 
I don't comment much, I know... ;)
Originally by: Mme Pinkerton You still have debug code (which will only work on your development system in a sensible way) left in data/Settings [getLocalFile]
True, but it's still useful, just change the Program.PATH_TEST_DIRECTORY to your preferred location... It's disabled unless you change Program.DEBUG to true
Originally by: Mme Pinkerton Make sure nothing breaks with T3 ships (you only account for high, med, low, drone bay & rigs). Perhaps there is some way to remove the hard-coded max. amount of slots, too?
I can't test T3 ships, as I don't own a T3 ship... And eve-id.net don't have a updated reference for flags...
Originally by: Mme Pinkerton Your implementation of EveAssetMatcher made me lol
In a good or bad way?  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET |

Mme Pinkerton
Caldari
|
Posted - 2009.06.21 17:08:00 -
[6]
Originally by: Golden Gnu
Originally by: Mme Pinkerton Your implementation of EveAssetMatcher made me lol
In a good or bad way? 
in a good way - I had expected it to be much more complicated 
" Credit is the economic judgement on the morality of a man. " |

James Tundra
Gallente Tash-Murkon Prime Industries
|
Posted - 2009.06.21 17:27:00 -
[7]
I might be doing something wrong, but after inputting my API code, nothing happens. After inputting it, it tells me to do a refresh assets, the refresh assets says I can't do it yet. The API information doesn't load, and my characters aren't shown. Any advice?
|

Golden Gnu
Gallente
|
Posted - 2009.06.21 18:26:00 -
[8]
Edited by: Golden Gnu on 21/06/2009 18:26:30
Originally by: James Tundra I might be doing something wrong, but after inputting my API code, nothing happens. After inputting it, it tells me to do a refresh assets, the refresh assets says I can't do it yet. The API information doesn't load, and my characters aren't shown. Any advice?
Sorry, it's all my fault... it was a bug, I've uploaded BETA 2, with a fix... sorry for wasting your time... please, re-download :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET |

Varo Jan
Minmatar
|
Posted - 2009.06.21 19:16:00 -
[9]
Re-downloaded Beta 2. Still not working. Log report sent to your email addy. |

Golden Gnu
Gallente
|
Posted - 2009.06.21 19:51:00 -
[10]
Edited by: Golden Gnu on 21/06/2009 19:50:46
Originally by: Varo Jan Re-downloaded Beta 2. Still not working. Log report sent to your email addy.
Thank you for helping me test jEveAssets.
I've uploaded another version AKA Beta 3, I hope it works better, I re-wrote the entire section, that coursed the bug, It should now run even if it doesn't work. You might get some strange numbers in the Location column, if that is the case send me an email with the numbers, if you have the time, that is... once again, thank you! _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET |
|

Varo Jan
Minmatar
|
Posted - 2009.06.21 20:53:00 -
[11]
Yay! It works now. Looks good, sleek.
YouŠre right - the locations arenŠt showing up correctly. IŠll send an email.
Where are you getting your prices from? Any chance of having some options there, user defined?
Also, do you have plans for other reports?
Finally, would it be possible to have csv exports? I wouldnŠt recognise an xml file if I tripped over one.
|

Golden Gnu
Gallente
|
Posted - 2009.06.21 21:19:00 -
[12]
Originally by: Varo Jan Yay! It works now. Looks good, sleek.
YouŠre right - the locations arenŠt showing up correctly. IŠll send an email.
Where are you getting your prices from? Any chance of having some options there, user defined?
Also, do you have plans for other reports?
Finally, would it be possible to have csv exports? I wouldnŠt recognise an xml file if I tripped over one.
It gets the price from eve-central.com API, and use the "Median sell price"... It store all the eve-central data, so other options could be used...
I would love to do a pos-report ala EVE Asset Manager... but, I don't have a POS, so It's really hard to test... *sigh*
csv exports, is on the ToDo list, I just haven't got around to do it yet...
I'll try to fix the locations ASAP, I live in empire and don't have access to player stations etc. so, your feedback it crucial...
once again, thanks a million for helping me make jEveAssets work, I really appreciate it!
Also, to the people who send me error logs, thanks, with your help, I might even get the program to work  |

Varo Jan
Minmatar
|
Posted - 2009.06.21 22:26:00 -
[13]
Confirming locations now show correctly for empire stations. email sent re other stuff.
IŠm glad youŠre using median prices, not the scammer influenced simple averages. There are other options which IŠve outlined in my email. |

Frenden Dax
Dax Acquisitions
|
Posted - 2009.06.22 00:05:00 -
[14]
Novel, it can see inside containers. I like this program; it's simple and helps me to keep track of the approximate value of my (scattered across the cosmos) inventory.
|

Golden Gnu
Gallente
|
Posted - 2009.06.22 08:43:00 -
[15]
Originally by: Varo Jan Confirming locations now show correctly for empire stations. email sent re other stuff.
IŠm glad youŠre using median prices, not the scammer influenced simple averages. There are other options which IŠve outlined in my email.
I send you a reply...
Originally by: Frenden Dax Novel, it can see inside containers. I like this program; it's simple and helps me to keep track of the approximate value of my (scattered across the cosmos) inventory.
Thank you... if you find any bugs or have some suggestions, please post them here :) |

Frenzei
Gallente Fortuna inc. Leather Rose Syndicate
|
Posted - 2009.06.22 08:57:00 -
[16]
A new program is always nice. Will be testing later, maybe tomorrow... Depends. |

Golden Gnu
Gallente
|
Posted - 2009.06.22 10:58:00 -
[17]
BETA 5 released New i BETA 5: -2 new columns; Highest buy price and Lowest sell price -Better support for T3 ships -Minor adjustments to the Materials and Values dialogs...
Happy testing... 
Originally by: Frenzei A new program is always nice. Will be testing later, maybe tomorrow... Depends.
If you have the time to help test the program, I would really appreciate it... Any comments, be it good or bad, would help make the program better... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET |

Varo Jan
Minmatar
|
Posted - 2009.06.22 11:45:00 -
[18]
I canŠt see the two new columns. 
Minor mods all good.
|

Golden Gnu
Gallente
|
Posted - 2009.06.22 11:54:00 -
[19]
Originally by: Varo Jan I canŠt see the two new columns. 
Minor mods all good.
yes I'm sorry, the process of adding columns, is not perfect...
I added this to the readme file: (It's not included in BETA 5)
Q: New columns are not showing/One or more columns are empty
A: In the tables drop-down-button (upper right corner of the table) select: "Reset columns to default"
Any news on the POS locations? _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET |

Teavan
Gallente First CityWide Change Bank
|
Posted - 2009.06.22 13:27:00 -
[20]
Awesome job!
My request: Possible to have a way to denote between blueprint and copy? I still have to use manual processing on blueprints as it prices them all as bpos. |
|

Golden Gnu
Gallente
|
Posted - 2009.06.22 13:48:00 -
[21]
Originally by: Teavan Awesome job!
My request: Possible to have a way to denote between blueprint and copy? I still have to use manual processing on blueprints as it prices them all as bpos.
Thanks :)
I don't know if it's possible, But have added it to my ToDo list, and I'll look into it later... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET |

Varo Jan
Minmatar
|
Posted - 2009.06.22 22:43:00 -
[22]
Originally by: Golden Gnu
Originally by: Teavan Awesome job!
My request: Possible to have a way to denote between blueprint and copy? I still have to use manual processing on blueprints as it prices them all as bpos.
Thanks :)
I don't know if it's possible, But have added it to my ToDo list, and I'll look into it later...
IŠm almost certain this is impossible, unfortunately.
The extra columns are showing up fine now. Looking good!
And I didnŠt realise you could drag and drop the columns to reorder them. Bril!
No POS feedback as yet, sorry. |

SencneS
Amarr Rebellion Against Big Irreversible Dinks
|
Posted - 2009.06.23 00:25:00 -
[23]
I'm not trolling here, I love good solid apps that do something that is missing cleanly. So I have two comments..
1) Good tool, one worthy of a permanent place on my hard drive. 2) The fact it's made in Java makes me want to puke and worthy of the trash bin.
Sorry, not a great fan of Java, even though the app is sound I am forced to delete it because I simple hate Java with even fiber of my being. :(
|

Golden Gnu
Gallente
|
Posted - 2009.06.23 10:03:00 -
[24]
Originally by: Varo Jan
Originally by: Golden Gnu
Originally by: Teavan Awesome job!
My request: Possible to have a way to denote between blueprint and copy? I still have to use manual processing on blueprints as it prices them all as bpos.
Thanks :)
I don't know if it's possible, But have added it to my ToDo list, and I'll look into it later...
IŠm almost certain this is impossible, unfortunately.
I came to the same conclusion, as Eve-central don't list them...
Originally by: Varo Jan The extra columns are showing up fine now. Looking good!
Good, Hopefully I'll release another version later today, It'll also have some minor bug fixes concerning columns...
Originally by: Varo Jan And I didnŠt realise you could drag and drop the columns to reorder them. Bril!
You can also hide/show columns with the button in the top-right corner of the table... 
Originally by: Varo Jan No POS feedback as yet, sorry.
well, I guess I'll just have to wait, then... 
Originally by: SencneS I'm not trolling here, I love good solid apps that do something that is missing cleanly. So I have two comments..
1) Good tool, one worthy of a permanent place on my hard drive. 2) The fact it's made in Java makes me want to puke and worthy of the trash bin.
Sorry, not a great fan of Java, even though the app is sound I am forced to delete it because I simple hate Java with even fiber of my being. :(
That's kind of sad... I don't see how Java will do you any harm... but, your computer, your choice...  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET |

Golden Gnu
Gallente
|
Posted - 2009.06.24 12:33:00 -
[25]
BETA 7 Released -Table pop-up: Add to filter -Columns fixed (should now filter as intented) -CSV export _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET |

Golden Gnu
Gallente
|
Posted - 2009.06.25 14:06:00 -
[26]
BETA 8 Released -Spelling corrected in the filter modes ComboBox -Added thousands separator in the count column -Added price column, and totals to loadout dialog -Added Above & Below filter modes, for number columns -Owner column, should now always show the correct owner (fix not confirmed) -Tried to fix the Location bug, again (fix not confirmed) |

Dibsi Dei
Salamyhkaisten kilta
|
Posted - 2009.06.25 15:16:00 -
[27]
Simple, awesome and a simply awesome program.
I'm only wondering if there is any way to manually set up prices for faction and deadspace modules?
|

Golden Gnu
Gallente
|
Posted - 2009.06.26 08:26:00 -
[28]
Originally by: Dibsi Dei Simple, awesome and a simply awesome program.
I'm only wondering if there is any way to manually set up prices for faction and deadspace modules?
Thank you... I'm glad you like the program...
There is no way to manually set prices ATM, but, I have added it to my todo list... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET |

IDieForU
|
Posted - 2009.06.26 12:33:00 -
[29]
is there no way in the api to differentiate between BPO s and BPC s ? |

Varo Jan
Minmatar
|
Posted - 2009.06.26 18:40:00 -
[30]
No. My understanding is CCP havenŠt catered for that.
|
|

Gradinger
Todmacher
|
Posted - 2009.06.27 11:08:00 -
[31]
Edited by: Gradinger on 27/06/2009 11:46:33 nice app! small and simple
and while i just wanted to ask i found a way to clear the sorting - nice, time to liquidate some assets :)
grad
edit: just encountered some error - it seems when i activate a filter and afterwards add another char/api it throws an unhandled exception when updating - sent you the corresponding logs
|

Ronaldo Carrare
|
Posted - 2009.06.27 14:13:00 -
[32]
Love it. I can't seem to make it sort correctly though, not by quantity, price or anything else.
You should also include an option to set your own price for some mods/etc.
Good job man, keep working.
|

Golden Gnu
Gallente
|
Posted - 2009.06.27 18:47:00 -
[33]
Originally by: Gradinger Edited by: Gradinger on 27/06/2009 11:46:33 nice app! small and simple
and while i just wanted to ask i found a way to clear the sorting - nice, time to liquidate some assets :)
grad
edit: just encountered some error - it seems when i activate a filter and afterwards add another char/api it throws an unhandled exception when updating - sent you the corresponding logs
Thank you for your bug report, I'm sorry to say I can't reproduce the error :S And sadly the trace log don't go quite log enough, to be sure, but I know of one place the bug might come from, so I'll try to change that part, and hopefully, It'll sort the problem...
Originally by: Ronaldo Carrare Love it. I can't seem to make it sort correctly though, not by quantity, price or anything else.
You should also include an option to set your own price for some mods/etc.
Good job man, keep working.
If you already have a column sorted, you'll need to double click on the column to set another column as the main sorter, otherwise it will "sup-sort", aka first sort by the main sorted column and then by the newly clicked column... (I hope you understand, because I have a hard time explaining it.... hehe) |

Gradinger
Todmacher
|
Posted - 2009.06.28 10:47:00 -
[34]
too bad you can't reproduce the error. i also have changed the order of the columns b4 i entered the 2nd api - maybe that's producing the error. and it was around the end of the downtime when i tried - maybe a server-issue? but i guess such error would be handled and not giving uncaught exception.
i just found another bug after updating all assets today. again filters were already applied - and after updating all the columns give weird entries - like a cap-rig showing as container mexallon and as owner another item and such things - after deleting one of the applied filters the entries show correct - so a minor issue...
|

Golden Gnu
Gallente
|
Posted - 2009.06.28 13:01:00 -
[35]
Originally by: Gradinger too bad you can't reproduce the error. i also have changed the order of the columns b4 i entered the 2nd api - maybe that's producing the error. and it was around the end of the downtime when i tried - maybe a server-issue? but i guess such error would be handled and not giving uncaught exception.
i just found another bug after updating all assets today. again filters were already applied - and after updating all the columns give weird entries - like a cap-rig showing as container mexallon and as owner another item and such things - after deleting one of the applied filters the entries show correct - so a minor issue...
Yes, I hate it when I can't reproduce an error  The new version have new way to update asset, It might work better, lets see... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET |

Golden Gnu
Gallente
|
Posted - 2009.06.28 13:02:00 -
[36]
BETA 9 Released -New update mechanism for assets and price data -Price data from Eve-Central can now be updated manually -Added options for EVE-Central price data -Fixed a bug that made the program crash, if not connected to the Internet...
Known issues: -The location column might show a wrong station, if the asset is in an office _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET |

James Tundra
Gallente Tash-Murkon Prime Industries
|
Posted - 2009.06.29 06:04:00 -
[37]
I'd like to see a couple of things come out of this:
First, I'd like the ability to view market orders on all characters.
Secondly, I think a customizable format would be great.
What I'd like to be able to do in the end is use a customizable format to create a list of items. Columns can be created and removed, different types of columns are available, including calculated and input columns.
I'd like to have a program be able to form a spreadsheet that automatically updates the values that are important.
http://spreadsheets.google.com/pub?key=rVc_d1_ZWDkM-4Y--TB_P4w&output=html
The basic goal of this would be to calculate the total position of every item, and display it in a simple compact view, to allow the viewer to see where he/she can allocate more of his liquids to generate profit. |

Golden Gnu
Gallente
|
Posted - 2009.06.29 12:51:00 -
[38]
Originally by: James Tundra I'd like to see a couple of things come out of this:
First, I'd like the ability to view market orders on all characters.
Secondly, I think a customizable format would be great.
What I'd like to be able to do in the end is use a customizable format to create a list of items. Columns can be created and removed, different types of columns are available, including calculated and input columns.
I'd like to have a program be able to form a spreadsheet that automatically updates the values that are important.
http://spreadsheets.google.com/pub?key=rVc_d1_ZWDkM-4Y--TB_P4w&output=html
The basic goal of this would be to calculate the total position of every item, and display it in a simple compact view, to allow the viewer to see where he/she can allocate more of his liquids to generate profit.
I might add market orders, at some point, but properly not soon...
The other, is not likely to happen unless you code it yourself, it's beyond the scoop for this program... but, you can export to CSV, and import it in the spreadsheet of your choice...
Last but, not least, thank you for your input, I really appreciate your interest in the program... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET |

Golden Gnu
Gallente
|
Posted - 2009.06.29 12:54:00 -
[39]
BETA 9a Released -Fixed program update _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET |

Golden Gnu
Gallente
|
Posted - 2009.07.03 10:19:00 -
[40]
BETA 10 Released -Fixed "Equals" and "Does not equal" modes for number columns -Asset prices can now be set manually (set price from the table popup-menu) -Added more info to the statusbar
Known issues: -The location column might show a wrong station, if the asset is in an office _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET |
|

Ender2006
APOCALYPSE LEGION
|
Posted - 2009.07.04 15:54:00 -
[41]
Simply an amazing program. This makes my life sooo much simpler. I spent probably a day each month taking inventory. This will allow me to do it in a much more reasonable time frame!
Few suggestions from 20 minutes of use of the program.
1.) When importing an api key it would be great to have the option of deleting characters and their assets from the asset import. As it stands I can only delete that api and can't specify which character I want (like eft) I know I can filter them by owner later but even indexing them takes a while (274m items scattered over 3 accounts)and results in slower interface.
2.) When we right click on an item to set price it would be great if the text cursor jumped to the price field so we could type our edit without clicking again
3.) Would also be nice to be able to highlight lines of items and delete them from the inventory until the next update (not essential)
You will be receiving a nice bonus as soon as some of my stuff sells :-P Cheers and thanks again. Awesome program.
|

W3370Pi4
Caldari
|
Posted - 2009.07.04 18:09:00 -
[42]
mY HERO _______ Join the "BULK ML" Mailing list For bulk deals *Scam free* |

Ender2006
APOCALYPSE LEGION
|
Posted - 2009.07.05 20:35:00 -
[43]
umm, no second page not allowed, one of the best programs ever and getting all my corp mates to try it/
Few minor bugs I've seen so far:
- Spelling Error - When click update assets the wait message says something like "Upaiting assets"
- Unable to update assets again once you've imported them already. Says "No assets updated (not allowed yet)" . Have to delete api and replace api key to get it to reimport assets for an update.
|

Varo Jan
Minmatar
|
Posted - 2009.07.06 01:38:00 -
[44]
Originally by: Ender2006 Unable to update assets again once you've imported them already. Says "No assets updated (not allowed yet)" . Have to delete api and replace api key to get it to reimport assets for an update.
CCP limitation, I think. Every assets app IŠve tried out only updates once a day. Journal and transactions can be updated once an hour.
|

Corp Executor
|
Posted - 2009.07.06 06:43:00 -
[45]
Very easy to use and very helpful, thank you. Is there any way you can add a column for each item's ID #, so that we can pull BPO/BPC data off our own sources? (e.g. http://zofu.no-ip.de/bpo)
|

Golden Gnu
Gallente
|
Posted - 2009.07.06 10:32:00 -
[46]
Originally by: Ender2006 Simply an amazing program. This makes my life sooo much simpler. I spent probably a day each month taking inventory. This will allow me to do it in a much more reasonable time frame!
Few suggestions from 20 minutes of use of the program.
1.) When importing an api key it would be great to have the option of deleting characters and their assets from the asset import. As it stands I can only delete that api and can't specify which character I want (like eft) I know I can filter them by owner later but even indexing them takes a while (274m items scattered over 3 accounts)and results in slower interface.
2.) When we right click on an item to set price it would be great if the text cursor jumped to the price field so we could type our edit without clicking again
3.) Would also be nice to be able to highlight lines of items and delete them from the inventory until the next update (not essential)
You will be receiving a nice bonus as soon as some of my stuff sells :-P Cheers and thanks again. Awesome program.
Good to hear you can use the program... :)
1) yes that is an excellent idea, I've added it to the todo list...
2) Added to the todo list
3) That's a bit hard, but have added to the todo list, I don't know when I'll be able to do it, though...
Originally by: W3370Pi4 Edited by: W3370Pi4 on 04/07/2009 18:20:19 mY HERO ( Ad in the MOTD on the "legit trading " channel )

Originally by: Ender2006 Edited by: Ender2006 on 05/07/2009 22:58:50
umm, no second page not allowed, one of the best programs ever and getting all my corp mates to try it/
Few minor bugs I've seen so far:
- Spelling Error - When click update assets the wait message says something like "Upaiting assets"
- Unable to update assets again once you've imported them already. Says "No assets updated (not allowed yet)" . Have to delete api and replace api key to get it to reimport assets for an update.
Suggested Feature Addition:
- Volume column
- If a item has been manually edited for price it would be nice if that price cell changed to a different color. Something non-obnoxious like a very pale yellow, orange, etc
Thank you for your bug reports and suggestions... :)
Bugs: The spelling error will be fixed in the next version... And the "not allowed yet," dialog will have some info about why your not allowed to update yet...
Feature: Volumn column: Added to the todo list (It's not the easiest thing to add, so It might take some time before I get time to do it) Colored cell, also added to the todo list...
Originally by: Corp Executor Very easy to use and very helpful, thank you. Is there any way you can add a column for each item's ID #, so that we can pull BPO/BPC data off our own sources? (e.g. http://zofu.no-ip.de/bpo)
Thank you for your kind words... :)
I assume you refer to the TypeID? there is already a asset itemID column... TypeID Column added to the dodo list _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - the home of jEveAssets |

Golden Gnu
Gallente
|
Posted - 2009.07.07 11:52:00 -
[47]
BETA 11 Released -Added more regions to the Eve-Central options -Save filter dialog, now have auto-complete -The Set Price Dialog now focus the price field when shown -Made option in API Manger to show/hide character assets -New columns: TypeID & Volume
Known issues: -The location column might show a wrong station, if the asset is in an office
_________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - the home of jEveAssets |

Golden Gnu
Gallente
|
Posted - 2009.07.11 09:47:00 -
[48]
BETA 12 Released -New column: Region -Offices should now always show the right location -Fixed minor filtering bug
Known issues: -When updating to BETA 12 all saved filters column will be set to "All" _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - the home of jEveAssets |

Telchin Dai
|
Posted - 2009.07.11 10:43:00 -
[49]
Just downloaded this.
Really liking it, makes finding all my stuff much easier! (I found stuff in containers I had forgotten about for ages), I like the loadout option as well, as I always forget which ship I have which fit on!
|

Ender2006
APOCALYPSE LEGION
|
Posted - 2009.07.11 11:36:00 -
[50]
Whoohoo! you rock , added volume, and character hiding and wow!! awesome dude. must go download new version :)
|
|

Lost Hamster
Serenity and Unicum Hungarian Corp
|
Posted - 2009.07.11 18:09:00 -
[51]
Bug: There is a problem with the Wallet balance.
I have 6 character. Which are distributed between 2 corporation. Three in one, three in the other. In the API key Management, I selected to show all personal assets, and 1 corporate assets.
When I check the Tools/Values - then under the grand total / wallet balance: I get a result of: 6x personal balance, +3x corp one wallet, + 3x corp two wallet. - where I didn't even selected the second corporation.
So that number is really not good, it contains additional 2x corp one wallet + 3x the second corp wallet.
|

Golden Gnu
Gallente
|
Posted - 2009.07.12 09:18:00 -
[52]
Originally by: Telchin Dai Just downloaded this.
Really liking it, makes finding all my stuff much easier! (I found stuff in containers I had forgotten about for ages), I like the loadout option as well, as I always forget which ship I have which fit on!
Thank you, It's always good to hear that the program is useful 
Originally by: Ender2006 Whoohoo! you rock , added volume, and character hiding and wow!! awesome dude. must go download new version :)
Thanks you... 
Originally by: Lost Hamster Bug: There is a problem with the Wallet balance.
I have 6 character. Which are distributed between 2 corporation. Three in one, three in the other. In the API key Management, I selected to show all personal assets, and 1 corporate assets.
When I check the Tools/Values - then under the grand total / wallet balance: I get a result of: 6x personal balance, +3x corp one wallet, + 3x corp two wallet. - where I didn't even selected the second corporation.
So that number is really not good, it contains additional 2x corp one wallet + 3x the second corp wallet.
Thank you for the bug report, I really appreciate that you took the time to report this! I'll try to fix it for the next version...  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - the home of jEveAssets |

dharal
|
Posted - 2009.07.13 00:03:00 -
[53]
Edited by: dharal on 13/07/2009 00:05:36 wow i am using it for the first time and i am already loving it. but please make a print function for some of the stuff i got a bug that i can`t right click in the materials screen/window to paste and copy yeah you can ctrl c and v but still it is annoying and not user freindly. and please make it posebile that just like eft it recognize when you have a user id an when you have a full api key in your clipboard.
|

Golden Gnu
Gallente
|
Posted - 2009.07.13 09:49:00 -
[54]
Originally by: dharal Edited by: dharal on 13/07/2009 00:05:36 wow i am using it for the first time and i am already loving it. but please make a print function for some of the stuff i got a bug that i can`t right click in the materials screen/window to paste and copy yeah you can ctrl c and v but still it is annoying and not user freindly. and please make it posebile that just like eft it recognize when you have a user id an when you have a full api key in your clipboard.
Glad to hear you find the program useful...
I've added all your suggestions to the ToDo list -Print function (It could take some time before this is implemented) -A popup-menu with copy (I won't prioritize this very high, as It's a lot of work and there is already a working solution) -Search clipboard for API user id & key (I don't know if this is possible, but I like the idea!) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - the home of jEveAssets |

Daveion Steel
Gallente 6thsense Corp
|
Posted - 2009.07.13 15:01:00 -
[55]
Kinda reminds me of the old Eveassets created by uglyduck or something, but that software appears not to be updated anymore.
Only grip I can think of for your software is that it just point blanc refuses to allow me to paste my user ID and API into the box and have to manually type them instead. Found this odd tbh. could just be my end as I have not seem mention of it on this topic before.
Anyway, good luck and good job.
D... . Linkage |

Vaerah Vahrokha
Minmatar Dark-Rising
|
Posted - 2009.07.13 15:16:00 -
[56]
Originally by: Daveion Steel Kinda reminds me of the old Eveassets created by uglyduck or something, but that software appears not to be updated anymore.
Only grip I can think of for your software is that it just point blanc refuses to allow me to paste my user ID and API into the box and have to manually type them instead. Found this odd tbh. could just be my end as I have not seem mention of it on this topic before.
Anyway, good luck and good job.
D...
Yes, the UI is so similar this program query function looks almost "borrowed" off EvEAssets 
BTW I can copy and paste the API keys just fine, so it's you.
Suggestion for improvement:
Not all the assets are shown, to be more complete within the limits of the API, the Software Author might implement a download of the personal AND corporate research / copy / manufacture etc. jobs and add those blueprints to the total.
- Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Varo Jan
Minmatar
|
Posted - 2009.07.13 15:41:00 -
[57]
Originally by: Daveion Steel Only gripe I can think of for your software is that it just point blank refuses to allow me to paste my user ID and API into the box and have to manually type them instead. Found this odd tbh. could just be my end as I have not seem mention of it on this topic before.
Try control-v. Worked for me.
|

Golden Gnu
Gallente
|
Posted - 2009.07.13 17:13:00 -
[58]
Yes the interface is stolen right off of Eve Asset Manager... And not just the interface, almost every feature in the program, is stolen from Eve Asset Manager... ;-) Good thing it's also open source, otherwise, It would have been a lawsuit waiting to happen... AFAIK he will not continue the program... (that's basically why I made jEveAssets)
@Vaerah Vahrokha "personal AND corporate research / copy / manufacture etc. jobs" I've added it to the ToDo list...
@Daveion Stee Listen to Varo Jan, he is clever... But, you're not the first one to report this... So it would be very helpful to know what you did to paste the API Key... please...
_________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - the home of jEveAssets |

Golden Gnu
Gallente
|
Posted - 2009.07.15 14:24:00 -
[59]
Release Candidate 1 -Fixed values grand total wallet balance -Fixed bug with filter mode combobox -Added popup-menu with copy and paste to all text components -Price column: Now have gray background if the price was set manually -Meta column: Fixed a display issue with trailing zero... -Now search clipboard for API user id & key, when adding API Key
Known issues: -When updating to from BETA 11 or earlier, saved filters column will be reset _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - the home of jEveAssets |

Dibsi Dei
Salamyhkaisten kilta
|
Posted - 2009.07.15 14:37:00 -
[60]
When trying to save a filter it says "Uncaught Exception (sun.awt.exception.handler). 
|
|

Golden Gnu
Gallente
|
Posted - 2009.07.15 15:20:00 -
[61]
Edited by: Golden Gnu on 15/07/2009 15:36:27 Edited by: Golden Gnu on 15/07/2009 15:24:30
Originally by: Dibsi Dei When trying to save a filter it says "Uncaught Exception (sun.awt.exception.handler). 
Thank you for the bug report, I'll try to fix it ASAP, and release new version...
EDIT: I'll need you to send me the log.txt file, In the jEveAsset directory... as I can't reproduce the error...
EDIT 2: Bug found, I'll release a new version shortly... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - the home of jEveAssets |

Golden Gnu
Gallente
|
Posted - 2009.07.15 17:03:00 -
[62]
Release Candidate 1a -Fixed bug in the save filter dialog
Known issues: -When updating to from BETA 11 or earlier, saved filters column will be reset _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - the home of jEveAssets |

Dibsi Dei
Salamyhkaisten kilta
|
Posted - 2009.07.15 19:07:00 -
[63]
Sweet.
|

Kuolematon
Space Perverts and Forum Warriors United
|
Posted - 2009.07.15 22:41:00 -
[64]
Anyway to combine items to one group even thou they are in different station? Just to check now many item X I currently have?
"The Amarr are the tanking and ganking floating rods of goldcrap"
|

Golden Gnu
Gallente
|
Posted - 2009.07.16 07:06:00 -
[65]
Edited by: Golden Gnu on 16/07/2009 07:12:53
Originally by: Dibsi Dei Sweet.
if you encounter the same or other errors, please report it, again... 
Originally by: Kuolematon Anyway to combine items to one group even thou they are in different station? Just to check now many item X I currently have?
No, not ATM... You could filter by the exact name of the item you want the count of, and see the item count in the statusbar... You can also select the items you want to count, and right click. The popup-menu will show you the count of the selected items... But, if It's more then one item, it's a slow process, I guess...
The best solution would be to make a tool, that shows each type of item... So, I've added it to the todo list...
EDIT: I might also add a column with total count of each item type, I don't know if that is possible, but I'll look into it... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Kuolematon
Space Perverts and Forum Warriors United
|
Posted - 2009.07.16 08:15:00 -
[66]
Excellent! Keep up the good work.
"The Amarr are the tanking and ganking floating rods of goldcrap"
|

Golden Gnu
Gallente
|
Posted - 2009.07.16 11:15:00 -
[67]
Release Candidate 1b -New column: Type Count (Total count of each type of asset) -Apocrypha 1.3.1 data update
Known issues: -When updating to from BETA 11 or earlier, saved filters column will be reset _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Dibsi Dei
Salamyhkaisten kilta
|
Posted - 2009.07.21 16:34:00 -
[68]
Originally by: Golden Gnu New column: Type Count (Total count of each type of asset)
This is awesome.
|

Golden Gnu
Gallente
|
Posted - 2009.07.22 10:46:00 -
[69]
Originally by: Dibsi Dei
Originally by: Golden Gnu New column: Type Count (Total count of each type of asset)
This is awesome.
Thank you... 
If no bugs are reported within a day or two, I'll release the first stable version... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Solana Dal'Annae
Silverleaf Industries
|
Posted - 2009.07.23 03:14:00 -
[70]
The only issue I've found can be seen on this screenshot.
Running Mac OS X 10.5.7, Java details:
% java -version java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03-211) Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02-83, mixed mode)
|
|

Golden Gnu
Gallente
|
Posted - 2009.07.23 10:15:00 -
[71]
Originally by: Solana Dal'Annae The only issue I've found can be seen on this screenshot.
Running Mac OS X 10.5.7, Java details:
% java -version java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03-211) Java HotSpot(TM) 64-Bit Server VM (build 11.3-b02-83, mixed mode)
Thank you, for the bug report, I'll try to fix this ASAP...
Is there any chance that I could make you try the fitting export? it should open in the eve fitting directory (if the directory exist and it only exist if you have exported a fitting from eve). I can't test this myself, as I don't own or have access to a mac... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Solana Dal'Annae
Silverleaf Industries
|
Posted - 2009.07.23 10:53:00 -
[72]
Originally by: Golden Gnu Is there any chance that I could make you try the fitting export? it should open in the eve fitting directory (if the directory exist and it only exist if you have exported a fitting from eve). I can't test this myself, as I don't own or have access to a mac...
Do you mean the Export button available in the Ship Loadout window? I can list what it does for me:
1) Clicking the "Export"-button brings up a dialogue window called "Export Fitting" with 2 empty fields (Name and Description) and 2 buttons (Ok and Cancel). 2) Filling in (or not) the fields and clicking okay opens up a new window called "Save" that looks like this. 3) Clicking Save here creates what seems to be a valid xml file in the specified location.
If I understood you correctly, it should have shown the fitting directory, not jEveAssets home location? I suppose that's no surprise, since that location is hidden deep in the file hierarchy on Macs. Namely, it's /Users/username/Library/Preferences/EVE Online Preferences/p_drive/My Documents/EVE/fittings by default. If you're open to suggestions, offer a way to alter this in the jEveAssets preferences, or perhaps from a settings file. That should be a crossplatform-safe way of handling it I think? (as long as it can read spaces in filepaths correctly. ;) )
|

Golden Gnu
Gallente
|
Posted - 2009.07.23 11:39:00 -
[73]
Edited by: Golden Gnu on 23/07/2009 11:39:20 well it should only open the eve fitting directory, if it exists, so if you have never exported a fitting from eve, the directory will not exist... if it does exist, and you're getting program directory, it's bug... otherwise it's correct behavior...
If you have time to help, could you please export, just one fit, from eve-online (that will create the directory), and then try the export button in jEveAssets again...
and report your results... :)
Thank you for taking time to help me, I really appreciate it! _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Solana Dal'Annae
Silverleaf Industries
|
Posted - 2009.07.23 19:00:00 -
[74]
Oh, I forgot to specify that; The directory exists, I have both exported and imported fittings into Eve previously. |

Zhang Bowen
Gallente Permafrost Inc.
|
Posted - 2009.07.23 20:19:00 -
[75]
Great tool. Its always a turn on to see total worth of your asset$$!! |

shinoda
Trojan industries
|
Posted - 2009.07.23 23:04:00 -
[76]
Edited by: shinoda on 23/07/2009 23:07:27 Edited by: shinoda on 23/07/2009 23:05:24 Hi, tried your tool and I like it.
However it treats all blueprints like BPO's which leads to it reporting a grand total of 143bil isk on just one of my chars.
I was thinking, if you treated them all like BPC's (zero value) and let me tag those that are BPO's it would be sweet.
Also, I am a trader and the whole program became very unresponsive once I imported all my trading corps accounts. I am aware that, with about 600 mil items, I am not your average user but maybe you can tweak performance a little bit? (Pretty please with sugar on top!)
Edit: Another thing... Am I being stupid or is the only way to clear the sorting order to restart the program? (It just seems to add sort criteria when I click on another column.) |

Ender2006
APOCALYPSE LEGION
|
Posted - 2009.07.24 00:24:00 -
[77]
its already been mentioned earlier :-P
double click on a column to set it as the master sort feature.
Oh I have another oddity, my assets were missing a bunch of deployed but offline pos modules I think? anyway, probably another ccp api problem that we can't avoid. |

Claire Voyant
|
Posted - 2009.07.24 00:57:00 -
[78]
Edited by: Claire Voyant on 24/07/2009 01:10:28 I can't get it to run. It's looking for a NiKR Log Library. It refers me to an FAQ txt file I can't find and the readme won't open.
Nevermind, I just needed to extract it. |

Ender2006
APOCALYPSE LEGION
|
Posted - 2009.07.24 01:11:00 -
[79]
Edited by: Ender2006 on 24/07/2009 01:11:12 I get that message when I move the e x e c u table jar file out of the folder that has everything else in it when you unzip it. don't cut and paste that onto your desktop. try it by opening inside of the folder. then I think you can create a shortcut to it. (right click - sendto -desktop) |

ingenting
20th Legion Sodalitas XX
|
Posted - 2009.07.24 01:31:00 -
[80]
nice program, finally i can see how much all my assets are worth easily :D |
|

Golden Gnu
Gallente
|
Posted - 2009.07.24 08:07:00 -
[81]
Originally by: Solana Dal'Annae Oh, I forgot to specify that; The directory exists, I have both exported and imported fittings into Eve previously.
Thank you for helping me on this issue!  I'll do my best to fix the bug, but, it's not easiest thing in the world... 
Originally by: Zhang Bowen Great tool. Its always a turn on to see total worth of your asset$$!!
I'm glad you like the program... 
Originally by: shinoda Edited by: shinoda on 23/07/2009 23:07:27 Edited by: shinoda on 23/07/2009 23:05:24 Hi, tried your tool and I like it.
However it treats all blueprints like BPO's which leads to it reporting a grand total of 143bil isk on just one of my chars.
I was thinking, if you treated them all like BPC's (zero value) and let me tag those that are BPO's it would be sweet.
Also, I am a trader and the whole program became very unresponsive once I imported all my trading corps accounts. I am aware that, with about 600 mil items, I am not your average user but maybe you can tweak performance a little bit? (Pretty please with sugar on top!)
Edit: Another thing... Am I being stupid or is the only way to clear the sorting order to restart the program? (It just seems to add sort criteria when I click on another column.)
Blueprints: Yes, there need to be a way to mark BPO, I've added it to the todo list...
Slowness: It's possible to hide character assets in the API Manager, I would suggest you use that options...  I would love to make the program more responsive, but, 600 mil items??!! that might just be impossible... 
Sorting: Please read the readme file... 
Originally by: Ender2006 its already been mentioned earlier :-P
double click on a column to set it as the master sort feature.
Oh I have another oddity, my assets were missing a bunch of deployed but offline pos modules I think? anyway, probably another ccp api problem that we can't avoid.
Hmm, that's strange... 
Originally by: Claire Voyant Edited by: Claire Voyant on 24/07/2009 01:10:28 I can't get it to run. It's looking for a NiKR Log Library. It refers me to an FAQ txt file I can't find and the readme won't open.
Nevermind, I just needed to extract it.
Good, you made it work... I hope it'll be wort the effort... 
Originally by: Ender2006 Edited by: Ender2006 on 24/07/2009 01:11:12 I get that message when I move the e x e c u table jar file out of the folder that has everything else in it when you unzip it. don't cut and paste that onto your desktop. try it by opening inside of the folder. then I think you can create a shortcut to it. (right click - sendto -desktop)
If you're on windows, the normal way of creating shortcuts, should work as well...
Originally by: ingenting nice program, finally i can see how much all my assets are worth easily :D
Happy costumers, is the best thing in the world!  |

Golden Gnu
Gallente
|
Posted - 2009.07.24 10:11:00 -
[82]
Release Candidate 2 -Fixed bug that would make some dialogs to small
Known issues: -When updating to from BETA 11 or earlier, saved filters column will be reset _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Chribba
Otherworld Enterprises Otherworld Empire
|
Posted - 2009.07.24 11:48:00 -
[83]
This program looks interesting, and I was about to try it, suspicious like I always am I throw it into my development platform, lock down everything and kick in the logging.
So my first question then is, why does it try to contact google upon adding my API, and why does it fail to do anything if it doesnt't receive a reply from google?
Unblocking google and it rapidly get responses from the api server, but if I block google and only allow the api server, it fails to do anything at all and claims I don't have any internet access.
So what's up with the google stuff?
|
|

Golden Gnu
Gallente
|
Posted - 2009.07.24 12:00:00 -
[84]
Edited by: Golden Gnu on 24/07/2009 12:04:50
Originally by: Chribba This program looks interesting, and I was about to try it, suspicious like I always am I throw it into my development platform, lock down everything and kick in the logging.
So my first question then is, why does it try to contact google upon adding my API, and why does it fail to do anything if it doesnt't receive a reply from google?
Unblocking google and it rapidly get responses from the api server, but if I block google and only allow the api server, it fails to do anything at all and claims I don't have any internet access.
So what's up with the google stuff?
It opens a connection to google, to check if there is a Internet connection...
EDIT If you care, you can change the web address, and recompile yourself...  The line to change is in net\nikr\eve\jeveasset\io\Online.java @ line 32 in the source... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

tendao
|
Posted - 2009.07.24 14:37:00 -
[85]
Great program. Any chance of a reprocessing value column being added in the future?
|

Iguanidae
Gallente Exploratio et Industria Morispatia
|
Posted - 2009.07.24 15:18:00 -
[86]
Can't handle connection via proxy server. Could either get it via environment variable as EVE-Mon or via configuration option as EFT. So that I can "play" with my inventory when I'm on corporate network :)
|

Vaerah Vahrokha
Minmatar Dark-Rising
|
Posted - 2009.07.24 18:14:00 -
[87]
Edited by: Vaerah Vahrokha on 24/07/2009 18:14:40 Edited by: Vaerah Vahrokha on 24/07/2009 18:13:58 I love the program and I have a question:
how is the "grand total" in the Value menu calculated exactly? I have seen a corp wallet with 2.3B, very few personal accounts and all below 40M (most have < 1M) but the grand total is > 3B. Why?
PS Wallet balance under grand total, not the total of grand total. - Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente
|
Posted - 2009.07.24 19:08:00 -
[88]
Originally by: tendao Great program. Any chance of a reprocessing value column being added in the future?
It might, I really like the idea. I have added it to the todo list, but, it needs a lot of data to be calculated, I'll try to add it later on...
Originally by: Iguanidae Can't handle connection via proxy server. Could either get it via environment variable as EVE-Mon or via configuration option as EFT. So that I can "play" with my inventory when I'm on corporate network :)
I'm not very good at network programming, so I don't know if it's possible. I have added it to the todo list, so It might be done at some point...
Originally by: Vaerah Vahrokha Edited by: Vaerah Vahrokha on 24/07/2009 18:14:40 Edited by: Vaerah Vahrokha on 24/07/2009 18:13:58 I love the program and I have a question:
how is the "grand total" in the Value menu calculated exactly? I have seen a corp wallet with 2.3B, very few personal accounts and all below 40M (most have < 1M) but the grand total is > 3B. Why?
PS Wallet balance under grand total, not the total of grand total.
It's all the Corp wallets (Not just the master one) + all the Character wallets...
I did check the code, but I couldn't find any bugs... It might be a bug, with multiple corporations, I'm currently only in one corp, so I can't test that...
If you have time, I would really appreciate, if you added up the numbers manually, and reported the result back... (You can send me an email, the contact information is in the readme file) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Hel O'Ween
Academy of Truth
|
Posted - 2009.07.25 08:22:00 -
[89]
Looks very good, GG.
I found one small typo, though. When you try to update the assets again, before caching has expired, the messagebox reads:
Quote:
No assets update (not allowed yet) CPP only allow you to update ..
Also, in the "Ship Loadouts" screen there are to buttons. One labeled "Export" and the other "Expor...". Not sure what these buttons are supposed to do ... -- EVEWalletAware - an offline wallet manager |

Golden Gnu
Gallente
|
Posted - 2009.07.25 08:34:00 -
[90]
Edited by: Golden Gnu on 25/07/2009 08:43:41 Edited by: Golden Gnu on 25/07/2009 08:40:54 @Hel O'Ween What operating system, are you using?
It's because some of the text is cut of, I'll look into it...
EDIT The CSV Export was requested as feature, that's why it's there... If there need to be another column separator, that's could be done as well... 
EDIT 2 If all there is need is another column separator, I don't see why I should make a XML export, as well? _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

iP0D
|
Posted - 2009.07.25 15:56:00 -
[91]
Sweet little tool, I'm not fond of Java generally but this one is nice and lightweight.
I'm bumping into a few things however: 1. when going over assets, it seems it lists shiptypes which are without price on eve-central as a price of 0. Understandable but it is a bit wierd to see motherships and titans worth zero isk :P Maybe it is an idea to have a fallback? If no price on eve-central, provide mineral price?
2. Tools -> Values. Love this, but a way to export to xml or text would be a big bonus.
3. Tools -> Materials. Same as above, a way to export as a list would be brilliant. A huge bonus would be if it were to export it as an html page with links for in game use of route planning.
|

Thoraemond
Minmatar Far Ranger
|
Posted - 2009.07.25 16:31:00 -
[92]
As I said in my recent email:
Quote: Thanks for working on jEveAssets. It looks quite promising!
I've been taking a look over the source code and accordingly I would like to get a look at the source code for 'NiKR Log', please, per your credits.txt file.
You have my contact information from that email. I look forward to being able to complete my review. á á
|

Hel O'Ween
Academy of Truth
|
Posted - 2009.07.25 23:46:00 -
[93]
Originally by: Golden Gnu
@Hel O'Ween What operating system, are you using?
(German) XP Home SP3
Quote:
The CSV Export was requested as feature, that's why it's there... If there need to be another column separator, that could be done as well... 
It's not just that. CSV is just a very problematic format. Both to its own restrictions and bad (or "wanna be smart") parsers for CSV. Like, it's not type safe. Some apps expect strings in CSV to be enclosed in double quotes. Date formats are also a thing to watch out for. In general: in an international environment, CSV is a PITA.
But if it was a user request and he's happy now, all's good.  -- EVEWalletAware - an offline wallet manager |

Golden Gnu
Gallente
|
Posted - 2009.07.26 11:19:00 -
[94]
Originally by: iP0D Sweet little tool, I'm not fond of Java generally but this one is nice and lightweight.
I'm bumping into a few things however: 1. when going over assets, it seems it lists shiptypes which are without price on eve-central as a price of 0. Understandable but it is a bit wierd to see motherships and titans worth zero isk :P Maybe it is an idea to have a fallback? If no price on eve-central, provide mineral price?
2. Tools -> Values. Love this, but a way to export to xml or text would be a big bonus.
3. Tools -> Materials. Same as above, a way to export as a list would be brilliant. A huge bonus would be if it were to export it as an html page with links for in game use of route planning.
Both Mineral price (AKA reprocessing price) and Tools export is on the todolist, but it'll not be done for the first stable release...
Originally by: Thoraemond As I said in my recent email:
Quote: Thanks for working on jEveAssets. It looks quite promising!
I've been taking a look over the source code and accordingly I would like to get a look at the source code for 'NiKR Log', please, per your credits.txt file.
You have my contact information from that email. I look forward to being able to complete my review.
I'm sorry to say, that I did not receive your email... I'll send you an EVEMail, as soon as the server is online...
Originally by: Hel O'Ween
Originally by: Golden Gnu
@Hel O'Ween What operating system, are you using?
(German) XP Home SP3
Quote:
The CSV Export was requested as feature, that's why it's there... If there need to be another column separator, that could be done as well... 
It's not just that. CSV is just a very problematic format. Both to its own restrictions and bad (or "wanna be smart") parsers for CSV. Like, it's not type safe. Some apps expect strings in CSV to be enclosed in double quotes. Date formats are also a thing to watch out for. In general: in an international environment, CSV is a PITA.
But if it was a user request and he's happy now, all's good. 
Well yes... I did modify the export dialog, to make the line and field terminator settable, as well as the decimal separator... At least for me, that does the trick (I'm in Denmark, and we have comma as decimal separator, as well) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente
|
Posted - 2009.07.26 15:19:00 -
[95]
Release Candidate 3 -fixed bug that would make some buttons to small -CSV Export: Added more options -Blueprints can now be marked as BPO or BPC -Added option to only filter when enter is pressed
Known issues: -When updating to from BETA 11 or earlier, saved filters column will be reset _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Thoraemond
Minmatar Far Ranger
|
Posted - 2009.07.27 02:47:00 -
[96]
Originally by: Golden Gnu
Originally by: Thoraemond As I said in my recent email, 'Thanks for working on jEveAssets. It looks quite promising! I've been taking a look over the source code and accordingly I would like to get a look at the source code for 'NiKR Log', please, per your credits.txt file.' You have my contact information from that email. I look forward to being able to complete my review.
I'm sorry to say, that I did not receive your email... I'll send you an EVEMail, as soon as the server is online.
Thank you, and email difficulty confirmed, details below. Odd, since we're both using GMail!
Originally by: -----Original Message----- From: Mail Delivery Subsystem [mailto:[email protected]] Sent: Saturday, July 25, 2009 20:51 To: [omitted per EVE forum policy]@gmail.com Subject: Delivery Status Notification (Delay)
This is an automatically generated Delivery Status Notification
THIS IS A WARNING MESSAGE ONLY.
YOU DO NOT NEED TO RESEND YOUR MESSAGE.
Delivery to the following recipient has been delayed:
[omitted per EVE forum policy]@gmail.dk
Message will be retried for 2 more day(s)
Technical details of temporary failure: DNS Error: Could not contact DNS servers
á á
|

Vaerah Vahrokha
Minmatar Dark-Rising
|
Posted - 2009.07.27 06:42:00 -
[97]
@Golden Gnu
I think I found why the program borks the master wallet totals.
Since I perform audits, I have to load a lot of API keys. Some SMART software like EvETrader lets me save an XML profile of the group of related (usually main and alts of one player) so I can swap those files later and always have a clean situation (*hint hint nudge nudge*), others like EMMA have multi-account (with bugs but hey, that's EMMA for you).
Yours too has a workaround to multiple players (as removing and re-adding API keys gets old once you pass 50 and the guy with a 2 months old bond still wants periodic updates off me), that is those check boxes to show / hide the character or his corp.
Now, if I unload every API key but the ones I need, the totals seem to work. If I leave the other unrelated API keys the following happens when going to the values windows:
1) All the character names, even the disabled ones, still appear in the combo box 2) It loads "something" off the first name (if you debug this recall to uncheck the first names in the API window, not the last), including his wallet etc.
At some point past this, I think the program mixes and adds up the first unckecked name wallet with the ones I checked and enabled.
Hope this helps. - Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente
|
Posted - 2009.07.27 09:43:00 -
[98]
@Thoraemond First of, thank you for taking the time to review jEveAssets... I think I must have miss typed the email, in the readme file  It will be fixed in the next release...
@Vaerah Vahrokha Thank you for taking the time to find the bug. I can confirm that is indeed what happens. It will be fixed in the next release... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Dark-Rising
|
Posted - 2009.07.27 12:17:00 -
[99]
Edited by: Vaerah Vahrokha on 27/07/2009 12:17:45 Thanks, Golden Gnu.
Another thing that I "feel" could slipped thru is this: by timing the ex_ecution, I have a disturbing feeling that you are not doing the optimization: "if none of this API's characters is checked => skip their assets update". This might look redundant but:
1) It takes 10 minutes more to download stuff as soon as you have 1 account heavy on assets (and this software is exactly for people with a number of assets).
2) The 23 hours cooldown is forced onto all the accounts. This is very bad in my case as a number of other players see their account assets API basically disabled because I started the program for one of them.
Finally, yesterday I noticed that I am unable to tell the program the source for the items values. Maybe / probably I missed something obvious but I will state it the same:
Detecting "missed" items because their value is set to zero (ie all the faction items) is relatively easy and they tend to be relatively few. But in other cases you can get dozens of different items (ie BPOs and notice I am not asking to discern BPCs I know you can't) that cost 1M+ but the program will assign them 50k value because that's the "field" of the database it picks up. I'd like to be able to tell those BPOs to take their value from the NPC price, it will still not be totally realistic but at least I don't get 20M of value instead of the expected 1B.
Thanks for your continued efforts. - Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente
|
Posted - 2009.07.27 13:40:00 -
[100]
Originally by: Vaerah Vahrokha Edited by: Vaerah Vahrokha on 27/07/2009 12:17:45 Thanks, Golden Gnu.
Another thing that I "feel" could slipped thru is this: by timing the ex_ecution, I have a disturbing feeling that you are not doing the optimization: "if none of this API's characters is checked => skip their assets update". This might look redundant but:
1) It takes 10 minutes more to download stuff as soon as you have 1 account heavy on assets (and this software is exactly for people with a number of assets).
2) The 23 hours cooldown is forced onto all the accounts. This is very bad in my case as a number of other players see their account assets API basically disabled because I started the program for one of them.
AFAIK, the time consuming thing is not updating the asset, but rather updating the price data from Eve-Central... Assets are downloaded for each character, so I could just ignore the ones that was hidden. It's a bit tricky, though... but, I Think I'll do as you ask...
Originally by: Vaerah Vahrokha Finally, yesterday I noticed that I am unable to tell the program the source for the items values. Maybe / probably I missed something obvious but I will state it the same:
Detecting "missed" items because their value is set to zero (ie all the faction items) is relatively easy and they tend to be relatively few. But in other cases you can get dozens of different items (ie BPOs and notice I am not asking to discern BPCs I know you can't) thatn cost 1M+ but the program will assign them 50k value because that's the "field" of the database it picks up. I'd like to be able to tell those BPOs to take their value from the NPC price, it will still not be totally realistic but at least I don't get 20M of value instead of the expected 1B.
Thanks for your continued efforts.
All blueprints in RC3 has zero value, until you mark them as BPOs. If the price is wrong you should set the price manually... It will be reflected in values dialog etc. You only need to do it once and it will use the price on all such items... ATM you can not set the price for BPCs... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Dmitryilyin
Gallente Risky eXplosion Death or Glory
|
Posted - 2009.07.27 15:07:00 -
[101]
Thank you very much for this application. At least someone did not use that ***** .NET and I can use this program.
|

Golden Gnu
Gallente
|
Posted - 2009.07.28 11:20:00 -
[102]
@Dmitryilyin Thank you... It does however use that ***** Java  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Therese Law
Gallente
|
Posted - 2009.07.28 11:51:00 -
[103]
wtf,ihave over 100bil in assets.. when did i get that LOL. --
♫♪ ♥ ♫♪ |

Golden Gnu
Gallente
|
Posted - 2009.07.28 12:27:00 -
[104]
Originally by: Therese Law wtf,ihave over 100bil in assets.. when did i get that LOL.
Maybe you could explain why that is so funny? I would really like to fix it, if it's a bug. But, you don't give me much information to work with  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente
|
Posted - 2009.07.28 12:30:00 -
[105]
Release Candidate 4 -Corrected contact information in the readme file -Fixed hidden characters being shown in the values tool -Ship Loadouts now show all ships
Known issues: -When updating to from BETA 11 or earlier, saved filters column will be reset _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Reklan
Amarr The Photon Raiders
|
Posted - 2009.07.28 14:26:00 -
[106]
Nice tool... great work..
|

Golden Gnu
Gallente
|
Posted - 2009.07.29 11:21:00 -
[107]
@Reklan Thank you! 
If you have any feature requests or encounter bugs, please post them here or send me an email (my email is in the readme file) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente
|
Posted - 2009.07.29 14:42:00 -
[108]
Release Candidate 5 -Now use Java 5, instead of Java 6 (To enable mac compatibility)
Known issues: -When updating to from BETA 11 or earlier, saved filters column will be reset _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Daeris Milvaer
|
Posted - 2009.07.29 21:58:00 -
[109]
Is it possible to save API keys and filter settings? Every time I start jEveAssets I have to reenter my API information and none of the saved filters froma previous session are there. The code references a settings.xml file but this is nowhere to be found.
Using a mac.
An aside, Macs support JRE 6 - it just currently defaults to 5. You can move 6 above 5 in the priority list using Java Preferences.
|

Solana Dal'Annae
Silverleaf Industries
|
Posted - 2009.07.30 00:39:00 -
[110]
Edited by: Solana Dal''Annae on 30/07/2009 00:45:30
Originally by: Daeris Milvaer
Using a mac.
An aside, Macs support JRE 6 - it just currently defaults to 5. You can move 6 above 5 in the priority list using Java Preferences.
Indeed, /Applications/Utilities/Java Preferences and put JRE 6 at the top and the old version worked fine.
If I swap to version 5 with the RC5 however, I get this error:
(Error) Uncaught Exception (sun.awt.exception.handler): Please email the log.txt to [email protected] java.lang.NoClassDefFoundError: java/awt/SplashScreen at net.nikr.eve.jeveasset.SplashUpdater.<init>(SplashUpdater.java:45) at net.nikr.eve.jeveasset.Main.createAndShowGUI(Main.java:110) at net.nikr.eve.jeveasset.Main.access$000(Main.java:40) at net.nikr.eve.jeveasset.Main$1.run(Main.java:91) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Edit: Btw, the App saves my settings fine, the settings.xml file should be located at: /Pathtoappfolder/jEveAssets/Data/settings.xml
It should be created when you quit the first time. A hint might be that you need to quit the application using the Java menu (File->Exit). Do not use the Apple interface (cmd-Q or similar) as the application will not get a chance to save the settings properly.
|
|

Skyvyr
Caldari House Of BlackStar Semper-Mortis
|
Posted - 2009.07.30 03:57:00 -
[111]
Is there a way to mark multiple blueprints as originals at once? I selected them all, but then can only copy the text.
Quite a nice program.
|

Golden Gnu
Gallente
|
Posted - 2009.07.30 11:08:00 -
[112]
@Daeris Milvaer I guess, you'll have to use the File->Exit, to save the settings, for now... I've added the bug to the todo list... And I'll try to fix it ASAP...
@Solana Dal'Annae I guess I'll recompile with Java 6, then... I forgot all about the Java 6 features I used... *sigh* 
Is it true that Java 6 is only supported on 64bit Intel macs? It's such a jungle when you never use macs...
@Skyvyr No ATM. You'll need to mark them separably, I'm afraid... I've added it to the Todo list.. |

Golden Gnu
Gallente
|
Posted - 2009.07.30 12:38:00 -
[113]
Release Candidate 6 -Compiled with Java 6, again... -It's now possible to mark multiple items as BPOs -Better exit progress
Known issues: -When updating to from BETA 11 or earlier, saved filters column will be reset _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

glas mir
Reaction Scientific
|
Posted - 2009.07.30 13:10:00 -
[114]
here is a question:
do your assets include your wallet and market sell and buy orders?
|

Golden Gnu
Gallente
|
Posted - 2009.07.30 13:34:00 -
[115]
Edited by: Golden Gnu on 30/07/2009 13:34:11
@glas mir Not ATM. Assets in orders and assets being researched/manufactured are not included. The market transactions and wallet journal, are not included...
It's however on the todo list. but, will not be done before after the first stable release...
You wallet balance can be viewed in the values tool... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Flaming Candle
|
Posted - 2009.07.30 15:36:00 -
[116]
1) Are you accepting contributions from other people?
2) Do you lurk on any handy IRC networks?
3) I threw your code into a maven project (mainly for dependancy handling) and discovered that all the dependancies (apart from yours, naturally) either available from the central maven repo, or (in the case of eveapi) already in the maven format, have you considered using maven? do you want my maven setup?
|

Skyvyr
Caldari House Of BlackStar Semper-Mortis
|
Posted - 2009.07.30 16:04:00 -
[117]
Quote: Is it true that Java 6 is only supported on 64bit Intel macs? It's such a jungle when you never use macs...
Yes and no.
Apple only releases java 6 for the all of the intel macs, but, it doesn't work on the 32bit [can't run 64bit binaries!], and thus is not default. However a 3rd party java6 for 32bit intel macs as well (which is what I use), it's called SoyLatte.
|

Vaerah Vahrokha
Minmatar Dark-Rising
|
Posted - 2009.07.30 17:40:00 -
[118]
Quote:
-It's now possible to mark multiple items as BPOs
Quote:
Assets in orders and assets being researched/manufactured are not included. The market transactions and wallet journal, are not included...
I want to have many, many children with you  - Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente
|
Posted - 2009.07.31 08:36:00 -
[119]
Originally by: Flaming Candle 1) Are you accepting contributions from other people?
2) Do you lurk on any handy IRC networks?
3) I threw your code into a maven project (mainly for dependancy handling) and discovered that all the dependancies (apart from yours, naturally) either available from the central maven repo, or (in the case of eveapi) already in the maven format, have you considered using maven? do you want my maven setup?
1) Yes (A open source project not accepting contributions is just plain stupid IMHO). I do however prefer to keep the scoop of the program to Assets or Isk... I wouldn't add Skill queue, POS setup, Fittings, etc.
2) No, I prefer email (my email is in the readme file)
3) I didn't even know what maven was before I googled it, just now... I use NetBeans...
Originally by: Skyvyr
Quote: Is it true that Java 6 is only supported on 64bit Intel macs? It's such a jungle when you never use macs...
Yes and no.
Apple only releases java 6 for the all of the intel macs, but, it doesn't work on the 32bit [can't run 64bit binaries!], and thus is not default. However a 3rd party java6 for 32bit intel macs as well (which is what I use), it's called SoyLatte.
Well, as long as Mac user can run Java 6, I'm happy...
Originally by: Vaerah Vahrokha
Quote:
-It's now possible to mark multiple items as BPOs
Quote:
Assets in orders and assets being researched/manufactured are not included. The market transactions and wallet journal, are not included...
I want to have many, many children with you 
Well, thank you... I'll call you if I need children, some day  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Solana Dal'Annae
Silverleaf Industries
|
Posted - 2009.08.02 21:22:00 -
[120]
Hmm, any idea what might be causing this oddity in the ship fit inspector? It lists the ammo/crystals/scripts instead of the module the item is located in, seemingly at random.
Running RC6, and I tried updating my assets, all that did was change which modules were shown, and which instead displayed the charge loaded.
|
|

Golden Gnu
Gallente
|
Posted - 2009.08.03 14:56:00 -
[121]
@Solana Dal'Annae Thank you for the bug report. I have a pretty good idea what happens. I'll try to fix ASAP, and release a new verison. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Teavan
Gallente First CityWide Change Bank
|
Posted - 2009.08.03 20:22:00 -
[122]
For some reason, ever since updating, I haven't been able to get eve-central prices. It just says not available yet, when I have never pulled info from eve-central. At the bottom of the screen it says update is "Now". 
|

Golden Gnu
Gallente
|
Posted - 2009.08.04 09:29:00 -
[123]
Edited by: Golden Gnu on 04/08/2009 09:31:47
@Teavan Thank you for your bug report. I can reproduce the error. I will try to fix it ASAP and release a new version.
EDIT Bug found and fixed... I'll be releasing a new version shortly... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente
|
Posted - 2009.08.04 09:58:00 -
[124]
Release Candidate 7 -Ship Loadouts: Fixed bug that showed charges instead of modules -Fix bug that prevented the price data from being updated -Updated eveapi library to version 1.0.0 -Updated nikr log library
Known issues: -When updating to from BETA 11 or earlier, saved filters column will be reset _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente
|
Posted - 2009.08.04 10:13:00 -
[125]
Release Candidate 7a -Fixed price data bug, introduced in RC7
Known issues: -When updating to from BETA 11 or earlier, saved filters column will be reset _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Quietus Nightshades
|
Posted - 2009.08.04 19:02:00 -
[126]
Still getting the (not allowed yet) message when updating price. Even with 7a.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.05 11:02:00 -
[127]
@Quietus Nightshades Maybe you could be a bit more specific? Does the statusbar say Now, next to the yellow and green icon? Price data from eve-central can only be updated once every hour. Price data is updated every time the assets are updated, so you must wait one hour wait after updating assets... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Dark-Rising
|
Posted - 2009.08.05 12:50:00 -
[128]
As you well know I am a great fan of your work, but I'd like to make you a little observation.
Imho a RC is a features freeze + late bugfixes release, you should stop adding new (and potentially bugged) stuff if you want to get a proper "v 1.00" out (else I expect you to get to "RC 975y" sometime later in this century. Once 1.00 is out, then you got your neat milestone and can proceed to v. 1.1 with more / better cycles of new features and related bugfixes. - Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.06 12:35:00 -
[129]
@Vaerah Vahrokha I evaluate the statement to be true... I haven't added any features lately... Time is what is need for the first stable... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.08 15:24:00 -
[130]
Just a short update:
The good news: Flaming Candle has joined to project (and have already contributed some awesome changes).  We now have SVN and the project are build with maven (Thanks to Flaming Candle).
The bad news: The stable release will be delayed a bit... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Paul X365
Caldari O-M-C
|
Posted - 2009.08.08 17:00:00 -
[131]
Thanks for a great program, Probably the best utility I have found for Eve.
I definetly think it needs to show refine value, thats the main comparison i need to know - Refine it or flog it !!!
Hows about some links to the new builds or maybe a beta build.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.08 17:20:00 -
[132]
@Paul X365 The latest version can always be downloaded at: http://eve.nikr.net/?page=jeveasset
Refining value, is already on the todo list. I don't know if it will make it in before the first stable release, I have, however, already done some work on it... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Dirty Zeta
|
Posted - 2009.08.10 22:49:00 -
[133]
Pretty bad ass software . I'm just getting a research lag when i type the text of the item i search , is there an option to start the research when i press enter or click ok instead of having the lag while i type ?
Thx for the good work .
|

Dr Chicago
|
Posted - 2009.08.11 02:06:00 -
[134]
I just found 500M in just stuff sitting in Hangars I never checked pricing on until I used this tool.. This tool is perfect for a Dashboard of some sort. Fantastic work!
DC
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.11 10:38:00 -
[135]
@Dirty Zeta Enable: Options > Enter Filters Then it will only filter when you press enter in the text field (Hope that is what you needed)
Performance can also be improved by hiding unused characters Options > Manage API Keys > Show Assets Simply uncheck the unused characters
@Dr Chicago Happy costumers, the best thing in the world  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Telchin Dai
|
Posted - 2009.08.11 13:39:00 -
[136]
Halp!
I have grown attached to this lovely program, had no problems using it before. I just did a fresh install of windows, and cleared all my eve programmes off.
Now, when I download this, I cannot get it to install and run.
I initially used Winace to dl it, then winrar, neither worked.
When i run the program, the java binary window pops up, and that is it! 
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.12 12:10:00 -
[137]
@Telchin Dai Sorry, It's a bit hard to figure out what happens from you description, so I'll state to obvious:
-Did you download the latest Java? http://java.com/en/download/
-Did you unzip the downloaded file?
-If you already installed Java, try to uninstall and install again...
-If you installed the 64bit version, try the 32bit version instead...
That's all I can help with ATM. Should you have more information, I might be able to help better... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Dark-Rising
|
Posted - 2009.08.13 00:21:00 -
[138]
Something that imho is not a "new feature" and would be welcome to be in before release: in case you switch it on, the incremental search is torturingly slow (my PC scores 5.9 out of 6 overall Vista MS performance rating so I don't think it's all my fault).
What I did in my softwares (not in Java though) was simply this usability trick:
1) Add a checkbox option (or a numeric edit box with a settable value FTW): if enabled or > 1 (in case of edit), the first N characters are ignored and thus the first "tons of items with those letters" are skipped.
Example, today I start typing "miss" and the program does 4 lookups, the "m" will take ages, the "i" a bit less and so on as it gets a more refined range.
After the change:
I set the preference to enabled (internally setting N = 3) or I type "3" in a preference edit box. The program just does nothing while I press "m" "i" "s" and starts looking up from the fourth character because it's > N = 3. In any case, having the incremental search done before the third letter is masochistic and unlikely that the user only wants to specify just 2 letters anyway.
2) In place or in addition to 1): in the Java equivalent of "OnChange" or "KeyPressed" you use to start the lookups, have the program don't proceed with the lookup if
current keypress time - previous keypress time < 1 second.
but force start the search *once* if
current keypress time - previous keypress time > 2 seconds.
In this case the person will quickly type the first characters and the lookup will not be performed due to the first condition.
At a certain point the guy stops typing and the program understands the pause as he stopped typing what he wanted and so it will perform the lookup.
Both 1) and 2) are commonly used in developers' editors.
- Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.13 12:37:00 -
[139]
@Vaerah Vahrokha Flaming Candle already proposed something like this to me. I said I had already added the option to only filter on enter: Options > Enter Filters
I do however think your proposal is very good. Sadly I think It'll have to wait to after the first stable... We are so close now and I don't wont to keep postponing it... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Telchin Dai
|
Posted - 2009.08.13 13:08:00 -
[140]
I got it working, I had to create a shortcut from Java install, and link it to the program.
Now the only problem I have is it doesnt remember my API Key.
|
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.13 14:04:00 -
[141]
Originally by: Telchin Dai I got it working, I had to create a shortcut from Java install, and link it to the program.
Now the only problem I have is it doesnt remember my API Key.
I'll release a new version shortly, It will save the data and settings (AKA your API key), in the user directory, that should (hopefully) fix the problem
I do however think you need to reinstall Java, that's just my advice... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.13 14:13:00 -
[142]
Edited by: Golden Gnu on 13/08/2009 14:15:06 Release Candidate 8 -Now uses the user's home directory to store data and settings -Now support proxy servers
Known issues: -Updating to from Release Candidate 7a or earlier will remove all your settings
We hope that this will be the last RC, before the stable! Please report all bugs you find  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Norah Sin
|
Posted - 2009.08.13 19:27:00 -
[143]
Edited by: Norah Sin on 13/08/2009 19:29:01 Thank you for this neat piece of software. Keep up the good job.
I'd love to have this features added, but it could be they are not there because the API:
1. Column with names of Ships and Containers. So obvious that I guess can't be obtained from API.
2. Under options menu have the options: Values by container, values by ship. They just will show a report with a line for each container, num items, values (or some values) summed up, location.
This way I can just dump my loot and salvage and know (when data is refreshed) how much I got, and it enables another way to organize my assets, ores, loot, salvaging, shippings, etc. I am a fan of station containers and GSC 
I know you can filter but one by one, and I think it does not sum up. I'm a new to your soft.
The same schema could be used for values by system or by station, but I feel it less usefull.
I'll send you some mils asap you got out the 1.0 so I support the 1.1 
|

Vaerah Vahrokha
Minmatar Dark-Rising
|
Posted - 2009.08.14 07:07:00 -
[144]
Edited by: Vaerah Vahrokha on 14/08/2009 07:08:00
Originally by: Golden Gnu Edited by: Golden Gnu on 13/08/2009 14:15:06 Release Candidate 8 -Now uses the user's home directory to store data and settings -Now support proxy servers
Known issues: -Updating to from Release Candidate 7a or earlier will remove all your settings
We hope that this will be the last RC, before the stable! Please report all bugs you find 
Actually, having settings and data not all over the computer was very good and allowed for easy USB key portable installs. Any chance you can leave an option to switch to the old way? (Even something as crude as a command line switch would do) - Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Dibsi Dei
Salamyhkaisten kilta
|
Posted - 2009.08.14 08:52:00 -
[145]
Originally by: Vaerah Vahrokha
Originally by: Golden Gnu Updating to from Release Candidate 7a or earlier will remove all your settings
Any chance you can leave an option to switch to the old way? (Even something as crude as a command line switch would do)
Yikes! I will also wait for this possible feature before updating from rc 7.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.14 09:31:00 -
[146]
@Vaerah Vahrokha Portable setting have been added to the todo list, it will be done after the first stable...
@Dibsi Dei I'm sorry to say, that it will not help to wait for a later version. Old settings files will not be supported in the future... I decided to do this now, before the stable release, rather then later in the process... IMHO It's better to do now, then after the first stable release... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

AnonyTerrorNinja
Minmatar RaouLCrew
|
Posted - 2009.08.17 08:15:00 -
[147]
This program, I think, is so far the single most useful anyone has made.
All other forms of in-game 'calculations' could be done with a calculator, notepad and a bit of know-how, but asset review of this scale with the ability to check total asset value is simply not practical for the average player.
Many kudos to you, good Sir.  ---
I has a blog.
Ikari Dimji > I mustn't run away... I MUSTN'T RUN AWAY... I MUSTN'T RUN AWA- ooh, skittles! :D |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.17 16:54:00 -
[148]
@AnonyTerrorNinja Thank you... Happy users is just the best thing in the world, IMHO!  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Companion Qube
|
Posted - 2009.08.18 10:25:00 -
[149]
First, very nice implementation it works well.
Second, You know what would be awesome? Being able to search based on location system security status. I'd love to know when my region orders get stuff in low sec without having to memorize the name of every lowsec system in 3 regions 
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.18 12:11:00 -
[150]
@Companion Qube That is an awesome idea! I'll add it to the todo list... :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.18 12:51:00 -
[151]
1.0.0 -Fixed minor bug with CSV & Fittings export
Known issues: -Updating to from Release Candidate 7a or earlier will remove all your settings
Finally, it's out! The first official stable release. Hope you like it... I'm pure joy! 
...now It's back to adding features for the next release  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Solana Dal'Annae
Silverleaf Industries
|
Posted - 2009.08.18 12:53:00 -
[152]
Awesome! :D
|

Rhivre
Caldari Built to Last New Eden Retail Federation
|
Posted - 2009.08.18 17:55:00 -
[153]
Looking forward to updating to this version :)
Now...all we need is someone to make a package of all the awesome super helpful eve tools so I dont have 10 windows open on my taskbar :p
|

Dibsi Dei
Salamyhkaisten kilta
|
Posted - 2009.08.18 20:57:00 -
[154]
Honor.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.19 12:27:00 -
[155]
@Solana Dal'Annae Thank you! 
@Rhivre Thank you! 
Originally by: Rhivre Now...all we need is someone to make a package of all the awesome super helpful eve tools so I dont have 10 windows open on my taskbar :p
I don't think that is going to happen, the programs are written in many different programming languages, so it's not an easy task to mix them... 
@Dibsi Dei Thank you 
_________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

MintooN
|
Posted - 2009.08.19 15:24:00 -
[156]
Hello, I have attempted to download this a few times, every time I start up the client I get the same message.
"The NiKR Log Library is missing (lib\nikr_log.jar)" please see the readme.txt for more info
I have looked at the file but can't see anything to do with my problem, I would like to get this application to work.
Thanks
|

Flaming Candle
|
Posted - 2009.08.20 17:15:00 -
[157]
Originally by: MintooN Hello, I have attempted to download this a few times, every time I start up the client I get the same message.
"The NiKR Log Library is missing (lib\nikr_log.jar)" please see the readme.txt for more info
I have looked at the file but can't see anything to do with my problem, I would like to get this application to work.
Thanks
The name of the library has changed but and the download from http://eve.nikr.net/?page=jeveasset has the correct jar in it: could you please see if the file: "log-1.0.0-SNAPSHOT.jar" is in the lib directory? I've just downloaded the whole zip and it runs without problems. |

MintooN
|
Posted - 2009.08.20 17:47:00 -
[158]
Edited by: MintooN on 20/08/2009 17:47:48
Originally by: Flaming Candle
Originally by: MintooN Hello, I have attempted to download this a few times, every time I start up the client I get the same message.
"The NiKR Log Library is missing (lib\nikr_log.jar)" please see the readme.txt for more info
I have looked at the file but can't see anything to do with my problem, I would like to get this application to work.
Thanks
The name of the library has changed but and the download from http://eve.nikr.net/?page=jeveasset has the correct jar in it: could you please see if the file: "log-1.0.0-SNAPSHOT.jar" is in the lib directory? I've just downloaded the whole zip and it runs without problems.
I have downloaded it from the above address, still getting the same message.
yes i have the "log-1.0.0-SNAPSHOT.jar" in the lib directory.
|

Flaming Candle
|
Posted - 2009.08.20 18:37:00 -
[159]
Originally by: MintooN
<snip>
I have the "log-1.0.1-SNAPSHOT.jar" in the lib directory. Is this whats causing the problem, as the one you mentioned is"log-1.0.0-SNAPSHOT.jar"
My mistake, I did mean log-1.0.1-SNAPSHOT.jar in the original post.
I'm a little confused, as the version I've just downloaded on two different computers is looking for "lib/log-1.0.1-SNAPSHOT.jar", and it's finding it.
If you havn't already, could you re-download it, extract it to a new directory, and double-click the jeveassets.jar and see if that solves your issue. Any settings that you have should be preserved.
Remember that it requires java version 6 or above. |

MintooN
|
Posted - 2009.08.20 18:51:00 -
[160]
Edited by: MintooN on 20/08/2009 19:20:29 Got it sorted thanks, i moved it to a new location and its working fine now.
Thanks for your assistance :)
Edit: got a new problem now lol, it wont accept my full api, i have tryed several times, i have even created a new api and still no joy.
It tells me my api isn't valid.
|
|

Flaming Candle
|
Posted - 2009.08.20 19:38:00 -
[161]
Originally by: MintooN Edited by: MintooN on 20/08/2009 19:20:29 Got it sorted thanks, i moved it to a new location and its working fine now.
Thanks for your assistance :)
Edit: got a new problem now lol, it wont accept my full api, i have tryed several times, i have even created a new api and still no joy.
It tells me my api isn't valid.
The API server is currently down which is normal for patch day, it's normally back up after the next downtime following the patch.
|

Flaming Candle
|
Posted - 2009.08.20 22:17:00 -
[162]
Edited by: Flaming Candle on 20/08/2009 22:18:32 I have uploaded data files for apoc 1.5, unzip into the 'data' directory of the install and replace the files that are currently there.
http://code.google.com/p/jeveassets/downloads/list
edit: now with link.
|

MintooN
|
Posted - 2009.08.21 13:13:00 -
[163]
Originally by: Flaming Candle
Originally by: MintooN Edited by: MintooN on 20/08/2009 19:20:29 Got it sorted thanks, i moved it to a new location and its working fine now.
Thanks for your assistance :)
Edit: got a new problem now lol, it wont accept my full api, i have tryed several times, i have even created a new api and still no joy.
It tells me my api isn't valid.
The API server is currently down which is normal for patch day, it's normally back up after the next downtime following the patch.
Thanks for your help flaming candle, I didnt know about the 24 delay in api, anyways the application is working great for me. :)
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.21 14:15:00 -
[164]
1.0.0 (Apocrypha 1.50) -Now have the latest Apocrypha 1.50 data
Known issues: -Updating to from Release Candidate 7a or earlier will remove all your settings _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Neme Nishta
|
Posted - 2009.08.22 02:35:00 -
[165]
Downloaded today; works great :)
Just wanted to say Thank You! for a very useful program.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.22 10:21:00 -
[166]
@Neme Nishta You're welcome. 
Happy users, is the best thing in the world!  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

searchi
tiberian suns
|
Posted - 2009.08.28 15:08:00 -
[167]
there probably is no way to determine between bpo and bpc trough the api? when i try updating the prices it says: not allowed yet. how to use multiple filters at the same time? ie owner: corp and category : not blueprint?
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.28 16:48:00 -
[168]
Originally by: searchi there probably is no way to determine between bpo and bpc trough the api?
Yes there is, but it's not included in 1.0.0, it will be in 1.1.0 - and only for blueprints that are included in Industry Jobs AKA only for blueprints that have been used.
Originally by: searchi when i try updating the prices it says: not allowed yet.
You can only update price data once a hour, you can see when you can update again on the statusbar... Note however, that the price are updated every time the assets are updated
Originally by: searchi how to use multiple filters at the same time? ie owner: corp and category : not blueprint?
Press the "Add Field" button on the toolbar _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Katja Shade
|
Posted - 2009.08.28 18:50:00 -
[169]
Edited by: Katja Shade on 28/08/2009 18:50:13 Very nice program.
One problem though, can't seem to run it off a Windows UNC share (at least not without mapping it to a drive letter which is noooo nineties )
Price data seems a bit off (maybe thats because I can't update prices, it says "not allowed yet" which is puzzling). Says my Nightmare is worth 0.00 ISK and my best ship is a Merlin 
Cheers
|

searchi
Ants
|
Posted - 2009.08.28 21:58:00 -
[170]
Shmmmm
i just now disabled the internet acces for a couple of dozen programs on my comp. predictably now the updating in jeveassets doesnt work anymore. i double checked but i just cant find out which program i need to re enable to make the updates work again
|
|

Flaming Candle
|
Posted - 2009.08.29 08:49:00 -
[171]
Originally by: searchi Shmmmm
I recently disabled the internet acces for a couple of dozen programs on my computer.
Predictably now the updating in jeveassets doesn't work anymore. I double checked but I just can't find out which program I need to re enable to make the updates work again.
The progran that needs access is 'Java'.
|

Flaming Candle
|
Posted - 2009.08.29 09:02:00 -
[172]
Originally by: Katja Shade Edited by: Katja Shade on 28/08/2009 18:50:13 Very nice program.
One problem though, can't seem to run it off a Windows UNC share (at least not without mapping it to a drive letter which is noooo nineties )
Just a quick question, what is wrong with mapping a drive letter? eugh, this means that I have to go and play around with Samba.
Originally by: Katja Shade
Price data seems a bit off (maybe thats because I can't update prices, it says "not allowed yet" which is puzzling). Says my Nightmare is worth 0.00 ISK and my best ship is a Merlin 
Cheers
There is no market data for a nightmare, they are not listed on the market, therefore you will not get a price for that ship. You can set a price for it, and other 'unique items' by right-clicking the asset row and selecting 'set price'
|

Dibsi Dei
Salamyhkaisten kilta
|
Posted - 2009.08.30 22:07:00 -
[173]
Is there any way to set the values (total value, etc) from sell minimum?
Where does the value come from anyways?
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.31 09:58:00 -
[174]
@Dibsi Dei There is no way to change that, ATM. Do you want me to add it to the todo list?
It use the first available price from the list: 1. User set price 2. Eve central median sell price 3. Zero
The value column in the table use the same way to get the price and then multiply by the count. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.08.31 15:49:00 -
[175]
@Dibsi Dei In the next release you'll be able to select what price from eve-central you want to use... (sell, buy, all - avg, min, max, median) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Norah Sin
|
Posted - 2009.09.01 00:32:00 -
[176]
Originally by: Golden Gnu @Dibsi Dei In the next release you'll be able to select what price from eve-central you want to use... (sell, buy, all - avg, min, max, median)
Great.
I'd like to be able to set a region selection for both sell and buy prices (along the price wanted option). I have some items that I buy usually from a region and sell in another, none of them are Jita/The Forge and I don't care other far away prices (for this item). For me, the value of that items stock is the min sell price on the region I use to sell them in, as its sells easily.
Thank you
|

Dibsi Dei
Salamyhkaisten kilta
|
Posted - 2009.09.01 07:05:00 -
[177]
Originally by: Golden Gnu @Dibsi Dei In the next release you'll be able to select what price from eve-central you want to use... (sell, buy, all - avg, min, max, median)
Cool, when combined with the Forge it should be the most accurate. 
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.09.01 09:30:00 -
[178]
Originally by: Norah Sin I'd like to be able to set a region selection for both sell and buy prices (along the price wanted option).
I'm sorry, but getting price data from more then one region or preset, is not going to happen. The reason is that jEveAssets would have to queue eve-central for each additional region. 2 regions would double the time it takes to update the price data, 3 regions would triple it. IMHO that would put an unreasonable load on eve-central and simply take to long...
@Dibsi Dei You're welcome  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Norah Sin
|
Posted - 2009.09.01 09:48:00 -
[179]
Originally by: Golden Gnu
Originally by: Norah Sin I'd like to be able to set a region selection for both sell and buy prices (along the price wanted option).
I'm sorry, but getting price data from more then one region or preset, is not going to happen. The reason is that jEveAssets would have to queue eve-central for each additional region. 2 regions would double the time it takes to update the price data, 3 regions would triple it. IMHO that would put an unreasonable load on eve-central and simply take to long...
Ok no prob, but had to try . Anyway it the prices are fetched in a type by type basis, it would be great to to be able to have one region selected for that item class (all regions or region of choose). This combined with the planned price semantics options, can do the trick for me.
I wonder if the default value fetch condition (min, max, etc) can be set as a default for all items that haven't setup its own overriding rule. Also a default range (all regions or region of choose) would be nice.
Just trying to give ideas to do it more and more usefull for me, giving the good basis we have here.
BTW, a little contribution already sent :)
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.09.01 10:17:00 -
[180]
@Norah Sin Sorry, I have a little trouble understanding what you want (English is not my first language).
If I understand you correct, you want to be able the set (for each item type): -What price to use (sell, buy, all - min, max, avg, med) -What region to get the price from (forge, empire, etc.) is that correct? _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Paul X365
Caldari O-M-C
|
Posted - 2009.09.03 01:17:00 -
[181]
If you guys haven't already included a column for the reprocessing value is there a way for you to allow us to import a column of data that will sync up on name or unit id.
Even simpler how about letting us save/export out the manually entered price data and re-import it - that would allow the use of a separate tool or ss to create the repro value.
|

Flaming Candle
|
Posted - 2009.09.03 06:36:00 -
[182]
Originally by: Paul X365 If you guys haven't already included a column for the reprocessing value is there a way for you to allow us to import a column of data that will sync up on name or unit id.
Even simpler how about letting us save/export out the manually entered price data and re-import it - that would allow the use of a separate tool or ss to create the repro value.
Reprocessing value should be in the next release.
|

Paul X365
Caldari O-M-C
|
Posted - 2009.09.03 06:49:00 -
[183]
Originally by: Flaming Candle Reprocessing value should be in the next release.
Thats great news.
We will be able to set the mineral costs used in the reprocessing value ourselves?
Any idea of a time frame for the next release?, I have a couple of jobs to do that I keep putting off in the hope of a new version, if were talking weeks ill go ahead and get them done.
Thanks for a great program.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.09.03 08:50:00 -
[184]
Originally by: Paul X365 We will be able to set the mineral costs used in the reprocessing value ourselves?
Yes and no...
It use the same way to get price as the price column: 1. User set price 2. Default eve-central price (can be set to: buy, sell, all - avg, med, max, min) 3. Zero
The problem is that you can't manually set price for items you don't have as a asset. So, if you don't have any mineral assets, you can't set the price manually. I pretty sure this will not be made possible in 1.1.0, but, I'll add it to the todo list for 1.2.0
Originally by: Paul X365 Any idea of a time frame for the next release?, I have a couple of jobs to do that I keep putting off in the hope of a new version, if were talking weeks ill go ahead and get them done.
We are pretty close to the first beta release of 1.1.0 (within a week or so), but how long it will take to fix bugs to get it stable, I don't know - for obvious reasons...
Originally by: Paul X365 Thanks for a great program.
Happy user is, simply, with out a doubt, the best thing in the world!  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.09.05 13:28:00 -
[185]
1.1.0 BETA 1 (Apocrypha 1.5) -The default eve-central price can now be changed -Added new filter modes: Greater/Less then column (compare two columns) -API keys can now be changed after they have been added -Filtering is now only triggered when no keys have been pressed for 500ms -Now automatically mark blueprints that have been used as copy/original -All settings are now in the same dialog -Improved the way progress is showed when updating assets and price data -New dialog key bindings: Escape cancel and enter saves -Industry jobs: Now adds blueprints in use to the asset list -Market orders: now adds remaining items from sell orders to the assets list -Portable setting: save all files in program directory (see FAQ) -New Column: Reprocessed value -New Column: System security status -Added volume to statusbar and table popup menu
Known issues: -Updating to from Release Candidate 7a or earlier will remove all your settings _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vhiskey
Caldari Imperial Forces
|
Posted - 2009.09.05 13:45:00 -
[186]
BPC value = BPO value?
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.09.05 15:37:00 -
[187]
Originally by: Vhiskey BPC value = BPO value?
??? _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Paul X365
Caldari O-M-C
|
Posted - 2009.09.05 18:09:00 -
[188]
Nice work.
Bugs When i first started it from a fresh folder it still retained my api and loaded about 15 assets from somewhere - some were correct some not and some showed the wording "error"
After downloading assets data seems ok so far.
When moving a column, other adjusted column widths are reset.
"only filter when enter is pressed" should probably be on by default.
|

Varo Jan
Minmatar
|
Posted - 2009.09.05 21:36:00 -
[189]
Originally by: Paul X365 Should rigs already fitted to a ship be counted as an asset?
Yes, definitely.
Quote: On one hand its good to see where they are and what ship has what fitted but they are not recoverably and should not count towards any totals.
ItŠs irrelevant that rigs are not recoverable.
Rigs add value to a ship. A rigged ship will sell for more than an unrigged ship.
Besides, you can assign whatever value you want to a fitted rig in jEveAssets.
|

Paul X365
Caldari O-M-C
|
Posted - 2009.09.06 06:55:00 -
[190]
Just some thoughts.
I wouldnt mind a couple of extra price columns, configureable of course!!! IE:
I would like a column that i can select a specific station or solar system like Jita, Amar or Rens I would also like to be able to say what i want to see in the column so max buy order or median sell order.
Maybe this could be done by allowing me to specify the actual api call used for an extra column under an advanced menu?
|
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.09.06 10:19:00 -
[191]
Thank you for you bug reports... 
Originally by: Paul X365 Bugs When i first started it from a fresh folder it still retained my api and loaded about 15 assets from somewhere - some were correct some not and some showed the wording "error"
This is worrying... Did you backup your settings before running the beta? if you did, could you please send them to me - my email is in the readme.txt file.
@all Did anyone else encounter this?
Originally by: Paul X365 When moving a column, other adjusted column widths are reset. *update: "adjusted column widths" are also reset when "price to use" setting is changed as well as on jEveAssets being closed and reopend.
What column setting do you have? (The button on the upper right corner of the table) It is default behaver - if not "Disable columns auto resizing"
Originally by: Paul X365 Window position plus width and height are also lost on closing and reopening of jEveAssets.
It's not really a bug - but rather a feature request. AKA can not be done before 1.1.0
Originally by: Paul X365 "only filter when enter is pressed" should probably be on by default.
I'll consider that...
Originally by: Paul X365 Should rigs already fitted to a ship be counted as an asset? Maybe a switch? On one hand its good to see where they are and what ship has what fitted but they are not recoverably and should not count towards any totals.
I have to agree with Varo Jan on this...
Originally by: Paul X365 Just some thoughts.
I wouldnt mind a couple of extra price columns, configureable of course!!! IE:
I would like a column that i can select a specific station or solar system like Jita, Amar or Rens I would also like to be able to say what i want to see in the column so max buy order or median sell order.
Maybe this could be done by allowing me to specify the actual api call used for an extra column under an advanced menu?
It's only possible to get price data from regions, not solar systems or stations... This would require the price data to be updated more then once (almost doubling the time it take to update assets). It have been requested before. Sadly it will not be done. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vhiskey
Caldari Imperial Forces
|
Posted - 2009.09.06 10:29:00 -
[192]
Originally by: Golden Gnu
Originally by: Vhiskey BPC value = BPO value?
???
jeveasset gives my BPCs the value of BPOs. thats why i dont use this prog.
|

Varo Jan
Minmatar
|
Posted - 2009.09.06 12:07:00 -
[193]
Originally by: Vhiskey
Originally by: Golden Gnu
Originally by: Vhiskey BPC value = BPO value?
???
jeveasset gives my BPCs the value of BPOs. thats why i dont use this prog.
No program can read your mind.
You can manually set the value of a BPC. Besides, perceived value of a BPC or a researched BPO will vary from player to player.
|

Flaming Candle
|
Posted - 2009.09.06 16:17:00 -
[194]
Originally by: Vhiskey
Originally by: Golden Gnu
Originally by: Vhiskey BPC value = BPO value?
???
jeveasset gives my BPCs the value of BPOs. thats why i dont use this prog.
There is *no* way to tell BPOs from BPCs via the assets API. The only possible way is to use the S&I API request to get the current jobs, then comparing the itemIDs from the assets to the itemIDs that are obtained from the S&I API call. So, if you have a BPO in production we can tell that it is a BPO and not a BPC.
I guess we can make it an option to display any blueprint as a BPC and have no value until you set one, or you put it into a S&I job and the BPC/BPO type is defined.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.09.06 19:04:00 -
[195]
Originally by: Flaming Candle
Originally by: Vhiskey
Originally by: Golden Gnu
Originally by: Vhiskey BPC value = BPO value?
???
jeveasset gives my BPCs the value of BPOs. thats why i dont use this prog.
There is *no* way to tell BPOs from BPCs via the assets API. The only possible way is to use the S&I API request to get the current jobs, then comparing the itemIDs from the assets to the itemIDs that are obtained from the S&I API call. So, if you have a BPO in production we can tell that it is a BPO and not a BPC.
I guess we can make it an option to display any blueprint as a BPC and have no value until you set one, or you put it into a S&I job and the BPC/BPO type is defined.
All Blueprints that are not automarked (only available in 1.1.0 Beta 1), will be marked as BPC AKA have no value, as default _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Luckytania
Gallente Bullets of Justice
|
Posted - 2009.09.06 20:46:00 -
[196]
Started taking a look at 1.1 beta today. (Used 1.0 for a while, but going to the beta seems to make it impossible to flip back and forth for comparison.)
Requests/ideas.
1) Retain window position/size on restart. 2) Put a label 'somewhere up top' for the filter you have loaded. Show "untitled", or whatever, for a modified unsaved set of filters.
Minor bug reports. 1) Seems to sometimes 'get lost' when clicking a column to flip the ascending/descending sort. Requires an exit/restart and then its OK again. 2) Doesn't seem to do too well with estimated values of Sell Orders. It's reporting mine at half of ingame "Orders" tab. (Might well not be addressable due to API lackage.)
Overall, an impressive job. Thanks. Looking forward to 1.1 Stable. |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.09.10 14:59:00 -
[197]
@Luckytania Thank you for your feedback! 
Requests: 1 & 2) Added to the todo list for 1.2.0
Bugs: 1) This could be a side effect of a known bug (It might be fixed for 1.1.0 beta 2) 2) The price data is from Eve-Central. You might want to change your eve-central settings in: Options > Settings > Eve-Central You can set the regions to your own region, for a more accurate result. You could also download and use Eve-centrals Upload Utility, to ensure the price data is perfect...
Going back and forth between versions: Your settings are saved in [user-directory]/.jeveassets Backup the "data" directory to backup your settings... If you backup the 1.0.0 settings you can always go back to them... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

KaarBaak
Minmatar Squirrel Team
|
Posted - 2009.09.10 15:57:00 -
[198]
Edited by: KaarBaak on 10/09/2009 15:58:54 Hi
I'm within 5min of my first download of your program. Installed and loaded api with no problems. Great info and layout so far as I've nosed around. One minor question (keeping in mind my noob status, please)...would it be possible to add the current GMT to the bar at the bottom that tells when the next price update can occur? I realize that it's max 60min, but when I initially loaded the program, it automatically downloaded prices. I attempted to change the pricing filters, but was informed that they wouldn't take effect until 1644GMT.
Anyway, just an extremely small thing. I haven't read through all the pages in this thread yet to see what has been suggetsted previously. But, like I said it appears to have nearly anything I may be looking for (and the export to CSV allows for anything else.)
Thanks again. Great work.
KB
EDIT: Also, does the reprocessing value assume perfect reprocessing (100% return) KB
Beware the beast Man, for he is the Devil's pawn. Alone among God's primates, he kills for sport or lust or greed. Yea, he will murder his brother to possess his brother's land. |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.09.10 16:46:00 -
[199]
@KaarBaak I'm happy that you like jEveAssets. Your suggestion have been added to the todo list...
Yes, it assumes perfect reprocessing _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Kellen Tavadon
Caldari KellenCo
|
Posted - 2009.09.10 23:53:00 -
[200]
I'm having a problem with this sadly and it's that it doesn't work...I'm on Vista and curious if it's compatible?
Quite literally when I double click the main file it just asks what I should run it in?
|
|

Flaming Candle
|
Posted - 2009.09.11 06:49:00 -
[201]
Originally by: Kellen Tavadon Edited by: Kellen Tavadon on 10/09/2009 23:57:18 I'm having a problem with this sadly and it's that it doesn't work...I'm on Vista and curious if it's compatible?
Quite literally when I double click the main file it just asks what I should run it in?
Edit: I actually can get it to work but I have to do the Linux way but through Windows Promt; is there a way to make the program an executable?
It may be that you don't have the .jar extension associated with java. As you discovered, running, on the command line, from your install directory:
"java -jar jeveassets.jar" or "javaw -jar jeveassets.jar"
will launch the application. You should be able to right-click the jeveassets.jar and select the option "open with" which should allow you to find the java executable - if you have the choice, select a "javaw" option rather then the "java" option since the java option will probably open a console which isn't exactly pretty!
When you installed Java 6, it should have done these file associations itself.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.09.11 07:26:00 -
[202]
@Kellen Tavadon I would suggest that you uninstall Java (It might be present more than once, please uninstall all reference of Java) and reinstall Java...
Note that on vista, you'll need administrator rights to install Java _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

DataSchmuck
Amarr
|
Posted - 2009.09.12 04:45:00 -
[203]
Great little program for the casual player such as myself. Quick and simple. Love it.
Here's a few interface suggestions I feel would make it even better: 1: column customization - currently we can only drag the column size to a smaller, limited size. It would be great if you could do a right click on the column header and click "hide", or "customize columns..." and put check boxes next to the ones we want (like Microsoft windows does it). The ability to move or re-order columns would be cool, too.
2: Row selection highlighting - when selecting an item in any column, lightly highlight or outline the entire row to make it easier to read and match up what we've selected. Either that or alternate the row colors (white and light grey?)
3: Save the layout - as has already been suggested, saving the window sizes and column lengths, but with the additional suggestions I've made, saving which columns are shown/hidden and the order that we've re-arranged them in, as well as which column is used for sorting items.
Thanks again for this nifty little program!
|

Flaming Candle
|
Posted - 2009.09.12 06:48:00 -
[204]
Originally by: Data******* Great little program for the casual player such as myself. Quick and simple. Love it.
Here's a few interface suggestions I feel would make it even better: 1: column customization - currently we can only drag the column size to a smaller, limited size. It would be great if you could do a right click on the column header and click "hide", or "customize columns..." and put check boxes next to the ones we want (like Microsoft windows does it). The ability to move or re-order columns would be cool, too.
added as a feature request on our issue tracker, we may or may not implement it the same as MS Excel!
Originally by: Data*******
2: Row selection highlighting - when selecting an item in any column, lightly highlight or outline the entire row to make it easier to read and match up what we've selected. Either that or alternate the row colors (white and light grey?)
Also added as a feature request.
Originally by: Data*******
3: Save the layout - as has already been suggested, saving the window sizes and column lengths, but with the additional suggestions I've made, saving which columns are shown/hidden and the order that we've re-arranged them in, as well as which column is used for sorting items.
Thanks again for this nifty little program!
This is already in the list of possible changes.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.09.12 08:58:00 -
[205]
@Data******* 1) The ability to move columns is already implemented. Just drag the column header (press and move left or right). The ability hide/show columns has also been implemented. Clicking on the little button on in the top right corner of the table (next to the column headers).
2 & 3) is on the todo list _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Flaming Candle
|
Posted - 2009.09.12 09:47:00 -
[206]
Originally by: Golden Gnu @Data******* 1) The ability to move columns is already implemented. Just drag the column header (press and move left or right). The ability hide/show columns has also been implemented. Clicking on the little button on in the top right corner of the table (next to the column headers).
Ok, so I sucked at finding that feature too, it's clearly too well hidden - We've decided to try to make it more obvious.
|

DataSchmuck
Amarr
|
Posted - 2009.09.12 20:53:00 -
[207]
Edited by: Data******* on 12/09/2009 20:53:01 Oh my, I can't believe I missed that! OK, well, that just makes the program that much better.
|

Lost Hamster
Hamster Holding Corp
|
Posted - 2009.09.13 10:59:00 -
[208]
Would it be possible to split the "update assets" button ? To: - Update assets - Update market orders ?
You can update the assets once a day, the orders, you can update once a hour.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.09.13 14:10:00 -
[209]
Edited by: Golden Gnu on 13/09/2009 14:16:43 Edited by: Golden Gnu on 13/09/2009 14:10:26
@Lost Hamster You can already update market orders by them self - the idea is that when you update assets, new items might be present (especially on first update), so we need to get the price data as well. That's why both the assets and market data is updated at the same time. So in my opinion it needs to stay as it is...
EDIT: Wow I totally missread that, sorry  Market orders are update on startup (If the cache time allow it)... so are the character data and industry jobs... This will be changed later... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.09.21 13:24:00 -
[210]
Edited by: Golden Gnu on 21/09/2009 13:24:42
1.1.0 Release Candidate 1 (Apocrypha 1.5): -Fixed bug with invalid proxy settings -Fixed bug with pos and industry jobs -Added hide/show columns to the main menu -Fixed bug in save filter dialog -Better error messages when Updating assets -New layout for about dialog
Known Issues -Updating to from Release Candidate 7a or earlier will remove all your settings
Please backup your settings before running the release candidate. You'll not be able to revert back to 1.0.0, with the settings from this release. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.10.04 13:05:00 -
[211]
1.1.0 (Apocrypha 1.5) -Fixed bug with invalid proxy settings -Fixed bug with pos and industry jobs -Added hide/show columns to the main menu -Fixed bug in save filter dialog -Better error messages when Updating assets -New layout for about dialog -The default eve-central price can now be changed -Added new filter modes: Greater/Less then column (compare two columns) -API keys can now be changed after they have been added -Filtering is now only triggered when no keys have been pressed for 500ms -Now automatically mark blueprints that have been used as copy/original -All settings are now in the same dialog -Improved the way progress is showed when updating assets and price data -New dialog key bindings: Escape cancel and enter saves -Industry jobs: Now adds blueprints in use to the asset list -Market orders: now adds remaining items from sell orders to the assets list -Portable setting: save all files in program directory (see FAQ) -New Column: Reprocessed value -New Column: System security status -Added volume to statusbar and table popup menu
Enjoy!  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Annika Petrovich
|
Posted - 2009.10.05 23:47:00 -
[212]
Edited by: Annika Petrovich on 05/10/2009 23:48:56 Feature request: add "greater than" and "less than" to the filter types for numeric columns. Examples: I want to search for items valued at more than 15,000,000 or items in a system with sec status < 0.5.
Edit: one more request, it'd be nice to have a pricing option for eve-central that followed this formula: ((sell min + buy max) / 2), that should give you the midpoint of the current buy/sell spread and a very reasonable estimate of current value.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.10.06 11:38:00 -
[213]
Originally by: Annika Petrovich Edited by: Annika Petrovich on 05/10/2009 23:48:56 Feature request: add "greater than" and "less than" to the filter types for numeric columns. Examples: I want to search for items valued at more than 15,000,000 or items in a system with sec status < 0.5.
You'll be pleased to hear that the feature is already in 1.1.0 All you have to do is select a numeric column in the ComboBox (The one that says "All"). Then "greater than" and "less than" will be shown.... Note however that feature is not available for sec status (I'll add it to the todo list for next version)
Originally by: Annika Petrovich Edit: one more request, it'd be nice to have a pricing option for eve-central that followed this formula: ((sell min + buy max) / 2), that should give you the midpoint of the current buy/sell spread and a very reasonable estimate of current value.
That is an excellent idea - I'll add it to the todo list for the next version
Thank you for your feedback  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Commander Azrael
Three Shades of Brown
|
Posted - 2009.10.06 12:18:00 -
[214]
That's a nice bit of work there buddy 
Just been having a play round and it's quite handy, keep up the good work 
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.10.06 12:35:00 -
[215]
@Commander Azrael Thank you  Happy users is the best thing in the world! 
_________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Dark-Rising IT Alliance
|
Posted - 2009.10.06 13:19:00 -
[216]
Excellent piece of software that keep improving. Apparently it's not Java that is crap, it's 98% of the Java developers who are. You are the living proof that usable and useful software can be done with that platform.
I have two suggestions:
1) In the API keys management window, it'd be nice to have a "deselect all" button. I am managing like 30-40 characters if not more, it gets error prone to have to uncheck them one by one when switching "sets".
2) Addition of a notes field to the characters.
3) For a distant expansion: make so that characters on the same account are grouped for easy management. I.e. with a treeview with a "+" that expands in the 1-3 names off the same API key.
Thanks a lot. BTW, do you happen to have a Minmatar PVP or missioning character?
- Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.10.06 13:58:00 -
[217]
Edited by: Golden Gnu on 06/10/2009 13:58:59
@Vaerah Vahrokha Thank you for your kind words. 
1) Will be done in the next version.
What option would you like best: a) Show/Hide All buttons b) Show/Hide Selected buttons - would do the same (with ctrl+a), and a bit more c) both option a & b...
2 & 3) Will be added to the todo list (with no ETA for the moment)
I also want to thank you for your continued valued feedback, I really appreciate it 
I don't own a Minmatar character - but, Flaming Candle might... (He is also a developer on jEveAssets) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Dark-Rising IT Alliance
|
Posted - 2009.10.06 14:47:00 -
[218]
I think solution C would be the best, because generalizing the "select all / none" into operating on selections is good but not as ergonomic.
Think about this: you have 7 checked names intermixed by 12 unchecked names. You suddenly want to be able to deselect all of them without scrolling up and down and generally getting crazy with aiming at interleaved rows of data. - Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Vaerah Vahrokha
Minmatar Dark-Rising IT Alliance
|
Posted - 2009.10.06 15:04:00 -
[219]
I think There's also another suggestion:
As you well know it's a PITA to manually fix possibly dozens of BPOs to show them a price.
In this case it should be possible to create an option to automatically flag as BPO all the BPs that:
- Are being copied. - Are being invented.
Moreover I know that some programs like EvEMeep can somehow retrieve the PE and ME of BPs (don't know about the remaining runs). In this case fiddling with these numbers (EvE Meep is open source *hint*) could lead to interesting results. - Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Commander Azrael
Three Shades of Brown
|
Posted - 2009.10.06 15:20:00 -
[220]
Yeah the BPO stuff would be a nice addition if you get round to it.
Java software..... that works! I'd pretty much given up hope of ever seeing a working, usable java program 
|
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.10.06 16:01:00 -
[221]
@Vaerah Vahrokha Option C it's then...
BPOs should be automatic marked as of 1.1.0 (if they have ever been used) - if this does not work, it's a bug... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Flaming Candle
|
Posted - 2009.10.12 07:39:00 -
[222]
Originally by: Vaerah Vahrokha (EvE Meep is open source *hint*)
The source to jeveassets is available, just as the source to other applications - You should be able to use SVN to obtain either the current 'bleeding' edge, or any of the more recent releases (the very early releases are not available - but why would you want them?!).
The links to the SVN repositories are at http://eve.nikr.net/?page=jeveasset
|

Vaerah Vahrokha
Minmatar Dark-Rising IT Alliance
|
Posted - 2009.10.12 11:20:00 -
[223]
Originally by: Flaming Candle
Originally by: Vaerah Vahrokha (EvE Meep is open source *hint*)
The source to jeveassets is available, just as the source to other applications - You should be able to use SVN to obtain either the current 'bleeding' edge, or any of the more recent releases (the very early releases are not available - but why would you want them?!).
The links to the SVN repositories are at http://eve.nikr.net/?page=jeveasset
The hint was at checking EvEMeep's open source, not an observation about you being open source or not.
- Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.10.12 11:22:00 -
[224]
Just a quick note: To comply with the GNU GPL the source of all releases is available.
Should anyone be interested in the source for pre-1.0.0 releases, please email me to get the source (my email is in the readme file of jEveAssets).
As Flaming Candle wrote, post-1.0.0 source is available from SVN. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Dark-Rising IT Alliance
|
Posted - 2009.10.12 14:16:00 -
[225]
BTW do you load the assets in memory or are you using a database and loading a cursor? Because when the app starts, it takes minutes and minutes to load (without updating from the API BTW), despite most APIs are unchecked. Maybe it's an index not being used so it browses thru the whole cursor (loading all the rows) instead of just what's needed?
- Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.10.12 14:33:00 -
[226]
@Vaerah Vahrokha Yes it loads it all to memory at startup...
If you really got a lot of characters you might want to consider splitting them up. You could have multiple jeveassets folders - coupled with the "-portable" command line argument, it should only load the assets needed... (if you need more help, please don't hesitate to ask) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Dark-Rising IT Alliance
|
Posted - 2009.10.24 20:19:00 -
[227]
Edited by: Vaerah Vahrokha on 24/10/2009 20:20:23
Originally by: Golden Gnu @Vaerah Vahrokha Yes it loads it all to memory at startup...
If you really got a lot of characters you might want to consider splitting them up. You could have multiple jeveassets folders - coupled with the "-portable" command line argument, it should only load the assets needed... (if you need more help, please don't hesitate to ask)
Ok the "all in memory" approach hit a limit:
(info) Starting jEveAssets 1.1.0 BETA 1 (info) DATA Loading... (info) Settings loaded (info) Items loaded (info) Locations loaded (error) Uncaught Exception (sun.awt.exception.handler):Please email the latest error.txt in the logs directory to [email protected] java.lang.OutOfMemoryError: Java heap space at java.text.DateFormatSymbols.getInstance(Unknown Source) at java.text.SimpleDateFormat.<init>(Unknown Source) at java.text.SimpleDateFormat.<init>(Unknown Source) at com.beimin.eveapi.order.ApiMarketOrder.<init>(ApiMarketOrder.java:23) at net.nikr.eve.jeveasset.io.LocalAssetsReader.parseMarkerOrder(LocalAssetsReader.java:171) at net.nikr.eve.jeveasset.io.LocalAssetsReader.parseMarkerOrders(LocalAssetsReader.java:161) at net.nikr.eve.jeveasset.io.LocalAssetsReader.parseHumans(LocalAssetsReader.java:96) at net.nikr.eve.jeveasset.io.LocalAssetsReader.parseAccounts(LocalAssetsReader.java:75) at net.nikr.eve.jeveasset.io.LocalAssetsReader.parseSettings(LocalAssetsReader.java:66) at net.nikr.eve.jeveasset.io.LocalAssetsReader.load(LocalAssetsReader.java:48) at net.nikr.eve.jeveasset.data.Settings.<init>(Settings.java:137) at net.nikr.eve.jeveasset.Program.<init>(Program.java:172) at net.nikr.eve.jeveasset.Main.<init>(Main.java:82) at net.nikr.eve.jeveasset.Main.createAndShowGUI(Main.java:123) at net.nikr.eve.jeveasset.Main.access$000(Main.java:44) at net.nikr.eve.jeveasset.Main$1.run(Main.java:95) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) (error) Uncaught Exception (Thread): Please email the latest error.txt in the logs directory to [email protected] java.lang.OutOfMemoryError: Java heap space at java.awt.image.Raster.createPackedRaster(Unknown Source) at java.awt.image.Raster.createPackedRaster(Unknown Source) at java.awt.image.DirectColorModel.createCompatibleWritableRaster(Unknown Source) at java.awt.image.BufferedImage.<init>(Unknown Source) at sun.java2d.loops.GraphicsPrimitive.convertFrom(Unknown Source) at sun.java2d.loops.GraphicsPrimitive.convertFrom(Unknown Source) at sun.java2d.loops.MaskBlit$General.MaskBlit(Unknown Source) at sun.java2d.loops.Blit$GeneralMaskBlit.Blit(Unknown Source) at sun.java2d.pipe.DrawImage.blitSurfaceData(Unknown Source) at sun.java2d.pipe.DrawImage.renderImageCopy(Unknown Source) at sun.java2d.pipe.DrawImage.copyImage(Unknown Source) at sun.java2d.pipe.DrawImage.copyImage(Unknown Source) at sun.java2d.SunGraphics2D.drawImage(Unknown Source) at sun.java2d.SunGraphics2D.drawImage(Unknown Source) at net.nikr.eve.jeveasset.SplashUpdater.update(SplashUpdater.java:119) at net.nikr.eve.jeveasset.SplashUpdater.run(SplashUpdater.java:68)
PC has 4GB RAM.
Edit: unless you can tell how to split 1 owner worth of stuff in multiple parts - Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.10.25 12:09:00 -
[228]
@Vaerah Vahrokha
Yes I know that is bad! You're not the first one to report the problem... It's really a Java problem not really jEveAssets specific... (it might help to do some memory profiling, of course)
The good news is that there is a workaround: You'll need to increase the java heap size
Also, I've added "Profiles" to the todo list (to eliminate the need for extra jEveAssets folders). I don't know if It will be done before 1.2.0, yet...
Hope that will fix your problems - if not, please reply here again... :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Dark-Rising IT Alliance
|
Posted - 2009.10.25 16:38:00 -
[229]
Originally by: Golden Gnu @Vaerah Vahrokha
Yes I know that is bad! You're not the first one to report the problem... It's really a Java problem not really jEveAssets specific... (it might help to do some memory profiling, of course)
The good news is that there is a workaround: You'll need to increase the java heap size
Also, I've added "Profiles" to the todo list (to eliminate the need for extra jEveAssets folders). I don't know if It will be done before 1.2.0, yet...
Hope that will fix your problems - if not, please reply here again... :)
I don't understand why you did so many perfect choices but then you went for an in memory storage instead of any free SQL solution, ie SQLite. Sure it might be somewhat slower but it's scalable to almost infinite. - Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.10.26 09:19:00 -
[230]
@Vaerah Vahrokha
The answer to that must be, I did know better...  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Poramiu
Minmatar Sebiestor tribe
|
Posted - 2009.10.29 05:09:00 -
[231]
Kudos on great app, more kudos on clean & readable code.
I was looking at Eve API wiki to tinker around a few ideas of mine when I came across jEveAssets --which already has most of what I was going to implement myself. So instead of reinventing the wheel, I've made a few enhancements on your codebase. Assuming you're open to contributions, I'll be happy to give you a patch (or commit to SVN, whatever makes it easier for you). Here's what I've done:
- Ability to set names of individual assets (ships, station containers etc.) to match w/ in-game names, since Eve API does not provide that (user-defined names persisted to local settings file) - A popup menu option to jump from the currently selected item to the item containing it (e.g. select a module on the table, right-click, goto containing ship/container) - Another popup menu to quickly show contents of a container type asset (e.g. select a station container, right-click, show contents...)
I hope to make a few more enhancements to quickly determine what to sell & what to reprocess out of a selected container --yes, I've been running missions and collecting ****loads of crappy loot ;)
Lemme know if you wanna get those incorporated, feel free to mail me in-game or post it here.
Cheers,
|

Flaming Candle
|
Posted - 2009.10.29 08:17:00 -
[232]
Originally by: Poramiu
<snip>
I've dropped you a mail in-game.
|

Dibsi Dei
Salamyhkaisten kilta HYDRA RELOADED
|
Posted - 2009.10.29 17:43:00 -
[233]
Hi,
When setting price on an item could you make the price already selected. Right now it's default 0 which you have to select before you can type in the new price.
It's a great app but that just makes me angry! 
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.10.31 14:52:00 -
[234]
@Poramiu Send you an evemail...
@Dibsi Dei I have added it to the issue list - should be done before 1.2.0 _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Black Omne
Caldari House Of BlackStar Semper-Mortis
|
Posted - 2009.10.31 18:40:00 -
[235]
I guess eve-central does not have faction item prices, any plans to add a method to get their values (ie. the way EveHQ does) so that asset totals are more accurate? Thanks for a neat program
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.11.01 10:52:00 -
[236]
Originally by: Black Omne I guess eve-central does not have faction item prices, any plans to add a method to get their values (ie. the way EveHQ does) so that asset totals are more accurate? Thanks for a neat program
yes, eve-central.com and eve-metrics.com only have price data for market items. I do not know how EveHQ get the faction price data, does anyone know that? For now you'll have to set the price manually... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

apocryphat
|
Posted - 2009.11.16 23:00:00 -
[237]
Recently starting to get error!######## instead of location for some 0.0 outpost .
|

Moriel Damodred
Gallente Federal Navy Academy
|
Posted - 2009.11.17 04:49:00 -
[238]
I've been trying to compile the source, so i can maybe contribute to the project, but its missing some packages. Namely = uk.me.candle.eve
Is there a jar anywhere around i can yoink? Everyone else had a sig and i felt lonly :( |

Moriel Damodred
Gallente Federal Navy Academy
|
Posted - 2009.11.17 05:13:00 -
[239]
Yay, got it working cheesily via svn site guessing.
Now i just need to learn the code well enough to like. Do stuff. Everyone else had a sig and i felt lonly :( |

Moriel Damodred
Gallente Federal Navy Academy
|
Posted - 2009.11.17 07:25:00 -
[240]
Also, Fk maven. Everyone else had a sig and i felt lonly :( |
|

Ki Shodan
Gallente deep blue
|
Posted - 2009.11.17 14:41:00 -
[241]
This app rocks. I never knew, how much stuff I had and what it was approximatly worth, until now. :-D --
Evemail me, if my name is used as guarantor! |

apocryphat
|
Posted - 2009.11.17 22:20:00 -
[242]
Originally by: apocryphat Recently starting to get error!######## instead of location for some 0.0 outpost .
Am I the only one having this bug ?
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.11.18 12:03:00 -
[243]
Edited by: Golden Gnu on 18/11/2009 12:03:11 Sorry for the delayed reply...
@apocryphat I'll need the !######## numbers, as well as the station names (if you know them) - if you would send them to my email, I would really appreciate it. (my email is in the readme file)
@Moriel Damodred I'm happy you figured it out... I'm in the process of adding Flaming Candles price library, that's why you'll need the unexplained extra library... I'm sorry that it is not documented... you should try rev119, instead... Please email me, if you want to contribute to the project (my email is in the readme file).
@Ki Shodan Thank you  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Dark-Rising IT Alliance
|
Posted - 2009.11.18 17:39:00 -
[244]
For those having my same issue of the program crashing at startup once you have too many items:
Kludge workaround 1:
1) In the .jeveassets/data prefs folder rename (if you don't want to delete) assets.xml to something else
2) Start the program
3) Enter the API keys of one account only (ie 3 characters bound to an API key)
4) From now on, follow steps 1 - 3 for every new account. You'll have to rename one of your various assets xml files in assets.xml, relaunch the app, load the updated API info off the EvE site.
Kludge workaround 2:
Same as above but for those who cannot even load a single API x 3 characters any more.
You'll have to create 3 new assets.xml with the same API key for every of the 3 characters and then uncheck 2 of them so that you will have the least items possible in the file.
- Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.11.29 19:36:00 -
[245]
1.2.0 Release Candidate 1 (Dominion 1.0)
Bug fixes: -JTextField swing bug (workaround) -New assets have no price (from Market Orders/Industry Jobs) -Conquerable Stations locations get error string
New Features: -Added market orders tool -Added industry jobs tool -Now retain window position/size on restart -Added a label to the toolbar that show the current filter -Now show the eve server time on the statusbar -The security column now have the filter modes: "Great than" and "Less than" -Price data from both eve-metrics and eve-central (Candles pricing library) -Added more options to the API Manager -The table now save the selection on update -Added the ability highlight the selected row -The price field in price settings, now have focus when adding a new price _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Wensley
Minmatar The Tuskers
|
Posted - 2009.12.03 11:14:00 -
[246]
When I tried to launch the programme under OS X Leopard I got the following error:
03/12/2009 11:12:05 [0x0-0x8c08c].com.apple.JarLauncher[8705] SystemFlippers: didn't consume all data for long ID 0 (pBase = 0x100155390, p = 0x100155394, pEnd = 0x100155398) 03/12/2009 11:12:05 [0x0-0x8c08c].com.apple.JarLauncher[8705] SystemFlippers: didn't consume all data for long ID 0 (pBase = 0x100150980, p = 0x100150984, pEnd = 0x100150988) 03/12/2009 11:12:05 [0x0-0x8c08c].com.apple.JarLauncher[8705] SystemFlippers: didn't consume all data for long ID 0 (pBase = 0x100150980, p = 0x100150984, pEnd = 0x100150988) 03/12/2009 11:12:05 [0x0-0x8c08c].com.apple.JarLauncher[8705] Exception in thread "main" 03/12/2009 11:12:05 [0x0-0x8c08c].com.apple.JarLauncher[8705] java.lang.UnsupportedClassVersionError: Bad version number in .class file 03/12/2009 11:12:05 [0x0-0x8c08c].com.apple.JarLauncher[8705] at java.lang.ClassLoader.defineClass1(Native Method) 03/12/2009 11:12:05 [0x0-0x8c08c].com.apple.JarLauncher[8705] at java.lang.ClassLoader.defineClass(ClassLoader.java:675) 03/12/2009 11:12:05 [0x0-0x8c08c].com.apple.JarLauncher[8705] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) 03/12/2009 11:12:05 [0x0-0x8c08c].com.apple.JarLauncher[8705] at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) 03/12/2009 11:12:05 [0x0-0x8c08c].com.apple.JarLauncher[8705] at java.net.URLClassLoader.access$100(URLClassLoader.java:56) 03/12/2009 11:12:05 [0x0-0x8c08c].com.apple.JarLauncher[8705] at java.net.URLClassLoader$1.run(URLClassLoader.java:195) 03/12/2009 11:12:05 [0x0-0x8c08c].com.apple.JarLauncher[8705] at java.security.AccessController.doPrivileged(Native Method) 03/12/2009 11:12:05 [0x0-0x8c08c].com.apple.JarLauncher[8705] at java.net.URLClassLoader.findClass(URLClassLoader.java:188) 03/12/2009 11:12:05 [0x0-0x8c08c].com.apple.JarLauncher[8705] at java.lang.ClassLoader.loadClass(ClassLoader.java:316) 03/12/2009 11:12:05 [0x0-0x8c08c].com.apple.JarLauncher[8705] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280) 03/12/2009 11:12:05 [0x0-0x8c08c].com.apple.JarLauncher[8705] at java.lang.ClassLoader.loadClass(ClassLoader.java:251) 03/12/2009 11:12:05 [0x0-0x8c08c].com.apple.JarLauncher[8705] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374) 03/12/2009 11:12:05 [0x0-0x8c08c].com.apple.JarLauncher[8705] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:374)
Any idea what's going wrong?
Read my Piracy Blog
|

Flaming Candle
|
Posted - 2009.12.03 11:37:00 -
[247]
Originally by: Wensley When I tried to launch the programme under OS X Leopard I got the following error: <snip>
Any idea what's going wrong?
The line "java.lang.UnsupportedClassVersionError: Bad version number in .class file" gives us a clue: what version of Java are you running? (type 'java -version' into a terminal).
I am no expert with macs, but I do have some experience using one.
From the looks of things this is more of an issue with the java version and jar launcher in Leopard rather then our code because there is no mention of our classes in the stack trace.
As an alternative way to launch it, and an experiment, again at a terminal, change directory to where you unziped the archive, and type "java -jar jeveassets.jar" Do you get the same error?
I'm expecting that, at least, you will get a different error, at best, it will work. This may be because of the way in which apple handle launching jars by clicking on them in a GUI.
- Candle
|

Haguu
Caldari School of Applied Knowledge
|
Posted - 2009.12.03 17:53:00 -
[248]
Originally by: Wensley When I tried to launch the programme under OS X Leopard I got the following error: ... Any idea what's going wrong?
I had problems with the Java version so I just waited until I got Snow Leopard which uses Java 6. jEveAssets works great although Dominion did require d/l the 1.2 dev build.
BTW, I thought I noticed problems with prefs being saved when I tried clicking on the jar. So to be safe I created a shellfile in my jEveAssets directory. It is probably unnecessary.
#!/bin/sh cd `dirname $0` java -jar jEveAssets.jar exit
|

Vaerah Vahrokha
Minmatar Dark-Rising IT Alliance
|
Posted - 2009.12.03 18:53:00 -
[249]
Quote:
-The security column now have the filter modes: "Great than" and "Less than"
I don't know if it's just an issue of mine, but I did not notice a > or < option for "meta", which I use to quickly find faction items. Is it possible to add (please disregard if it's been done for Dominion version already). - Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.12.04 15:46:00 -
[250]
jEveAssets 1.2.0 (Dominion 1.0) released
Bug fixes: -JTextField swing bug (workaround) -New assets have no price (from Market Orders/Industry Jobs) -Conquerable Stations locations get error string
New Features: -Added market orders tool -Added industry jobs tool -Now retain window position/size on restart -Added a label to the toolbar that show the current filter -Now show the eve server time on the statusbar -The security column now have the filter modes: "Great than" and "Less than" -Price data from both eve-metrics and eve-central (Candles pricing library) -Added more options to the API Manager -The table now save the selection on update -Added the ability highlight the selected row -The price field in price settings, now have focus when adding a new price _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.12.04 16:00:00 -
[251]
@Vaerah Vahrokha Greater/Less then for meta column did not make it into 1.2.0 - but I'll add it to the ToDo list for the next release (It's a bit complicated, as it's not just a number but also text) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Dretzle Omega
Caldari Caldari Navy Volunteer Task Force
|
Posted - 2009.12.04 16:47:00 -
[252]
I just downloaded the latest. I can't see my industry jobs or my market orders via the new tools.
|

SencneS
Rebellion Against Big Irreversible Dinks
|
Posted - 2009.12.04 17:03:00 -
[253]
I had downloaded loaded this just recently, it appears it doesn't like Corp Market orders. It also doesn't like Production, Research done at POSES. (Can't say if it cares about prod/rese at Stations, as I don't have any)
Amarr for Life |

Wensley
Minmatar The Tuskers
|
Posted - 2009.12.04 18:44:00 -
[254]
java version "1.5.0_20" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_20-b02-315) Java HotSpot(TM) Client VM (build 1.5.0_20-141, mixed mode, sharing)
Looks like its time to buy Snow Leopard.
Read my Piracy Blog
|

Haguu
Caldari School of Applied Knowledge
|
Posted - 2009.12.04 18:58:00 -
[255]
Originally by: Wensley
Looks like its time to buy Snow Leopard.
Probably a good idea.
http://arstechnica.com/apple/news/2008/04/apple-adds-java-se-6-support-to-leopard-with-new-update.ars You should be able to add Java 6 to Leopard, but if you are going to Snow Leopard anyway, perhaps you would not want to spend too much time retrofitting Leopard.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.12.05 10:54:00 -
[256]
@Dretzle Omega You might need to restart jEveAssets to update the market orders and industry jobs... If that does not fix the problem, I would like you to contact me by email (my email is in the readme file)
@SencneS I've just tested Corp Market orders, and for me it works without problems... I don't have any POSES, so I can't test it... Is there any chance that you could give me some more information? A screenshot of the bug or a detailed description of what it "doesn't like", would be very useful... If you could send it to my email (my email is in the readme file), It would help a great deal to fix the problem...
@Wensley Yes, jEveAssets needs java 1.6.0...
_________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Dark-Rising IT Alliance
|
Posted - 2009.12.05 11:52:00 -
[257]
Edited by: Vaerah Vahrokha on 05/12/2009 11:55:11 Screw this forum, I made an HUGE list of bugs and it ate it. Including POS errors and possible fix. - Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Flaming Candle
|
Posted - 2009.12.05 13:31:00 -
[258]
Originally by: Vaerah Vahrokha Edited by: Vaerah Vahrokha on 05/12/2009 11:55:11 Screw this forum, I made an HUGE list of bugs and it ate it. Including POS errors and possible fix.
If you want to add them to the issue tracker that's be really great! http://code.google.com/p/jeveassets/issues/list
|

Emma Royd
Caldari Maddled Gommerils
|
Posted - 2009.12.08 20:55:00 -
[259]
Edited by: Emma Royd on 08/12/2009 20:57:57 You are a hero, with 6 accounts to try and manage this is a godsend trying to see who has what. Only just installed it and put the api's in and I'm richer than I thought I was 
Only thing I would like to see (if the API data supports it) is names of ships/containers instead of reference numbers, don't know if this has been mentioned in the pages before but TLDR :(
+_+
Artificial Intelligence is no match for Natural Stupidity |

GoldIntrepidous
|
Posted - 2009.12.08 21:57:00 -
[260]
Thank you for taking the time to make such a wonderful tool.
I do have a problem however.
Market Orders: Says no character found and shows none of my orders. Have shut down the program and restarted it with no change. Ideas?
|
|

Vaerah Vahrokha
Minmatar Brutor tribe
|
Posted - 2009.12.09 08:42:00 -
[261]
Originally by: Flaming Candle
Originally by: Vaerah Vahrokha Edited by: Vaerah Vahrokha on 05/12/2009 11:55:11 Screw this forum, I made an HUGE list of bugs and it ate it. Including POS errors and possible fix.
If you want to add them to the issue tracker that's be really great! http://code.google.com/p/jeveassets/issues/list
I am sorry my RL committments make me impossible to do anything. I am working at least 18 hours a day, to the point I felt bad for being a dead weight for my Appreciated Corporation and unilaterally decided to leave it (they need all of the active pilots possible ATM).
So, if you have a TS or Ventrilo way to talk with you, I could maybe get some minute out to talk in voice, else I cannot, sorry.
- Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Norah Sin
|
Posted - 2009.12.10 23:05:00 -
[262]
Hi again. Gratz for the new release, I like the market orders option.
I wonder if my first market order (9months ago) is there along with my few tutorial industry ones (Was surprised :) )
I'll do another petition (its free): As it seems impossible to get container names from the API, it would be nice the possility to enter name aliases for "Station Container #423424" and same with ships. Specially ships as they move and are harder to identify but the fitting.
Best regards,
|

Flaming Candle
|
Posted - 2009.12.11 09:09:00 -
[263]
Originally by: Norah Sin Hi again. Gratz for the new release, I like the market orders option.
I wonder if my first market order (9months ago) is there along with my few tutorial industry ones (Was surprised :) )
I'll do another petition (its free): As it seems impossible to get container names from the API, it would be nice the possility to enter name aliases for "Station Container #423424" and same with ships. Specially ships as they move and are harder to identify but the fitting.
Best regards,
It is possible to set a manual price for a particular item; I don't see why we can't add manual names to items. It's been added to the issue tracker.
|

Siantha
Amarr Barimen Inc.
|
Posted - 2009.12.20 17:46:00 -
[264]
Do you plan to make a release soon? I've noticed you've checked in a fix for an issue I'm having: "Issue 71: Error when a Item is missing from Settings.items" but I'm lacking the tools and knowledge on how to build from source myself.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.12.21 11:09:00 -
[265]
@Siantha Yes, we plan to release ASAP - There is still a single bug I'm working in right now, when that is fixed I'll release 1.2.1 That should fix the bug that make jEveAssets crash when updating assets (if the holiday gift have been redeemed) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.12.21 12:07:00 -
[266]
Edited by: Golden Gnu on 21/12/2009 12:07:46
jEveAssets 1.2.1 (Dominion 1.0) released
Bug fixes: -Fix bug that would sometimes hide industry jobs and market orders -Fixed bug that would crash jEveAssets when updating assets (holiday gift bug)
New Features: -Now backup settings files (on save)
Known Issues: -The holiday gift show up as !XXXX
_________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.12.22 12:07:00 -
[267]
jEveAssets 1.2.2 (Dominion 1.0) released
Bug fixes: -Fixed bug that would crash jEveAssets when updating assets (industry jobs) -Fixed bug that ignored the update timer for industry jobs
Known Issues: -The holiday gift show up as !XXXX _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Siantha
Amarr Barimen Inc.
|
Posted - 2009.12.22 17:32:00 -
[268]
Issues building from source.
I'm having several issues when I attempt to build from source. Here's my starting java and maven setup:
Quote: $ mvn --version Apache Maven 2.2.1 (r801777; 2009-08-06 14:16:01-0500) Java version: 1.6.0_17 Java home: c:\Program Files\Java\jdk1.6.0_17\jre Default locale: en_US, platform encoding: Cp1252 OS name: "windows vista" version: "6.0" arch: "amd64" Family: "windows"
And here's the steps I took:
1) Checkout jeveassets from: http://svn.candle.me.uk/nikr/jeveassets/trunk
2) Attempt compile with "mvn compile"
Fails with this info:
Quote: [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building jeveassets [INFO] task-segment: [compile] [INFO] ------------------------------------------------------------------------ [INFO] [resources:resources {execution: default-resources}] [INFO] Using encoding: 'UTF-8' to copy filtered resources. Downloading: http://repo1.maven.org/maven2/net/nikr/log/1.0.2/log-1.0.2.pom [INFO] Unable to find resource 'net.nikr:log:pom:1.0.2' in repository central (http://repo1.maven.org/maven2) Downloading: http://repo1.maven.org/maven2/org/supercsv/supercsv/1.52/supercsv-1.52.pom [INFO] Unable to find resource 'org.supercsv:supercsv:pom:1.52' in repository central (http://repo1.maven.org/maven2) Downloading: http://repo1.maven.org/maven2/uk/me/candle/pricing/1.0.3/pricing-1.0.3.pom [INFO] Unable to find resource 'uk.me.candle:pricing:pom:1.0.3' in repository central (http://repo1.maven.org/maven2) Downloading: http://repo1.maven.org/maven2/org/supercsv/supercsv/1.52/supercsv-1.52.jar Downloading: http://repo1.maven.org/maven2/net/nikr/log/1.0.2/log-1.0.2.jar Downloading: http://repo1.maven.org/maven2/uk/me/candle/pricing/1.0.3/pricing-1.0.3.jar [INFO] Unable to find resource 'org.supercsv:supercsv:jar:1.52' in repository central (http://repo1.maven.org/maven2) [INFO] Unable to find resource 'net.nikr:log:jar:1.0.2' in repository central (http://repo1.maven.org/maven2) [INFO] Unable to find resource 'uk.me.candle:pricing:jar:1.0.3' in repository central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact.
3) Download and install jeveassets-1.2.2-dom1.0.zip -- to get the missing artifacts. Where should they really come from?
4) Install missing artifacts: Quote: cd into jEveAssets\lib mvn install:install-file -DgroupId=com.beimin -DartifactId=eveapi -Dversion=1.0.1-SNAPSHOT -Dpackaging=jar -Dfile=eveapi-1.0.1-SNAPSHOT.jar mvn install:install-file -DgroupId=org.supercsv -DartifactId=supercsv -Dversion=1.52 -Dpackaging=jar -Dfile=supercsv-1.52.jar mvn install:install-file -DgroupId=net.nikr -DartifactId=log -Dversion=1.0.2 -Dpackaging=jar -Dfile=log-1.0.2.jar mvn install:install-file -DgroupId=uk.me.candle -DartifactId=pricing -Dversion=1.0.3 -Dpackaging=jar -Dfile=pricing-1.0.3.jar
... to be continued ...
|

Siantha
Amarr Barimen Inc.
|
Posted - 2009.12.22 17:39:00 -
[269]
Issues with building from source continued
After installing the missing artifacts:
5) Attempt to compile with "mvn compile"
Fails with this info:
Quote: [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building jeveassets [INFO] task-segment: [compile] [INFO] ------------------------------------------------------------------------ [INFO] [resources:resources {execution: default-resources}] [INFO] Using encoding: 'UTF-8' to copy filtered resources. Downloading: http://repo1.maven.org/maven2/net/nikr/log/1.0.2/log-1.0.2.pom [INFO] Unable to find resource 'net.nikr:log:pom:1.0.2' in repository central (http://repo1.maven.org/maven2) Downloading: http://repo1.maven.org/maven2/org/supercsv/supercsv/1.52/supercsv-1.52.pom [INFO] Unable to find resource 'org.supercsv:supercsv:pom:1.52' in repository central (http://repo1.maven.org/maven2) Downloading: http://repo1.maven.org/maven2/uk/me/candle/pricing/1.0.3/pricing-1.0.3.pom [INFO] Unable to find resource 'uk.me.candle:pricing:pom:1.0.3' in repository central (http://repo1.maven.org/maven2) [INFO] [antrun:run {execution: default}] [INFO] Executing tasks [INFO] Executed tasks [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 92 source files to j:\jeveassets\target\classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure
j:\jeveassets\src\main\java\net\nikr\eve\jeveasset\Program.java:[67,23] package org.apache.log4j does not exist j:\jeveassets\src\main\java\net\nikr\eve\jeveasset\Program.java:[68,23] package org.apache.log4j does not exist j:\jeveassets\src\main\java\net\nikr\eve\jeveasset\Program.java:[69,23] package org.apache.log4j does not exist j:\jeveassets\src\main\java\net\nikr\eve\jeveasset\Main.java:[37,35] package org.apache.commons.beanutils does not exist j:\jeveassets\src\main\java\net\nikr\eve\jeveasset\Main.java:[38,34] package org.apache.commons.digester does not exist j:\jeveassets\src\main\java\net\nikr\eve\jeveasset\Main.java:[39,38] package org.apache.commons.logging.impl does not exist j:\jeveassets\src\main\java\net\nikr\eve\jeveasset\Main.java:[40,23] package org.apache.log4j does not exist
j:\jeveassets\src\main\java\net\nikr\eve\jeveasset\Program.java:[128,2] cannot find symbol symbol : variable BasicConfigurator location: class net.nikr.eve.jeveasset.Program ...
6) Add the following to the dependencies section of pom.xml to account for packages that were not found:
Quote: <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.13</version> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.7.0</version> </dependency> <dependency> <groupId>commons-digester</groupId> <artifactId>commons-digester</artifactId> <version>1.8</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1</version> </dependency>
7) Compile with "mvn compile"
8) Package with "mvn package"
... to be continued ...
|

Siantha
Amarr Barimen Inc.
|
Posted - 2009.12.22 17:46:00 -
[270]
Quote: Issues building from source continued.
After finally after getting the compile and package to work, I attempted to run my shiny new jeveassets\target\jeveassets-1.2.3-SNAPSHOT.jar
but it failed with the following error log:
Quote: (info) Starting jEveAssets 1.2.3 DEV (info) DATA Loading... (info) Settings loaded (info) Items loaded (info) Locations loaded (info) Conquerable stations loaded (info) Assets loaded (info) Market orders updating: (info) Market orders updated for: XXXXX (info) Corporation market orders updated for: YYYYY by ZZZZZ (info) Market orders updated for: ZZZZZ (info) Market orders updated (ALL) (info) Industry jobs updating: (info) Industry jobs updated for: XXXX (info) Corporation industry jobs updated for: YYYY by ZZZZ (info) Industry jobs updated for: ZZZZ (info) Industry jobs updated (ALL) (info) Characters updating: (info) Updating "XXXX": (info) Corporation updated (info) Account balance updated (info) Updating "ZZZZ": (info) Corporation not updated (ALREADY DONE) (info) Corporation account balances updated (info) Account balance updated (info) Characters updated (ALL) (info) Price data loading: (error) Uncaught Exception (sun.awt.exception.handler):Please email the latest error.txt in the logs directory to [email protected] java.lang.NoClassDefFoundError: org/dom4j/DocumentException at uk.me.candle.eve.pricing.PricingFactory.getEveCentral(PricingFactory.java:43) at uk.me.candle.eve.pricing.PricingFactory.getPricing(PricingFactory.java:26) at net.nikr.eve.jeveasset.io.PriceDataGetter.updatePriceData(PriceDataGetter.java:98) at net.nikr.eve.jeveasset.io.PriceDataGetter.<init>(PriceDataGetter.java:65) at net.nikr.eve.jeveasset.data.Settings.<init>(Settings.java:161) at net.nikr.eve.jeveasset.Program.<init>(Program.java:144) at net.nikr.eve.jeveasset.Main.<init>(Main.java:82) at net.nikr.eve.jeveasset.Main.createAndShowGUI(Main.java:123) at net.nikr.eve.jeveasset.Main.access$000(Main.java:44) at net.nikr.eve.jeveasset.Main$1.run(Main.java:95) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: org.dom4j.DocumentException at java.net.URLClassLoader$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClassInternal(Unknown Source) ... 18 more
Any advice on what I'm doing wrong in my attempts to build jeveassets?
|
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.12.22 21:23:00 -
[271]
@Siantha Both Candle and I use NetBeans, It will do all the work for you, you just need to have the dependency projects opened: Log, Pricing, EveAPI
Basically, you need to install the dependencies of dependencies (Get ready to work >_<): eveapi-1.0.1-SNAPSHOT glazedlits_java15-1.8.0 log-1.0.2 pricing-1.0.3 supercsv-1.52 avalon-framework-4.1.3 commons-beanutils-1.7.0 commons-digester-1.8 commons-loggin-1.1 dom4j-1.6.1 icu4j-2.6.1 jaxen-1.1.1 jdom-1.0 log5j-1.2.13 logkit-1.0.1 servlet-api-2.3 xalan-2.6.0 xercesImpl-2.6.2 xml-apis-1.3.02 xmlParserAPIs-2.6.2 xom-1.0
I'm a maven newbie, but, I'm almost sure that maven should download this by it self...  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.12.22 21:29:00 -
[272]
I think you should compile: Log, Pricing, EveAPI, then compile jEveAssets...
As I said I'm a maven newbie - do you think that all those libs should been added to the pom?  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Hugginsi
|
Posted - 2009.12.26 00:07:00 -
[273]
(info) Starting jEveAssets 1.2.2 (info) DATA Loading... (info) Settings not loaded (info) Items loaded (info) Locations loaded (info) Conquerable stations not loaded (info) Assets not loaded (info) Market orders updating: (info) Market orders not updated (NONE) (info) Industry jobs updating: (info) Industry jobs not updated (NONE) (info) Updating characters: (info) Characters not updated (NONE) (info) Loading price data... (info) Price data loaded (info) Price data cached saved (info) GUI Loading: (info) Frame (info) Save Filters Dialog (info) Filters Manager Dialog (info) API Key Manager Dialog (info) Values Dialog (info) Ship Loadouts Dialog (error) Uncaught Exception (sun.awt.exception.handler):Please email the latest error.txt in the logs directory to [email protected] java.lang.RuntimeException: java.io.IOException: Could not get shell folder ID list at sun.awt.shell.Win32ShellFolderManager2$ComInvoker.invoke(Unknown Source) at sun.awt.shell.Win32ShellFolder2.getFileSystemPath(Unknown Source) at sun.awt.shell.Win32ShellFolderManager2.getRecent(Unknown Source) at sun.awt.shell.Win32ShellFolderManager2.get(Unknown Source) at sun.awt.shell.ShellFolder.get(Unknown Source) at sun.swing.WindowsPlacesBar.<init>(Unknown Source) at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.updateUseShellFolder(Unknown Source) at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installComponents(Unknown Source) at javax.swing.plaf.basic.BasicFileChooserUI.installUI(Unknown Source) at com.sun.java.swing.plaf.windows.WindowsFileChooserUI.installUI(Unknown Source) at javax.swing.JComponent.setUI(Unknown Source) at javax.swing.JFileChooser.updateUI(Unknown Source) at javax.swing.JFileChooser.setup(Unknown Source) at javax.swing.JFileChooser.<init>(Unknown Source) at javax.swing.JFileChooser.<init>(Unknown Source) at net.nikr.eve.jeveasset.gui.shared.JCustomFileChooser.<init>(JCustomFileChooser.java:46) at net.nikr.eve.jeveasset.gui.shared.JCustomFileChooser.<init>(JCustomFileChooser.java:43) at net.nikr.eve.jeveasset.gui.dialogs.LoadoutsDialog.<init>(LoadoutsDialog.java:95) at net.nikr.eve.jeveasset.Program.<init>(Program.java:161) at net.nikr.eve.jeveasset.Main.<init>(Main.java:82) at net.nikr.eve.jeveasset.Main.createAndShowGUI(Main.java:123) at net.nikr.eve.jeveasset.Main.access$000(Main.java:44) at net.nikr.eve.jeveasset.Main$1.run(Main.java:95) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.io.IOException: Could not get shell folder ID list at sun.awt.shell.Win32ShellFolder2.getFileSystemPath0(Native Method) at sun.awt.shell.Win32ShellFolder2.access$900(Unknown Source) at sun.awt.shell.Win32ShellFolder2$8.call(Unknown Source) at sun.awt.shell.Win32ShellFolder2$8.call(Unknown Source) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at sun.awt.shell.Win32ShellFolderManager2$ComInvoker$3.run(Unknown Source) at java.lang.Thread.run(Unknown Source)
-----
I have Win7 and Java6
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.12.26 12:25:00 -
[274]
@Hugginsi Thank you for your bug report...
I'm sorry to say that this is a Java bug (AKA not a jEveAssets bug) - and there is not released a fix yet... (The fix should be released with java 6 update 18)
There is a workaround, but it's in no way elegant - I'll try to implement it ASAP... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.12.27 13:31:00 -
[275]
jEveAssets 1.2.3 (Dominion 1.0.3) released
New Features: -Now ignore update timer if the Api Proxy is set
Bug fixes: -Possible fix for crash bug in JCustomFileChooser (Java Bug) -Better memory management -Fix minor display bug -Better log output _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

DataSchmuck
Amarr
|
Posted - 2009.12.29 17:08:00 -
[276]
I noticed that if I have 2 or more of a certain item, the reprocessed amount only shows how much you get for 1. Would it be possible to add another column or setting that multiplies the reprocessed amount by the quantity of the item?
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2009.12.30 12:53:00 -
[277]
Edited by: Golden Gnu on 30/12/2009 12:55:26
@Data******* Yes, it would be possible to make a column with reprocessed value, I will add it to the issue tracker
Yes it's possible to compare column values, as long as it is numeric columns...
You must select a number column first (in the second combo box), and then select "Greater then column" or "Less then column" (in the third combo box), then select the column that it should compare to in the last combo box (it only appears when "greater/less then column" is select)
A faster way to do this is right click in one of the columns you would like to compare, and select Add Filter > "greater/less then column", and then select the second column you would like to compare, in the last combo box...
Thank you for your feature request!  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Lost Hamster
Hamster Holding Corp
|
Posted - 2010.01.10 12:27:00 -
[278]
Would it possible to set up button, to get the market orders? And an another setting, so the market update would not be automatic?
|

Callin Vandylx
|
Posted - 2010.02.07 03:12:00 -
[279]
Originally by: Siantha Issues building from source.
Siantha,
Did you ever get this working, built from the command line (or Eclipse)?
I can replicate your exact problem from the command line. (Mac OS X 10.6)
Thanks,
Callin
|

Callin Vandylx
|
Posted - 2010.02.07 03:25:00 -
[280]
Regarding building from the command line, I have (more or less) done what Siantha's done, and I am comparing the resulting target with the one from the jEveAssets-1.2.3 distribution. (Note, of course, that I'm using a 1.2.4-SNAPSHOT and not the 1.2.3.)
The primary differences are:
MANIFEST.MF Classpath is missing: lib/jaxen-1.1.1.jar lib/dom4j-1.6.1.jar lib/jdom-1.0.jar lib/xml-apis-1.3.02.jar lib/xercesImpl-2.6.2.jar lib/xom-1.0.jar lib/xmlParserAPIs-2.6.2.jar lib/xalan-2.6.0.jar lib/icu4j-2.6.1.jar
lib directory is missing: dom4j-1.6.1.jar jaxen-1.1.1.jar
I don't know the first thing about maven, so I will be learning that as I attempt to repair the maven builder, rather than using NetBeans. I will post if and when I succeed.
Cheers,
Callin
|
|

Callin Vandylx
|
Posted - 2010.02.07 03:40:00 -
[281]
I have made jEveAssets 1.2.4-SNAPSHOT work from the command line, following the previous comments, with the following additional modification:
1. Expand the jeveassets.jar file created in the target directory 2. Add the missing library paths to the Classpath line in the META-INF/MANIFEST.MF file 3. Copy the dom4j and jaxen lib from the official distro to the lib directory 4. Rebuild the jar from the expanded one: jar cfm ../j1-m.jar META-INF/MANIFEST.MF * 5. Put the jar into the target directory and run it with java -jar j1-m.jar
Now I will see to determine how to get maven to package it properly from the command line, automatically. When that is done, I will submit the revised pom to the developer in the hopes that he will put it in his subversion repository.
Cheers,
Callin
|

Callin Vandylx
|
Posted - 2010.02.07 03:53:00 -
[282]
Okay, I got it working. The pom.xml was missing two dependencies. After that, bingo.
So, the steps to build from command line:
1. Get the jEveAssets source from SVN
2. Install the four dependencies which are not available in maven:
Quote:
(from building eveapi with maven) mvn install:install-file -DgroupId=com.beimin -DartifactId=eveapi -Dversion=1.0.1-SNAPSHOT -Dpackaging=jar -Dfile=../eveapi/target/eveapi-1.0.1-SNAPSHOT.jar
(got from the jEveAssets install JAR) mvn install:install-file -DgroupId=net.nikr -DartifactId=log -Dversion=1.0.2 -Dpackaging=jar -Dfile=../../libraries/jEveAssets/jEveAssets-1.2.3/lib/log-1.0.2.jar
mvn install:install-file -DgroupId=uk.me.candle -DartifactId=pricing -Dversion=1.0.3 -Dpackaging=jar -Dfile=../../libraries/jEveAssets/jEveAssets-1.2.3/lib/pricing-1.0.3.jar
(got from the SuperCSV site) mvn install:install-file -DgroupId=org.supercsv -DartifactId=supercsv -Dversion=1.52 -Dpackaging=jar -Dfile=../../libraries/jEveAssets/SuperCSV-1.52/SuperCSV-1.52.jar
3. Enhance the pom.xml with the necessary additional dependencies. The jEveAssets author should add these to the official pom.xml file (if it doesn't break things for him):
Quote:
<dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.13</version> </dependency> <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.7.0</version> </dependency> <dependency> <groupId>commons-digester</groupId> <artifactId>commons-digester</artifactId> <version>1.8</version> </dependency> <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> <version>1.6.1</version> </dependency> <dependency> <groupId>jaxen</groupId> <artifactId>jaxen</artifactId> <version>1.1.1</version> </dependency>
4. mvn compile
5. mvn package
6. Now you can run it in the target directory: java -jar jeveassets.jar
Cheers,
Callin
|

Callin Vandylx
|
Posted - 2010.02.07 04:03:00 -
[283]
One last thing.
Those of us running this on the Mac (I'm using 10.6) can get the application to look and feel much more "Mac-ish" by running it like this:
java -Dapple.laf.useScreenMenuBar=true -Xdock:name="jEveAssets" -jar jeveassets.jar
(that should all be on one command line)
This moves the menu bar to the top of the screen and makes sure it shows up in the dock, menu bar, and application switcher (command-tab) as "jEveAssets."
I would imagine there should be a way to set these settings in the jar's manifest file (without harming any other platforms), but that's something to figure out another day.
Cheers,
Callin
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.02.07 10:44:00 -
[284]
@Lost Hamster Sorry for not replying earlier... I'll add it to the issue tracker...
@Callin Vandylx Thank you for your great effort to fix the maven pom! The changes you suggested will be committed to SVN shortly... I also send you a short EVE-Mail... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.02.07 13:09:00 -
[285]
jEveAssets 1.2.3 (Dominion 1.1.1) released
Changes -Repack of jEveAssets 1.2.3 with the Dominion 1.1.1 data files _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Flaming Candle
|
Posted - 2010.02.07 18:44:00 -
[286]
Originally by: Callin Vandylx 3. Enhance the pom.xml with the necessary additional dependencies. The jEveAssets author should add these to the official pom.xml file (if it doesn't break things for him):
The "extra dependencies" you suggest should be added are already on the classpath, declaring them as specific dependencies of jeveassets:
1) bloats the pom.xml config file (there are only 5 direct dependencies, if we add the transitive dependencies, we get about 20) 2) can lead to problems later if, say commons-digester is updated to a more recent version, and we still have the old version of the commons-logging on the classpath.
log4j: is a dependency of the pricing and eveapi libraries commons-beanutils: a dependency of eveapi commons-digester: another dependency of eveapi commons-logging: another dependency of eveapi jaxen: a dependency of the pricing lib. dom4j: a dependency of jaxen.
Originally by: Callin Vandylx 4. mvn compile
5. mvn package
You only need to do "mvn install" as it will so the compile and package. In fact, you should only really need to "mvn package", since the install phase is pretty useless to you.
As an aside, try opening the project with netbeans, find the libraries folder in the project view, right click it, and select "Show Dependency Graph", and you should be able to see how the various libraries interlink.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.02.12 14:54:00 -
[287]
jEveAssets 1.3.0 (Dominion 1.1.1) released
New Features: -New Tool: Routing - Find the shortest route between multiple asset locations _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Snasty
Caldari The Hippies House of Mercury
|
Posted - 2010.02.12 15:34:00 -
[288]
I have come to this wonderful app rather late, but thanks, handy kit...
--------------------------------------- -=Snasty, short for Shagnasty ever since the GM's in SWG made me change it...!=- |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.02.14 15:20:00 -
[289]
Originally by: Snasty I have come to this wonderful app rather late, but thanks, handy kit...
You're welcome! 
If you have a feature requests or find a bug, please reply here...  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Celdori
|
Posted - 2010.02.16 21:45:00 -
[290]
I would suggest a new feature.
You often have to decide, whether you sell an item or recyle it for maximum profit. It would be nice, if your program shows, whether it would be better to recycle an item or sell it on the market. Then the line with the item should be colored accordingly - e.g. green = sell / organe = recycle.
What do you think about this? greetings |
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.02.17 08:47:00 -
[291]
@Celdori I think it already does that... If the reprocessing value is greater then price column, the reprocessing column will be slightly yellow.
But, it's a bit tricky because how much you get from reprocessing an items depends on skills. ATM. it shows the reprocessing value, with no waste AKA perfect. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Celdori
|
Posted - 2010.02.17 17:14:00 -
[292]
Oh I just found out, that when looking from a ~30Š angle on my monitor I see the slight yellow, but not from when I look normally on it :>
Would be nice to color the whole line in a color that is more visible (green/orange e.g.) and to include the refining skills from API. Also an option to define the efficiency of the station.
greetings |

Vaerah Vahrokha
Minmatar Brutor tribe
|
Posted - 2010.02.17 17:53:00 -
[293]
Another option that I think is very easy to implement (if it's not already): add a File => Open requester to open another XML file.
As of now I have a long list of XML files (since the program crashes with out of something if I don't split the accounts): one called Assets_Vaerah.xml, one called Assets_XXX.xml and so on. As of now I have to rename each of them in assets.xml and rerun the program, unless I missed some command line option. Besides being cumbersome, I tend to forget whose character was the file now just called assets.xml. - Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.02.17 21:50:00 -
[294]
@Celdori Skills API is out of the question. It's to complex and way out of the scoop of jEveAssets. Would a fixed percent do?
@Vaerah Vahrokha I'll try to fix this ASAP. Sorry that I never got around to do it before. I know you have requested a solution before... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Brutor tribe
|
Posted - 2010.02.19 18:02:00 -
[295]
Your commitment is encomiable and as such I am sending you 100M as tangible thank you.
- Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

SencneS
Rebellion Against Big Irreversible Dinks
|
Posted - 2010.02.19 21:03:00 -
[296]
Routing tool oddness.. I have a very selected group of HighSec only jumps in Sinq Laison. It's 11 Systems.
Brute Force which generates the "Optimal" route in 4 seconds results in 101 Jumps. Nearest Neighbor which generates the route in 0 seconds results in 63 Jumps.
I think the logrithem is not working as expected :) Screenshot here
While I'm on this function Nearest Neighbor would be nice if it allowed you to actually select a starting point..... No matter which way add the systems or select it also starts with the alphabetical "first" system and goes from there.
Amarr for Life |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.02.20 12:15:00 -
[297]
@Vaerah Vahrokha Thank you! I'll get working right away, then You should note that half the money will be given to Flaming Candle (My co-developer)
@SencneS That does indeed sound like there is a bug, I'll contact Flaming Candle (He did all the work on this AWESOME feature) As for the feature request, I'll add it to the issue tracker... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Bree Lure
|
Posted - 2010.02.20 22:08:00 -
[298]
I get an error while trying to update my assets. It says No assets updated. API Error: Current security level not high enough. I'm using v 1.3.0. Any idea?
|

Bree Lure
|
Posted - 2010.02.21 11:10:00 -
[299]
Nice tool. There is some problem with the routing. The fast routing returns a faster route than the brute force one. The systems i entered are: Erenta, Haajinen, Kakakela, kiskoken, oipo, torrinos and umokka.
A feature which would make the routing even better is an easy one. If i select ten items and press the routing button, i would expect that the systems of the selected items are already pre selected. Makes it really more usefull.
I've also noticed that when editing API keys, it is often necessary to restart the application before i can get met asset data.
|

Bree Lure
|
Posted - 2010.02.21 11:20:00 -
[300]
Found some more little annoiances;
Industy Jobs, no resize of screen possible.
Market Orders Window, no resize possible Would be nice to see over here how much ISK is bound up in buy orders (escrow)
Materials Window, no owner shown and no filtering or sorting possible. The grand Total should be outside of the grid if you ask me, because that way all value can be seen right away.
Super tool. I really like it.
|
|

Flaming Candle
|
Posted - 2010.02.21 11:30:00 -
[301]
Edited by: Flaming Candle on 21/02/2010 12:24:30
Originally by: Bree Lure Nice tool. There is some problem with the routing. The fast routing returns a faster route than the brute force one. The systems i entered are: Erenta, Haajinen, Kakakela, kiskoken, oipo, torrinos and umokka.
For 7 waypoints, the brute force needs to loop 6! (six factorial, 720) times, and will always get the best route. For the faster algorithm, for 7 waypoints, it needs to loop 7 times, however, the faster algorithm may not get the best route. The worst that the faster algorithm can do is produce something that is twice the length of the best route.
Originally by: Bree Lure A feature which would make the routing even better is an easy one. If i select ten items and press the routing button, i would expect that the systems of the selected items are already pre selected. Makes it really more usefull.
The routing picks up on the systems that are currently filtered in the main view - so if you've filtered by, say owner, then the available waypoints list will only contain the systems that that owner has assets in.
edit: typo.
|

Bree Lure
Obertura
|
Posted - 2010.02.21 18:25:00 -
[302]
Originally by: Flaming Candle Edited by: Flaming Candle on 21/02/2010 12:24:30
Originally by: Bree Lure Nice tool. There is some problem with the routing. The fast routing returns a faster route than the brute force one. The systems i entered are: Erenta, Haajinen, Kakakela, kiskoken, oipo, torrinos and umokka.
For 7 waypoints, the brute force needs to loop 6! (six factorial, 720) times, and will always get the best route. For the faster algorithm, for 7 waypoints, it needs to loop 7 times, however, the faster algorithm may not get the best route. The worst that the faster algorithm can do is produce something that is twice the length of the best route.
That is the strange thing. I would expect that the brute force would give the fastest route and that the fast calc would get the less good route. Instead it's the other way arround in this situation. So the brute force doesn't get the best route.
________________________________________________ In need of a new home? Try Obertura, a small corp for trading, missions, mining and fun. ------------------------------------------------
|

Celdori
|
Posted - 2010.02.21 23:04:00 -
[303]
Well then reading the reprocessing skills from API isn't necessary. But would be very nice to take this stuff into account, even when having to set them manually.
And please colorize the whole line in a visible color.
greetings |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.02.22 15:12:00 -
[304]
Edited by: Golden Gnu on 22/02/2010 15:16:18 @Bree Lure 1) The routing bug has already been reported - We will try to fix it ASAP
2) I've yet to try if I can reproduce the Edit API Key bug - but, I will look into it...
3) The tool windows are fixed size by design.
4) Filtering and sorting is not going to happen in the materials tool. but, I might move the grand total :)
Last, but definitely not least, I'm happy that you like the program :)
EDIT: ohh didn't see all the replies >_< _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Celdori
|
Posted - 2010.02.22 16:54:00 -
[305]
Would be fine for me.
I took a screenshot to show you how it looks on my pc:
http://img257.imagevenue.com/img.php?image=57184_jeveasset_colored_line_122_561lo.jpg
|

Nolana Kane
|
Posted - 2010.02.22 18:14:00 -
[306]
Edited by: Nolana Kane on 22/02/2010 18:15:37 Just a quick comment to confirm that jEveAssets works fine on a Mac running Snow Leopard. Just download, unpack and double-click the JAR file.
Me loves me some good Java apps. Let me know if you want assistance in packaging it into a nice .app file.
PS: The API keys don't seem to get saved, though I am not sure if this is a feature or bug
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.02.23 12:14:00 -
[307]
@Celdori Okay, so the reprocessing is settled then...
As for the visible color: I misunderstood you. You want the whole line to be colored, when the reprocessing value is greater then the price,
I think that is a bad choice.
There is other cells that are colored as well: -The price column cells are gray if the user has set a price for the item -The name, price, sell min and buy max column cells are light yellow if the item is a PBO
It would interrupt with those if the whole line was colored.
I see the colors on the screenshot just fine, as well...
Would changing the color, to a more visible one, be enough`?Š I could add it as a option...
@Nolana Kan Thank you for the information :)
The "Command-Q" is a known bug, it's because it kills the application before it can save settings and assets. And you found the only known work-around: File->Exit menu
I did a little research, and It's possible to work around this. Expect that this will be fixed in the next release.
I would be very interested in packaging jEveAssets for mac - if you could contact me on my email we can talk further (my email is on the jEveAssets homepage - and in the jEveAssets readme file). _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Celdori
|
Posted - 2010.02.24 04:33:00 -
[308]
Thanks for your replies - I really appreciate them.
Yes coloring the whole line was my idea. I want to show you exactly, what would be a nice feature. Maybe you know glanter recycler: http://www.glanter.ch/eve/recycler/
This is a website tool, that shows whether you better sell an item or recycle it - the only problem, it's very slow. Here you can see an example screenshot: http://img138.imagevenue.com/img.php?image=85157_recycler_122_221lo.jpg If you understand german, here is the forums thread from the author: http://www.eveger.de/forum/showthread.php?t=23552
Well yes - something like this as a standalone program would be fine and I thought maybe your program could manage this a bit better, for example with coloring the whole line green/read as seen in the screenshot. So maybe a 'switch' would be nice between the green/read colored line for sell/recyle and the 'old' color scheme.
greetings
|

Wiglaf Bane
|
Posted - 2010.02.24 09:42:00 -
[309]
Hey!
I love this program. It's exactly what I've been looking for!
I've got a problem with corporation assets though. Whenever I update the assets, it only gathers the ISK in the corp accounts, but never any of the assets. Do you have any ideas about this?
Thanks!
|

Companion Trollin
You are going too fast
|
Posted - 2010.02.25 13:53:00 -
[310]
How do I dump the local asset cache? Windows crashed a couple of times and now I'm ending up with some really weird behavior and other odd crashes when I try to update my assets (the funniest part is the ever-growing log file, usually I'll terminate javaw.exe when the log hits around 1.5gb.)
|
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.02.26 20:28:00 -
[311]
@Celdori Okay, I'll add: Option to enable sell or reprocess colors I won't use as strong colors, as in the shown examples though.
I have to question, as well: Would you also like to have an option to make the colors strong/more visible`?Š
@Wiglaf Bane This could be more then one thing: 1) You don't have a the corporation privileges to access assets (I'm not sure, but, I think you must be CEO to access corporation assets)
2) An evil bug
3) Something else... 
If you would send me the log.txt file (located in the jEveAssets folder), after you have updated the assets and closed jEveAssets - I might be able to figure it out :) (me email is in the readme file, and on the web page)
@Companion Trollin To make a fresh start you must manually delete the ".jeveasset" directory Located at:
Windows XP: C:\Documents and Settings\[USERNAME]\.jeveassets\
Windows Vista: C:\Users\[USERNAME]\.jeveassets\
Linux: I don't know...
Mac: I don't know...
Replace [USERNAME] with your username
...If you're getting 1.5GB log files, something is severely wrong! it only log text in plain ASCII format - 1.5GB of ASCII text is a lot! I would ask you to send the log file, but 1.5GB is a lot to send >_<
I hope the solution above solves you problem... if not, let me know.... I'll do my best to help, if I can... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

PMolkenthin
NibbleTek
|
Posted - 2010.02.27 13:13:00 -
[312]
Very useful tool. I seem to have 23b worth of crap, maybe time for a clearout.
I seem to have 1600+ faction/officer/dedspace items with zero value. I understand that these values have to be entered manually, does anyone know where I can find a list of values, or do I need to do it the hard way and check each one against Jita contract prices?
|

Companion Qube
|
Posted - 2010.02.28 09:38:00 -
[313]
Edited by: Companion Qube on 28/02/2010 09:39:00 Interesting, I found the cause of my problems:
(info) Industry jobs updated (ALL) (info) Price data updating: 0 [Price Fetching] ERROR uk.me.candle.eve.pricing.impl.EveCentral - Error fetching price java.net.UnknownHostException: api.eve-central.com at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at uk.me.candle.eve.pricing.AbstractPricing.getDocument(AbstractPricing.java:152) at uk.me.candle.eve.pricing.impl.EveCentral.fetchPrices(EveCentral.java:104) at uk.me.candle.eve.pricing.AbstractPricing$PriceFetchingThread.run(AbstractPricing.java:407) 2 [Price Fetching] ERROR uk.me.candle.eve.pricing.impl.EveCentral - Error fetching price java.net.UnknownHostException: api.eve-central.com at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at uk.me.candle.eve.pricing.AbstractPricing.getDocument(AbstractPricing.java:152) at uk.me.candle.eve.pricing.impl.EveCentral.fetchPrices(EveCentral.java:104) at uk.me.candle.eve.pricing.AbstractPricing$PriceFetchingThread.run(AbstractPricing.java:407) 3 [Price Fetching] ERROR uk.me.candle.eve.pricing.impl.EveCentral - Error fetching price java.net.UnknownHostException: api.eve-central.com at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at sun.net.NetworkClient.doConnect(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.openServer(Unknown Source) at sun.net.www.http.HttpClient.<init>(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.http.HttpClient.New(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at uk.me.candle.eve.pricing.AbstractPricing.getDocument(AbstractPricing.java:152) at uk.me.candle.eve.pricing.impl.EveCentral.fetchPrices(EveCentral.java:104) at uk.me.candle.eve.pricing.AbstractPricing$PriceFetchingThread.run(AbstractPricing.java:407)
Apparently the library isn't gracefully failing when eve-central isn't available.
edit: dear forum formatting, R.I.P.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.02.28 12:02:00 -
[314]
Edited by: Golden Gnu on 28/02/2010 12:03:01
@PMolkenthin I'm happy you find the tool useful  please remember that prices are estimates 
I don't know of any list that contain all the faction/officer/dedspace prices, I'm afraid...
@Companion Qube Yes that is interesting... I wonder why eve-central isn't available, though
_________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Companion Qube
|
Posted - 2010.02.28 21:40:00 -
[315]
Edited by: Companion Qube on 28/02/2010 21:42:23 Edited by: Companion Qube on 28/02/2010 21:41:46
Originally by: Golden Gnu Edited by: Golden Gnu on 28/02/2010 12:03:01
@Companion Qube Yes that is interesting... I wonder why eve-central isn't available, though
I was playing with google's distributed DNS service and they've either blocked eve-central or something is wrong - they don't resolve the domain at all.
If you want to replicate this yourself so you can fix the library to fail gracefully (and not produce 11gb log.txt files, heh) you can use 8.8.8.8 and 8.8.4.4 as your dns servers.
here, have a chuckle: http://img69.imageshack.us/img69/1961/awesomeq.jpg
|

BhurakStarkiller
GPDSK
|
Posted - 2010.03.02 10:22:00 -
[316]
Hi
After about one hour of updating assets I get this message: Uncaught Exception (sun.awt.exception.handler). My main got a lot of assets around.. Works fine for my alts |

Hel O'Ween
Men On A Mission
|
Posted - 2010.03.02 13:10:00 -
[317]
Originally by: Golden Gnu @Celdori 1) You don't have a the corporation privileges to access assets (I'm not sure, but, I think you must be CEO to access corporation assets)
The role Director does the job as well. -- EVEWalletAware - an offline wallet manager |

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2010.03.03 17:50:00 -
[318]
I noticed how my assets tend to randomly lose up to 2-3B of their value overnight (!).
Now, I thought it might be related to those assets being BPOs that are put in research and apparently it looks like this is exactly what happens (even if the program recongizes them being BPOs and not BPCs).
Is this intended?
- Auditing and consulting
Before asking for investors, please read http://tinyurl.com/n5ys4h and http://tinyurl.com/lrg4oz
|

Eraggan Sadarr
Phoenix Tribe
|
Posted - 2010.03.04 11:54:00 -
[319]
Really nice tool! I found a lot of stuff i had forgotten about ;) Keep up the good work.
Eve Market Scanner - Marketlog comparisons |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.03.29 13:54:00 -
[320]
I'm sorry for that unreasonable long wait for a reply 
@Companion Qube This will been fixed in the next version. It now have a rolling log (max 1000 lines). The next release will also have a better updating system, that will allow the user to cancel the operation.
@BhurakStarkiller The next version will have a better way of handling errors doing update - but, you have properly hit the memory limit...
The solution is a bit tricky, you need to give the program more memory. To do this you need to run it with the following command (from the command line):
Quote: java -Xms32m -Xmx512m -jar jeveassets.jar
You need to be in the jEveAssets directory when executing the command. I know it's not an easy fix, sorry...
@Vaerah Vahrokha No, that is not intended... but, I don't know how to fix it - can you please tell me how to reproduce it step by step?
On a side note; I hope you'll have time to test the profile feature, when the next beta is release. You are one of the only once that deal with so many account, so you feedback would be of great value :)
@Eraggan Sadarr Thank you :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2010.03.29 20:22:00 -
[321]
Edited by: Vaerah Vahrokha on 29/03/2010 20:24:14
Quote:
No, that is not intended... but, I don't know how to fix it - can you please tell me how to reproduce it step by step?
This happens for me on (at least) a Fenrir BPO: if I have it in a regular inventory, my grand total of all totals is X, if I am researching it, I have the total = X - NPC cost of BPO.
Edit: I don't know if this matters (depends on how your BPO vs BPC algorythm works) but the item ID of the BPO is *greater* than the ID of 2 BPCs I have since a long time off a friend. - Auditing & consulting
When looking for investors, please read http://tinyurl.com/n5ys4h + http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.03.30 07:59:00 -
[322]
@Vaerah Vahrokha Thank you for giving me some more information to work with :)
I'll see if I can fix this today... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Nikki Tyler
Hostiles In Local
|
Posted - 2010.04.14 10:20:00 -
[323]
getting an error message when I try and open up the program for the first time, its one of two error messages that pops up stating that I am missing a file nikr_log.jar or commons-digester-2.0.jar. I have tried to download the program a few times and I get the same error messages.
|

Tonto Auri
Vhero' Multipurpose Corp
|
Posted - 2010.04.17 20:51:00 -
[324]
Regarding duplication. I have two accounts keys added to application with characters in the same corp, with identical access permissions. If I select to show corp assets for both of them, the type count column show amount twice as much as it's really present in corp hangars. Workaround is to switch off corp assets for all but one char, but I think the current behavior is undesired one. -- Thanks CCP for cu |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.04.18 13:34:00 -
[325]
@Tonto Auri Thank you for your bug report... I'll look into it, before next release... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Companion Qube
|
Posted - 2010.04.18 23:48:00 -
[326]
I've noticed something odd with station containers and station warehouses - it seems that "type count" is doubled, tripled or multipled 4x for items that are locked or stored in one of these containers.
Cheers, and thanks again for the program.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.04.20 09:12:00 -
[327]
@Companion Qube I was not able to reproduce it with the latest dev build.
We are going to release a beta one of the following days, if all goes well.
If you could please check that the bug is still present in the beta, when it's released, I would appreciate it. :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Dalden V
Blue Lounge Industries New Eden Research
|
Posted - 2010.04.20 13:46:00 -
[328]
Is there a way to rename containers and have jEveAssets remember the container ID to name mapping?
Apologies if this option is somewhere and I missed it.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.04.20 13:57:00 -
[329]
@Dalden V There is no way ATM - but, there is good news as well, it will be possible in the next release. As i said before, we will release a beta of in a couple of days... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.04.22 09:01:00 -
[330]
jEveAssets 1.4.0 Beta 1 (Dominion 1.1.1) released
New Features: -Profiles -New API update system (You select what to update) -Enhance support for mac os x environments -Program update notifications -New settings dialog layout -User settable reprocess efficiency -New special "sell or reprocess" color scheme -Rolling log (prevent the log from ever getting to large) -New pricing option "Midpoint" (sell min + buy max) / 2 -New Column: Reprocessed Value (reprocessed price * count) -Meta Column: Now works as a the other number columns -Asset names can now be changed -Industry Jobs dialog can now be resized -New API import dialog -Now use EVEAPI 2.0.0 (library)
Bug fixes: -Many minor bug fixes...
Notes: -It's not possible the revert back to an earlier version and keep your settings after running 1.4.0 beta 1 -Mac users upgrading need to move their settings manually: á Move the .jEveAssets directory from ~user/ it to ~user/Library/Preferences/ á Rename .jEveAssets to JEveAssets _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Companion Qube
|
Posted - 2010.04.22 19:32:00 -
[331]
The issue with audit-log containers multiplying type count appears to be fixed.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.04.22 22:30:00 -
[332]
@Companion Qube Thank you for confirming that... :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Tonto Auri
Vhero' Multipurpose Corp
|
Posted - 2010.04.22 22:43:00 -
[333]
Erm... how can I remove deleted character from application? -- Thanks CCP for cu |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.04.23 10:18:00 -
[334]
@Tonto Auri Well, I guess it should remove deleted characters automatic. I will get it fixed for the next release... The only workaround ATM. is to delete the api key with the deleted character and add it again...
Yes, i does get the API data for hidden characters. I think it was brought up before... I'll make it ignore hidden characters, when updating from the API.
Thank you for your feedback! :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

grocktar
|
Posted - 2010.04.24 15:17:00 -
[335]
i put in my full api key. but when i update it says "no assets updated. All characters hidden in api manager"
what does this mean?
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.04.25 11:16:00 -
[336]
@grocktar It means you have unchecked all the characters in api manager. I assume you use the version 1.3.0? To fix it select: Menu > Options > API Key Manager In the lower table, there is a column named "Show Assets", check at least one of the characters and update again...
I hope this helps, if not, please reply again :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.04.27 10:34:00 -
[337]
jEveAssets 1.4.0 Beta 2 (Dominion 1.1.1) released
New Features: -Profiles -New API update system (You select what to update) -Enhance support for mac os x environments -Program update notifications -New settings dialog layout -User settable reprocess efficiency -New special "sell or reprocess" color scheme -Rolling log (prevent the log from ever getting to large) -New pricing option "Midpoint" (sell min + buy max) / 2 -New Column: Reprocessed Value (reprocessed price * count) -Meta Column: Now works as a the other number columns -Asset names can now be changed -Industry Jobs dialog can now be resized -New API import dialog -Now use EVEAPI 2.0.0 (library)
Bug fixes: -Many minor bug fixes...
Notes: -It's not possible the revert back to version 1.3.0 (or earlier) and keep your settings after running 1.4.0 beta 2 -Mac users upgrading (from 1.3.0 or earlier) need to move their settings manually: á Move the .jEveAssets directory from ~user/ it to ~user/Library/Preferences/ á Rename .jEveAssets to JEveAssets _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

XenosisReaper
Rising Ashes Inc. Honourable Templum of Alcedonia
|
Posted - 2010.04.30 09:18:00 -
[338]
Edited by: XenosisReaper on 30/04/2010 09:18:46 Um, maybe i'm being an idiot, but I have WinRar extractor installed, and when I double click on jeveassets.jar, it just extracts it and nothing happens. Is there any way to force it to run using java?
edit - Nevermind, I assumed that I had the java already installed, turns out I didn't 
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.04.30 10:17:00 -
[339]
@XenosisReaper I'm glad you got it working... :) Should you have any additional questions, please, don't hesitate to ask here again... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Zidanexion
|
Posted - 2010.05.01 05:25:00 -
[340]
Curious If this has been asked but, A good feature I would recommend to Any Asset utility but I love yours is the ability to sort by specfic system would this be possible?
|
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.05.01 08:48:00 -
[341]
@Zidanexion I'm not sure I follow you... You can sort any column, just click on the table header (where the column name is) - Clicking another column will sub sort it. To sort a new column, double click the column header. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Companion Trollin
You are going too fast
|
Posted - 2010.05.01 20:33:00 -
[342]
Edited by: Companion Trollin on 01/05/2010 20:33:14
Originally by: Zidanexion Curious If this has been asked but, A good feature I would recommend to Any Asset utility but I love yours is the ability to sort by specfic system would this be possible?
The best way I've come up with to sort by system, instead of station, is to dump the asset list I care about out to .csv then use excel. I have a macro that takes the first word out of the station column and injects that into a new "system" column. Once you've done that you can make pivot tables and do whatever other analysis you like.
edit: or you could just type the system name into the search field :s
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.05.02 00:44:00 -
[343]
@Companion Trollin & Zidanexion Yes filtering (search) should work as long and you use the "Contains"-mode and you can also sort the the table by system, as the system name is always first in the location column - had to check, I almost though the station name was first, but, it's not, hehe... I hope this resolves the problem - If not, ask again :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Tonto Auri
Vhero' Multipurpose Corp
|
Posted - 2010.05.04 20:54:00 -
[344]
Noticed that you have trouble locating the corporation jobs. installedItemLocationID contains an office ID, not station ID. For station ID, you have to look into containerID or outputLocationID in XML file. -- Thanks CCP for cu |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.05.05 10:34:00 -
[345]
@Tonto Auri Thank you for this information...
I've looked into the code and It looks like we have two ways of calculating the location of jobs...
I can not check corporation jobs myself, so if you could do me a favor and: 1) Find an active corporation job, in the Industry Jobs Tool 2) Find the blueprint from the job in the assets table 3) Check to see if the location is still wrong in the assets table _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Tonto Auri
Vhero' Multipurpose Corp
|
Posted - 2010.05.06 15:19:00 -
[346]
Finished, ready-to-veliver job.
<row jobID="74216115" assemblyLineID="62336" containerID="60006586" installedItemID="1458298315" installedItemLocationID="199651549" installedItemQuantity="1" installedItemProductivityLevel="0" installedItemMaterialLevel="0" installedItemLicensedProductionRunsRemaining="-1" outputLocationID="60006586" installerID="887313171" runs="2" licensedProductionRuns="0" installedInSolarSystemID="30001670" containerLocationID="30001670" materialMultiplier="1" charMaterialMultiplier="1" timeMultiplier="1" charTimeMultiplier="0.8" installedItemTypeID="31621" outputTypeID="31620" containerTypeID="1928" installedItemCopy="0" completed="0" completedSuccessfully="0" installedItemFlag="119" outputFlag="4" activityID="1" completedStatus="0" installTime="2010-05-04 22:57:00" beginProductionTime="2010-05-04 22:57:00" endProductionTime="2010-05-04 23:37:00" pauseProductionTime="0001-01-01 00:00:00" />
2) Find the blueprint from the job in the assets table
Sorry, WAT? If this is a joke, it's the one of bad sort. Blueprint is not in assets, it's installed in the facility... -- Thanks CCP for cu |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.05.07 09:00:00 -
[347]
@Tonto Auri 1) wow thank you! that's awesome! - what better then giving me a test case...  Thank you a million for this, It'll make everything so much easier...
2) It's not a joke - not even a bad one... It's in the asset table, just as market orders are in the assets table, they are assets after all and it makes them findable... :) it's true that it's not in <assets> part of the xml, though... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Tonto Auri
Vhero' Multipurpose Corp
|
Posted - 2010.05.07 12:22:00 -
[348]
Well, if it's in assets table, then jEveAssets don't show it. It would be easier to debug, if program save retrieved API files somewhere. -- Thanks CCP for cu |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.05.08 10:38:00 -
[349]
@Tonto Auri May I ask what version you're using? I can't reproduce it. Blueprints from the job API are only added to the assets table, while they are in research/production (completed == 0). After they have been delivered, they are ignored... (completed != 0) They should be in the assets API, when they have been delivered...
We use the eveapi library, so we don't have direct access to the downloaded xml files... However all the data from the jobs api are saved by jEveAssets
Thank you a million for helping me fixing this bug... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Tonto Auri
Vhero' Multipurpose Corp
|
Posted - 2010.05.08 23:03:00 -
[350]
Originally by: Golden Gnu @Tonto Auri May I ask what version you're using? I can't reproduce it. Blueprints from the job API are only added to the assets table, while they are in research/production (completed == 0). After they have been delivered, they are ignored... (completed != 0) They should be in the assets API, when they have been delivered...
But it could be finished, but not delivered yet. (See the example above) And that's what was nowhere to be found, except jobs list (where it was correctly shown as ready) -- Thanks CCP for cu |
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.05.10 08:20:00 -
[351]
@Tonto Auri AFAIK it's only marked as completed if it has been delivered - in the row above completed is also zero....
Thank you for your continued feedback, I really appreciate it... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.05.12 10:13:00 -
[352]
jEveAssets 1.4.0 (Dominion 1.1.1) released
New Features: -Profiles -New API update system (You select what to update) -Enhanced support for mac os x environments -Program update notifications -New settings dialog layout -User settable reprocess efficiency -New special "sell or reprocess" color scheme -Rolling log (prevent the log from ever getting to large) -New pricing option "Midpoint" (sell min + buy max) / 2 -New Column: Reprocessed Value (reprocessed price * count) -Meta Column: Now works as a the other number columns -Asset names can now be changed -Industry Jobs and Market Orders dialogs are now resizable -New API import dialog -Now use EVEAPI 2.0.0 (library)
Bug fixes: -Many minor bug fixes...
Notes: -It's not possible the revert back to version 1.3.0 (or earlier) and keep your settings after running 1.4.0 -Mac users upgrading (from 1.3.0 or earlier) need to move their settings manually: á Move the .jEveAssets directory from ~user/ it to ~user/Library/Preferences/ á Rename .jEveAssets to JEveAssets _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Companion Qube
|
Posted - 2010.05.12 23:42:00 -
[353]
Originally by: Golden Gnu jEveAssets 1.4.0 (Dominion 1.1.1) released
New Features: -New pricing option "Midpoint" (sell min + buy max) / 2 -New Column: Reprocessed Value (reprocessed price * count)
Totally lovin' this 
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.05.13 15:35:00 -
[354]
@Companion Qube Thank you  The two smallest features wins the day  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Tonto Auri
Vhero' Multipurpose Corp
|
Posted - 2010.05.14 22:57:00 -
[355]
Originally by: Golden Gnu @Companion Qube Thank you  The two smallest features wins the day 
Apparently. I was about to write small webapp to do nearly the same. I'll do it in near future, once I sort my current work, but this small addition should cover at least hald of my ongoing needs :) Thanks. -- Thanks CCP for cu |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.05.15 10:16:00 -
[356]
Edited by: Golden Gnu on 15/05/2010 10:17:41
@Tonto Auri If you're missing something in jEveAssets, please let me know. You did a lot to help me fix the POS bug. I would love to give something back... Also, let me know when you release your webapp, so I can be inspired by (read: steal) all your awesome and unique features  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2010.05.15 21:27:00 -
[357]
Two suggestions:
1) Very easy to do, add the name of the currently loaded profile in the title bar, so it reads like:
jEveAssets 1.4.0 - Default|Account name
2) In the Profiles window, have the selection automatically position to IndexOf(CurrentProfile).
- Auditing & consulting
When looking for investors, please read http://tinyurl.com/n5ys4h + http://tinyurl.com/lrg4oz
|

Tonto Auri
Vhero' Multipurpose Corp
|
Posted - 2010.05.15 21:36:00 -
[358]
Originally by: Golden Gnu Edited by: Golden Gnu on 15/05/2010 10:17:41
@Tonto Auri If you're missing something in jEveAssets, please let me know. You did a lot to help me fix the POS bug. I would love to give something back...
Thanks for your kind word, but what I have in mind cannot be done within Assets API due to cache times at CCP's end.
Quote: Also, let me know when you release your webapp, so I can be inspired by (read: steal) all your awesome and unique features 
I think I've pretty much answered it in previous statemnt. My aim was to have a quick judging tool to weight the choices for a given item. -- Thanks CCP for cu |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.05.16 12:33:00 -
[359]
@Vaerah Vahrokha 1) I'm unsure what you mean by account name. Accounts don't have names (only a id number). I think characters/corporations names is to much information in the title... Will this do: jEveAssets 1.4.0 [portable] - [PROFILE_NAME]
2) Yes, that's easy... (You properly know already; the current profile is always bold)
I will add both to the issue list...
@Tonto Auri Okay... Should anything come up later, that is possible, please let me know :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2010.05.16 13:31:00 -
[360]
Originally by: Golden Gnu @Vaerah Vahrokha 1) I'm unsure what you mean by account name. Accounts don't have names (only a id number). I think characters/corporations names is to much information in the title... Will this do: jEveAssets 1.4.0 [portable] - [PROFILE_NAME]
Yeah I intended the profile name. This is what happens when I type both in a RL trading session (where they talk of sub-accounts ⊂ accounts) and in the EvE forum (where account ⊂ profile)
Quote:
2) Yes, that's easy... (You properly know already; the current profile is always bold)
Well, it's a nice finishing touch. Try adding 10 profiles and customizing them in a run and you'll see what I mean. I mean, the program is pro already, why not make it PRO. - Auditing & consulting
When looking for investors, please read http://tinyurl.com/n5ys4h + http://tinyurl.com/lrg4oz
|
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.05.17 10:06:00 -
[361]
@Vaerah Vahrokha Okay, I've added both to the issue list... they'll properly be in the next feature release... :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

SencneS
Rebellion Against Big Irreversible Dinks
|
Posted - 2010.05.17 15:09:00 -
[362]
Here is a nice little request that I and a few others have been doing recently might be good to add.
A screen that shows "Volume" by System... (Make it sortable) Like let say you have junk everywhere and in systems you have multiple hangers at multiple stations. The station may only have 30-40K m3 but there is 12 stations in that system.
So sorting by system over all value, cargo size across the entire system would be VERY useful.
We're doing it at the moment but we're using Excel and exports, then formulas to calculate cargo and value. Call it "System Report" or something.
Amarr for Life |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.05.17 15:25:00 -
[363]
@SencneS Take a look at issue 95, I think that is what you want? It's a planed feature for 1.5.0...
Also, If you just enter the system name, as a filter, you should get: volume, items count, avg value, total value, in the statusbar... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

SencneS
Rebellion Against Big Irreversible Dinks
|
Posted - 2010.05.17 15:34:00 -
[364]
Originally by: Golden Gnu @SencneS Take a look at issue 95, I think that is what you want? It's a planed feature for 1.5.0...
Also, If you just enter the system name, as a filter, you should get: volume, items count, avg value, total value, in the statusbar...
Yeah actually that is pretty much the exact what I am talking about. A list of systems that sort by value and cargo size :)
And yeah it does give a overview, but we're talking across an entire region at least 30 systems. It's easier to just use the excel sheet and formula the m3 and value then it is to filter system by system.
Amarr for Life |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.05.17 16:57:00 -
[365]
@SencneS Noted: Sorting is important... ;) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.05.19 09:38:00 -
[366]
jEveAssets 1.4.1 (Dominion 1.1.1) released
Bug fixes: -Routing: Brute Force don't return shortest route (Issue 85) -Conquerable stations are never saved (Issue 98)
Notes: -It's not possible the revert back to version 1.3.0 (or earlier) and keep your settings after running 1.4.1 -Mac users upgrading (from 1.3.0 or earlier) need to move their settings manually: á Move the .jEveAssets directory from ~user/ it to ~user/Library/Preferences/ á Rename .jEveAssets to JEveAssets _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Richard Christy
|
Posted - 2010.05.20 12:25:00 -
[367]
Edited by: Richard Christy on 20/05/2010 12:29:47
A great tool, and it was nice to finally find some stuff that has been AWOL for some time.
Anyway, I extracted it to a folder, ran the executable jar file, entered all my APIs, and updated.
However, there was no executable file that I could run to start the program, so when I close it, I seem to lose all my APIs, because I have to re-run the jar file to get the program to start. I am using win XP.
Am I missing something here?
Thanks for a good tool, I hope I can get it to work, it'll suck to have to enter all my APIs every time, or leave the program open 24/7
Got it working now. -.-
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.05.20 14:40:00 -
[368]
Edited by: Golden Gnu on 20/05/2010 14:40:36
@Richard Christy I'm happy you got it working... :) May I ask what you did to fix the problem? - and if you know, what you did wrong, since it didn't save the API keys etc.? _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

SencneS
Rebellion Against Big Irreversible Dinks
|
Posted - 2010.05.20 16:12:00 -
[369]
Originally by: Golden Gnu @SencneS Noted: Sorting is important... ;)
Been thinking about it for a few days and my request actually has "changed" a little from what Issue 95 is all about. I'll create a new one.. It created an Issue not an Enhancement so please forgive that or change it please :)
Amarr for Life |

Richard Christy
|
Posted - 2010.05.20 16:24:00 -
[370]
Originally by: Golden Gnu Edited by: Golden Gnu on 20/05/2010 14:40:36
@Richard Christy I'm happy you got it working... :) May I ask what you did to fix the problem? - and if you know, what you did wrong, since it didn't save the API keys etc.?
iirc, I updated something in the app, although I don't recall what it was. That caused the program to crash. The next time I ran the jar file, nothing showed up in the program. So I exited it, posted my question, and re-ran it.
Then I re-entered all the API data, and it's fine now.
|
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.05.20 18:11:00 -
[371]
@SencneS I read you feature request: I think it's a good idea, but, I don't know if it'll be in the first release of the tool, as it's a lot of work...
@Richard Christy What version are you using? 1.4.1 was released just to fix that bug... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Richard Christy
|
Posted - 2010.05.21 12:10:00 -
[372]
Originally by: Golden Gnu @Richard Christy What version are you using? 1.4.1 was released just to fix that bug...
I am using 1.4.1.
|

Flaming Candle
|
Posted - 2010.05.21 12:21:00 -
[373]
Originally by: Richard Christy Edited by: Richard Christy on 20/05/2010 16:27:45
Originally by: Golden Gnu Edited by: Golden Gnu on 20/05/2010 14:40:36
@Richard Christy I'm happy you got it working... :) May I ask what you did to fix the problem? - and if you know, what you did wrong, since it didn't save the API keys etc.?
iirc, I was playing with the various entries in the "tools" menu. When I hit "routing", it crashed. The next time I ran the jar file, nothing showed up in the program. So I exited it, posted my question, and re-ran it.
Then I re-entered all the API data, and it's fine now.
Edit - added the bit about "routing".
The issue with 1.4.0 was that it wasn't saving the conquerable station data properly. When you started up 1.4.1 the second time, it probably re-downloaded the conquerable station data and then saved it in the correct way.
|

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2010.05.22 12:47:00 -
[374]
v 1.4.1
Menu Options|Profiles... has a typo: "Profiels...". - Auditing & consulting
When looking for investors, please read http://tinyurl.com/n5ys4h + http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.05.23 08:44:00 -
[375]
@Vaerah Vahrokha 1) Already reported and will be fixed :)
2) I Agree, filters should be cleared when loading a new profile. Thank you for pointing that out.
3) Yes, scroll bars ftw.
Thank you for your continued feedback. It's some very good suggestions you come up with. :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.05.30 10:18:00 -
[376]
jEveAssets 1.4.1 (Tyrannis 1.0.0) released
Changes: -Tyrannis 1.0.0 data files
Notes: -It's not possible the revert back to version 1.3.0 (or earlier) and keep your settings after running 1.4.1 -Mac users upgrading (from 1.3.0 or earlier) need to move their settings manually: á Move the .jEveAssets directory from ~user/ it to ~user/Library/Preferences/ á Rename .jEveAssets to JEveAssets _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.06.04 10:55:00 -
[377]
jEveAssets 1.4.1 (Tyrannis 1.0.1) released
Changes: -Tyrannis 1.0.1 data files
Notes: -It's not possible the revert back to version 1.3.0 (or earlier) and keep your settings after running 1.4.1 -Mac users upgrading (from 1.3.0 or earlier) need to move their settings manually: á Move the .jEveAssets directory from ~user/ it to ~user/Library/Preferences/ á Rename .jEveAssets to JEveAssets _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Snabbik Shigen
|
Posted - 2010.06.11 01:56:00 -
[378]
Is it going to be possible for jEVEAssets to keep track of resources stored in planet-side storage or sitting in the Customs Office?
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.06.11 10:00:00 -
[379]
@Snabbik Shigen TBH, I don't know... I'll have to do some research first... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Tonto Auri
Vhero' Multipurpose Corp
|
Posted - 2010.06.12 21:46:00 -
[380]
How to force an assets update? I understand that normally CCP don't allow fetching them earlier than 24h after last update, but I happen to have 2 separate external IP's... (And can get hold on two more, if need) -- Thanks CCP for cu |
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.06.13 08:49:00 -
[381]
@Tonto Auri AFAIK, you can update assets as much as you like, but, you'll just get a cached result...
However, if you wish to hammer the API, you can.... -Goto: Menu > Options > Options... > Proxy -Check "Enable API Proxy" -Enter "http://api.eve-online.com" in the field bellow... -Press OK
Warning: Use this at your own risk! It's not the way jEveAssets, is meant to be used... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Tonto Auri
Vhero' Multipurpose Corp
|
Posted - 2010.06.13 13:39:00 -
[382]
Edited by: Tonto Auri on 13/06/2010 13:40:53
Originally by: Golden Gnu @Tonto Auri AFAIK, you can update assets as much as you like, but, you'll just get a cached result...
However, if you wish to hammer the API, you can.... -Goto: Menu > Options > Options... > Proxy -Check "Enable API Proxy" -Enter "http://api.eve-online.com" in the field bellow... -Press OK
Warning: Use this at your own risk! It's not the way jEveAssets, is meant to be used...
Erm. That could work. BRB... -- Thanks CCP for cu |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.06.13 16:00:00 -
[383]
@Tonto Auri Please, remember that the cache time is there for a reason... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Tonto Auri
Vhero' Multipurpose Corp
|
Posted - 2010.06.13 16:05:00 -
[384]
Originally by: Golden Gnu @Tonto Auri Please, remember that the cache time is there for a reason...
I know and not intend to abuse this possibility. But 24 hours delay between assets listing is just too much for me. -- Thanks CCP for cu |

DethApostle
Amarr The Tiandihui
|
Posted - 2010.06.13 18:51:00 -
[385]
Not a major issue but... Profiles under the 'Options' tab is spelt wrong. (assuming English was the intended language of course!) Insert ironic sig here |

gigitrix
|
Posted - 2010.06.13 23:42:00 -
[386]
Just another happy user here (but I second, third and fourth the Stations->Volume view idea mentioned a while back (I'd offer ISK for implementation but I'm poor )
Keep on truckin' with this excellent app :)
|

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2010.06.14 07:13:00 -
[387]
Quote:
(To clarify, the API requests limited on a feed-per-key-per-IP basis. I.e., if you have two keys with identical corp rights, you can update corporation assets twice a day. If you have two different IP's [your IP changes from connection to connection], you can update sooner using the same key)
There is a way to refresh the 1 day CD API every few hours, sometimes every 2 hours.
BUT I chose not to (ab)use of it.
Quote:
But 24 hours delay between assets listing is just too much for me.
See, your idea of deserving a special treatment and have shorter refresh time is understandable but it's dishonest.
Taken to the extreme, CCP might nerf API querying and force a 24h cooldown regardless of IP used and then we'll have to thank those who felt like not to wait for the intended timeout. Why isn't it possible for people to self-regulate responsibly and see the long term consequences? Peregrine question, isn't it?
Quote:
Not a major issue but... Profiles under the 'Options' tab is spelt wrong. (assuming English was the intended language of course!)
Signalled in my previous post already.
It's prolly slipped thru. It's not the kind of bug that leaves programmers sleepless in the night. (The kind that makes me sleepless is when my multithread C++ or Delphi program crashes for no reason after hours, with no way to replicate why). Can't accept software that crashes here.
Quote:
Just another happy user here (but I second, third and fourth the Stations->Volume view idea mentioned a while back (I'd offer ISK for implementation but I'm poor )
Another happy user here.
I suggest happy users to thank the Developers of this wonderful app with ISK. I am going to send another 100M when I see PI put in this app, the proper way (there are some PI apps but are rought to say the least). IE I'd love to plan some split factory / manufacture setups and deploy them in 0.0, knowing they'll actually work.
- Auditing & consulting
When looking for investors, please read http://tinyurl.com/n5ys4h + http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.06.14 09:44:00 -
[388]
@Tonto Auri Yes, 24 hours is a long time. I would love it if the cache time was lower. However, don't abuse the API, as it's the life nerve of jEveAssets.
@DethApostle Already reported and fixed (in SVN trunk). The part in parentheses made me laugh. I hope the general impression, is that the program is in English... 
@gigitrix I'm glad you like the program. Happy user are the best thing in the world, really...
If you refer to the overview feature, It's already completed, I just need to do the rest of the planed features, before we release a new version... :)
@Vaerah Vahrokha Thank you for your great reply 
I'm just going to comment on the PI part  I'm not sure a PI planer should be part of jEveAssets. I don't want jEveAssets to end up doing everything. I want to narrow the scope to assets.
While assets on planets, should definitely be part of jEveAssets, I think that a PI planer/builder (as well as a POS planer) is out of the scope. There is still no API for getting assets on planets, so, that will have to wait...
Also, the apps the do PI planing, will properly mature and be awesome in the future... I took quite some time before jEveAssets matured and ironed out the most fatal bugs... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Gladys Pank
Amarr Trillionaire High-Rollers Suicidal Bassoon Orkesta
|
Posted - 2010.06.17 13:58:00 -
[389]
Hi there and thanks for a great app.
I have an error, havent been able to see any mention of it so far, don't know if you are aware of it...
I updated from version 1.2 something up to 1.41 and now on initialising jeveassets I get an error message, after which jeveassets closes.
My Java is up to date, running on XP pro with all the latest updates. I'm not hugely tech savvy so not sure if I am missing something obvious.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.06.17 14:43:00 -
[390]
@Gladys Pank I have no idea how that could happen - but, you can work around it, by manually moving the file.
1) Go to the "C:\Documents and Settings\[USERNAME]\.jeveassets\data\" 2) Copy the "assets.xml" file to C:\Documents and Settings\[USERNAME]\.jeveassets\profiles\ (if the the "profiles" folder doesn't exist create it)
Replace [USERNAME] with your username
I hope this will solve your problem. If not, just post here again... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Gladys Pank
Amarr Trillionaire High-Rollers Suicidal Bassoon Orkesta
|
Posted - 2010.06.17 15:28:00 -
[391]
I moved the file manually. It still threw the error message, same as before (perhaps a little more progress on the progress bar).
I then deleted the .bac files from the data folder... " C:\Documents and Settings\xxxxxx\.jeveassets\data "
... which has fixed it for me.
Thanks for the heads up 
|

SencneS
Rebellion Against Big Irreversible Dinks
|
Posted - 2010.06.17 16:45:00 -
[392]
No news on when 1.50 will be out? That "enhancement" that will be added in that version I'm very much looking forward to :)
Amarr for Life |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.06.18 07:12:00 -
[393]
@Gladys Pank Great you got it working :)
@SencneS The famous overview feature is completed, but, I'm still working on redesigning the account manager. I imaging that we will release soonish.
If you would be interested in testing out a dev build and give me some feedback, send me an email (it's on the web page as well as in the readme file). _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.07.01 12:22:00 -
[394]
jEveAssets 1.5.0 Beta 1 (Tyrannis 1.0.1) released
New Features: -Tools are now tabs in the main window -New Tool: Overview -Now use slf4J and log4j to log events and errors -New layout for the Account Manager -New layout for the Updating Dialog -Numerous bug fixes and minor changes
Known Issues: -The new gift ship (Primae) show up as !2863 (data issue, should be fixed with the next data export) -Collapsing the JTree in the settings dialog crash jEveAssets. Workaround: Don't collapse the tree (Fixed in SVN trunk)
Notes: -Mac users upgrading from 1.3.0 (or earlier) need to move their settings manually: á Move the .jEveAssets directory from ~user/ it to ~user/Library/Preferences/ á Rename .jEveAssets to JEveAssets _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Fitz VonHeise
Eye Bee Em Stellar Defense Alliance
|
Posted - 2010.07.01 12:38:00 -
[395]
Originally by: SencneS Sorry, not a great fan of Java, even though the app is sound I am forced to delete it because I simple hate Java with even fiber of my being. :(
I read this on the first page... then I went to last page and the below caught my eye: Originally by: SencneS No news on when 1.50 will be out? That "enhancement" that will be added in that version I'm very much looking forward to :)
So I thought this program had to be good if SencneS still has it on her hard drive. 
Added to my list of links below:
Services I Provide:
Alliance Creation ● Caldari Standings ● Thieves Of EvE ● Titans ● My Links What Makes Me Tick
|

SencneS
Rebellion Against Big Irreversible Dinks
|
Posted - 2010.07.01 13:49:00 -
[396]
Originally by: Fitz VonHeise
Originally by: SencneS Sorry, not a great fan of Java, even though the app is sound I am forced to delete it because I simple hate Java with even fiber of my being. :(
I read this on the first page... then I went to last page and the below caught my eye: Originally by: SencneS No news on when 1.50 will be out? That "enhancement" that will be added in that version I'm very much looking forward to :)
So I thought this program had to be good if SencneS still has it on her hard drive. 
The Enhancement is one that no one else has done which would make this program rather unquie Despite my rather deep seeded hatred for Java my complete lack of programing skills and the extreme usefulness of this Enhancement I have no choice.. As a trader being able to group routes for pickup is simple too good of a function to ignore.
I'll give credit where credit is due, for a Java app this is light on the resource, runs fast, and doesn't bug out if you do something unexpected. Considering EBANK's extensive assets of junk this app does function quickly as a sorting and pricing tool. For all the Java apps I've seen this is definitely ahead in terms of quality and efficiency.
Rest assured, I have a virtual machine dedicated to running JUST Java in which this is one of the app to have an honored place on it's virtual drive. 
Amarr for Life |

SencneS
Rebellion Against Big Irreversible Dinks
|
Posted - 2010.07.01 17:36:00 -
[397]
Thank you for this Golden Gnu.. The Groups are great and the Overview is awesome. It works very well and does pretty much exactly as I described. I do however, have two small enhancements to request of the overview. And I know I might be jumping the gun as this is beta. Please let me know if I am :)
1) Character/Corp Filtering on Overview. Or you could have the overview take the information displayed on the assets tab and overview what is already filtered? If that's too complex then just a character filter would do. I have some characters that shared Systems and it's lumping both together I'm sure I'm not the only one.
2) A "List ungrouped systems" in the overview. Like just list everything that doesn't have a manually assigned group would be great.
Amarr for Life |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.07.01 18:20:00 -
[398]
Fitz VonHeise I guess that is one of the greatest compliments one can get (as a java programmer at least) 
Also, thank you for advertising jEveAssets 
@SencneS 1) Yes I can see how that would be useful. I don't know why I didn't think of that *sigh*. Bother (filtered assets & per char) are rather easy to do (especially the filtered assets) so, I'll do both...
2) Not trivial, but doable...
How I think to do it: 2a) Add a ComboBox with the options: -All -Ungrouped -Grouped
2b) I could also make the grouped station/system/regions have a different row background color, that would be really easy to do.
2c) Or do both...
Your feedback will determine what I do...
I'll start on 1) today... :)
We'll need extra beta to test it of course... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

SencneS
Rebellion Against Big Irreversible Dinks
|
Posted - 2010.07.01 22:46:00 -
[399]
Originally by: Golden Gnu
2b) I could also make the grouped station/system/regions have a different row background color, that would be really easy to do.
Your feedback will determine what I do...
This is all that would need to be done, Just needed something to determine if it was in a group or not. Simple solution and it work.
If all Java programs where as the same quality and caliber as this one I might not have such a distaste for Java apps 
Amarr for Life |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.07.02 09:08:00 -
[400]
@SencneS okay, I've removed the grouped ComboBox (2a). Now station/system/regions have a green background if they are in a group. I'll try to prepare the next beta release ASAP. It might be a couple of days, though...
On a side note: I hope jEveAssets will continue live up to your expectations. Java FTW  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.07.02 17:06:00 -
[401]
jEveAssets 1.5.0 Beta 2 (Tyrannis 1.0.1) released
New in 1.5.0: -Tools are now tabs in the main window -New Tool: Overview -Now use slf4J and log4j to log events and errors -New layout for the Account Manager -New layout for the Updating Dialog -Numerous bug fixes and minor changes
Changed from BETA 1: -Completed SencneS Overview requests -Fixed a bug with the Settings Dialog JTree
Known Issues: -The new gift ship (Primae) show up as !2863 (data issue, should be fixed with the next data export)
Notes: -Mac users upgrading from 1.3.0 (or earlier) need to move their settings manually: á Move the .jEveAssets directory from ~user/ it to ~user/Library/Preferences/ á Rename .jEveAssets to JEveAssets _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

SencneS
Rebellion Against Big Irreversible Dinks
|
Posted - 2010.07.02 19:36:00 -
[402]
Just wanted to show you what I did with the Groups. First I created this map. OK so it's not my map but I made it what I needed from it took everything else away. Then I imported all those systems into the settings.xml for EVE and it created this..
For those that want the XML for me (Win7) it resides in C:\Users\{Username}\.jeveassets\data\settings.xml
This is what the first part of my setting.xml looks like and it's creates the groups that are shown here.
<?xml version="1.0" encoding="UTF-16" standalone="no"?> <settings> <overview> <group name="Blue"> <location name="Eskunen" type="TYPE_SYSTEM"/> <location name="Ohmahailen" type="TYPE_SYSTEM"/> <location name="Outuni" type="TYPE_SYSTEM"/> <location name="Hykkota" type="TYPE_SYSTEM"/> <location name="Ansila" type="TYPE_SYSTEM"/> <location name="Ikuchi" type="TYPE_SYSTEM"/> <location name="Sakenta" type="TYPE_SYSTEM"/> </group> <group name="Red"> <location name="Maurasi" type="TYPE_SYSTEM"/> <location name="Itamo" type="TYPE_SYSTEM"/> <location name="Jatate" type="TYPE_SYSTEM"/> <location name="Mitsolen" type="TYPE_SYSTEM"/> <location name="Vaankalen" type="TYPE_SYSTEM"/> </group> <group name="Green"> <location name="Aokannitoh" type="TYPE_SYSTEM"/> <location name="Hirtamon" type="TYPE_SYSTEM"/> <location name="Ikuchi" type="TYPE_SYSTEM"/> <location name="Niyabainen" type="TYPE_SYSTEM"/> <location name="New Caldari" type="TYPE_SYSTEM"/> </group> <group name="Gray"> <location name="Sakkikainen" type="TYPE_SYSTEM"/> <location name="Ishisomo" type="TYPE_SYSTEM"/> <location name="Olo" type="TYPE_SYSTEM"/> <location name="Osmon" type="TYPE_SYSTEM"/> <location name="Inaya" type="TYPE_SYSTEM"/> <location name="Korsiki" type="TYPE_SYSTEM"/> <location name="Liekuri" type="TYPE_SYSTEM"/> <location name="Otela" type="TYPE_SYSTEM"/> <location name="Josameto" type="TYPE_SYSTEM"/> <location name="Poinen" type="TYPE_SYSTEM"/> <location name="Nomaa" type="TYPE_SYSTEM"/> </group> <group name="Purple"> <location name="Perimeter" type="TYPE_SYSTEM"/> <location name="Kisogo" type="TYPE_SYSTEM"/> <location name="Urlen" type="TYPE_SYSTEM"/> <location name="Unpas" type="TYPE_SYSTEM"/> <location name="Uitra" type="TYPE_SYSTEM"/> <location name="Shihuken" type="TYPE_SYSTEM"/> <location name="Senda" type="TYPE_SYSTEM"/> <location name="Tuuriainas" type="TYPE_SYSTEM"/> </group> <group name="Brown"> <location name="Sirseshin" type="TYPE_SYSTEM"/> <location name="Geras" type="TYPE_SYSTEM"/> <location name="Nomaa" type="TYPE_SYSTEM"/> <location name="Saisio" type="TYPE_SYSTEM"/> <location name="Abagawa" type="TYPE_SYSTEM"/> <location name="Hurtoken" type="TYPE_SYSTEM"/> <location name="Hampinen" type="TYPE_SYSTEM"/> <location name="Ikami" type="TYPE_SYSTEM"/> <location name="Reisen" type="TYPE_SYSTEM"/> <location name="Pujola" type="TYPE_SYSTEM"/> <location name="Jakanerva" type="TYPE_SYSTEM"/> <location name="Gekutami" type="TYPE_SYSTEM"/> <location name="Uoyonen" type="TYPE_SYSTEM"/> <location name="Vattuolen" type="TYPE_SYSTEM"/> </group> </overview>
I don't recommend anyone editing it if they don't understand it.
Amarr for Life |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.07.03 12:34:00 -
[403]
@SencneS That is cool. Did you edit the settings.xml by hand?
I'll try to fix the asset filter bug today and release a new beta ASAP. :) I sure am prone to create bugs these days *sigh* _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

SencneS
Rebellion Against Big Irreversible Dinks
|
Posted - 2010.07.03 17:35:00 -
[404]
Originally by: Golden Gnu @SencneS That is cool. Did you edit the settings.xml by hand?
I'll try to fix the asset filter bug today and release a new beta ASAP. :) I sure am prone to create bugs these days *sigh*
Yeah, I did it by hand as you can see I didn't have some assets in some locations. It was actually a little easier but you can't help that so I'm not complaining.
I guess the last thing I have for the overview is the "Volume number" It reports up to #.000 but if it's only #.0 it only shows that. This tripped me up yesterday I took my frigate out for for what I though was 100m3 but was actually 100,000m3. I only made that mistake once. :) It's not vital but maybe a "Round up" of every insignificant volume might be nice. So BPCs will show as 1m3 instead of 0.01m3. Or even just permanently display #.00 and round the last few zeros.
It's a minor adjustment and not very important. I'll have to shoot you some ISK for all this :)
Amarr for Life |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.07.03 19:48:00 -
[405]
@SencneS Yes, I figured as much, as you wouldn't have assets everywhere. It's doable to create a dialog for inputting station/system/regions you don't have assets in. However it will not be in 1.5.0. (I will add it to the issue list).
Yes, columns should have the same format in all rows. I'll look into fixing it for the next beta/rc/whatever. I guess three decimals is bad, as it can be miss read. I guess, we have to go with 2 decimals. It will lose some precision (only shown precision, numbers will always do calculated with maximum number of decimals).
Donations are very welcome, but, not required... ;) I had some good fun creating the overview feature... It's a long time since I've added something new and not just improved on existing features. It was Flaming Candle that did the awesome routing feature (he's clever, it's way over my head), btw, you should try it on pickups, it could save you a lot of time... :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.07.05 13:24:00 -
[406]
jEveAssets 1.5.0 Beta 3 (Tyrannis 1.0.1) released
New in 1.5.0: -Tools are now tabs in the main window -New Tool: Overview -Now use slf4J and log4j to log events and errors -New layout for the Account Manager -New layout for the Updating Dialog -Numerous bug fixes and minor changes
Changed from BETA 2: -Fixed the bug that made jEveAssets crash when filtering assets (before the overview tab was shown)
Known Issues: -The new gift ship (Primae) show up as !2863 (data issue, should be fixed with the next data export)
Notes: -Mac users upgrading from 1.3.0 (or earlier) need to move their settings manually: á Move the .jEveAssets directory from ~user/ it to ~user/Library/Preferences/ á Rename .jEveAssets to JEveAssets _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Droxlyn
Caldari
|
Posted - 2010.07.13 03:50:00 -
[407]
Is there anywhere that defines the differences between columns?
I don't understand the difference between "Price" and "Value" and "Reprocessed" and "Reprocessed Value"
Also, I'd like to do a filter comparing two columns ("Value < Reprocessed Value")
Thanks, Drox
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.07.13 13:31:00 -
[408]
@Droxlyn Price = Price (of a single item) Value = Price * Count (Value of the items in the row) Reprocessed = Value of minerals etc. when reprocessed. Reprocessed Value = Reprocessed * Count. I'm almost sure the column headers have a tooltip with this
You can compare two columns. The reason you missed this is properly because it only works for numeric columns. Do the following: 1) Right click in one of the columns you want to compare 2) Add Filter > Select [Greater/Less] then column 3) Select the other column in the last filter combobox The same can be accomplished by selecting a numeric column in the filter combobox.
I hope this explain what you needed. If not please feel free to ask your questions here again. :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Droxlyn
Caldari
|
Posted - 2010.07.13 17:08:00 -
[409]
Edited by: Droxlyn on 13/07/2010 17:09:29
Originally by: Golden Gnu Edited by: Golden Gnu on 13/07/2010 13:49:34
@Droxlyn Price = Price (of a single item) Value = Price * Count (Value of the items in the row) Reprocessed = Value of minerals etc. when reprocessed (of a single item). Reprocessed Value = Reprocessed * Count. I'm almost sure the column headers have a tooltip with this
You can compare two columns. The reason you missed this is properly because it only works for numeric columns. Do the following: 1) Right click in one of the columns you want to compare 2) Add Filter > Select [Greater/Less] then column 3) Select the other column in the last filter combobox The same can be accomplished by selecting a numeric column in the filter combobox.
I hope this explain what you needed. If not please feel free to ask your questions here again. :)
EDIT: spelling EDIT2: If you just want to check if you should reprocess items or not you can enable: Menu > Options > Options... > Tools > Assets > "Sell/Reprocess colors"
Thank you for your help!
I kept trying to right-click the column header since I wanted to manipulate their filtering, never tried right clicking a data cell.
I see no tool-tips on column headers nor data cells. I did read the read-me in hopes of finding column descriptions.
Edit: I want to do "Reprocessed Value" "Greater than" "[Value]" and filter to the red rows only.
Drox
|

Flaming Candle
|
Posted - 2010.07.14 09:28:00 -
[410]
Originally by: Droxlyn Edit: I want to do "Reprocessed Value" "Greater than" "[Value]" and filter to the red rows only.
That's fairly easy, add a filter (the top drop-downs on the main assets tab):
"And" "Reprocessed Value" "Greater than Column" "Value" or "And" "Reprocessed" "Greater than Column" "Price"
Change the columns from right to left as contents of the drop-downs changes based on the previously selected options.
|
|

Droxlyn
Caldari
|
Posted - 2010.07.14 19:10:00 -
[411]
Originally by: Flaming Candle
Originally by: Droxlyn Edit: I want to do "Reprocessed Value" "Greater than" "[Value]" and filter to the red rows only.
That's fairly easy, add a filter (the top drop-downs on the main assets tab):
"And" "Reprocessed Value" "Greater than Column" "Value" or "And" "Reprocessed" "Greater than Column" "Price"
Change the columns from right to left as contents of the drop-downs changes based on the previously selected options.
Yay, now I finally saw the items at the bottom of the list.
Can we have a custom field? I want to tag some items "Keeper", "Sell Loot", "Reproc Loot", "Other" so I can filter out my high-value items I actually use.
Drox
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.07.15 12:01:00 -
[412]
jEveAssets 1.5.0 (Tyrannis 1.0.1) released
New in 1.5.0: -Tools are now tabs in the main window -New Tool: Overview -Now use slf4J and log4j to log events and errors -New layout for the Account Manager -New layout for the Updating Dialog -Numerous bug fixes and minor changes
Notes: -Mac users upgrading from 1.3.0 (or earlier) need to move their settings manually: á Move the .jEveAssets directory from ~user/ it to ~user/Library/Preferences/ á Rename .jEveAssets to JEveAssets _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.07.18 13:37:00 -
[413]
@Droxlyn I've added label/tags to the issue list. It's not scheduled to be done in 1.6.0, but, lets see what happens... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Droxlyn
Caldari
|
Posted - 2010.07.19 22:25:00 -
[414]
The Market data fetch does not appear to be respecting my eveapi proxy settings.
Drox
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.07.20 11:39:00 -
[415]
@Droxlyn It's unclear to me what doesn't work.
Is it the API Proxy or the "real" proxy (HTTP/SOCKS)? The API Proxy is not designed to work with the price data from eve-metrics/eve-central. It only works with the Eve-Online API.
Could you please give me some more information?  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Cherie lynn
|
Posted - 2010.08.07 12:26:00 -
[416]
Dear sir,
ohh please please add a "NOT" function to the selection field. I'm sure it couldn't be too hard for you and it would help a bunch.
thanks for the great tool Cherie lynn |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.08.07 13:14:00 -
[417]
Edited by: Golden Gnu on 07/08/2010 13:14:42
@Cherie lynn I think that functionality is already there: Use "Does not equal" or "Does not contain", It's in the third ComboBox (where it says "Contains"). ...or am I reading your post wrong? 
Edited formating _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2010.08.07 16:27:00 -
[418]
Edited by: Vaerah Vahrokha on 07/08/2010 16:30:22
Originally by: Golden Gnu Edited by: Golden Gnu on 07/08/2010 13:14:42
@Cherie lynn I think that functionality is already there: Use "Does not equal" or "Does not contain", It's in the third ComboBox (where it says "Contains"). ...or am I reading your post wrong? 
Edited formating
It's for usability sake. I'll tell you more. If you happen to have certain advanced needs, you'd love to be able to type the logical conditions. To give the idea, it'd be like you made the conditions as SQL query and we could switch from your query builder to "raw SQL".
Why?
Because... try having a client who tells you: "my NAV for the bond? Simple! Just add all the minerals in Jita except megacyte, all the ships in <0.0 system> except those of character <name>, then all the POS structures in region a, b, and C but not the labs because I borrowed them..." and so on and on and oooooooooooooonnnn.
And to put the cherry on the pie: "ah, remember that only the market orders including only ships in systems A, B and C will be for the bond".
Edit: and I did not even include the guy who asked me to calculate "all the items of same category XYZ except (list of 10 things) in station A, then all the BPCs on character B but not character C when in station <name>
Anyone surprised auditing gets old after a while? - Auditing & consulting
When looking for investors, please read http://tinyurl.com/n5ys4h + http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.08.08 11:05:00 -
[419]
@Vaerah Vahrokha The thing is that we do not use a SQL database as backend, so entering "raw SQL" would be a major undertaking, as it would require everything SQL understand to be programmed in jEveAssets.
AFAIK it would be possible to do what you describe with jEveAssets. It take time yes, but, it's possible. One thing I would consider doing is create the ability to hide the filter fields, so you don't have to look at 10+ fields, would that help in any way?
I know this is not what you want to hear, but; export to CSV and import in a database, is really the only way to get true SQL support.
I'm sorry, to not be of more help  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Lost Hamster
Hamster Holding Corp
|
Posted - 2010.08.15 11:23:00 -
[420]
Bug: Every time when I do an update, and let's say just want to update the market orders. And I unselect the PRICEDATA, so it should NOT download it. It still download it. Can you change it that it's download just that information what I select?
Thanks 
|
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.08.16 09:01:00 -
[421]
@Lost Hamster It should already be fixed for next version :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

gulftobay
|
Posted - 2010.09.08 22:50:00 -
[422]
Looks like a great program.
I assume this requires the full API?
Thanks in advance..
|

Lucyna
Minmatar Interstellar Killer Bee Enterprises
|
Posted - 2010.09.08 22:55:00 -
[423]
For most of the functionallity, yes. You can't get things like orders, assets, structures in space, etc from a limited key. _________ Eve - for when I'm not playing minecraft ;) |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.09.09 08:19:00 -
[424]
@gulftobay ...As Lucyna so kindly said: Yes it needs a full API key.
There is no functionality with a limited API key, as the program doesn't accept them (the API key is validated before you can add it).
Thank you for your interest in jEveAssets :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Solana Dal'Annae
Silverleaf Industries
|
Posted - 2010.09.14 20:38:00 -
[425]
Edited by: Solana Dal''Annae on 14/09/2010 20:43:33 Edited by: Solana Dal''Annae on 14/09/2010 20:39:34 v1.5.0 of the app crashes under MacOS X 10.6.4 if you click to see the changelog from inside the application itself:
Quote:
ERROR [AWT-EventQueue-0] net.nikr.eve.jeveasset.NikrUncaughtExceptionHandler - Uncaught Exception (sun.awt.exception.handler):Please email jeveassets.log to [email protected] (See the readme.txt for details) java.lang.IllegalArgumentException: The file: /Applications/jEveAssets.app/Contents/Resources/Java/changelog.txt doesn't exist. at java.awt.Desktop.checkFileValidation(Desktop.java:191) at java.awt.Desktop.open(Desktop.java:252) at net.nikr.eve.jeveasset.Program.openFile(Program.java:392) at net.nikr.eve.jeveasset.Program.actionPerformed(Program.java:498) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242) at javax.swing.AbstractButton.doClick(AbstractButton.java:389) at com.apple.laf.ScreenMenuItem.actionPerformed(ScreenMenuItem.java:95) at java.awt.MenuItem.processActionEvent(MenuItem.java:627) at java.awt.MenuItem.processEvent(MenuItem.java:586) at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:317) at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:305) at java.awt.EventQueue.dispatchEvent(EventQueue.java:638) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:296) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Same thing happens if I click to read the Readme, License and Credits in the Help menu.
Inspecting the package shows no evidence of the referred files at the described location. I think they may have been macnapped. :(
Edit: I should also mention that the ".jeveassets" folder under ~user/ has been recreated, and the "jeveassets.log" file lives there.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.09.15 12:13:00 -
[426]
@Solana Dal'Annae On mac the application is in a single file. On windows/Linux it's in a folder. That is why it can't find the *.txt files. I'll talk it over with our mac guy, to find a solution.
I've just looked at the code and the jeveassets.log bug should be easy to fix...
It might be a while before we release a fixed version, though, as we are in the middle of a release cycle.
Thank you a million for reporting these bugs. I really appreciate it! :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Solana Dal'Annae
Silverleaf Industries
|
Posted - 2010.09.15 19:44:00 -
[427]
Originally by: Golden Gnu @Solana Dal'Annae On mac the application is in a single file. On windows/Linux it's in a folder. That is why it can't find the *.txt files. I'll talk it over with our mac guy, to find a solution.
I've just looked at the code and the jeveassets.log bug should be easy to fix...
It might be a while before we release a fixed version, though, as we are in the middle of a release cycle.
Thank you a million for reporting these bugs. I really appreciate it! :)
Now when I am actually awake I see where the txt-files really are. In the folder level above (duh):
/Applications/jEveAssets.app/Contents/Resources/Java/changelog.txt <--- location application looks in /Applications/jEveAssets.app/Contents/Resources/changelog.txt <--- actual place
The "jEveAssets.app" is the application you click on to start the program, it appears as a single file, but is actually a disguised folder/package. Sneaky Mac way of making things less cluttery.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.09.17 09:25:00 -
[428]
Edited by: Golden Gnu on 17/09/2010 09:26:57 @Solana Dal'Annae Thank you for the extra information, I've added the important parts to our issue tacker. I've contacted our mac guy and hope this will be fixed in the next version...
Here is a link to the issue: Issue 126 _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2010.09.17 10:28:00 -
[429]
I know it's very minor but could you please fix the typo in the menu (indicated in my previous post). For some reason I find it too much standing out in such a perfection of a program. - Auditing & consulting
When looking for investors, please read http://tinyurl.com/n5ys4h + http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.09.17 11:03:00 -
[430]
@Vaerah Vahrokha I'm almost sure it was fixed in 1.5.0? In 1.5.0 it's spelled "Profiles" - is that wrong as well? :Z _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2010.09.17 11:59:00 -
[431]
Originally by: Golden Gnu @Vaerah Vahrokha I'm almost sure it was fixed in 1.5.0? In 1.5.0 it's spelled "Profiles" - is that wrong as well? :Z
I am sorry, I looked at the older client on my laptop here instead of my Netbook or the home PCs. The others are updated, this one evidently was not. - Auditing & consulting
When looking for investors, please read http://tinyurl.com/n5ys4h + http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.09.17 13:36:00 -
[432]
Edited by: Golden Gnu on 17/09/2010 13:37:49
@Vaerah Vahrokha Good! You still have my thanks for reporting it. :) Bug reports is really what keep the program bug free'ish...
Edited Spelling _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Tonto Auri
Vhero' Multipurpose Corp
|
Posted - 2010.09.26 23:51:00 -
[433]
Hit a nasty bug, so for now i'm afraid to keep jEveAssets launched while playing EVE. From time to time, switchuing from EVE to jEveAssets makes screen and keyboard dead, and mouse freeze, which with delay, gets stuck too. Unfortunatelly, I don't have telnet access to the system from outside and unable to shoot down the likely cause of horror, the only way to "deal" with it to now was cold reset. If anyone have any clever idea of what's going on or where to bet more information, I'd gladly try it out and see if I can be of any help to the project. -- Thanks CCP for cu |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.09.27 09:18:00 -
[434]
@Tonto Auri That sure sounds bad. 
Did you try using the [win] key to minimize EVE before changing focus to jEveAssets? [alt]+[tab] will sometimes make jEveAssets try to paint on top of Eve - on my computer it crash Java. It only happens very very rarely and I have never been able to reproduce it repeatable...
IMHO it's a Java bug. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Tonto Auri
Vhero' Multipurpose Corp
|
Posted - 2010.09.28 00:49:00 -
[435]
Originally by: Golden Gnu @Tonto Auri That sure sounds bad. 
Did you try using the [win] key to minimize EVE before changing focus to jEveAssets? [alt]+[tab] will sometimes make jEveAssets try to paint on top of Eve - on my computer it crash Java. It only happens very very rarely and I have never been able to reproduce it repeatable...
IMHO it's a Java bug.
That should be it then. I'm not playing in fullscreen, I'm using a Virtual Window Manager to create a pile of desktops (actually a colon of 4 desktops each 2 monitors wide), and switching between them. Playing EVE on two last screens and the rest is holding multitude of different apps, from Opera and Far, to EFT, EVEMon, and further. Much easier than alttabbing, and I always have rough guess of applications running by their miniatures in VWM control.
When I switch from EVE to some clean desk then to jEveAssets, it works ok. When I switch from EVE directly to desk with jEveAssets, it often crash. Sadly it wasn't an issue until very recently. Tried to update Java, we'll see if it would change anything. -- Thanks CCP for cu |

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2010.09.28 07:16:00 -
[436]
Edited by: Vaerah Vahrokha on 28/09/2010 07:18:21 I am still using v 1.5.0 so please excuse me if this has been covered already.
The "new"-ish market orders window could be improved imho in 2 ways:
- Have the seller name show, so even when looking at all orders it's possible to eyeball who is selling more items. This is useful when having to choose what trade alts to audit with priority (other software won't let audit all the characters at once).
- Apply the whole main window mechanics to the other windows. It'd be way more consistent (atm it looks like "an appendage") to have every window following the same, flexible model of the assets window. I.e. it'd be embarassingly useful to query / sort the market orders and be therefore able to discern modules sales vs ships vs minerals. As of now, every audit I have to do, I have to copy the whole window to Excel and then use it to separate the various categories in order to construct a proper NAV and trading performance graph. - Auditing & consulting
When looking for investors, please read http://tinyurl.com/n5ys4h + http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.09.28 13:42:00 -
[437]
@Tonto Auri At least there is a workaround. Updating Java might help. Downgrading might be an option, as well...
I'm really sorry to not be of more help 
@Vaerah Vahrokha Improving the Market Orders and Industry Jobs Tools, is on the issue list for 1.7.0 I've improved the Ship Loadouts and Materials Tools for 1.6.0 (not released yet) The owner columns should be easy to add, I've added it to the issue for the 1.7.0 improvements.
I don't know if I'll be able to make it as good the Assets Tool, but, I'll try my best... It would require a lot of work, so lets see how it goes... Of course it should be the final goal...
Thank you for your ever great and interesting suggestions. Your continued support is really appreciated! :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2010.09.28 14:14:00 -
[438]
I should be the one thanking you for such a lot of work.
I am just sorry I don't have 100M to send you as tangible thank you more often since I am chronically poor . - Auditing & consulting
When looking for investors, please read http://tinyurl.com/n5ys4h + http://tinyurl.com/lrg4oz
|

Ender2006
Blue Republic
|
Posted - 2010.10.03 16:08:00 -
[439]
holy crap. didn't know the market orders section existed and already loved this program. Exactly what I was looking for (tough to keep track of fulfilled orders once you have 500-600 active) Have a problem with my .net I can't fix without an OS reinstall so unable to use all the other programs people recommend.
Will send a compliment as soon as I can :)
PS. Would love a way to wipe orders past a certain date though, etc and sorting by location seems a bit buggy. doesn't group them all together, tend to scatter clumps of them in general order
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.10.05 20:13:00 -
[440]
@Vaerah Vahrokha While donations are very welcome, just saying thank you or providing feedback and reporting bugs is also a good way to give something back IMHO. -You have provided all of the above, in plentiful quantities... 
@Ender2006 1) I have added Date Filter to the issue regarding Overhaul of the Market Orders tool
2) I think the sorting problem might be because you're sub sorting - AKA sorting more then one column at the time. Try double clicking on the Location Column, that should order by that column only... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Krarriak
Caldari Lobach Inc.
|
Posted - 2010.10.06 13:02:00 -
[441]
Hi Golden Gnu
I wanted to ask what you used to program your tool, as I wanted to try something with Java.
Cheers
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.10.06 13:40:00 -
[442]
@Krarriak I use NetBeans. If you are doing something with the API, you might want to try the EVEAPI library.
If you want to compile jEveAssets, please email me (the email is on my webpage), as It's a bit hard to work out by yourself.... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Krarriak
Caldari Lobach Inc.
|
Posted - 2010.10.06 14:57:00 -
[443]
@Golden Gnu: Thanks for the fast reply. One more thing, how did you to it with the database to store all the data? What did you use there and how did you set that up when you created the project?
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.10.06 15:34:00 -
[444]
Edited by: Golden Gnu on 06/10/2010 15:39:10 Edited by: Golden Gnu on 06/10/2010 15:35:47
@Krarriak We use a Java program to export the data from the database to XML files We then load the xml files into jEveAssets on startup...
You can have a look at it, if you like. It's release under the GNU GPL v2 (as jEveAssets) SVN: http://svn.candle.me.uk/nikr/creator/trunk/ (read-only access) ...It supports both MsSQL and MySQL.
There is a bit more information on the webpage (at the bottom "XML Creator for jEveAssets")
A fun little side story is that the it was first done in PHP and later re-written in Java (for performance)
EDIT: Of course I installed Microsoft SQL Server 2008 Express and imported the toolkit database, first ;) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

gigitrix
|
Posted - 2010.10.06 19:49:00 -
[445]
OMG! I just updated from the 1.3.0 version and discovered the "Overview" tool! I want to hug you dude, that feature is epic. Now I can set up courier contracts as soon as I accumulate enough junk in a system effortlessly!
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.10.06 20:52:00 -
[446]
@gigitrix I'm happy you like it. It was a user request, I only did the code... And that is why user suggestions are awesome!  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Clueless Alt
|
Posted - 2010.10.19 03:16:00 -
[447]
Hello, I just downloaded your app (I was using the eveduck one for age). It's pretty cool nice job. :) I miss two things : the reports in html and graph foor income/outcome. Is it possible in another iteration?
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.10.19 08:53:00 -
[448]
@Clueless Alt 1) IMHO html reports is not the way to go. I suggest you use Eve Assets Manager for that. It's a great program and as you have properly noticed jEveAssets is heavily inspired by it. :)
2) I don't understand what you mean by a income/outcome graph? If you could explain what it does, I'll see what I can do... :)
Thank you for your feedback. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Clueless Alt
|
Posted - 2010.10.19 09:47:00 -
[449]
Edited by: Clueless Alt on 19/10/2010 09:51:36 As I don't use them (the html report) often, the refreshing limit of the api for assets (24h) is not a real problem. I will do that.
As your app is really complete (and not just an asset browser), I'd love to have directly a graphical view of the wallet data, like :
I know I could use the csv export to excel/math to do that. ;)
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.10.19 13:53:00 -
[450]
@Clueless Alt Okay, I think I get it. Only, I'm not sure it fits in the scope of jEveAssets.
The goal has always been to do everything asset related (in the best possible way) - and nothing else; no POS builder, Skill training etc. Therefor we don't get data from the Wallet Journal and Wallet Transactions APIs. As it doesn't relate directly to assets. The reason we get Industry Jobs and Market Orders is that it's directly linked to assets (Aka Assets being sold/bought/produced/researched)
I think it would be more fitting to use one of the many wallet/trade applications for this, instead.
Sorry to not be of more help.  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Tusen Takk
Guy Fawkes Trust Fund 31ST Reliables Division
|
Posted - 2010.10.19 16:54:00 -
[451]
awesome programme, cheers to the OP
|

Clueless Alt
|
Posted - 2010.10.20 13:51:00 -
[452]
Too bad for me, but understandable. Keep up the good work. :)
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.10.22 10:00:00 -
[453]
@Tusen Takk Thank you :)
@Clueless Alt Thank you. I'm glad you understand why we can't implement your feature requests. Should you come up with other request, please post them here again. Some of the best features in jEveAssets, were suggested by our users. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.11.15 12:56:00 -
[454]
Edited by: Golden Gnu on 15/11/2010 12:57:04
jEveAssets 1.6.0 Beta 1 (Tyrannis 1.0.4) released
New Features: -Lookup locations and items on popular eve websites (from the table menu) -Material and Ship Loadout tools have been overhauled -Now compatible with the new 64bit inventory changes
Changed: -Better handling of the price data update -A lot of behind the scene changes
Bug Fixes: -jeveassets.log is in the wrong location (Mac only) -Packaged ships now have the correct volume
Notes: -Mac users upgrading from 1.3.0 (or earlier) need to move their settings manually: á Move the .jEveAssets directory from ~user/ it to ~user/Library/Preferences/ á Rename .jEveAssets to JEveAssets _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.11.16 14:14:00 -
[455]
Update: The mac build of jEveAssets 1.6.0 Beta 1 (Tyrannis 1.0.4) is now available. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Serious Masta
Caldari
|
Posted - 2010.11.22 10:11:00 -
[456]
Hey, this is a nice tool and i like it.
i have some wishes to the tool: .) display the buy/sell location (or is it always from jita?) .) better display of the higher market/reprocess value (the yellow is realy light) .) ommit ship fitting if possible with filter .) ommit ships with filter (my charon is the highest valuable thing, i know. but i do not want to sell it^^) .) implement a intuitive filter system (i need 10 filters to show only things of my 2 mission stations (2) without ships (1), ship fittings (6), a special container (1)! maybe something like "[container] [does not contain] "raven|apoc|cataly" to shorten things up) .) a report or a todo list from the selected items to used as "what i should do now with the unneeded loot? sell or reprocess". the list is good, but hard to use for this. .) add checkboxes to the items or the oportunity to delete things from the list / report to indicate as "sold / reprocessed".
thanks for the tool, i like it very much :)!
best regards
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.11.22 11:50:00 -
[457]
@Serious Masta 1) You can select the location etc. for the price data in Options > Options... > Price Data
2) Yes you're not the first with this complaint - I'll make the yellow a bit darker I've added it to our issue tracker. Also, see #6
3) You can use: [Flag] [Does not contain] slot [Flag] [Does not contain] bay [Flag] [Does not contain] cargo Alternative: [Flag] [Equals] Hangar
4) You can use: [Category] [Does not equal] Ship
5) Not going to happen anytime soon, it's simply to much work... One solution would be the be able to hide the filter panel, would that work for you?
6) Take a look at Options > Options... > Tools > Assets > Sell/Reprocess colors
7) Sooner or later we are going to implement labels (like Google mail). I think that would fit your needs...
Thank you very much for your feedback, I hope my answers will do. Feel free to argue my points... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Una Tine
|
Posted - 2010.11.23 03:44:00 -
[458]
Excellent program!
But some feature request :) In Tools->Materials, under Summary section, print summary for materials without duplicates.
For example. If i have Tritanium at several station and at several accounts, in summary section will be one postions for Tritanium with sum of all my Tritanium :)
|

Serious Masta
Caldari
|
Posted - 2010.11.23 08:25:00 -
[459]
Edited by: Serious Masta on 23/11/2010 08:29:57
Originally by: Golden Gnu @Serious Masta 1) You can select the location etc. for the price data in Options > Options... > Price Data
2) Yes you're not the first with this complaint - I'll make the yellow a bit darker I've added it to our issue tracker. Also, see #6
3) You can use: [Flag] [Does not contain] slot [Flag] [Does not contain] bay [Flag] [Does not contain] cargo Alternative: [Flag] [Equals] Hangar
4) You can use: [Category] [Does not equal] Ship
5) Not going to happen anytime soon, it's simply to much work... One solution would be the be able to hide the filter panel, would that work for you?
6) Take a look at Options > Options... > Tools > Assets > Sell/Reprocess colors
7) Sooner or later we are going to implement labels (like Google mail). I think that would fit your needs...
Thank you very much for your feedback, I hope my answers will do. Feel free to argue my points...
ok, my filter count changed to 7 :) hiding the filter area would be very nice and would help to clean up the screen. the green / red row color is perfect for my needs :)
thank you!
/edit: .) a filter for sell / reporcess would be nice .) enable "apply filters" for the values report
thanks!
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.11.23 10:33:00 -
[460]
@Una Tine Thank you...
If the summary contains duplicates, it's a bug. However the Materials tool have been updated a lot in the latest beta. Could I convince you to give 1.6.0 beta 1 a try? To confirm/deny that the bug is still there...
@Serious Masta 1) If you want to show only stuff that should be reprocessed you can use: [Reprocessed] [Greater then column] [Price] Note: [Greater then column] only appear when a numeric column is selected in the combobox
2) IMHO, the value tool is just there for fun. It has no real use or am I wrong? _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Serious Masta
Caldari
|
Posted - 2010.11.23 11:24:00 -
[461]
Originally by: Golden Gnu
@Serious Masta 1) If you want to show only stuff that should be reprocessed you can use: [Reprocessed] [Greater then column] [Price] Note: [Greater then column] only appear when a numeric column is selected in the combobox
2) IMHO, the value tool is just there for fun. It has no real use or am I wrong?
1: thanks for the hint. can it be that the Price is taken from the data dump and has nothing to do what the price in jita? price for "41F Veiled Targeting Unit" is 10.125 isk but buy max is 250 isk...? this will affect also the coloring red/green and lead to a false decision.
2: the total value shows me whats the full value of my loot :) and this can only be archived if the filters are applied... or do i understand the function of the values panel wrong?
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.11.23 13:03:00 -
[462]
@Serious Masta 1) the price data is from eve-central.com (or eve-metrics.com). As I said before you can change the price settings in: Options > Options... > Price Data You can change the default price and the region used everywhere in jEveAssets.
Price data is only as accurate as the data upload to eve-central.com... It's not 100% accurate all the time...
Also, I just checked the code, jEveAssets will never use the Base Price as Price... It's only used in the Base Price column
2) You should use the statusbar for that (bellow the asset table). It will show total value/average value/item count/total volume of the shown assets. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Serious Masta
Caldari
|
Posted - 2010.11.23 14:15:00 -
[463]
Originally by: Golden Gnu @Serious Masta 1) the price data is from eve-central.com (or eve-metrics.com). As I said before you can change the price settings in: Options > Options... > Price Data You can change the default price and the region used everywhere in jEveAssets.
Price data is only as accurate as the data upload to eve-central.com... It's not 100% accurate all the time...
Also, I just checked the code, jEveAssets will never use the Base Price as Price... It's only used in the Base Price column
2) You should use the statusbar for that (bellow the asset table). It will show total value/average value/item count/total volume of the shown assets.
alright, thanks!
|

Una Tine
|
Posted - 2010.11.24 04:25:00 -
[464]
@Golden Gnu Check 1.6.0 Beta 1 Same bug with duplicates in "Mineral" and "Salvaged Materials" sections.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.11.24 11:20:00 -
[465]
@Serious Masta you're welcome :)
@Una Tine Thank you very much for testing that for me... I'll research it today and see if I can duplicate your result... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.11.24 21:09:00 -
[466]
Edited by: Golden Gnu on 24/11/2010 21:09:14
jEveAssets 1.6.1 (Tyrannis 1.0.4) released
New Features: -Lookup locations and items on popular eve websites (from the table menu) -Material and Ship Loadout tools have been overhauled -Now compatible with the new 64bit inventory changes
Changed: -Better handling of the price data update -A lot of behind the scene changes
Bug Fixes: -jeveassets.log is in the wrong location (Mac only) -Packaged ships now have the correct volume -Materials tool contained duplicates in the summary
Notes: -Mac users upgrading from 1.3.0 (or earlier) need to move their settings manually: á Move the .jEveAssets directory from ~user/ it to ~user/Library/Preferences/ á Rename .jEveAssets to JEveAssets _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.11.25 15:30:00 -
[467]
jEveAssets 1.6.2 (Tyrannis 1.0.4) released
Bug Fixes: -MaterialsTab: All corporation materials was ignored
Notes: -Mac users upgrading from 1.3.0 (or earlier) need to move their settings manually: á Move the .jEveAssets directory from ~user/ it to ~user/Library/Preferences/ á Rename .jEveAssets to JEveAssets
I apologize for the rapid succeeding releases. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2010.11.26 20:59:00 -
[468]
I have an issue (sorry in case 1000 others reported it already).
I have negative values of several billions both as corp assets which in turn makes negative the Corp total.
- Auditing & consulting
When looking for investors, please read http://tinyurl.com/n5ys4h + http://tinyurl.com/lrg4oz
|

Dibsi Dei
Salamyhkaisten kilta
|
Posted - 2010.11.26 21:16:00 -
[469]
Damn, with the fake buy orders setting prices from buy max doesnt work anymore. What do you guys think is the best price data to use?
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.11.27 10:33:00 -
[470]
@Vaerah Vahrokha Could you confirm/deny that you have assets with a negative price? It could be an issue with the price data.
@Dibsi Dei Personally I use Midpoint, but that rely on buy max, as well. If the price data from eve-central is bad, you could try eve-metrics, instead... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Dibsi Dei
Salamyhkaisten kilta
|
Posted - 2010.11.27 11:28:00 -
[471]
Eve-central is fine i think but i mean the actual fake buy orders using margin trading.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.11.27 11:53:00 -
[472]
@Dibsi Dei Well the price will always be approximates. The only way to make it more accurate, is to upload data to eve-central yourself or set the price manually in jEveAssets. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2010.11.27 23:34:00 -
[473]
Edited by: Vaerah Vahrokha on 27/11/2010 23:34:26
Originally by: Golden Gnu @Vaerah Vahrokha Could you confirm/deny that you have assets with a negative price? It could be an issue with the price data.
Yes
Picture of negative value assets - Auditing & consulting
When looking for investors, please read http://tinyurl.com/n5ys4h + http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.11.28 14:50:00 -
[474]
@Vaerah Vahrokha Thank you. The screenshot says it all... I don't know how it got a negative count, but, I'll try to find out ASAP.
If it's a bug, we will release a bug fix release, as soon as the bug is found and fixed...
Thank you for reporting it! :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.11.30 16:36:00 -
[475]
@Vaerah Vahrokha
Originally by: Patch Notes for Incursion 1.0.0 EVE API: Quantities of -1 will no longer show up for unstacked items.
AKA not an jEveAssets bug :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Mr M
|
Posted - 2010.12.01 04:47:00 -
[476]
Nice!
Eve Tribune|EVEgeek|Firebrand Radio |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.12.01 09:42:00 -
[477]
@Mr M Thank you :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.12.08 10:19:00 -
[478]
jEveAssets 1.6.2 (Incursion 1.0.0) released
Changed: -Updated with the Incursion 1.0.0 data _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.12.16 11:59:00 -
[479]
jEveAssets 1.6.3 (Incursion 1.0.1) released
Bug Fixes: -Better handling of price data updates.
Changed: -Updated the static data to Incursion 1.0.1.37657 _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Quasel
Amarr Seraphin Technologies
|
Posted - 2010.12.30 13:34:00 -
[480]
Edited by: Quasel on 30/12/2010 13:36:22 Hi great tool well done i love it :D
Some Questions:
1) is ist possible to add antoher tab wich shows all items not only my assets ? 2) for reprocessing is it possible to set my own mineral prices ?
greetings Quasel - - - like a little ant :D |
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2010.12.30 14:30:00 -
[481]
@Quasel Thank you for your kind words
1) Yes it's possible. It's even on the issue list, but, not planed to be done yet...
2) Yes, but you must own at least one of each mineral: then use the usual way of setting price for assets: - Right click on the asset (in the assets tab) - Select [Edit] > [Price...] - Set your own price - Press OK _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Quasel
Amarr Seraphin Technologies
|
Posted - 2010.12.30 15:48:00 -
[482]
oh fine so the second point is easy :P
wouldnt be the first point very easy to implement ? simple show all :P it would be a wonderfull tool - and combinde with your filters and the export function from assest it would be very usefull - we would donat some isk ;) if this motviates you :P - - - like a little ant :D |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.01.01 12:31:00 -
[483]
@Quasel Yes, it's a lot of work to do an item browser, but, I'll add your request to the issue list. We might be able to do it at some point.
The roadmap for 1.7.0 is to improve the industry jobs and market orders tools, to hopefully work like the assets tool. If we do that, an item browser with the filter feature would be simpler to do. So, don't despair yet ;)
tl:dr Might be done for 1.8.0 _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Sarina Berghil
Minmatar New Zion Judge Advocate Multiple Sargasm
|
Posted - 2011.01.02 13:33:00 -
[484]
Great tool, the simplicity is what makes it really good.
One thing I personally miss is a way to merge rows, then show a sum of selected columns.
One obvious use would be to show all items of the same type as one row. I imagine an interface similar to the filter could be used.
I was thinking of an interface like this:
Merge rows where: [typeid] [Equals] 34 [Show] [Name] [Sum] [Value] [Sum] [Count] [Show] [Owner]
A table like:
Name Value Count Owner ------------------------- Tritanium 200 100 Jim Tritanium 400 200 Jim Tritanium 100 50 Jim Tritanium 2 1 Jim Tritanium 200 100 Joe
Would turn into:
Name Value Count Owner ------------------------- Tritanium 702 351 Jim Tritanium 200 100 Joe
Basically some kind of simple database join.
Reports like the built in Overview or Materials tools, could almost be custom built like this.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.01.03 11:31:00 -
[485]
@Sarina Berghil Thank you! :)
I like your idea. I've added it to the issue list.
I can't give a ETA. But, I don't think it will be in 1.7.0. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Theraxox
|
Posted - 2011.01.03 18:12:00 -
[486]
hello,
a mac build of "jEveAssets 1.6.3 (Incursion 1.0.1)" would be awesome :)
thanks in advance
-thera
|

Wyke Mossari
Gallente Staner Industries
|
Posted - 2011.01.03 19:24:00 -
[487]
Edited by: Wyke Mossari on 03/01/2011 19:24:29 If you are looking for an idea for enhancements, particularly something that is poorly supported in other tools. How about a simple Trading, profit and loss account.
1) Open accounting period, record stock valuation as Opening Stock. 2) Close accounting period, record stock valuation as Closing Stock. 3) Show Trading, Profit and loss account
Opening Stock + Purchases - Closing Stock = Gross Trading Profit.
Gross Profit - Expenses, = Net Profit
It's quite crude as a T,P&L account, but is useful as a first pass.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.01.03 19:57:00 -
[488]
@Theraxox I agree. But, our mac guru has quit eve and none in the dev team owns a mac  You can, however, just download the windows/linux build... It still have all the mac code, just no dmg file...
@Wyke Mossari A lot of trading feature request have been made before and my answer has always been: No. It's out of the scoop of jEveAssets. I want to do everthing asset related, in the best possible way, and nothing else. No jEveEveryThing. I hope you understand my viewpoint.
That said, small steps have been taken to implement plug-ins, so maybe sometime in the future it will be possible. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Sarina Berghil
Minmatar New Zion Judge Advocate Multiple Sargasm
|
Posted - 2011.01.04 08:57:00 -
[489]
I have a few ideas which I think is a lot faster to implement than my first one, and which I think could be handy.
- A filter on/off button. At each line of filters simply having a button turning the filter on and off, without the need for editing the filter or removing it. I think this would be very practical for on the fly editing of filters.
- Grouping filters by name. With the functionality of saving a filter with a name, the next logical step would be to simply show the whole filter as one line with the saved name. Another small UI mockup to visualize the idea:
Using filter: Cruisers [Change] [Expand] [-] [And] [Container] [Equals] Office #xxxxxxxx [-]
The first line shows that a saved filter called "Cruisers" is applied. The second line is just a normal filter added using the existing interface. The expand button would show the filter normally with the functionality of editing it. It might make sense if the Expand button would show the filter lines indented below while retaining the line with the name:
Using filter: Cruisers [Change] [Expand] [-] [And] [Group] [Equals] Cruiser [-] [Or] [Group] [Equals] Strategic Cruiser [-] [Or] [Group] [Equals] Heavy Assault Ship [-] [And] [Container] [Equals] Office #xxxxxxxx [-]
I think this is merely a graphical change without the need to change the engine.
A more complicated addition could then be to be able to use several named filters at once. But now the implementation could start making your head spin. XD
|

Theraxox
|
Posted - 2011.01.04 09:03:00 -
[490]
Originally by: Golden Gnu @Theraxox I agree. But, our mac guru has quit eve and none in the dev team owns a mac  You can, however, just download the windows/linux build... It still have all the mac code, just no dmg file...
yeah i know, i just wanted the dmg file :)
i will create you a dmg file. but i do have a problem with snow leopard and the latest version.
when i add a new account and after adding api user/key i get a window with: Account valid Tip: to get the new account data select: Menu > Update > Update Press OK to Import
i have no OK button :)
-thera
|
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.01.05 10:55:00 -
[491]
@Sarina Berghil 1) Filter On/Off: I can see how this would be usable. I've added it to the issue list
2) Saved Filters: I already plan to be make the filters hideable. I could also add a merge function in the filter manager. It's not as elegant as your solution, but, I think it accomplice the same, with less work ;)
Thank you for your feature suggestions.
@Theraxox Could you take a screenshot of the dialog, please. I think it's a GUI problem, so I have to see how it looks... Also, thank you for reporting it :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Theraxox
|
Posted - 2011.01.05 18:15:00 -
[492]
here is the screenshot.
thanks for looking into this issue
-thera
|

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2011.01.05 23:37:00 -
[493]
Any hope to see the new pricing site added? EvE Metrics is dead and EvE Central is FUBAR and I have 4 pending works. - Auditing & consulting
When looking for investors, please read http://tinyurl.com/n5ys4h + http://tinyurl.com/lrg4oz
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.01.06 11:04:00 -
[494]
@Theraxox Thank you! :) I'll fix it ASAP, and release an bug fix release
@Vaerah Vahrokha Do you mean eve-marketdata.com? I'll see what I can do... :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Hel O'Ween
Men On A Mission
|
Posted - 2011.01.06 12:15:00 -
[495]
Originally by: Golden Gnu @Theraxox
@Vaerah Vahrokha Do you mean eve-marketdata.com? I'll see what I can do... :)
Thankfully EVE Marketdata mimics the API of Eve Metrics, which makes implementation very easy - you only need to change the domain in your query, the query itself can remain untoched. -- EVEWalletAware - an offline wallet manager |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.01.06 12:56:00 -
[496]
@Hel O'Ween That's nice! I think we can add that in the bug fix release...
_________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

XenosisReaper
Rising Ashes Inc. Important Internet Spaceship League
|
Posted - 2011.01.20 11:54:00 -
[497]
Having an issue running the .jar file. I downloaded the latest release and extracted it to My Documents, when I run the .jar file it loads up to "Loading Data" and then crashes. I have Java 6.2 and everything else on my PC is up to date, Running Windows 7
|

Dibsi Dei
Salamyhkaisten kilta
|
Posted - 2011.01.20 18:06:00 -
[498]
Any ideas how to create a filter for checking which stations have the most value in them? Or is that even possible
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.01.20 18:06:00 -
[499]
@XenosisReaper Please send the log file to my email (It's in the readme.txt and on the webpage).
The log file should be located at: C:\Users\[USERNAME]\.jeveassets\jeveassets.log
1) Press [WIN] + [R] 2) Enter: %USERPROFILE%\.jeveassets 3) Press [ENTER] _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.01.20 18:09:00 -
[500]
@Dibsi Dei Use the overview tool? It has a value column... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Dibsi Dei
Salamyhkaisten kilta
|
Posted - 2011.01.20 18:38:00 -
[501]
motherofgod.jpg
|

Dibsi Dei
Salamyhkaisten kilta
|
Posted - 2011.01.20 19:04:00 -
[502]
jEveassets crashes when I try to order industry jobs by state
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.01.20 19:49:00 -
[503]
@Dibsi Dei Thank you for the bug report, I can reproduce it... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Flaming Candle
|
Posted - 2011.01.28 11:32:00 -
[504]
In relation to the devblog The api is going HTTPS; until we manage to release a version of jeveassets with https as the default URL, you can use the API Proxy functionality to use the HTTPS API server. To do this:
1) on the toolbar, open the 'options' menu. 2) find and click the 'options' item. 3) the penultimate item on the left side is labelled 'Proxy', click it. 4) check the box marked 'Enable API Proxy' 5) In the 'Api Proxy Address', enter 'https://api.eveonline.com' 6) update as usual and the application will be using the HTTPS protocol.
|

Companion Qube
|
Posted - 2011.01.31 12:37:00 -
[505]
I found one very minor bug - sorting by meta doesn't sort meta > 10 items properly. Descending sort yields: 10 > 11 > 12 > 13 > 9 > 8 > 7 ....
I have a small feature request too - would it be possible to implement a shorthand notation when entering prices? If something is worth 330m it would be nice to type 330m into the value box instead of 330 000 000 - same goes for 3b or 225k. With large amounts of 0's it's easy to miss a digit or add 1 too many.
|

GyokZoli
Caldari
|
Posted - 2011.01.31 15:51:00 -
[506]
The program freezes upon loading the GUI.
Here is the log:
C:\Zoli\jEveAssets>java -jar jeveassets.jar INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.Program (Program.java:137) - Sta rting jEveAssets 1.6.3 INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.Program (Program.java:145) - DAT A Loading... INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.local.ItemsReader (ItemsReade r.java:52) - Items loaded INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.local.LocationsReader (Locati onsReader.java:51) - Locations loaded INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.local.JumpsReader (JumpsReade r.java:53) - Jumps loaded INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.local.FlagsReader (FlagsReade r.java:51) - Flags loaded INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.local.ConquerableStationsRead er (ConquerableStationsReader.java:46) - Conquerable stations not loaded INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.local.update.Update (Update.j ava:106) - No settings.xml file found - nothing to update INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.local.SettingsReader (Setting sReader.java:66) - Settings not loaded INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.local.ProfileReader (ProfileR eader.java:71) - No default profile found: Using default settings) INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.data.Settings (Settings.java:303 ) - Loading profile: Default INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.local.AssetsReader (AssetsRea der.java:54) - Assets not loaded INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.online.PriceDataGetter (Price DataGetter.java:96) - Price data loading: INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.online.PriceDataGetter (Price DataGetter.java:154) - Failed to update price data INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.Program (Program.java:157) - GUI Loading: INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.Program (Program.java:158) - Loa ding: Main Window INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.Program (Program.java:162) - Loa ding: Assets Tab INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.gui.frame.MainWindow (MainWindow .java:119) - Opening tab: Assets
After that point nothing happens.
I have Windows XP 32 bit.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.02.01 11:18:00 -
[507]
@Companion Qube Thank you for your bug report! I'll try to fix it ASAP.
I've added your feature request to the issue list
@GyokZoli I'm unable to reproduce it locally 
I would suggest: 1) Delete to user directory: C:\Documents and Settings\[USERNAME]\.jeveassets\ 2) Update Java to the latest version ...other then that I'm clueless  _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Companion Qube
|
Posted - 2011.02.03 01:56:00 -
[508]
I have another feature request, sorry to pile them on all at once 
I've been using the overview feature a bit, it's really handy. I'd like to be able to highlight stations with (arbitrary) more than, say, 20m in assets then put just those stations into the route planner.
I can't quite do this with the current route planner, the best I can do at the moment is sort assets (individual stacks) by value and work with that. But if you're doing a big haul in a freighter to pick up things you care less about the value of each stack and more about the value of everything at that station 
By the way, thanks a lot for the overview feature - I used to export everything from EWA into excel and use pivot tables to do exactly the same thing, the overview saves a lot of time.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.02.03 14:14:00 -
[509]
@Companion Qube Thank you for your feature requests. I appreciate you continued support... :)
I've added it to the issue list _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Spider Silva
|
Posted - 2011.02.03 16:57:00 -
[510]
jeve crashes when I load it, I have tried to delete log from users as you pointed out above, but still no good:/
INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.Program - Starting jEveAssets 1.6.3 INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.Program - DATA Loading... INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.local.ItemsReader - Items loaded INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.local.LocationsReader - Locations loaded INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.local.JumpsReader - Jumps loaded INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.local.FlagsReader - Flags loaded INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.local.ConquerableStationsReader - Conquerable stations loaded INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.local.update.Update - Data files are out of date, updating. INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.local.update.updates.Update1To2 - Performing update from v1 to v2 INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.local.update.updates.Update1To2 - - modifies files: INFO [AWT-EventQueue-0] net.nikr.eve.jeveasset.io.local.update.updates.Update1To2 - - settings.xml ERROR [AWT-EventQueue-0] net.nikr.eve.jeveasset.NikrUncaughtExceptionHandler - Uncaught Exception (sun.awt.exception.handler):Please email jeveassets.log to [email protected] (See the readme.txt for details) java.lang.NullPointerException at net.nikr.eve.jeveasset.io.local.update.updates.Update1To2.convertDefaultPriceModes(Update1To2.java:107) at net.nikr.eve.jeveasset.io.local.update.updates.Update1To2.performUpdate(Update1To2.java:71) at net.nikr.eve.jeveasset.io.local.update.Update.performUpdates(Update.java:114) at net.nikr.eve.jeveasset.io.local.SettingsReader.load(SettingsReader.java:61) at net.nikr.eve.jeveasset.data.Settings.loadSettings(Settings.java:295) at net.nikr.eve.jeveasset.data.Settings.<init>(Settings.java:263) at net.nikr.eve.jeveasset.Program.<init>(Program.java:146) at net.nikr.eve.jeveasset.Main.<init>(Main.java:50) at net.nikr.eve.jeveasset.Main.createAndShowGUI(Main.java:134) at net.nikr.eve.jeveasset.Main.access$000(Main.java:35) at net.nikr.eve.jeveasset.Main$1.run(Main.java:119) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
|
|

Nolana Kane
|
Posted - 2011.02.03 23:03:00 -
[511]
Originally by: Golden Gnu @Theraxox I agree. But, our mac guru has quit eve and none in the dev team owns a mac  You can, however, just download the windows/linux build... It still have all the mac code, just no dmg file...
@Theraxox I'm back and just packaged the latest jEveAssets for the mac and sent it to Golden Gnu.
EvE is like diet coke. I manage to do without for a couple weeks, but I can't get rid of the habit. 
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.02.05 14:10:00 -
[512]
@Spider Silva You should delete the profile directory in .jeveassets\ I'll look into the error ASAP Thank you for your bug report :)
@Nolana Kane \o/ _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.02.20 16:05:00 -
[513]
jEveAssets 1.6.4 (Incursion 1.1.0) released
Bug Fixes: -Fixed missing buttons in the import dialog (Mac Only) -Fixed crash bug in the Industry Jobs tool (When sorting by Activity or Status) -Fixed meta column sorting -Fixed bug that made upgrading from very early version impossible
Changed: -Removed Eve-Metrics and Added Eve-Marketdata -Updated static data to Incursion 1.1.0.37959 -Now use EVEAPI 3.0.0 (https!) -Made the yellow cell background darker _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Ardanon
|
Posted - 2011.02.20 21:22:00 -
[514]
Hello, and thanks for creating and maintaining this awesome tool. However, how come you can't edit the price of BPCs? It's quite annoying to have to flag faction bpcs as originals just to be able to edit their price.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.02.21 00:05:00 -
[515]
@Ardanon For technical reasons: The price you set is identified by the typeID of the blueprint. BPO and BPC have the same typeID.
It's possible to fix. but, it takes time and effort.
I hope that answer you question... I've added your request to the issue list
Thank you very much for your feedback :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Ardanon
|
Posted - 2011.02.21 00:48:00 -
[516]
Maybe set it to only accept prices for faction bpcs (since they have no BPO counterparts) quite an ugly solution though.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.02.21 19:54:00 -
[517]
NOTE: the 1.6.4 file for mac os x, might have been corrupted. A new version 1.6.4a is available on the homepage and on google code
@Ardanon It will be fixed properly soonÖ
_________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Divus Bene
|
Posted - 2011.02.25 21:00:00 -
[518]
The GUI is all kinds of messed up for. It's constantly ghosting on top of itself and doesn't update properly. Whenever I open a menu, then close it or open something else, there is still part of it. :\
|

TalonClark
|
Posted - 2011.02.26 22:07:00 -
[519]
Edited by: TalonClark on 26/02/2011 22:15:04 Tried this because i was curious.
Well, it works when i start it the first time. I load the characters (api) and it shows me my items/wallet (prices didnt work, server down or other problems). I close it and thats it.
When i try to start it for a 2nd time, meaning it would have to load the data from the characters (the file it puts on C:), it doesnt work. After i delete the settings file on C: it starts again.
Strange behaviour
EDIT: its also quite bug ridden, for example: when updating it asks me what categories (assets, market orders, price). Even if i unselect price, it still tries to update it. Seems you still have some work to do here.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.02.27 16:12:00 -
[520]
@Divus Bene That sure sounds bad. I would suggest re-installing java...
@TalonClark It will always get the price data for items that do not have a price, no matter if you select it or not... You could try to change the price source and see if that helps... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Jensius Duo
Zor Industries Pandemic Legion
|
Posted - 2011.03.14 21:52:00 -
[521]
Nice tool, cheers!
There is a xml with faction prices over at http://prices.c0rporation.com/ btw.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.03.15 10:25:00 -
[522]
@Jensius Duo Thank you... :)
I've added an issue with your suggestion. Thank you for the tip. I hope I'll be able to code it soonÖ _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Chick'n Nugget
|
Posted - 2011.03.15 22:41:00 -
[523]
First of all, great app. It has really helped me a lot.
However, there was one thing I was trying to figure out. It may be useless data, but I like to know my ratio between isk-to-cover and what I have in escrow. However, I can't seem to find either the total amount of buy orders I have out or the "isk to cover" amount anywhere. Is it available?
Sorry if it is obvious, sometimes I fail at finding things.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.03.16 00:56:00 -
[524]
Edited by: Golden Gnu on 16/03/2011 01:01:01
@Chick'n Nugget You're welcome :)
I don't know what isk-to-cover is (English is not my first language) Escrows can be found in the values tool: 1) Select "Tools" from the menu 2) Click "Values" 3) ??? 4) Escrows _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Chick'n Nugget
|
Posted - 2011.03.16 14:39:00 -
[525]
Edited by: Chick''n Nugget on 16/03/2011 14:40:06 Golden Gnu,
Again, thanks for the program and the quick response.
Let me try to explain what I am talking about.
If you are a new character and you place a buy order you have to put ALL of the isk needed to cover the buy order in escrow. If you train the skill "Margin Trading" you only have to put part of the isk required to cover the buy order in escrow. The isk not put into escrow is what I am calling "isk to cover."
A number example. I place a buy order for 10 inertia stabilizers at 100 isk each. Without my any margin trading, I have to put 1000 isk into escrow. With margin trading I may only have to put 800 isk into escrow.
So I would have 800 isk in escrow and 200 "isk-to-cover" and my total buy order is 1000 isk. As far as I know, you only show the isk in escrow, 800 isk. It is the only actual isk one has, so this makes some sense, but ideally I would like at least 1 of the other two numbers (you can always compute the third).
Does that make any more sense?
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.03.16 18:18:00 -
[526]
@Chick'n Nugget Thank you for explaining it to me... :) I don't know if it's possible to calculate it just from the data the API gives. But, I'll look into it... soonÖ |

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2011.03.21 11:26:00 -
[527]
I got a little but nasty issue.
Since the last Jave Runtime patch, JEveAssets sometimes crashes after being idle for 5-10 minutes.
Now, this would not bother me that much if JEveAssets would commit XML writes on disk once it finished downloading API content + prices.
As of now, everytime it crashes, the API timers are spent and so is EvE Central next update, so I basically have to wait till tomorrow to try again.
Is it possible to add this thing? I have no idea on Java, in C++ it was 1 line of code.
Auditing | Research | 3rd Party | Collateral Holding | EvE RL Charity |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.03.21 14:38:00 -
[528]
@Vaerah Vahrokha Yes it is possible, to save the data right after updating... (in just one line of code) See Issue 143
I guess you're getting this bug? _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Resender
|
Posted - 2011.03.30 08:24:00 -
[529]
I downloaded this yesterday, and tested it. Was very handy for my own database projects, I no longer have to log in to get the inventory of my ore.
However when I checked this morning I noticed there had been no update on the assets,they remained the same as yesterday. Despite the fact that they had changed
|

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2011.03.30 09:20:00 -
[530]
Originally by: Golden Gnu Edited by: Golden Gnu on 21/03/2011 14:51:28 @Vaerah Vahrokha Yes it is possible, to save the data right after updating... (in just one line of code) See Issue 143
I guess you're getting this bug?
EDIT I should note, that the Price Data, is already saved after updating
Quote:
I guess you're getting this bug?
The Sun website says: "bug not found".
Quote: I should note, that the Price Data, is already saved after updating
Possible. But I have had quirks when the downloaded price data rows do not conform with the items downloaded prior to the crash.
Auditing | Research | 3rd Party | Collateral Holding | EvE RL Charity |
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.03.31 10:16:00 -
[531]
@Resender The data from the API is only updated on request: Menu > Update > Update... > Select what to update and press [update]
Assets can be updated once a day...
If you use other programs that queue the assets API, you might get a chased result... If that is the case you should use an EVE Proxy: Options > Options... > Proxy > check [Enable Eve Proxy] > Enter your eve Proxy... more information on eve proxy
@Vaerah Vahrokha I don't know why sun removed the bug report...  Anyway, the settings will be saved after updating from the next release _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Zenislav Cervar
Caldari Bureau of Interstellar Exploration
|
Posted - 2011.04.01 11:19:00 -
[532]
Hey Golden Gnu
Just downloaded your program and have few questions / in need of info. As newbie to EvE (only 2 months in game with main) id like to use your program to sell all loot i recive from missioning in Jita. So that easy i can spot what items i can reprocess and what items to place on sell without loose of ISK. So my questions are this.
1) Do i need to set in settings my Refining and other skills that influence reprocessing % or by default your program counts it as reprocess with 0% waste in station assets are. 2) When looking at items prices (Sell min, Buy max, etc) does program take best values from region market assets are in or just from station. 2a) Could i set so that program takes prices only from station assets are inside like Jita? 2b) How accurate are this prices? When i hit "update" it will get status of characters assets but will it also get fresh market price list for example from EvE central or how that works exactly? Do i need to set in settings for program to get price market info from somewhere? 3) When just looking to get info about should i reprocess item, simply sell it or place sell order, at what info should i look in your program?
I know this are quite a question but would love at least some answer to them. And yes it will probably look to you like "oh god this guy doesn't know basics" but im still learning so : )
Thanks in advance
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.04.01 17:32:00 -
[533]
@Zenislav Cervar 1) Yes You should update your skills to be accurate... Default are waste with all skills at level 0 (zero) and 50% station equipment. see reprocessing...
2) Yes, it's region prices (The region set in the options dialog AKA not the region the asset are in)
2a) No, not ATM. It is possible to get price for systems only, with eve-central.com, but, it's not supported in jEveAssets yet...
2b) As good as the price that are uploaded to the price source (eve-central.com or eve-marketdata.com). So: it's estimates...
3) Options > Options... > Assets > Enable "Sell/Reprocess colors" - That should make it easier. But, do please remember price data is not always correct.
I hope that answer your questions, if not, please feel free to ask again. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Zenislav Cervar
Caldari Bureau of Interstellar Exploration
|
Posted - 2011.04.01 20:28:00 -
[534]
Yes that answers my question. Thanks a lot mate on your replay.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.05.15 13:05:00 -
[535]
jEveAssets 1.7.0 (Incursion 1.4.2) released
New Features: -Hide Filters -AssetFilter On/Off -Overview to Routing coupling -Faster Overview Groups -Faction Prices (prices.c0rporation.com) -Set price for BPC -Isk-to-cover -Progress monitor when updating price data on startup -Merge Filters
Changed: -Updated the set price/name GUI -Save settings after updating -A lot of i18n _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Rasz Lin
Caldari Uitraan Diversified Holdings Incorporated
|
Posted - 2011.05.16 11:21:00 -
[536]
Originally by: Golden Gnu
-Faction Prices (prices.c0rporation.com)
have some Dread Guristas Assault Missile Launchers on my caracal, price in jeveassets 0 isk, price on prices.c0rporation.com 10 mil
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.05.17 10:48:00 -
[537]
@Rasz Lin Thank you for your bug report. Bug found and fixed :) I might release a bug-fix release, soonÖ
Thank you for taking the time to report it, I really appreciate it! :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Jake Falcor
C0VEN
|
Posted - 2011.05.17 20:26:00 -
[538]
Edited by: Jake Falcor on 17/05/2011 20:27:13 First of all, thanks for a tool that makes my industrial work so much faster.
There is one, however, thing that I'd like to see in future patches. I do a lot of exports using different filters and settings, and it would be really nice if the program could remember the last settings I entered (especially about the columns that were exported). It is not a crucial request though :)
EDIT: And maybe an automatic update after initial startup?
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.05.18 08:40:00 -
[539]
@Jake Falcor I've added an issue for your export request
Update doing startup is not returning. It created a lot of issues when it failed. IMHO we are better off without it.
Thank you for your feature requests. Feedback is really what drives the development... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.05.24 10:49:00 -
[540]
jEveAssets 1.7.1 (Incursion 1.5.0) released
Bug Fixes: -Fix bug that made all faction prices zero -Possible fixed for the StackOverflowError (Issue 146) -Minor optimization _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Dibsi Dei
Salamyhkaisten kilta
|
Posted - 2011.05.28 08:01:00 -
[541]
How do i remove the weird faction module prices?
|

Calan Averity
|
Posted - 2011.05.28 22:52:00 -
[542]
Hi,
First off - great program!
I have a simple feature I'd really like to see. A 'collapse'/'virtual stack all' option on the assets page. So rather than show all the items on separate lines, it groups similar items that are at the same location onto one line and gives their total number in the count field. This would be really useful to see how much of what items I've got where without having to manually count line by line. 
Keep up the good work!
|

Calan Averity
|
Posted - 2011.05.28 23:57:00 -
[543]
Also, on the Assets page an option to hide the filter settings would be cool as advanced multi-line filters really eat into the asset display space.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.05.29 11:28:00 -
[544]
@Dibsi Dei You got a couple of options: 1) Update the price at the data source 2) Set the price manually in jEveAssets (see the readme.txt) 3) Ask me for a feature to disable faction prices ;)
@Calan Averity thank you :)
There is already a Type Count column, that will give you the total count off all items of that type... Though, that's not really what you ask for...
Also, you don't have to count yourself, you can use the statusbar bellow the assets table or select the assets you want to count and right click the selection: it will show you some totals in the popup-menu.
Grouping is not easy to implement in the assets tool - IMHO, it should be in Its own tool. I've added an issue with your request. Please to comment on it, if you get more ideas for it...
There should be a check-box on the toolbar above the filter fields, saying "show". Unchecking it will hide the filters.
I hope my information is somewhat useful, thank you for your feedback... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Dibsi Dei
Salamyhkaisten kilta
|
Posted - 2011.05.30 05:50:00 -
[545]
Faction price thingies are really really off so if you ever have a chance =/
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.05.30 11:42:00 -
[546]
@Dibsi Dei Okay, I'll do it soonÖ
I will however point out that the prices are set by the users. Contributing might be a pain, but, it's the way forward IMHO... :) ...And will help all users of jEveAssets ;) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2011.05.30 12:44:00 -
[547]
Edited by: Vaerah Vahrokha on 30/05/2011 12:46:51 Edited by: Vaerah Vahrokha on 30/05/2011 12:44:19 I found a possible error. Version 1.7.1.
Filter: Meta | Contains | faction
Right click on top item (5 rows of them listed), edit price. Nothing happens.
Changing prices in other items works.
Edit: it does not work on other items as well. CN stuff seems affected. Resorting to the workaround I listed above fixes them as well.
Now open Options => Options => Prices. The very same item appears in the combo box. Press Edit. Change price. Close. Now price IS changed in the assets window.
Therefore the functionality is here but something right clicking directly in the assets window to set price is not doing the same path the Options menu same functionality does.
Auditing | Research | 3rd Party | Collateral Holding | EvE RL Charity |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.05.31 09:13:00 -
[548]
@Vaerah Vahrokha There is definitely some wrong with the logic in set price/name! I have not been able to reproduce your exact case, but, I have found a bug: Editing a price/name that are already been edited does nothing, if you do it from the assets list or table menu.
The bug should now be fixed. I really really hope it's the same bug, you got... If not, please, reply here again...
Thank you very much for taking the time to report it!
I got a job for Dibsi Dei as well. When it's done I'll release a bug fix release... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2011.05.31 10:09:00 -
[549]
Originally by: Golden Gnu @Vaerah Vahrokha There is definitely some wrong with the logic in set price/name! I have not been able to reproduce your exact case, but, I have found a bug: Editing a price/name that are already been edited does nothing, if you do it from the assets list or table menu.
The bug should now be fixed. I really really hope it's the same bug, you got... If not, please, reply here again...
Thank you very much for taking the time to report it!
I got a job for Dibsi Dei as well. When it's done I'll release a bug fix release...
I don't know how to reproduce it very well, I can tell how I get it.
1) Select by meta as I shown above. 2) Click on the first item, in my case it was a Caldari Navy item. 3) Right click on it and select price. When it works, there's a little delay in the UI responsivity then the new price appears. With the bug, the interface stays responsive and ignores it.
One thing I noticed (don't know if / how much related), the issue is way more frequent in case of items that had their value already <> 0 before the change.
Auditing | Research | 3rd Party | Collateral Holding | EvE RL Charity |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.05.31 11:56:00 -
[550]
@Vaerah Vahrokh Here is how I reproduced the bug I found:
If price column is not gray AKA no price set; 1) Set price (will work) 2) Try to set price again (will fail) 3) Reproduced
If price column is gray AKA have already set price; 1) Try to set price (will fail) 2) Reproduced
I hope you can confirm this is what happen to you to... AKA only success first time you set a price... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2011.05.31 14:44:00 -
[551]
Originally by: Golden Gnu @Vaerah Vahrokh Here is how I reproduced the bug I found:
If price column is not gray AKA no price set; 1) Set price (will work) 2) Try to set price again (will fail) 3) Reproduced
If price column is gray AKA have already set price; 1) Try to set price (will fail) 2) Reproduced
I hope you can confirm this is what happen to you to... AKA only success first time you set a price...
It seems to be it, even if tbh I did not try setting prices again after it succeeded.
Auditing | Research | 3rd Party | Collateral Holding | EvE RL Charity |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.06.01 14:54:00 -
[552]
jEveAssets 1.7.2 (Incursion 1.5.0) released
Bug Fixes: -Fixed bug that made it impossible to edit price of an item more then once
Changed: -Faction prices from prices.c0rporation.com are now optional -Update dialog now use "Today" instead of the weekday name (when eligible) -Now Hide the profile name in the window title, when there is only one profile _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vaerah Vahrokha
Minmatar Vahrokh Consulting
|
Posted - 2011.06.01 15:21:00 -
[553]
Edited by: Vaerah Vahrokha on 01/06/2011 15:21:41
Originally by: Golden Gnu jEveAssets 1.7.2 (Incursion 1.5.0) released
Bug Fixes: -Fixed bug that made it impossible to edit price of an item more then once
Changed: -Faction prices from prices.c0rporation.com are now optional -Update dialog now use "Today" instead of the weekday name (when eligible) -Now Hide the profile name in the window title, when there is only one profile
If I am doing many things for free it is because I set those like you as an example to follow.
Auditing | Research | 3rd Party | Collateral Holding | EvE RL Charity |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.06.02 10:00:00 -
[554]
@Vaerah Vahrokha Thank you very much for the kind compliment. Just remember that, reporting a bug is contributing to fixing it. I have said it before, but, feedback is really what makes me work on jEveAssets. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Miss Rabblt
|
Posted - 2011.06.02 11:02:00 -
[555]
Debian 5.04.
akanashin@akanashin1-spb:~/WORK/src/jEveAssets$ java -jar jeveassets.jar Exception during event dispatch: java.lang.NoClassDefFoundError: java.awt.SplashScreen at net.nikr.eve.jeveasset.SplashUpdater.<init>(SplashUpdater.java:49) at net.nikr.eve.jeveasset.Main.createAndShowGUI(Main.java:125) at net.nikr.eve.jeveasset.Main.access$000(Main.java:35) at net.nikr.eve.jeveasset.Main$1.run(Main.java:119) at java.awt.event.InvocationEvent.dispatch(libgcj.so.90) at java.awt.EventQueue.dispatchEvent(libgcj.so.90) at java.awt.EventDispatchThread.run(libgcj.so.90)
:(
|

Flaming Candle
|
Posted - 2011.06.02 11:44:00 -
[556]
Originally by: Miss Rabblt Debian 5.04.
akanashin@akanashin1-spb:~/WORK/src/jEveAssets$ java -jar jeveassets.jar Exception during event dispatch: java.lang.NoClassDefFoundError: java.awt.SplashScreen at net.nikr.eve.jeveasset.SplashUpdater.<init>(SplashUpdater.java:49) at net.nikr.eve.jeveasset.Main.createAndShowGUI(Main.java:125) at net.nikr.eve.jeveasset.Main.access$000(Main.java:35) at net.nikr.eve.jeveasset.Main$1.run(Main.java:119) at java.awt.event.InvocationEvent.dispatch(libgcj.so.90) at java.awt.EventQueue.dispatchEvent(libgcj.so.90) at java.awt.EventDispatchThread.run(libgcj.so.90)
:(
I would expect that you have the OpenJDK/OpenJRE installed rather then the sun jre.
The Sun jre is in the non-free distribution and the package is called sun-java6-jre.
On one (32 bit, debian squeeze) computer I get:
$ java -version java version "1.6.0_24" Java(TM) SE Runtime Environment (build 1.6.0_24-b07) Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)
On another (64 bit, debian testing) computer I get:
$ java -version java version "1.6.0_25" Java(TM) SE Runtime Environment (build 1.6.0_25-b06) Java HotSpot(TM) 64-Bit Server VM (build 20.0-b11, mixed mode)
|

Vhelnik Cojoin
Minmatar Pator Tech School
|
Posted - 2011.06.10 09:37:00 -
[557]
First I wish to thank Mr. Gnu for making jEveAssets available to the EvE community.
I do have a possible suggestion for perhaps improving the program a bit. Would it be possible to implement comparison of numerical columns by way of a mathematical expression? Failing that, maybe just a simple
Column Less Than (Column - X) Column
Where X is an arbitrary numerical value supplied by the user.
The idea is that I wish to be able to set a minimum, total profit for each stack of stuff I sell instead of reprocessing.
If you have a lot of items in a stack, then you can easily get to a point, where a stack is worth many millions, yet the profit over reprocessing is only a few thousand ISK. If it was possible to make a comparison like
Reprocessed Value Less Than (Column - 50'000) Value
then I would always earn at least 50'000 ISK for every rightclick-and-sell I do in Jita/Rens/Amarr instead of having just reprocessed the stack. 
|

Saratonias
|
Posted - 2011.06.10 23:24:00 -
[558]
Excellent tool - thank you.
One change which would be very welcome to me is the ability to filter the export further to optionally include manufacturing (end-product) in states "active" and "ready". (And optionally exclude assembled ships if at all possible. The only way I can see with the current API is to check the itemID against all other items to see if something has that ship listed in it's container field, but there may be a better way.)
Having the export format (especially selected columns) save from use-to-use would be very helpful as well.
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.06.11 10:50:00 -
[559]
@Vhelnik Cojoin You'll pleased to know that you can already do as you suggest.
In the filter field: 1) In the second drop-down select a numeric column. ex: "Reprocessed" 2) The third drop-down now contains "Less/Greater Then" and "Less/Greater then column"
Alternative you can also use the table menu (when you have a numeric column selected).
@Saratonias 1) Csv export of industry jobs (as well as market orders) is already on the issue list, but, with no ETA...
2) Assembled ships can be exclude by singleton (API stuff). I'll add a column with it, so you can filter them out. See issue 148.
3) Saving export settings have already been requested. See Issue 145 _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Vhelnik Cojoin
Minmatar Pator Tech School
|
Posted - 2011.06.17 09:29:00 -
[560]
Thanks, appreciate the quick reply.
However it seems I am missing something obvious then. Am I correct in saying that the current column comparison function can do simple compares, like:
Reprocessed > Value
or
Reprocessed > 100000
?
What I am looking for, would be similar to doing
(Value - Reprocessed) > 100000
with arbitrary columns and numeric value, which I believe is not the same thing? Currently there appear to be no way of doing this, except exporting the data as CSV to an external application.
|
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.06.17 15:56:00 -
[561]
* GoldenGnu started training reading comprehension level 1
@Vhelnik Cojoin OK, so my question is; can you find more uses for your suggestion, then your example? Because I could easily add a column with: [Value] & [Reprocessed Value] difference...
Adding the advance filtering is a lot harder... ;)
IMHO, if you only need it for one thing, going the hard way is somewhat wasted effort... Though I like the idea :)
If anyone else need this, for something else, please, post to tell me ;) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Maciff Hellenow Mernher
|
Posted - 2011.06.20 17:53:00 -
[562]
Edited by: Maciff Hellenow Mernher on 20/06/2011 17:53:24 Hi,
Great program, i use it on a daily basis to sort assets and calculate contracts for corp.
I just ran in to a little snag today. I have alot of different filters saved. The problem is that i cant scroll in the filter list now, and i cant edit the list anymore. The list is simply too big for the window.
Is there some other way of deleting saved filters?
Cheers Mac
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.06.23 11:33:00 -
[563]
@Maciff Hellenow Mernher First; sorry for the long delay before I replied (I had a small vacation)
If you can not access the "Manage Saved Filters", the only way to delete filters is to edit the settings file.
1) In the readme.txt you can see where the jEveAssets user data is stored (Go to that directory). 2) In jEveAssets user directory go into the "data" directory 3) Backup the "settings.xml" somewhere safe ;) 4) Open the file "settings.xml" (with Notepad, if you're on windows). 5) In the file go to <filters> 6) Delete the filters you want:
<filter> <row> ... </filter> Including the <filter> and </filter> and everything in between
Should you need further help, please, feel free to post here again. I'll do my best to fix this problem... :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Scorpionidae
|
Posted - 2011.07.04 13:37:00 -
[564]
I have downloaded it but when I try to open it nothing happens any ideas?
Scorpionidae  I found the signature!!!!! |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.07.05 10:08:00 -
[565]
@Scorpionidae I'm sorry, but, from your description I have no idea ...
Suggestions: 1) Download and install the latest version of java 2) Be sure to keep the unzipped directory intact... 3) Send the jeveassets.log to my email (see the readme.txt). Be sure to include the name of your operation system...
Thank you for your bug report. I hope we'll be able to fix this together :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Phoebe Halliwel
|
Posted - 2011.07.06 18:17:00 -
[566]
I'm reinstalling some apps after a HD error, when I go to the jeve assets website I get a DB error. Is it just me or is the website down? I'm using this link
|

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.07.07 09:57:00 -
[567]
@Phoebe Halliwel Yes the page have been down (due to Copenhagen being hit with 150mm rain in 2 hours, flooding my webhost) Looks like it's up now, though...
You can always download from Google code
I'm sorry, for the inconvenience. _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Tigerras
Smash Incorporated
|
Posted - 2011.07.07 11:29:00 -
[568]
looks like a great program.
|

Phoebe Halliwel
|
Posted - 2011.07.08 17:13:00 -
[569]
That link works, looks like your website is back up too. Thanks for the quick response, much appreciated. |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.07.09 10:29:00 -
[570]
@Tigerras Thank you :)
@Phoebe Halliwel :) |
|

Blacksmoke16
Amarr UNITED STAR SYNDICATE ROMANIAN-LEGION
|
Posted - 2011.07.18 21:40:00 -
[571]
Hey, in the options where it has "sell/reprocess colors" what determines what items get which color?
|

Haguu
Caldari School of Applied Knowledge
|
Posted - 2011.08.12 22:47:00 -
[572]
tl;dr jEveAssets reflects the recently bogus data from eve-central.
I have been using this program for a year or two and love it! Thanks!
However a couple of days ago, things went wrong by a factor of a thousand. Iterons in Sinq Laison were listed as worth 280 million. I assumed this was me but it took me the third time reading everything before I changed pricing from EVEcentral/Forge/MidPoint to Buy Max. The data was more accurate but I was no longer a billionaire.
Currently in game, for Iteron the Highest buy in Jita station is 249,212, the lowest sell is 280,000
But http://api.eve-central.com/api/marketstat?typeid=650®ionlimit=10000002 shows what I think is bad data but I am not a serious user of EC's XML.
<!-- Automatically generated data from EVE-Central.com --> <!-- This is the new API :-) --> <evec_api version="2.0" method="marketstat_xml"> <marketstat> <type id="650"> <all> <volume>1.00</volume> <avg>240000000.00</avg> <max>240000000.00</max> <min>240000000.00</min> <stddev>0.00</stddev> <median>240000000.00</median> <percentile>0.00</percentile> </all> <buy> <volume>0.00</volume> <avg>0.00</avg> <max>0.00</max> <min>0.00</min> <stddev>0.00</stddev> <median>0.00</median> <percentile>0.00</percentile> </buy> <sell> <volume>1.00</volume> <avg>240000000.00</avg> <max>240000000.00</max> <min>240000000.00</min> <stddev>0.00</stddev> <median>240000000.00</median> <percentile>240000000.00</percentile> </sell> </type> </marketstat> </evec_api> |

daddi0
|
Posted - 2011.08.13 04:00:00 -
[573]
First, thank you for a very useful tool. I use it frequently, but recently only ACTIVE orders appear. Is this a program problem, or is there something I can do to correct this. |

Hel O'Ween
Men On A Mission EVE Trade Consortium
|
Posted - 2011.08.13 08:56:00 -
[574]
Originally by: daddi0 Is this a program problem, or is there something I can do to correct this.
It's not a program error. The market order API has been changed with the release of Incarna to only return active orders. -- EVEWalletAware - an offline wallet manager |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.08.14 09:41:00 -
[575]
First of, sorry for the delayed reply. I subscribe to this topic trough eve-search.com, but, something went wrong and I didn't get the replies...
@Blacksmoke16 If the sell price is highest it's green. If reprocess price is highest it's red. It use the default price (set in: Options > Options... > Price Data).
@Haguu Yes, It's bad. But, there is not much I can do about it... There is an option to use eve-marketdata.com as well, I don't know if it's any better...
@daddi0 As Hel O'Ween said, it's the API. They have promised a fix sometime this year AFAIK.
@Hel O'Ween Thank you for providing support for the jEveAssets users :) _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |

Wyke Mossari
Gallente
|
Posted - 2011.08.21 07:34:00 -
[576]
At the moment BPC are valued at zero, suggestion of a setting that allows them to be valued as a percentage of the BPO price with a check box to turn the valuation on/off.
Originally by: "Example" [x] Value BPC at % of BPO [ 5]% BPC Value.
|

Hel O'Ween
Men On A Mission EVE Trade Consortium
|
Posted - 2011.08.21 11:33:00 -
[577]
Originally by: Golden Gnu
They have promised a fix sometime this year AFAIK.
The fix is supposed to come at the end of August. I guess it will be deployed with the new CAK (Customizable API Keys) system.
Quote:
Thank you for providing support for the jEveAssets users
No need to thank me, although appreciated. If I can answer a question, I'll do so for the time being. -- EVEWalletAware - an offline wallet manager |

Golden Gnu
Gallente The Golden Gnu Corp
|
Posted - 2011.09.02 09:19:00 -
[578]
jEveAssets 1.7.3 (Incarna 1.0.0) released
New Features: -Now use the new Customizable API keys (CAKe) -Automatically mark blueprints as BPO/BPC (except for market orders)
Changed: -Static data updated to Incarna 1.0.0
Notes This version of jEveAssets does not support the old API Keys! You need to edit all your API keys to use the new Customizable API keys (CAKe) If you want to continue using the old API Keys, keep using jEveAssets 1.7.2
Mac version will be released when it's done... _________________ Download is the meaning of life, upload is the meaning of intelligent life EVE.NiKR.NET - home of jEveAssets |
|
|
|
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 .. 20 :: [one page] |