Help publishing from one repository to another repository

2010-09-17 Thread Scott Goldstein
I'm trying to write a java app that will publish artifacts from one repository to another. The problem I'm running into seems to be caused by the PublishEngine behavior with respect to revision. Specifically, in my first repository, the revision is the build number. In my second repository, t

Propogating properties up

2006-05-05 Thread Scott Goldstein
I have the following situation: Build file 1: ... ... Build file 1 in directory subproject: I'd like the property, "junit.fail" to be visible in the first build file. In other words, I want the property to propagate upwards. Is this possible? Thank you