eclipse - Incrementally compiling java source files -
i want compile changed changed java source files. know eclipse doing inside jdt plugin . question , possible without eclipse installtion ?
i meant possible small subset of jars eclipse plugins , use compiler compile changed java files through ant script ?
thanks jijoy
both ant , maven know how compile files have changed, or depend on files have changed. in case of maven, happens default. ant using depend task.
you need aware of limitations of these mechanisms. in particular, ant depend task not detect kinds of dependencies not made explicit in java class file format.
Comments
Post a Comment