On 29/03/2010, Brett Randall <[email protected]> wrote: > In relation to the long-outstanding build failure of BSF: > http://vmgump.apache.org/gump/public/jakarta-bsf3/jakarta-bsf3/gump_work/build_jakarta-bsf3_jakarta-bsf3.html > > I'd like to check the contents of the file > /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml . Is that file > publicly available, and/or how can I review its contents? I'm wondering if > the Gump local repository location for project builds changed in a way > incompatible with the BSF/Gump build some time ago.
$ ls -l /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml -rw-r--r-- 1 gump gump 1127 2010-03-30 16:08 /srv/gump/public/workspace/jakarta-bsf3/gump_mvn_settings.xml ======= cut here ======== <?xml version="1.0"?> <!-- # DO NOT EDIT DO NOT EDIT DO NOT EDIT DO NOT EDIT DO NOT EDIT DO NOT EDIT DO NOT EDIT # # File Automatically Generated by Gump, see http://gump.apache.org/ # # Generated For : jakarta-bsf3 # Generated At : 2010-03-30 08:08:02 # # # DO NOT EDIT DO NOT EDIT DO NOT EDIT DO NOT EDIT DO NOT EDIT DO NOT EDIT DO NOT EDIT --> <settings> <localRepository>/srv/gump/public/workspace/mvnlocalrepo</localRepository><mirrors> <mirror> <id>gump-central</id> <name>Gump proxying central</name> <url>http://localhost:8192/maven2</url> <mirrorOf>central</mirrorOf> </mirror> <mirror> <id>gump-apache.snapshots</id> <name>Gump proxying apache.snapshots</name> <url>http://localhost:8192/repo/m2-snapshot-repository</url> <mirrorOf>apache.snapshots</mirrorOf> </mirror> <mirror> <id>gump-maven2-repository.dev.java.net</id> <name>Gump proxying maven2-repository.dev.java.net</name> <url>http://localhost:8192/maven/2</url> <mirrorOf>maven2-repository.dev.java.net</mirrorOf> </mirror></mirrors></settings> ============ cut here =========== > Thanks > > Brett > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
