-
19 May 2010 7:37 AM #1
Bug: output directory creation
Bug: output directory creation
Hello,
I am trying to port some .jsb projects to .jsb2. I've created a XSLT that does the job pretty automatically. There is one bug with JSBuilder2 that I came over - JSBuilder2 crashes on processing resources (if the resource is intended to be in a subdirectory), ie:
In this case JSBuilder2 reads the 'src' and tries to copy the resource to dest (given arbitrary homeDir), but it fails as homeDir+dest does not exist. Once the directory structure (for homeDir+dest) is created manually it goes well.Code:resources: [{ src: 'Filetree/filetree.css', dest: 'Filetree/filetree.css', filters: '.*' },{
Note, that this worked well in JSBuilder1.
Thanks,
Gregory Dymarek
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote