Author: andreapatricelli
Date: Fri Sep 12 08:56:27 2014
New Revision: 1624479

URL: http://svn.apache.org/r1624479
Log:
added auto-creation feature to installer for syncope working directories

Modified:
    syncope/branches/1_2_X/installer/src/main/resources/izpack/userInputSpec.xml

Modified: 
syncope/branches/1_2_X/installer/src/main/resources/izpack/userInputSpec.xml
URL: 
http://svn.apache.org/viewvc/syncope/branches/1_2_X/installer/src/main/resources/izpack/userInputSpec.xml?rev=1624479&r1=1624478&r2=1624479&view=diff
==============================================================================
--- 
syncope/branches/1_2_X/installer/src/main/resources/izpack/userInputSpec.xml 
(original)
+++ 
syncope/branches/1_2_X/installer/src/main/resources/izpack/userInputSpec.xml 
Fri Sep 12 08:56:27 2014
@@ -45,15 +45,15 @@ under the License.
     </field>
     <field type="space"/>
     <field type="dir" variable="mvn.conf.directory">
-      <spec id="archetype.mvn.conf.directory" size="20" 
set="/var/tmp/syncope/conf"/>
+      <spec id="archetype.mvn.conf.directory" size="20" 
set="/var/tmp/syncope/conf" mustExist="false" create="true"/>
     </field>
     <field type="space"/>
     <field type="dir" variable="mvn.log.directory">
-      <spec id="archetype.mvn.log.directory" size="20" 
set="/var/tmp/syncope/log"/>
+      <spec id="archetype.mvn.log.directory" size="20" 
set="/var/tmp/syncope/log" mustExist="false" create="true"/>
     </field>
     <field type="space"/>
     <field type="dir" variable="mvn.bundle.directory">
-      <spec id="archetype.mvn.bundle.directory" size="20" 
set="/var/tmp/syncope/bundles"/>
+      <spec id="archetype.mvn.bundle.directory" size="20" 
set="/var/tmp/syncope/bundles" mustExist="false" create="true"/>
     </field>
     <field type="space"/>
     <field type="text" variable="mvn.syncope.version">


Reply via email to