开发者

groovy ant task

开发者 https://www.devze.com 2022-12-08 17:49 出处:网络
I\'m using the groovy ant ta开发者_JS百科sk to compile my groovy files, but it seems like groovy locks the jar file so it can\'t be moved, deleted, signed, etc. Has anyone run into this bug before and

I'm using the groovy ant ta开发者_JS百科sk to compile my groovy files, but it seems like groovy locks the jar file so it can't be moved, deleted, signed, etc. Has anyone run into this bug before and have a workaround? Seems weird that if I run the groovy ant task and compile to a jar file that groovy doesn't release that jar file.

thanks,

Jeff


Does the file get released once the ant build is complete? If this is the case try setting fork="true" on the groovy task so that another JVM is created, rather than Groovy sharing Ant's JVM. This means once Groovy is complete the forked JVM will be disposed and the lock should be freed.

If the lock persists after the Ant build completes, could you provide a bit more detail on what you're doing with Groovy?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号