-merged from trunk -r697047
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches@697061
13f79535-47bb-0310-9956-
ffa450edef68
}
if ( !file.exists() || !file.isDirectory() )
{
- throw new IOException( "unable to add repository - can not create the root directory: " + file );
+ throw new IOException( "Unable to add repository - no write access, can not create the root directory: " + file );
}
configuration.addManagedRepository( repository );
<h1>Admin: Add Managed Repository</h1>
<div id="contentArea">
-
+ <ww:actionerror/>
<ww:actionmessage/>
<ww:form method="post" action="addRepository!commit" namespace="/admin" validate="true">
<ww:textfield name="repository.id" label="Identifier" size="10" required="true"/>