This content has been marked as final.
Show 2 replies
-
1. Re: Incremental changes and building AS trunk
pgier Jun 22, 2009 9:48 AM (in response to jaikiran)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. -
2. Re: Incremental changes and building AS trunk
jaikiran Jun 22, 2009 1:58 PM (in response to jaikiran)I'll collect more info the next time i try something on trunk, to ensure that its the timestamp problem.