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

Question Problem With manifest

Discussion in 'Developer Support' started by BurntFps, Jun 1, 2019.

  1. BurntFps

    Joined:
    May 31, 2019
    Messages:
    5
    Likes Received:
    1
  2. Fabreze

    Fabreze #1 Fabric Cleaner

    Joined:
    Mar 18, 2017
    Messages:
    388
    Likes Received:
    106
    only commit the files within src, exclude anything within .idea, Runemate.jar, and SoftClayRuneMate.iml
     
    CuppaJava likes this.
  3. BurntFps

    Joined:
    May 31, 2019
    Messages:
    5
    Likes Received:
    1
    @Fabreze

    Im now having an error with my manifest file
    Code (Text):
    1. <manifest>
    2.     <main-class>com.burntfps.bots.SoftClayBot.softclaybot</main-class>
    3.     <name>Clay Softener</name>
    4.     <tag-line>Soften Clay for Money</tag-line><!--Max of 50 chars-->
    5.     <description>Burthorpe Soft Clay maker</description><!--Max of 110 chars-->
    6.     <version>1.0.0</version>
    7.     <compatibility>
    8.         <game-type>RS3</game-type>
    9.     </compatibility>
    10.     <categories>
    11.         <category>CRAFTING</category>
    12.     </categories>
    13.     <!--Required to publish on the bot store-->
    14.     <internal-id>ClaySoftener</internal-id>
    15. </manifest>
    this is the bot pusher notification
    Some of your bots have been rejected because of the following issues with their manifests:
    Clay Softener either has invalid tags, no tags or contains a non-string datatype

    this is my manifest file
    --- Double Post Merged, Jun 4, 2019 ---
    i have tried multiple things but i cant get it to work anyone please help
     
    #3 BurntFps, Jun 4, 2019
    Last edited: Jun 4, 2019
  4. Fabreze

    Fabreze #1 Fabric Cleaner

    Joined:
    Mar 18, 2017
    Messages:
    388
    Likes Received:
    106
    CuppaJava likes this.
  5. BurntFps

    Joined:
    May 31, 2019
    Messages:
    5
    Likes Received:
    1
    On the guide it says that optional.

    @Fabreze

    Do i really need it?
     
  6. Fabreze

    Fabreze #1 Fabric Cleaner

    Joined:
    Mar 18, 2017
    Messages:
    388
    Likes Received:
    106
    "Some of your bots have been rejected because of the following issues with their manifests:
    Clay Softener either has invalid tags, no tags or contains a non-string datatype"]

    clearly it's not optional....

    EDIT:
    I think what it means when it says those are optional is that you don't have to put anything in and can leave the tags blank, but you still need to have the <tag></tag> within the manifest file.
     
  7. BurntFps

    Joined:
    May 31, 2019
    Messages:
    5
    Likes Received:
    1
    Ok thanks ill try it :)
     
  8. Fabreze

    Fabreze #1 Fabric Cleaner

    Joined:
    Mar 18, 2017
    Messages:
    388
    Likes Received:
    106
    Yup, now that I'm looking at other people's manifests though it does seem to be completely optional so I'm not sure why that error is being thrown, did including the <tag></tag> fix it?
     
  9. BurntFps

    Joined:
    May 31, 2019
    Messages:
    5
    Likes Received:
    1
    Um it hasnt had the error yet its queued for revision
     
    Fabreze likes this.

Share This Page

Loading...