Le 25/09/12 13:37, Mattmann, Chris A (388J) a écrit :
Sure +1 to starting to deploy SNAPSHOTS to [email protected] I think
that would be great....
Done. Actually I didn't had to configure anything. Just adding "deploy"
on Jenkins worked well, since the parent Apache pom.xml already declared
all necessary configuration. The artifacts are now available there:
https://repository.apache.org/content/repositories/snapshots/org/apache/sis/
However we still have a random " java.net.BindException: Address already
in use" build failure in sis-webapp. We are apparently not the only
project to have switched from port 8080 to 8081. Possible actions are:
1. Do nothing and live with the fact that those random build failures
are reasonable rare (however if we suffer from build failures, we
may also be causing build failures to the other project using that
port, unless their build is sophisticated enough for searching an
unused port).
2. Chose a slightly less common port number (8082?)
3. Implement some mechanism for searching an unused port number (anyone
know how to do that?)
4. Create a wiki page and ask all Apache projects to document the port
numbers they are using for their Jenkins build, so anyone can pickup
an unused port.
My preferred approach would be 4 (if someone had energy for that), but
I'm not sure it is realistic. Otherwise I think we can live with options
1 or 2.
Martin