- Thread Author
- #1
Hi There,
This is my first attempt at pushing a bot through the store.
I was wondering why I keep getting this error,
This is my first attempt at pushing a bot through the store.
I was wondering why I keep getting this error,
- 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.
Code:
<manifest>
<main-class>com.Shumbo.bots.DSSharkFisher.tasks.SharkFisher</main-class>
<name>DS Sharks Bot</name>
<description>Darkscape Sharks Fisher </description>
<version>1.0.0</version>
<compatibility>
<game-type>DARK</game-type>
</compatibility>
<categories>
<category>FISHING</category>
</categories>
<internal-id>DS_Shark_Fisher</internal-id>
<open-source>false</open-source>
<access>private</access>
<hidden>true</hidden>
</manifest>