Jump to content

SOS - Help with correct SDN package structure


cpscripter

Recommended Posts

Hey guys, I need help 

I have an open script application for the SDN but I got some feedback that I am stuck on trying to resolve.

Anyone familiar with the SDN, can you please review this screenshot of the feedback I got on the script. I am having a hard time understanding what I am supposed to do. If I remove 'dependencies' from the import paths like suggested, intellij shows a "Cannot resolve symbol 'util'" error. The script compiles perfectly locally as it is. My project structure can be seen on the SDN here
CPBloodAltar has a /src folder which contains the java file shown in the fist screen shot linked above ^. 

Any suggestions would be extremely helpful thank you :D 

Link to comment
Share on other sites

Okay so I don't use IntelliJ but I can see that dependencies are still not set up correctly. 

For example this import:

dependencies.util.PoH.PoH;

Should be

util.PoH.PoH;

So "dependencies" can't be a package, it needs to be part of the src folder. If there is a way in IntelliJ to convert the dependencies into its own "project" or module w/e then definitely give it a try. Maybe ask @ProjectPact for an invite to the scripter chat or join the osbot discord? Most scripters use intellij because of the APA guide but imo it's overkill.

  • Heart 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...