Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Build of client.js
Build of client.js [message #723455] Thu, 08 September 2011 11:29 Go to next message
Eclipse UserFriend
Hi,

how can i create client.js of branche v14_Maintenance?

I already checked out the team project set and org.eclipse.rap.releng.

Thanks in advance for the tip!

Regards
Rainer

[Updated on: Thu, 08 September 2011 11:29] by Moderator

Re: Build of client.js [message #723659 is a reply to message #723455] Fri, 09 September 2011 01:13 Go to previous messageGo to next message
Eclipse UserFriend
Hi,
Don't know is it "true" way to create a client.js, but it works for me:

1. Create new workspace

2. Checkout project https://github.com/ralfstx/rap-clientbuilder and then import it as existing project into workspace.

2.1. Import team project set JSCompressor.psf from this project.

3. Checkout projects org.eclipse.rap.rwt (org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt) v14_Maintenance
and org.eclipse.rap.rwt.q07 (org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07) v14_Maintenance from CVS.

3.1 Change dependency version of project org.eclipse.rap.rwt to 1.4 in project com.eclipsesource.rap.clientbuilder

4. In project com.eclipsesource.rap.clientbuilder you can find JsCompressor.launch. Open it and change this one string to
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="${workspace_loc}/org.eclipse.rap.rwt.q07/"/>

5. Launch JsCompressor.launch. You can find result client.js in org.eclipse.rap.rwt.q07/resources
Re: Build of client.js [message #723675 is a reply to message #723659] Fri, 09 September 2011 02:28 Go to previous messageGo to next message
Eclipse UserFriend
Hi Andrew,
just a small note - the project in the
https://github.com/ralfstx/rap-clientbuilder has a branch called
"1.4-maintenance". If you want to build the client.js for RAP v1.4 use
this branch and you don't need to change anything. For HEAD use "master"
branch.
Best,
Ivan

On 9/9/2011 8:13 AM, Andrew wrote:
> Hi,
> Don't know is it "true" way to create a client.js, but it works for me:
>
> 1. Create new workspace
>
> 2. Checkout project https://github.com/ralfstx/rap-clientbuilder and
> then import it as existing project into workspace.
>
> 2.1. Import team project set JSCompressor.psf from this project.
>
> 3. Checkout projects org.eclipse.rap.rwt
> (org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt) v14_Maintenance
> and org.eclipse.rap.rwt.q07
> (org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07) v14_Maintenance
> from CVS.
>
> 3.1 Change dependency version of project org.eclipse.rap.rwt to 1.4 in
> project com.eclipsesource.rap.clientbuilder
>
> 4. In project com.eclipsesource.rap.clientbuilder you can find
> JsCompressor.launch. Open it and change this one string to
> <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS"
> value="${workspace_loc}/org.eclipse.rap.rwt.q07/"/>
>
> 5. Launch JsCompressor.launch. You can find result client.js in
> org.eclipse.rap.rwt.q07/resources
Re: Build of client.js [message #724445 is a reply to message #723675] Mon, 12 September 2011 07:37 Go to previous messageGo to next message
Eclipse UserFriend
Hi,
thanks for the informations!
Worked very well!
Regards
Re: Build of client.js [message #905943 is a reply to message #724445] Fri, 31 August 2012 06:54 Go to previous message
Eclipse UserFriend
I did not find the project org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07), but since the move to GIT, you can find both projects under
https: / / github.com/eclipse/rap

I had errors though in the class org.eclipse.rwt.internal.lifecycle.FakeContextUtil, some interface methods were not implemented - I hope adding dummy methods for the missing interface methods did not break anything, as it is a FaceContext anyway.
Previous Topic:Installing 1.5M1 issues
Next Topic:Source code of RCP/RAP single sourcing examples
Goto Forum:
  


Current Time: Tue Jul 22 20:49:25 EDT 2025

Powered by FUDForum. Page generated in 0.25321 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top