-
6 May 2010 4:10 AM #1
Integrating JS Builder 2 with Aptana / Eclipse
Integrating JS Builder 2 with Aptana / Eclipse
Hi,
Does anyone know of a way to integrate JS Builder with aptana / eclipse? I've been playing around with adding this as a custom builder but not having much luck.
Just wondering if anyone in the community knows how/if this can be done. If it can - it would be pretty awesome!
Thanks,
Andrew
-
13 Sep 2010 4:50 AM #2
Just for those who want to know... which I know there will be some.
Edit: I've written a blog post which describes integrating JS Builder 3 it in much more detail here.
It's actually done really easily using the "External Tools Configurations" in eclipse (for Windows) - this is the green play button with a little toolbox beside it.
Create a new one (call it something like Ext JS Builder or whatever you want) ,
In location put the location to cmd.exe
Working Directory is the location of the directory of the builder:
Arguments should look like this:
Apply that and add the builder to the project. CTRL + B will now build your project with JS Builder.Code:/C java -jar JSBuilder2.jar -v -p "${workspace_loc:/MyProject/builder/build.jsb2}" -d "${workspace_loc:/MyProject/}
-
23 Jan 2012 3:33 AM #3
-
23 Jan 2012 3:41 AM #4
I've not tried with OSX actually.
I've just been using Sencha's SDK tools for Ext JS 4 and it seems to work nicely.SwarmOnline.com - Web & Mobile App Development and Consultancy
Check out our book Ext JS 4 Web Application Development Cookbook
@andrewmduncan
@SwarmOnline
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote