NotoriousPP Posted December 7, 2013 Share Posted December 7, 2013 So this wouldn't have usually bothered me, but having my last 4 uploads request shot down because of incorrect packaging. Yet there is NOTHING stating anything about packaging. I believe there should be at least something on the request page to inform people, so they don't sit day after day waiting for their script to be uploaded, just to find out you messed up because of something you had no warning for beforehand. Which I think if your going to repeatedly deny a script because of this reason, there should be at least note, or a warning on the upload guide. Because the packaging that is required is not a packaging I would in a project outside of OSBot, (OSBot: src>javafiles; My other projects: src>org>etc>subfolders>javafiles). My suggestion is to make a note/warning on the upload request page, maybe even a guide on packaging and not just setting up Git, OR have @Alek be a little more helpful when it comes to this subject, because all I get from him is the same response, "You packaged it incorrectly.", and although I ask questions, they are all responded with "You packaged it incorrectly.". Just my suggestion to help new scriptwriters get their scripts uploaded or reviewed sooner, and not immediately denied because of something that is not stated anywhere. Link to comment Share on other sites More sharing options...
Swizzbeat Posted December 7, 2013 Share Posted December 7, 2013 Agreed, the first time I tried to set up SmartGit/Bitbucket I had @Raflesia tell me to change probably 8 different things. It does tell you to create a src folder for your files in the guide by , however I think it should be a lot more visible because it's easy to miss. Link to comment Share on other sites More sharing options...
NotoriousPP Posted December 7, 2013 Author Share Posted December 7, 2013 Agreed, the first time I tried to set up SmartGit/Bitbucket I had @Raflesia tell me to change probably 8 different things. It does tell you to create a src folder for your files in the guide by , however I think it should be a lot more visible because it's easy to miss. Oh having the src folder should be obvious to anyone that scripts. But I like organization in my projects, especially my fishing project having 30+ different files, so I like to sub folder things, for example: -src -core -files -walking -files -jobs -walking -files -dropping -files -files -utils -files But even though there in the source folder, the first two denies were because I had folders inside src, and not this: -src -file -file -file -file -file -file etc... The required script structure seems so sloppy and unorganized, and I feel as most people who are familiar with scripting, especially with people going to school scripting(At least my teachers make me), would not package src>file unless you were writing a "Hello World!" application. But would mostly likely create a system of folders/subfolders for their project. Link to comment Share on other sites More sharing options...
lolmanden Posted December 7, 2013 Share Posted December 7, 2013 Support Link to comment Share on other sites More sharing options...
Deffiliate Posted December 8, 2013 Share Posted December 8, 2013 Wait, so we can't have folders in our src folder? *Sigh* Link to comment Share on other sites More sharing options...
NotoriousPP Posted December 8, 2013 Author Share Posted December 8, 2013 Denied again.... Improper packging, we need a guide.... Link to comment Share on other sites More sharing options...
Swizzbeat Posted December 8, 2013 Share Posted December 8, 2013 Denied again.... Improper packging, we need a guide.... Just throw all your classes in the source folder man, don't even care if it looks neat :p Link to comment Share on other sites More sharing options...
NotoriousPP Posted December 8, 2013 Author Share Posted December 8, 2013 I did... Now I need to add my src folder into a module, I understand I needs to be a certain way, but to repeaditly point out a single problem and when I fix one, suddenly something else is wrong, is a major waste of time for both of us... Link to comment Share on other sites More sharing options...
Celeos Posted December 8, 2013 Share Posted December 8, 2013 (edited) This is how I have my packaging laid out. src druids -... druids.jobs -... druids.util -... Blah blah blah you get the picture. Edited December 8, 2013 by Celestial Link to comment Share on other sites More sharing options...
Developer Zach Posted December 8, 2013 Developer Share Posted December 8, 2013 You can have folders inside of your src folder for packaging. If you use an API library, you can store those in your "dependencies" folder (more details were mentioned in one of the threads). If you need more information, just let me know. Link to comment Share on other sites More sharing options...
NotoriousPP Posted December 8, 2013 Author Share Posted December 8, 2013 I believe I got it now. But on topic, I'm not saying the way it's package it is the problem, I just feel there needs to be some type of guideline posted before you even post your script. So you don't have to sit in anticipation just to find out it's packaged wrong when you had no warning prior. The only instructions I got are Fisher > src (with NO OTHER FILES/FOLDERS) > java files Which can be taken in different ways, which is the reason I feel having a guideline would help clarify and even help out the script approval process. Link to comment Share on other sites More sharing options...
Aidden Posted December 8, 2013 Share Posted December 8, 2013 Support. A guide for correct packaging should have already been made, it's ridiculous that they expect you to automatically know how they want it packaged. Link to comment Share on other sites More sharing options...
Developer Zach Posted December 8, 2013 Developer Share Posted December 8, 2013 Would it be a good idea to have an example repository set up? I'm just tossing around ideas at the moment since doing that would require at least some code (unless we just use blank files). 1 Link to comment Share on other sites More sharing options...
NotoriousPP Posted December 8, 2013 Author Share Posted December 8, 2013 Would it be a good idea to have an example repository set up? I'm just tossing around ideas at the moment since doing that would require at least some code (unless we just use blank files). That actually would be a great idea! And using empty files would most likely be fine, being as it's not a scripting example, more or less a structure example. Link to comment Share on other sites More sharing options...
Alek Posted December 8, 2013 Share Posted December 8, 2013 Why do you keep saying "declined"? Your SDN Upload Request has never been in the declined section and you never had to make a re-application. I've been trying to be helpful on your application, guiding you through the process. 3 Link to comment Share on other sites More sharing options...