anjuta r3934 - in trunk: . plugins/project-wizard/templates



Author: sgranjoux
Date: Sat May 17 16:00:30 2008
New Revision: 3934
URL: http://svn.gnome.org/viewvc/anjuta?rev=3934&view=rev

Log:
	* plugins/project-wizard/templates/terminal.wiz,
	plugins/project-wizard/templates/xlib-dock.wiz,
	plugins/project-wizard/templates/wxwin.wiz,
	plugins/project-wizard/templates/java.wiz,
	plugins/project-wizard/templates/django.wiz,
	plugins/project-wizard/templates/gnome.wiz,
	plugins/project-wizard/templates/anjuta-plugin.wiz,
	plugins/project-wizard/templates/gtkmm.wiz,
	plugins/project-wizard/templates/python.wiz,
	plugins/project-wizard/templates/cpp.wiz,
	plugins/project-wizard/templates/sdl.wiz,
	plugins/project-wizard/templates/gtk.wiz,
	plugins/project-wizard/templates/minimal.wiz,
	plugins/project-wizard/templates/xlib.wiz,
	plugins/project-wizard/templates/gcj.wiz:
	Fix #533346: Create project in path with spaces fails


Modified:
   trunk/ChangeLog
   trunk/plugins/project-wizard/templates/anjuta-plugin.wiz
   trunk/plugins/project-wizard/templates/cpp.wiz
   trunk/plugins/project-wizard/templates/django.wiz
   trunk/plugins/project-wizard/templates/gcj.wiz
   trunk/plugins/project-wizard/templates/gnome.wiz
   trunk/plugins/project-wizard/templates/gtk.wiz
   trunk/plugins/project-wizard/templates/gtkmm.wiz
   trunk/plugins/project-wizard/templates/java.wiz
   trunk/plugins/project-wizard/templates/minimal.wiz
   trunk/plugins/project-wizard/templates/python.wiz
   trunk/plugins/project-wizard/templates/sdl.wiz
   trunk/plugins/project-wizard/templates/terminal.wiz
   trunk/plugins/project-wizard/templates/wxwin.wiz
   trunk/plugins/project-wizard/templates/xlib-dock.wiz
   trunk/plugins/project-wizard/templates/xlib.wiz

Modified: trunk/plugins/project-wizard/templates/anjuta-plugin.wiz
==============================================================================
--- trunk/plugins/project-wizard/templates/anjuta-plugin.wiz	(original)
+++ trunk/plugins/project-wizard/templates/anjuta-plugin.wiz	Sat May 17 16:00:30 2008
@@ -109,6 +109,6 @@
 </content>
 
 <action>
-	<run command="sh -c 'cd [+Destination+] &amp;&amp; ./autogen.sh'"/>
+	<run command="sh -c &quot;cd [+(raw-shell-str (get "Destination"))+] &amp;&amp; ./autogen.sh&quot;"/>
 	<open file="[+Destination+]/[+NameHLower+].anjuta"/>
 </action>

Modified: trunk/plugins/project-wizard/templates/cpp.wiz
==============================================================================
--- trunk/plugins/project-wizard/templates/cpp.wiz	(original)
+++ trunk/plugins/project-wizard/templates/cpp.wiz	Sat May 17 16:00:30 2008
@@ -80,6 +80,6 @@
 
 
 <action>
-	<run command="sh -c 'cd [+Destination+] &amp;&amp; ./autogen.sh'"/>
+	<run command="sh -c &quot;cd [+(raw-shell-str (get "Destination"))+] &amp;&amp; ./autogen.sh&quot;"/>
 	<open file="[+Destination+]/[+NameHLower+].anjuta"/>
 </action>

Modified: trunk/plugins/project-wizard/templates/django.wiz
==============================================================================
--- trunk/plugins/project-wizard/templates/django.wiz	(original)
+++ trunk/plugins/project-wizard/templates/django.wiz	Sat May 17 16:00:30 2008
@@ -23,7 +23,7 @@
 </content>
 
 <action>
-	<run command="sh -c 'cd [+Destination+] &amp;&amp; django-admin.py startproject [+NameHLower+]'"/>
+	<run command="sh -c &quot;cd [+(raw-shell-str (get "Destination"))+] &amp;&amp; django-admin.py startproject [+NameHLower+]&quot"/>
 	<open file="[+Destination+]/[+NameHLower+].anjuta"/>
 	<open file="[+Destination+]/[+NameHLower+]/settings.py"/>
 </action>

Modified: trunk/plugins/project-wizard/templates/gcj.wiz
==============================================================================
--- trunk/plugins/project-wizard/templates/gcj.wiz	(original)
+++ trunk/plugins/project-wizard/templates/gcj.wiz	Sat May 17 16:00:30 2008
@@ -86,6 +86,6 @@
 </content>
 
 <action>
-	<run command="sh -c 'cd [+Destination+] &amp;&amp; ./autogen.sh'"/>
+	<run command="sh -c &quot;cd [+(raw-shell-str (get "Destination"))+] &amp;&amp; ./autogen.sh&quot;"/>
 	<open file="[+Destination+]/[+NameHLower+].anjuta"/>
 </action>

Modified: trunk/plugins/project-wizard/templates/gnome.wiz
==============================================================================
--- trunk/plugins/project-wizard/templates/gnome.wiz	(original)
+++ trunk/plugins/project-wizard/templates/gnome.wiz	Sat May 17 16:00:30 2008
@@ -87,6 +87,6 @@
 </content>
 
 <action>
-	<run command="sh -c 'cd [+Destination+] &amp;&amp; ./autogen.sh'"/>
+	<run command="sh -c &quot;cd [+(raw-shell-str (get "Destination"))+] &amp;&amp; ./autogen.sh&quot;"/>
 	<open file="[+Destination+]/[+NameHLower+].anjuta"/>
 </action>

Modified: trunk/plugins/project-wizard/templates/gtk.wiz
==============================================================================
--- trunk/plugins/project-wizard/templates/gtk.wiz	(original)
+++ trunk/plugins/project-wizard/templates/gtk.wiz	Sat May 17 16:00:30 2008
@@ -83,6 +83,6 @@
 </content>
 
 <action>
-	<run command="sh -c 'cd [+Destination+] &amp;&amp; ./autogen.sh'"/>
+	<run command="sh -c &quot;cd [+(raw-shell-str (get "Destination"))+] &amp;&amp; ./autogen.sh&quot;"/>
 	<open file="[+Destination+]/[+NameHLower+].anjuta"/>
 </action>

Modified: trunk/plugins/project-wizard/templates/gtkmm.wiz
==============================================================================
--- trunk/plugins/project-wizard/templates/gtkmm.wiz	(original)
+++ trunk/plugins/project-wizard/templates/gtkmm.wiz	Sat May 17 16:00:30 2008
@@ -82,6 +82,6 @@
 </content>
 
 <action>
-	<run command="sh -c 'cd [+Destination+] &amp;&amp; ./autogen.sh'"/>
+	<run command="sh -c &quot;cd [+(raw-shell-str (get "Destination"))+] &amp;&amp; ./autogen.sh&quot;"/>
 	<open file="[+Destination+]/[+NameHLower+].anjuta"/>
 </action>

Modified: trunk/plugins/project-wizard/templates/java.wiz
==============================================================================
--- trunk/plugins/project-wizard/templates/java.wiz	(original)
+++ trunk/plugins/project-wizard/templates/java.wiz	Sat May 17 16:00:30 2008
@@ -82,6 +82,6 @@
 </content>
 
 <action>
-	<run command="sh -c 'cd [+Destination+] &amp;&amp; ./autogen.sh'"/>
+	<run command="sh -c &quot;cd [+(raw-shell-str (get "Destination"))+] &amp;&amp; ./autogen.sh&quot;"/>
 	<open file="[+Destination+]/[+NameHLower+].anjuta"/>
 </action>

Modified: trunk/plugins/project-wizard/templates/minimal.wiz
==============================================================================
--- trunk/plugins/project-wizard/templates/minimal.wiz	(original)
+++ trunk/plugins/project-wizard/templates/minimal.wiz	Sat May 17 16:00:30 2008
@@ -59,6 +59,6 @@
 </content>
 
 <action>
-	<run command="sh -c 'cd [+Destination+] &amp;&amp; ./autogen.sh'"/>
+	<run command="sh -c &quot;cd [+(raw-shell-str (get "Destination"))+] &amp;&amp; ./autogen.sh&quot;"/>
 	<open file="[+Destination+]/[+NameHLower+].anjuta"/>
 </action>

Modified: trunk/plugins/project-wizard/templates/python.wiz
==============================================================================
--- trunk/plugins/project-wizard/templates/python.wiz	(original)
+++ trunk/plugins/project-wizard/templates/python.wiz	Sat May 17 16:00:30 2008
@@ -82,6 +82,6 @@
 </content>
 
 <action>
-	<run command="sh -c 'cd [+Destination+] &amp;&amp; ./autogen.sh'"/>
+	<run command="sh -c &quot;cd [+(raw-shell-str (get "Destination"))+] &amp;&amp; ./autogen.sh&quot;"/>
 	<open file="[+Destination+]/[+NameHLower+].anjuta"/>
 </action>

Modified: trunk/plugins/project-wizard/templates/sdl.wiz
==============================================================================
--- trunk/plugins/project-wizard/templates/sdl.wiz	(original)
+++ trunk/plugins/project-wizard/templates/sdl.wiz	Sat May 17 16:00:30 2008
@@ -71,6 +71,6 @@
 </content>
 
 <action>
-	<run command="sh -c 'cd [+Destination+] &amp;&amp; ./autogen.sh'"/>
+	<run command="sh -c &quot;cd [+(raw-shell-str (get "Destination"))+] &amp;&amp; ./autogen.sh&quot;"/>
 	<open file="[+Destination+]/[+NameHLower+].anjuta"/>
 </action>

Modified: trunk/plugins/project-wizard/templates/terminal.wiz
==============================================================================
--- trunk/plugins/project-wizard/templates/terminal.wiz	(original)
+++ trunk/plugins/project-wizard/templates/terminal.wiz	Sat May 17 16:00:30 2008
@@ -71,6 +71,6 @@
 </content>
 
 <action>
-	<run command="sh -c 'cd [+Destination+] &amp;&amp; ./autogen.sh'"/>
+	<run command="sh -c &quot;cd [+(raw-shell-str (get "Destination"))+] &amp;&amp; ./autogen.sh&quot;"/>
 	<open file="[+Destination+]/[+NameHLower+].anjuta"/>
 </action>

Modified: trunk/plugins/project-wizard/templates/wxwin.wiz
==============================================================================
--- trunk/plugins/project-wizard/templates/wxwin.wiz	(original)
+++ trunk/plugins/project-wizard/templates/wxwin.wiz	Sat May 17 16:00:30 2008
@@ -76,6 +76,6 @@
 </content>
 
 <action>
-	<run command="sh -c 'cd [+Destination+] &amp;&amp; ./autogen.sh'"/>
+	<run command="sh -c &quot;cd [+(raw-shell-str (get "Destination"))+] &amp;&amp; ./autogen.sh&quot;"/>
 	<open file="[+Destination+]/[+NameHLower+].anjuta"/>
 </action>

Modified: trunk/plugins/project-wizard/templates/xlib-dock.wiz
==============================================================================
--- trunk/plugins/project-wizard/templates/xlib-dock.wiz	(original)
+++ trunk/plugins/project-wizard/templates/xlib-dock.wiz	Sat May 17 16:00:30 2008
@@ -82,6 +82,6 @@
 </content>
 
 <action>
-	<run command="sh -c 'cd [+Destination+] &amp;&amp; ./autogen.sh'"/>
+	<run command="sh -c &quot;cd [+(raw-shell-str (get "Destination"))+] &amp;&amp; ./autogen.sh&quot;"/>
 	<open file="[+Destination+]/[+NameHLower+].anjuta"/>
 </action>

Modified: trunk/plugins/project-wizard/templates/xlib.wiz
==============================================================================
--- trunk/plugins/project-wizard/templates/xlib.wiz	(original)
+++ trunk/plugins/project-wizard/templates/xlib.wiz	Sat May 17 16:00:30 2008
@@ -77,6 +77,6 @@
 </content>
 
 <action>
-	<run command="sh -c 'cd [+Destination+] &amp;&amp; ./autogen.sh'"/>
+	<run command="sh -c &quot;cd [+(raw-shell-str (get "Destination"))+] &amp;&amp; ./autogen.sh&quot;"/>
 	<open file="[+Destination+]/[+NameHLower+].anjuta"/>
 </action>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]