angiejones / java-programming

Course exercises and answers to independent exercises
103 stars 126 forks source link

makes it runnable in Idea out of the box #3

Closed milanoid closed 5 years ago

milanoid commented 5 years ago

Hey @angiejones,

thanks for the Test Automation University lesson on java programming!

These changes in project structure makes it runnable in Idea out of the box. Without these changes the java files are not recognized as a source files and Idea does not offer the Run option. It might save some time someone who wants to checkout the code from your repo and give it a run in Idea.

angiejones commented 5 years ago

This is not required. You can download as is and open the project at the java-programming-master level (this then becomes the sources root) and all Java files are executable.

image

milanoid commented 5 years ago

Having IDEA 2019.1.3 on Windows 10 and when I open it I don't see a run option. Maybe on a Mac it behaves differently? Anyway the target audience is probably not going to checkout this repo so all of this is not necessary after all.

image