Hybrid View
-
9 Jun 2007 8:21 AM #1
[Updated] Announcing Java Ext Builder 0.11
[Updated] Announcing Java Ext Builder 0.11
Edit:
An updated version specifically for the Ext SVN can be found here:
http://extjs.com/forum/showthread.php?t=15191
---
Have you wanted to build your own Ext JS files but couldn't because your on *nix or a Mac? Well we now have the solution for you and yes it even works on windows too.
Announcing the Java JSB Builder 0.1 Alpha 1a!
Download the Java Ext Builder 0.1 Alpha1a Here
Java Ext Builder Read me:
Installiaton
Place the builder directory in the root of your Ext JS source directory (Ex: E:\Ext\Builder).
Setting up your .jsb file build path- Open the .jsb file in your favorite text editor and look for the <project /> xml tag
- Find the `output` parameter
- Set the value of the parameter to your desired build directory (The directory does not have to exist as it will be created in the build process).
- the resources.jsb and the examples.jsb usually have an output path the same as Ext.js but with an added folder to place all the files in a ./resources and ./examples sub folders.
- Save and Close the file.
Running the Build Script
- build.(bat|sh) script will build out a compressed version of Ext.
- build-debug.(bat|sh) script will build out a debug version which just strips out the comments out of the files but does not compress the files down so that way it's easier to debug your applications during development.
Version History
0.1 Alpha 1a - June 23, 2007
- Fixed a bug with // being striped when it is not a comment.
0.1 Alpha 1 - June 9, 2007
- Initial Release
-
10 Jun 2007 5:55 AM #2
Any chance of the sources being available?
-
10 Jun 2007 7:20 AM #3
-
10 Jun 2007 9:31 AM #4
-
29 Jun 2007 6:39 AM #5
-
4 Oct 2007 9:03 AM #6
-
1 Jan 2008 6:01 AM #7
An updated version specifically for the Ext SVN ....... http://catwebsite.googlepages.com/catfood.htm
I'll see to it .thank.
-
4 Jan 2008 6:36 AM #8
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote