On 31 January 2013 09:33, Mark Thomas <[email protected]> wrote: > On 31/01/2013 09:29, Continuum@vmbuild wrote: >> Default Ant Build Definition >> MIME-Version: 1.0 >> Content-Type: text/plain; charset=us-ascii >> Content-Transfer-Encoding: 7bit >> X-Continuum-Build-Host: vmbuild >> X-Continuum-Project-Id: 283 >> X-Continuum-Project-Name: Commons DBCP 1.4.x >> >> Online report : >> http://vmbuild.apache.org/continuum/buildResult.action?buildId=26033&projectId=283 > > I'm trying to add a DBCP 1.4.x build (with Java 6) to Continuum. > > If I build with Maven the build fails because the JDBC 4.1 methods are > not fitered out. > > If I build with Ant the build fails because the dependencies are missing. > > Any hints?
Where does Ant expect to find the dependencies? Perhaps you can override the property to point to the Continuum repo. > I will add a 1.4.x with Java 7 build as well. That needs Java 7 installed, with suitable property setting in settings.xml so the -Pjava-1.7 profile will work. I had problems trying to create a second Continuum build with the same Maven coords (but different SVN URL). I expect it would be OK if one build is Ant and the other Maven. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
