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:
- "what ant build?".
- make sure java project builder (if not, default, eclipse proposes ant), in "eclipse won't compile/run java file"
Comments
Post a Comment