Welcome!

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

Sign up now!

Bug Can't Push SVN to Queue

Joined
Aug 23, 2015
Messages
1,961
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,410
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