Clay
23 May 2007, 8:17 PM
I'm working on a PHP-based build tool for JSBuilder-managed projects that's a bit more than what has been done with PHP previously. (To my knowledge, anyway.)
In parsing .jsb files, I'm baffled a bit by how the shorthand list changes per-adapter. The SVN trunk has three .jsb files, each of which have multiple build targets that all have the same YUI shorthand list.
Reading through the actual build process here:
http://js-builder.googlecode.com/svn/trunk/JSBuild/ProjectBuilder.cs
... I'm not seeing how those shorthand items are actually being used anywhere. I've seen the *result* of shorthand substitutions in Ext releases, but am thinking that some other .jsb projects are being used to do the actual release builds. This belief is based on the settings in the trunk .jsb files ... such as minify=False, and the seemingly-outdated shorthand list, among other things.
Can someone familiar with JSBuilder and the actual build/release process for Ext comment on this? I'm aiming for very close (if not identical) output from my PHP build script relative to actual Ext release builds.
Thanks,
Clay
In parsing .jsb files, I'm baffled a bit by how the shorthand list changes per-adapter. The SVN trunk has three .jsb files, each of which have multiple build targets that all have the same YUI shorthand list.
Reading through the actual build process here:
http://js-builder.googlecode.com/svn/trunk/JSBuild/ProjectBuilder.cs
... I'm not seeing how those shorthand items are actually being used anywhere. I've seen the *result* of shorthand substitutions in Ext releases, but am thinking that some other .jsb projects are being used to do the actual release builds. This belief is based on the settings in the trunk .jsb files ... such as minify=False, and the seemingly-outdated shorthand list, among other things.
Can someone familiar with JSBuilder and the actual build/release process for Ext comment on this? I'm aiming for very close (if not identical) output from my PHP build script relative to actual Ext release builds.
Thanks,
Clay