Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!
RuneMate will permanently shut down on August 7, 2026
due to events outside our control. You can continue using RuneMate until this date after which it will no longer be available. Thank you to everyone that contributed to RuneMate's success and to the community for the opportunity to serve you all these years.

  • Learn about RuneMate Vault and how its zero knowledge local encryption already protects your sensitive information.
  • Edit or delete your RuneMate account from your Account Settings.
  • All account upgrade subscriptions have been cancelled. No action required.

Question Problems with manifest and SVN.

Joined
Oct 1, 2015
Messages
39
I've had problems trying to checkout via SVN and making these manifest work then load the bot in dev mode. Even reading both the Eclispe and Intellij guides for this I still can't manage to get everything working flawlessly. I did get the manifest working for a bit with Intellij. Regaurdless this is my current setup.
https://gyazo.com/9af63efcb91f7ba1fb11c96158a76d57

Any help would be of great thanks both with getting the bot to load with the manifest and committing with SVN properly.
 
Joined
Dec 10, 2014
Messages
3,377
I've had problems trying to checkout via SVN and making these manifest work then load the bot in dev mode. Even reading both the Eclispe and Intellij guides for this I still can't manage to get everything working flawlessly. I did get the manifest working for a bit with Intellij. Regaurdless this is my current setup.
https://gyazo.com/9af63efcb91f7ba1fb11c96158a76d57

Any help would be of great thanks both with getting the bot to load with the manifest and committing with SVN properly.
Pretty sure your main-class tag is wrong, shouldn't it be <main-class>pkingd3vil.D3vilAirCrafter</main-class>

Regardless, in IntelliJ, you can right click the class, copy reference, then paste that in.
 
Joined
Oct 1, 2015
Messages
39
Fixed the manifest problem. Turns out I had to update IntelliJ to 14.1.5 to fix the svn problem. Made a small warning at the bottom of the IDE when I was following the SVN guide in the tutorial section. :confused:
 
Last edited:
Top