You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2012/08/10 14:07:38 UTC

svn commit: r1371678 - in /tomcat/tc6.0.x/trunk: 53531.diff java/org/apache/catalina/startup/LocalStrings.properties src/

Author: kkolinko
Date: Fri Aug 10 12:07:37 2012
New Revision: 1371678

URL: http://svn.apache.org/viewvc?rev=1371678&view=rev
Log:
https://issues.apache.org/bugzilla/show_bug.cgi?id=53531
Followup to r1371355.
Add missing message, remove erroneously added files.

Removed:
    tomcat/tc6.0.x/trunk/53531.diff
    tomcat/tc6.0.x/trunk/src/
Modified:
    tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/LocalStrings.properties

Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/LocalStrings.properties
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/LocalStrings.properties?rev=1371678&r1=1371677&r2=1371678&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/LocalStrings.properties (original)
+++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/startup/LocalStrings.properties Fri Aug 10 12:07:37 2012
@@ -59,6 +59,7 @@ engineConfig.cce=Lifecycle event data ob
 engineConfig.start=EngineConfig: Processing START
 engineConfig.stop=EngineConfig: Processing STOP
 expandWar.copy=Error copying {0} to {1}
+expandWar.createFailed=Unable to create the directory [{0}]
 expandWar.deleteFailed=[{0}] could not be completely deleted. The presence of the remaining files may cause problems
 expandWar.illegalPath=The archive [{0}] is malformed and will be ignored: an entry contains an illegal path [{1}]
 hostConfig.appBase=Application base directory {0} does not exist



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


Re: svn commit: r1371678 - in /tomcat/tc6.0.x/trunk: 53531.diff java/org/apache/catalina/startup/LocalStrings.properties src/

Posted by Christopher Schultz <ch...@christopherschultz.net>.
Konstantin,

On 8/10/12 8:07 AM, kkolinko@apache.org wrote:
> Author: kkolinko
> Date: Fri Aug 10 12:07:37 2012
> New Revision: 1371678
> 
> URL: http://svn.apache.org/viewvc?rev=1371678&view=rev
> Log:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=53531
> Followup to r1371355.
> Add missing message, remove erroneously added files.
> 
> Removed:
>     tomcat/tc6.0.x/trunk/53531.diff
>     tomcat/tc6.0.x/trunk/src/

Bah. I really hate Eclipse's insistence that any file not under revision
control needs to be added-and-committed.

I'm really sorry for the pollution.

-chris