Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 0.9.1
-
Fix Version/s: 0.9.2-beta-3, 1.2.0
-
Component/s: None
-
Labels:None
-
Environment:Ubuntu 10.04 amd64, using griffon 0.9.1
-
Number of attachments :
Description
Using command line griffon run-app. The choose between RunApp and RunApplet is always proposed.
Is there no way to directly execute RunApp target?
Quoting this blog post (http://www.jroller.com/aalmiray/entry/griffon_0_9_sneak_peek) is should be feasible that's why I think it may be a bug:
It's worth mentioning that if you write out the full name of a target then it will work as before, even if there is multiple potential matches. This means that typing griffon run-app will invoke the RunApp script and will not give you a choice between RunApp and RunApplet.
Can't reproduce in latest trunk. Typing griffon run-app results in the expected behavior (running the app in standalone mode). However using rA still gives you a choice given that the script name is ambiguos
Alternatives to running the application in standalone mode ar