i already have a GTFS file for my region, but i don't know how to implement that GTFS data to OTP. can u help me?
Sean Barbeau
@barbeau
Check out opentripplanner.org. You Will need to set up your own OTP server. There is a link to "Getting Started" docs there that will give you step by step directions to do this.
ashraffudin
@ashraffudin
i have problem when they ask for " The Maven build produces a JAR file at target/otp-VERSION.jar containing all necessary code and dependencies to run OpenTripPlanner."
should i plugin maven in eclipse and how to make this work... sorry im very new to this stuff
_
ashraffudin
@ashraffudin
i already create the repository from git hub to eclipse, but the eclipse can not detect any project.
Sean Barbeau
@barbeau
The easiest route is probably to install Apache Maven, and then run "mvn build" from the command line in the root dir of project.
You should be able to use Maven plugin with Eclipse to build it too - I think the Java EE version includes it.