-
29 May 2011 11:25 PM #1Sencha - Community Support Team
- Join Date
- Nov 2007
- Location
- Helsingborg, Sweden
- Posts
- 2,455
- Vote Rating
- 49
[FIXED-SDKTOOLS-4] Invalid characters inserted into the combined all-file
[FIXED-SDKTOOLS-4] Invalid characters inserted into the combined all-file
I'm using the latest JSBuilder and when I combine my files into a JS all and a CSS all I get an invalid character at the end of each file in the combined file. Anyone had a similar issue? Here's my .jsb3
Code:{ "projectName" : "Ext Scheduler 2.0", "licenseText" : " * Ext Scheduler 2.0 * Copyright(c) 2009-2011 Bryntum AB * info@bryntum.com * http://www.bryntum.com/license", "pkgs" : [ { "name" : "Ext Scheduler", "id" : "ext-scheduler", "target" : "sch-all.js", "files" : [ { "path" : "js/Sch/util/Date.js" }, { "path" : "js/Sch/util/Debug.js" }, { "path" : "js/Sch/util/HeaderRenderers.js" }, { "path" : "js/Sch/ClockTemplate.js" }, { "path" : "js/Sch/Override.js" }, { "path" : "js/Sch/TimeAxis.js" }, { "path" : "js/Sch/Tooltip.js" }, { "path" : "js/Sch/column/Time.js" }, { "path" : "js/Sch/column/Resource.js" }, { "path" : "js/Sch/column/TimeFactory.js" }, { "path" : "js/Sch/data/EventStoreAdaptions.js" }, { "path" : "js/Sch/feature/AbstractTimeSpan.js" }, { "path" : "js/Sch/feature/DragCreator.js" }, { "path" : "js/Sch/feature/DragDrop.js" }, { "path" : "js/Sch/feature/ResizeZone.js" }, { "path" : "js/Sch/feature/Scheduling.js" }, { "path" : "js/Sch/header/Container.js" }, { "path" : "js/Sch/header/LockedHeader.js" }, { "path" : "js/Sch/header/TimeHeader.js" }, { "path" : "js/Sch/locale/sch-lang-en.js" }, { "path" : "js/Sch/mixin/Lockable.js" }, { "path" : "js/Sch/view/Abstract.js" }, { "path" : "js/Sch/view/Locking.js" }, { "path" : "js/Sch/view/View.js" }, { "path" : "js/Sch/panel/Abstract.js" }, { "path" : "js/Sch/panel/Panel.js" }, { "path" : "js/Sch/plugins/Lines.js" }, { "path" : "js/Sch/plugins/CurrentTimeline.js" }, { "path" : "js/Sch/plugins/DragSelector.js" }, { "path" : "js/Sch/plugins/EventEditor.js" }, { "path" : "js/Sch/plugins/Pan.js" }, { "path" : "js/Sch/plugins/SimpleEditor.js" }, { "path" : "js/Sch/plugins/SummaryColumn.js" }, { "path" : "js/Sch/plugins/Zones.js" }, { "path" : "js/Sch/plugins/TimeGap.js" }, { "path" : "js/Sch/preset/Manager.js" }, { "path" : "js/Sch/preset/ViewPreset.js" }, { "path" : "js/Sch/preset/BasicViewPresets.js" }, { "path" : "js/Sch/selection/EventModel.js" } ] }, { "name" : "Ext Scheduler Styles", "id" : "ext-scheduler-styles", "target" : "resources/css/sch-all.css", "files" : [ { "path" : "resources/css/ext.ux.daterangeselector.css" }, { "path" : "resources/css/sch.clocktemplate.css" }, { "path" : "resources/css/sch.event.css" }, { "path" : "resources/css/sch.feature.dragcreator.css" }, { "path" : "resources/css/sch.feature.dragdrop.css" }, { "path" : "resources/css/sch.feature.resizezone.css" }, { "path" : "resources/css/sch.header.timeheader.css" }, { "path" : "resources/css/sch.panel.panel.css" }, { "path" : "resources/css/sch.plugins.dragselector.css" }, { "path" : "resources/css/sch.plugins.eventeditor.css" }, { "path" : "resources/css/sch.plugins.lines.css" }, { "path" : "resources/css/sch.plugins.ruler.css" }, { "path" : "resources/css/sch.plugins.zones.css" }, { "path" : "resources/css/sch.tooltip.css" }, { "path" : "resources/css/sch.view.grouping.css" }, { "path" : "resources/css/sch.view.view.css" } ] } ], "resources" : [ { "src" : "ext-4.0.1/", }, { "src" : "js/", }, { "src" : "examples/", }, { "src" : "resources/", }, { "src" : "changelog.txt", }, { "src" : "scheduler.jsb3" } ] }
-
8 Jun 2011 9:19 PM #2Sencha - Community Support Team
- Join Date
- Nov 2007
- Location
- Helsingborg, Sweden
- Posts
- 2,455
- Vote Rating
- 49
Bump, cough. Can anyone confirm this? Using win7 64bit on Lenovo w510
-
9 Jun 2011 3:45 PM #3Sencha - Community Support Team
- Join Date
- Jan 2009
- Location
- Palo Alto, California
- Posts
- 1,941
- Vote Rating
- 6
Hmm we haven't seen that one before. I've added it to the SDK Tools bug tracker. We're expecting to put out a 1.2 release in the next week so it may make it into that
Ext JS Senior Software Architect
Personal Blog: http://edspencer.net
Twitter: http://twitter.com/edspencer
Github: http://github.com/edspencer
-
10 Jun 2011 12:56 AM #4
Same for me on Ubuntu 10. JSBuilder3 inserts the BOM at the top of each file (looks like it just combines the files as binary streams, not real strings)
-
15 Jun 2011 10:30 PM #5
Any updates about this bug? It totally blocks any usage of Sencha SDK for our team..
-
23 Jun 2011 10:43 PM #6
Any news about the 1.2 release? Thanks
-
24 Jun 2011 12:15 AM #7Sencha - Community Support Team
- Join Date
- Jan 2009
- Location
- Palo Alto, California
- Posts
- 1,941
- Vote Rating
- 6
We just put out a 1.2.1 release and have a blog post that will accompany it shortly - see http://www.sencha.com/products/extjs/download/ for the downloads
Ext JS Senior Software Architect
Personal Blog: http://edspencer.net
Twitter: http://twitter.com/edspencer
Github: http://github.com/edspencer
-
26 Jun 2011 5:27 AM #8
-
26 Jun 2011 11:22 AM #9
-
27 Jun 2011 3:44 AM #10Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
Thanks mankz, I'm seeing the issue as well and will have a solution before the next release.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote

