Hi out there!
Just wrote a little patch for the build.xml phing project file.
It does chmod the cache-dir to mode 755 that the user has not to set the
permissions on his own when creating a agavi project via the phing
frontend.
I hope this can enter in agavi, as it is a fairly simple patch.
greets
benny
--- build.xml 2005-09-04 14:16:26.000000000 +0000
+++ build.xml.new 2005-09-08 22:07:11.000000000 +0000
@@ -57,6 +57,7 @@
</copy>
<mkdir dir="${project.dir}/www/modpub"/>
<mkdir dir="${webapp.dir}/cache"/>
+ <chmod file="${webapp.dir}/cache" mode="755"/>
<copy file="buildtools/code_templates/config.php.tmpl" tofile="${webapp.dir}/config.php">
<filterchain>
<replacetokens begintoken="%%" endtoken="%%">
_______________________________________________
agavi-dev mailing list
[email protected]
http://labworkz.com/cgi-bin/mailman/listinfo/agavi-dev