|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
[gatewiki-commits] SF.net SVN: gatewiki:[1807] trunk/cowRevision: 1807
http://gatewiki.svn.sourceforge.net/gatewiki/?rev=1807&view=rev Author: hcunningham Date: 2009-11-11 15:30:49 +0000 (Wed, 11 Nov 2009) Log Message: ----------- move ~/.grails to cow/dot-grails to avoid server start conflicts Modified Paths: -------------- trunk/cow/build.xml trunk/cow/doc/cow-backlog.html trunk/cow/doc/cow-backlog.yam trunk/cow/doc/cow-done.html trunk/cow/doc/cow-done.yam trunk/cow/doc/gatewiki.html trunk/cow/doc/gatewiki.yam Modified: trunk/cow/build.xml =================================================================== --- trunk/cow/build.xml 2009-11-11 14:42:36 UTC (rev 1806) +++ trunk/cow/build.xml 2009-11-11 15:30:49 UTC (rev 1807) @@ -28,7 +28,8 @@ <!-- internal locations --> <property name="src.dir" value="src" /> - <property name="grails.project.dir" value="${user.home}/.grails/${app.grails.version}/projects/cow" /> + <property name="grails.work.dir" value="dot-grails" /> + <property name="grails.project.dir" value="${grails.work.dir}/${app.grails.version}/projects/cow" /> <property name="web.test.dir" value="webtest" /> <property name="web.test.user.home" value="${user.dir}/${web.test.dir}/user-home" /> <property name="web.test.cowrc.d" value="${web.test.user.home}/.cowrc.d" /> @@ -74,7 +75,7 @@ /> <property name="grails-base" - value='${java.opts} GRAILS_HOME=${grails.dir} ${grails.dir}/bin/grails' + value='${java.opts} GRAILS_HOME=${grails.dir} ${grails.dir}/bin/grails -Dgrails.work.dir=${grails.work.dir}' /> <property name="os.shell" value="sh"/> <property name="os.shell.switches" value="-c"/> Modified: trunk/cow/doc/cow-backlog.html =================================================================== --- trunk/cow/doc/cow-backlog.html 2009-11-11 14:42:36 UTC (rev 1806) +++ trunk/cow/doc/cow-backlog.html 2009-11-11 15:30:49 UTC (rev 1807) @@ -137,7 +137,6 @@ <li>migration: set up duplicate of existing apache server first then do janet swap [IR, HC]</li> </ul></li> -<li>allow ordering of search results by recency [NA]</li> <li>some subset of misc bugs (below)</li> <li>analyse the security holes found by ratproxy [MG]</li> </ul> Modified: trunk/cow/doc/cow-backlog.yam =================================================================== --- trunk/cow/doc/cow-backlog.yam 2009-11-11 14:42:36 UTC (rev 1806) +++ trunk/cow/doc/cow-backlog.yam 2009-11-11 15:30:49 UTC (rev 1807) @@ -63,7 +63,6 @@ sins [HC] - migration: set up duplicate of existing apache server first then do janet swap [IR, HC] -- allow ordering of search results by recency [NA] - some subset of misc bugs (below) - analyse the security holes found by ratproxy [MG] Modified: trunk/cow/doc/cow-done.html =================================================================== --- trunk/cow/doc/cow-done.html 2009-11-11 14:42:36 UTC (rev 1806) +++ trunk/cow/doc/cow-done.html 2009-11-11 15:30:49 UTC (rev 1807) @@ -2359,5 +2359,7 @@ creates)</li> <li>ref in the tex4ht css in the gau cowguest.gsp.</li> </ul></li> +<li>allow ordering of search results by recency [NA]</li> +<li>move .grails to cow/dot-grails to avoid conflicts on server start</li> </ul> </body></html> Modified: trunk/cow/doc/cow-done.yam =================================================================== --- trunk/cow/doc/cow-done.yam 2009-11-11 14:42:36 UTC (rev 1806) +++ trunk/cow/doc/cow-done.yam 2009-11-11 15:30:49 UTC (rev 1807) @@ -1627,3 +1627,5 @@ (make sure that there's a .cow:no-iframe file in the directory that Tex4HT creates) - ref in the tex4ht css in the gau cowguest.gsp. +- allow ordering of search results by recency [NA] +- move .grails to cow/dot-grails to avoid conflicts on server start Modified: trunk/cow/doc/gatewiki.html =================================================================== --- trunk/cow/doc/gatewiki.html 2009-11-11 14:42:36 UTC (rev 1806) +++ trunk/cow/doc/gatewiki.html 2009-11-11 15:30:49 UTC (rev 1807) @@ -1048,6 +1048,8 @@ <li>assumes that ../gwt and ../grails contain GWT and Grails (see the properties defined in build.xml and change as necessary, or override in a build.properties file in the build directory)</li> +<li>puts the Grails work directory in dot-grails (to avoid conflicts between + multiple servers at startup time)</li> </ul> <p>To build CoW from a clean checkout, assuming that grails is in the same Modified: trunk/cow/doc/gatewiki.yam =================================================================== --- trunk/cow/doc/gatewiki.yam 2009-11-11 14:42:36 UTC (rev 1806) +++ trunk/cow/doc/gatewiki.yam 2009-11-11 15:30:49 UTC (rev 1807) @@ -446,6 +446,8 @@ - assumes that ../gwt and ../grails contain GWT and Grails (see the properties defined in build.xml and change as necessary, or override in a build.properties file in the build directory) +- puts the Grails work directory in dot-grails (to avoid conflicts between + multiple servers at startup time) To build CoW from a clean checkout, assuming that grails is in the same directory: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gatewiki-commits mailing list gatewiki-commits@... https://lists.sourceforge.net/lists/listinfo/gatewiki-commits |
| Free embeddable forum powered by Nabble | Forum Help |