-
21 May 2007 9:50 PM #1
Broken file refrences in jsb files.
Broken file refrences in jsb files.
Hey, I just thought I'd bring it to your attention, but there are file references in the jsb that no longer exist in SVN. I found them while using the python builder script.
Lines 66-74:
Lines 142-145:Code:<include name="widgets\panel\Container.js" /> <include name="widgets\panel\ContainerLayout.js" /> <include name="widgets\panel\AutoLayout.js" /> <include name="widgets\panel\BorderLayout.js" /> <include name="widgets\panel\Panel.js" /> <include name="widgets\panel\TabPanel.js" /> <include name="widgets\panel\Window.js" /> <include name="widgets\panel\WindowManager.js" /> <include name="widgets\panel\Viewport.js" />
Lines 154-156:Code:<include name="experimental\GridView3.js" /> <include name="experimental\GridViewUI.js" /> <include name="experimental\UIEventHandler.js" /> <include name="experimental\ModelEventHandler.js" />
Lines 462-165:Code:<include name="widgets\panel\TreePanel.js" /> <include name="widgets\panel\Grid.js" /> <include name="experimental\GridExtensions.js" />
And in the resources.jsb.Code:<include name="experimental\GridView3.js" /> <include name="experimental\GridViewUI.js" /> <include name="experimental\ModelEventHandler.js" /> <include name="experimental\UIEventHandler.js" />
Lines 23
Lines 25-26Code:<include name="css\grid3.css" />
Lines 28-29Code:<include name="css\window.css" /> <include name="css\tabs2.css" />
Code:<include name="css\layout2.css" /> <include name="css\borders.css" />
-
21 May 2007 9:57 PM #2
They are real files that just haven't been checked in. They shouldn't cause problems as JSB will ignore them if they don't exist.
-
21 May 2007 10:24 PM #3
Ahh ok, thanks for clarifying that for me.
Thank you for reporting this bug. We will make it our priority to review this report.



Reply With Quote