-
30 Apr 2012 7:46 AM #1
topInstanceFileMap in my.xds file contains invalid paths
topInstanceFileMap in my.xds file contains invalid paths
Here's a section of my test2.xds file:
The first two of those 3 paths for each UUID section do not exist on my system. No "metadata/view/ folder and no "app/view/override/" folder. Needless to say therefore the files don't exist either...Code:"topInstanceFileMap": { "6a4dc9a1-fcc0-415f-a2f1-d5729596aa7e": { "paths": [ "metadata/view/MainNav", "app/view/override/MainNav.js", "app/view/MainNav.js" ], "className": "MainNav" }, "579227a1-a60b-4acc-9ff2-12f3cc6d5cce": { "paths": [ "metadata/view/SearchResultsContainer", "app/view/override/SearchResultsContainer.js", "app/view/SearchResultsContainer.js" ], "className": "SearchResultsContainer" },
I'm on Windows XP.
-
30 Apr 2012 10:32 AM #2
Are you encountering an error when using the application? If not, I'll close the bug report.
These file paths are there intentionally even if they might not exist yet.Aaron Conran
@aconran
Sencha Architect Development Team
-
30 Apr 2012 10:51 AM #3
no error
no error
no error. A college was getting a warning about not being able to find the metadata folder when he tried to open my project.
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote