You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ca...@apache.org on 2006/08/17 02:57:29 UTC

svn commit: r432091 - /maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties

Author: carlos
Date: Wed Aug 16 17:57:29 2006
New Revision: 432091

URL: http://svn.apache.org/viewvc?rev=432091&view=rev
Log:
[CONTINUUM-776] improve error messages

Modified:
    maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties

Modified: maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties?rev=432091&r1=432090&r2=432091&view=diff
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/resources/localization/Continuum.properties Wed Aug 16 17:57:29 2006
@@ -108,7 +108,7 @@
 add.project.malformed.url.error = The URL provided is malformed.
 add.project.xml.parse.error = The XML content of the POM can not be parsed.
 add.project.extend.error = Cannot use a POM with an 'extend' element.
-add.project.missing.pom.error = Unable to read the POM file.
+add.project.missing.pom.error = POM file does not exist.
 add.project.missing.groupid.error = Missing 'groupId' element in the POM.
 add.project.missing.artifactid.error = Missing 'artifactId' element in the POM.
 add.project.missing.version.error = Missing 'version' element in the POM.
@@ -119,7 +119,7 @@
 add.project.missing.notifier.type.error = Missing 'type' sub-element in the 'notifier' element in the POM. 
 add.project.missing.notifier.configuration.error = Missing 'configuration' sub-element in the 'notifier' element in the POM.
 add.project.metadata.transfer.error = Transfer of Metadata has failed.
-add.project.unknown.error = The specified resource cannot be accessed.
+add.project.unknown.error = The specified resource cannot be accessed. Please try again later or contact your administrator.
 
 # ----------------------------------------------------------------------
 # Page: AddMavenOneProject