The Java Auction Organisation and Listing Tool (jAOLT) allows the users to
create and organize their auctions for eBay, AuVito and Hood offline as
well as list the created auctions without using a website.
The "normal" way to install the software via the developer's ppa with
sudo add-apt-repository ppa:handschuh/ppa
sudo apt-get install jaolt
DOES NOT WORK! (Could not find package 'jaolt')
But there is a downloadable .deb package of jAOLT, you can get it here!
After downloading the .deb file (jaolt_0.6.7.1-1107_all.deb)
it can be installed by opening it with ubuntu software center.
Then it seems to work, but it DOES NOT. To use jAOLT with ebay it is neccessary to obtain a token from ebay. Otherwise you cannot properly add an ebay account to jAOLT.
How to obtain a token for ebay? (developer's wiki)
Go to the official ebay developer page at developer.ebay.com and create an account if you can agree the API license agreement (at the current time, you cannot delete this account)
ATTENTION: It is not exactly an offline-tool. It does not work properly without internet connection.
But there is a downloadable .deb package of jAOLT, you can get it here!
After downloading the .deb file (jaolt_0.6.7.1-1107_all.deb)
it can be installed by opening it with ubuntu software center.
Then it seems to work, but it DOES NOT. To use jAOLT with ebay it is neccessary to obtain a token from ebay. Otherwise you cannot properly add an ebay account to jAOLT.
How to obtain a token for ebay? (developer's wiki)
Go to the official ebay developer page at developer.ebay.com and create an account if you can agree the API license agreement (at the current time, you cannot delete this account)
- Do NOT perform a "Compatible Application Check"
- Go into "My Account"
- Create the production keys
- Select the "application settings" tab in the "My Account" area
- Select the "Production" environment and your keyset
- Select "User Tokens" and generate your Token
jAOLT 0.6.7.1 |
There is a missing step in between adding to the repository. You need to update the repository before trying to install a new application.
ReplyDeleteThis worked for me
sudo add-apt-repository ppa:handschuh/ppa
sudo apt-get update
sudo apt-get install jaolt
Thanks a lot. Works fine!
ReplyDeleteYou should think about adding the comment from Steve...
First showstopper, shipping options. Does not interface with ebay's calculated shipping option.
ReplyDeleteThe PPA repository referred to above appears not to exist anymore. All the packages at Google Code are deprecated.
ReplyDelete