提交 494ac302 编写于 作者: J Jesse Farinacci 提交者: jesse

fix location of mailing lists reported when stack traces are shown in job log

上级 70f863d1
......@@ -22,4 +22,4 @@
blurb=\
The web container doesn't seem to be configured to do authentication. \
Check the container documentation and/or also consult <tt>users@hudson.dev.java.net</tt>
Check the container documentation and/or also consult <tt>hudson-users@googlegroups.com</tt>
......@@ -21,4 +21,4 @@
# THE SOFTWARE.
blurb=Web containeren ser ikke ud til at v\u00e6re konfigureret til brugergodkendelse. \
Check containerens dokumentation og/eller r\u00e5df\u00f8r dig med <tt>users@hudson.dev.java.net</tt>
Check containerens dokumentation og/eller r\u00e5df\u00f8r dig med <tt>hudson-users@googlegroups.com</tt>
......@@ -23,4 +23,4 @@
blurb=\
Der Web-Container scheint nicht für Benutzerauthentifizierung konfiguriert \
worden zu sein. Prüfen Sie die Dokumentation des Containers und/oder die Mailingliste \
für Hudson Anwender <tt>users@hudson.dev.java.net</tt>
für Hudson Anwender <tt>hudson-users@googlegroups.com</tt>
......@@ -21,5 +21,5 @@
# THE SOFTWARE.
blurb=El contenedor de servlets parece no estar configurado para autenticación. \
Echa un vistazo a la documentación del contenedor y/o consulta <tt>users@hudson.dev.java.net</tt>
Echa un vistazo a la documentación del contenedor y/o consulta <tt>hudson-users@googlegroups.com</tt>
......@@ -22,5 +22,5 @@
blurb=\
\u30A6\u30A7\u30D6\u30B3\u30F3\u30C6\u30CA\u30FC\u304C\u8A8D\u8A3C\u3059\u308B\u3088\u3046\u306B\u8A2D\u5B9A\u3055\u308C\u3066\u3044\u306A\u3044\u3088\u3046\u3067\u3059\u3002\
\u30B3\u30F3\u30C6\u30CA\u30FC\u306E\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u53C2\u8003\u306B\u3059\u308B\u304B\u3001<tt>users@hudson.dev.java.net</tt>\u304B \
<tt>ja@hudson.dev.java.net</tt>\u306B\u554F\u3044\u5408\u308F\u305B\u3066\u304F\u3060\u3055\u3044\u3002
\u30B3\u30F3\u30C6\u30CA\u30FC\u306E\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u3092\u53C2\u8003\u306B\u3059\u308B\u304B\u3001<tt>hudson-users@googlegroups.com</tt>\u304B \
<tt>hudson-ja@googlegroups.com</tt>\u306B\u554F\u3044\u5408\u308F\u305B\u3066\u304F\u3060\u3055\u3044\u3002
......@@ -22,6 +22,6 @@
# \
# The web container doesn't seem to be configured to do authentication. \
# Check the container documentation and/or also consult <tt>users@hudson.dev.java.net</tt>
blurb=O container de servlets parece n\u00e3o estar configurado para fazer autentica\u00e7\u00e3o. <tt>users@hudson.dev.java.net</tt>
# Check the container documentation and/or also consult <tt>hudson-users@googlegroups.com</tt>
blurb=O container de servlets parece n\u00e3o estar configurado para fazer autentica\u00e7\u00e3o. <tt>hudson-users@googlegroups.com</tt>
......@@ -571,7 +571,7 @@ public class MavenModuleSetBuild extends AbstractMavenBuild<MavenModuleSet,Maven
return Result.FAILURE;
} catch (RuntimeException e) {
// bug in the code.
e.printStackTrace(listener.error("Processing failed due to a bug in the code. Please report this to users@hudson.dev.java.net"));
e.printStackTrace(listener.error("Processing failed due to a bug in the code. Please report this to hudson-users@googlegroups.com"));
logger.println("project="+project);
logger.println("project.getModules()="+project.getModules());
logger.println("project.getRootModule()="+project.getRootModule());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册