You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Tom Rynne <to...@net-imps.com> on 2000/11/09 18:59:15 UTC

incrimental ejbc

sorry to ask two questions on the same day (thanks for the last tip)

I'm building ejbs (with weblogic) so i have to run weblogic.ejbc against
each ejb jar file. The script does that but I'd like it to be incrimental.
ie. only if the classfiles or deployment descriptors in the original jar
have changed.

This is quite important as the ejbc stage takes about 30seconds per jar.

thanks again
Tom