eclipse - which file should I run in Git Repositories? -


i'm using eclipse. created git repository , pulled code url. want run code when try run, error:

select run:

ant build

ant build...

is code in git repository not executable? how can run project? appreciated.

a git repo doesn't know nature of text files stores: make sure replicated same.

once clone, need check haw project work, independently of git.
in case, see "eclipse: running ant buildfiles", or use ant view in eclipse.
can make 1 of ant target run automatically too.

if isn't ant project, see:


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -