Welcome!

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

Sign up now!

Resolved Help Pushing Bot to Store

Joined
Nov 4, 2018
Messages
9
I am having some trouble pushing my bot into the SVN, i am using Tortoise SVN and get the following error message:

Unfortunately, none of your bots have advanced to the next stage of review. Before you consider pushing another update, please review the following suggestions, warnings, and/or errors.
  • isBankOpen.class has been determined to be likely malicious and thus is being rejected during pre-code review. It's recommended to remove this file so that the review process can be smoother in the future.
  • Root.class has been determined to be likely malicious and thus is being rejected during pre-code review. It's recommended to remove this file so that the review process can be smoother in the future.
  • isInvyFull.class has been determined to be likely malicious and thus is being rejected during pre-code review. It's recommended to remove this file so that the review process can be smoother in the future.
  • canEnchant.class has been determined to be likely malicious and thus is being rejected during pre-code review. It's recommended to remove this file so that the review process can be smoother in the future.
  • enchant.class has been determined to be likely malicious and thus is being rejected during pre-code review. It's recommended to remove this file so that the review process can be smoother in the future.
  • withdrawItem.class has been determined to be likely malicious and thus is being rejected during pre-code review. It's recommended to remove this file so that the review process can be smoother in the future.
  • openBank.class has been determined to be likely malicious and thus is being rejected during pre-code review. It's recommended to remove this file so that the review process can be smoother in the future.
  • depositItems.class has been determined to be likely malicious and thus is being rejected during pre-code review. It's recommended to remove this file so that the review process can be smoother in the future.
  • Gorgz_Enchanter.class has been determined to be likely malicious and thus is being rejected during pre-code review. It's recommended to remove this file so that the review process can be smoother in the future.
  • com.eatmygorgonzola.bots.Enchanter.Gorgz_Enchanter doesn't appear to have any content.
  • 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.

This message has been automatically generated by RuneMate's Bot Pusher. If this was the result of a mistake or misclick on your part, please do not feel the need to respond/apologize. If you have any questions or concerns, just respond to this message and an Executive will review your comment shortly. Happy botting!

Any help would be greatly appreciated, thanks.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,012
The description is rather self-explanatory. Do not include compiled classes in your SVN. Source code (.java files) only, along with any resources (jpg/png/fxml/etc.) required.
 
Joined
Nov 4, 2018
Messages
9
Ah thankyou, however, i now get this message:

Unfortunately, none of your bots have advanced to the next stage of review. Before you consider pushing another update, please review the following suggestions, warnings, and/or errors.
  • com.eatmygorgonzola.bots.Enchanter.Gorgz_Enchanter doesn't appear to have any content.
  • 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.

This message has been automatically generated by RuneMate's Bot Pusher. If this was the result of a mistake or misclick on your part, please do not feel the need to respond/apologize. If you have any questions or concerns, just respond to this message and an Executive will review your comment shortly. Happy botting!
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,012
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.
Follow the instructions in the message.
 
Top