Hi, > Here is my config.json: http://dpaste.com/hold/704405/ > Here is part of main script ("source") with is generated by 1.5: > > var libinfo = > {"__out__":{"sourceUri":"script"},"aurore":{"resourceUri":"../source/resource","sourceUri":"../source/class","version":"0.1.01"},"qx":{"resourceUri":"/qooxdoo/framework/source/resource","sourceUri":"/qooxdoo/framework/source/class","version":"1.5"}}; > > And this uri's are correct. > > Here is part of main script ("source") with is generated by 1.6: > > var libinfo = > {"__out__":{"sourceUri":"script"},"aurore":{"resourceUri":"../source/resource","sourceUri":"../source/class"},"qx":{"resourceUri":"../../../../sdk/qooxdoo/framework/source/resource","sourceUri":"../../../../sdk/qooxdoo/framework/source/class"}}; > > And this is incorrect and source version doesn't work.
I've looked at your config, and you are right. This is a regression in 1.6. Please open a bug for it, and also include the "libraries" key from your config. > > As I understand documentation says: > /You define a local "libraries" job and provide it with a library key. > This > job will be used automatically by most of the standard jobs (source, > build, > etc.), and thus your listed libraries will be used in multiple jobs (not > just one as above)/, first one seems to be correct behavior. Am I right? Yes. The 'uri' parameter in your config.json should be honored. T. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
