Is there a way to export a Makefile from a Java Eclipse project? -


so have java project made of several classes, external jar files , executable java program. export whole code , external jars external directory , produce makefile build program dependencies. there automated way it?

thank you
tunnuz

i think understand question. of course if use external build system maven or ant, decoupling build process ide. (but in cases ide integrate pretty closely build tool.)

but if want continue building using eclipse , generate ant file 1 fine day, there tool that. called ebuild. leverages classpath information eclipse has , builds generic ant file out of it.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -