In the past weeks, most, if not all of the times I'm doing a svn update and trying to perform a clean build from the trunk I've experiencing build failures.. Do we have any rules or best practices in place to help increase the build stability of our trunk code ? If nothing is in place, should we recommend something ?
Here is a bat file I use to perform a clean build : ============= set TUSCANY_HOME=x:\java set TUSCANY_REPO=C:\Documents and Settings\lresende\.m2\repository\org\apache\tuscany x: cd %TUSCANY_HOME% call mvn clean > ..\mvnclean.log call svn update > ..\svnupdate.log rmdir /q /s %TUSCANY_REPO% call mvn > ..\mvn.log cd %TUSCANY_HOME% ================ -- Luciano Resende http://people.apache.org/~lresende
