withaspirit / Elevator-Simulation

Elevator System Simulation project
1 stars 1 forks source link

Proper Importing / Exporting #204

Closed withaspirit closed 2 years ago

withaspirit commented 2 years ago

We need to resolve any issues with importing / exporting so that a TA without dependencies could run it.

I know with Maven, you should be able to import it as a general project, right click on the project in the Explorer Window, and configure it as a Maven package. Then it should download all the dependencies. I don't think it was clear to the TA though.

The TA recommended including the dependencies in the archive file, so we tried for Iteration 3. I'm not sure if the source files made it into the submission for iteration 3. For iteration 4, we were caught at the last minute trying to import / export it, and didn't have enough time for it to be working properly.

We need to know if we should export it as a JAR file, or export it as we have been doing before, and getting the TA to download the Maven dependencies properly.