> Hi All
>
>
> My manifest file looks like this
> {
>      "info" : {
>            "name" : "MyApp",
>            .....
>            "version" : "1.3.5-2012",
>      }
>      "provides" : {
>            "namespace" : "myapp",
>            .....
>      }
> }
>
> Could someone tell me how to get this info within the application?
> I am specifically interested in info.version

I'm afraid this is not yet included in the generated script, but you can
open a bug for this if you wish. Meanwhile, I suggest you duplicate this
information in the config.json, in a suitable "environment" key (like
"myapp.version": "1.3.5-2012"). From there you can retrieve it with
qx.core.Environment.get("myapp.version").

T.




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to