wakatime / eclipse-wakatime

Eclipse plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/eclipse
BSD 3-Clause "New" or "Revised" License
174 stars 16 forks source link

Not working with linux eclipse #8

Closed sam0hack closed 9 years ago

sam0hack commented 9 years ago

Hey..
i've installed eclipse mars for php and wakatime eclipse plugin and also setup API key My OS is linux mint 64bit but it's not working. It's working good with netbeans in same the machine.

sam0hack commented 9 years ago

i just found something my project name is web.aptronindia in eclipse and but wakatime analytics shows files in unknow project . what should i do ?

alanhamlett commented 9 years ago

@codex8 just to clarify, it's logging time but in the wrong project (Unknown Project)?

The easiest way to log the correct project is run git init inside your project folder. It should have picked up the project from Eclipse, unless you've got an old wakatime cli version.

sam0hack commented 9 years ago

thanks @alanhamlett