1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved Manifest Issue

Discussion in 'Developer Support' started by Shumbo, Nov 1, 2015.

  1. Shumbo

    Joined:
    Oct 10, 2015
    Messages:
    43
    Likes Received:
    1
    Hi There,

    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.
    My manifest file looks like this. Am I missing something? The bot is working on SDK. Thanks in advance.

    Code (Text):
    1. <manifest>
    2.  
    3.     <main-class>com.Shumbo.bots.DSSharkFisher.tasks.SharkFisher</main-class>
    4. <name>DS Sharks Bot</name>
    5. <description>Darkscape Sharks Fisher </description>
    6. <version>1.0.0</version>
    7. <compatibility>
    8.     <game-type>DARK</game-type>
    9. </compatibility>
    10.     <categories>
    11.  
    12.         <category>FISHING</category>
    13.     </categories>
    14. <internal-id>DS_Shark_Fisher</internal-id>
    15. <open-source>false</open-source>
    16. <access>private</access>
    17. <hidden>true</hidden>
    18.  
    19. </manifest>


     
  2. Best Answer:
    Post #8 by Arbiter, Nov 3, 2015
  3. Savior

    Savior Java Warlord

    Joined:
    Nov 17, 2014
    Messages:
    4,906
    Likes Received:
    2,748
    Did you commit all your files?
     
  4. Shumbo

    Joined:
    Oct 10, 2015
    Messages:
    43
    Likes Received:
    1
    Everything in my src folder is committed. Do I need to commit anything else? Out folder?
     
  5. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    Na, it's more than likely related to your project structure and which folder was committed as the root directory.
    --- Double Post Merged, Nov 1, 2015, Original Post Date: Nov 1, 2015 ---
    Login at RuneMate - USVN and make sure src is the root folder
     
  6. Shumbo

    Joined:
    Oct 10, 2015
    Messages:
    43
    Likes Received:
    1
    Hi Aiden

    The src is the root folder on the site.
     
  7. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,482
    Likes Received:
    990
    Hmm i'm not sure what the issue would be then. @Arbiter or @Cloud will help you.
     
  8. Shumbo

    Joined:
    Oct 10, 2015
    Messages:
    43
    Likes Received:
    1
    Here is my layout it might help.

    [​IMG]
     
  9. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,937
    Likes Received:
    1,266
    The main-class you specified in your manifest doesn't exist. I think you meant com.Shumbo.bots.DSSharkFisher.SharkFisher (without .task). Please test your bots locally before pushing to the Bot Store. This wouldn't have loaded in SDK mode to begin with.
     

Share This Page

Loading...