[jboss-dev-forums] [Design of JBoss Build System] - Re: Incremental changes and building AS trunk
pgier
do-not-reply at jboss.com
Mon Jun 22 09:48:14 EDT 2009
The distribution build uses the Ant copy task to copy jar files from the local maven repository (~/.m2/repository). It's possible that if the file copied in the first build had a newer timestamp than the newer version jar in the local maven repo, that ant would skip the copy. I'm not sure if this is the cause of what you saw, but it seems possible.
I'm not sure what is the best way to fix this. I could set the copy tasks to overwrite=true, to force a copy every time, but this might slow down incremental builds a little bit.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239103#4239103
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239103
More information about the jboss-dev-forums
mailing list