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.

Bug Can't Push SVN to Queue

Joined
Aug 23, 2015
Messages
1,970
I haven't made any significant changes to my SVN recently.

Code:
The main class of com.regalbots.thieving.AIOish.Thiever specified in /com/regalbots/thieving/AIOish/Thiever.manifest.xml cannot be found.
The Bot Pusher looked through your svn repository and wasn't able to find any bots. If you committed your code correctly than this is most likely caused by either a missing or invalid manifest. It's also common to see this occur when code has been packaged into multiple modules because it's unable to resolve a single source root.

That is near the bottom of the automated message. I've sent a full version of what it says to @Cloud in slack.
 
( ͡° ͜ʖ ͡°)
Joined
Mar 30, 2015
Messages
2,416
I haven't made any significant changes to my SVN recently.

Code:
The main class of com.regalbots.thieving.AIOish.Thiever specified in /com/regalbots/thieving/AIOish/Thiever.manifest.xml cannot be found.
The Bot Pusher looked through your svn repository and wasn't able to find any bots. If you committed your code correctly than this is most likely caused by either a missing or invalid manifest. It's also common to see this occur when code has been packaged into multiple modules because it's unable to resolve a single source root.

That is near the bottom of the automated message. I've sent a full version of what it says to @Cloud in slack.

Same thing happened to me like a week ago. Delete everything in your repo, push empty repo, then push everything back in it. That fixed it for me.
 
Joined
Jan 17, 2017
Messages
312
Any info on this? I pushed my bot last week, worked fine. Added some more features to it without modifying the manifest or refactoring and now apparently my main class is missing. This is the 3rd time I've had to delete my svn because of this
 
Top