TheTransitClock / transitime

TheTransitClock real-time transit information system
GNU General Public License v3.0
78 stars 30 forks source link

The import io.swagger.client cannot be resolved #145

Closed sreeharibs closed 4 years ago

sreeharibs commented 5 years ago

I just checked out TransitClock and have the following error in TransitclockCore/TraccarAVLModule.java

The import io.swagger.client cannot be resolved

How to resolve the same ?

scrudden commented 5 years ago

Have you built the project using maven or is this an error from your IDE(eclipse)?

scrudden commented 5 years ago

Hi @sreeharibs,

Can I close this?

Thanks,

Sean.

sreeharibs commented 5 years ago

Hi @sreeharibs,

Can I close this?

Thanks,

Sean.

Sorry! I missed your comment.

Have you built the project using maven or is this an error from your IDE(eclipse)?

I built it on Eclipse.

scrudden commented 5 years ago

Can you build with maven? The maven build generates source files from swagger files. Once you have built with maven you should be then able to include these generated files in the source path in the eclipse project.

scrudden commented 4 years ago

no update so closing.