egueli / TraCI4J

A high-level Java library to communicate with SUMO (Simulation of Urban MObility) through its TraCI protocol.
GNU General Public License v3.0
41 stars 27 forks source link

Build error: TraCI4J is missing required source folder: src/java-gen #14

Closed stteffen58 closed 9 years ago

stteffen58 commented 9 years ago

Hi, I have just cloned the repository from github and receive the following build error: TraCI4J is missing required source folder: src/java-gen

Any advice how I can fix this error? Thanks!!

egueli commented 9 years ago

Hi, I could reproduce this issue. Just fixed in master, please tell me it it works for you too.

stteffen58 commented 9 years ago

Works properly now. Thanks a lot!

lizalemos commented 8 years ago

Hi, I have the same error here. TraCI4J is missing 'target/src/java-gen' Any tip how to fix this?

Thanks

CageZ commented 8 years ago

You have to build it this way: mvn compile