Author: hansbak
Date: Thu Mar 19 08:21:03 2009
New Revision: 755871
URL:
http://svn.apache.org/viewvc?rev=755871&view=revLog:
some more descriptive text in the ant messages
Modified:
ofbiz/trunk/build.xml
Modified: ofbiz/trunk/build.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/build.xml?rev=755871&r1=755870&r2=755871&view=diff==============================================================================
--- ofbiz/trunk/build.xml (original)
+++ ofbiz/trunk/build.xml Thu Mar 19 08:21:03 2009
@@ -346,8 +346,8 @@
</java>
</target>
<target name="load-admin-user-login"
- description="Creates a user login with admin privileges and a temporary password equal to 'ofbiz'; after a succesful login the user will be prompted for a new password.">
- <fail message="userLoginId parameter is required to create a new admin user.">
+ description="Creates a user login with admin privileges and a temporary password equal to 'ofbiz'; after a succesful login the user will be prompted for a new password. Example command for the userLogin 'admin': ./ant load-admin-user-login -DuserLoginId=admin">
+ <fail message="userLoginId parameter is required. To add the parameter to the command for user admin: -DuserLoginId=admin">
<condition>
<not><isset property="userLoginId"/></not>
</condition>