Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Build of client.js
Build of client.js [message #723455] Thu, 08 September 2011 15:29 Go to next message
Rainer Wurz is currently offline Rainer WurzFriend
Messages: 2
Registered: September 2011
Junior Member
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 15:29]

Report message to a moderator

Re: Build of client.js [message #723659 is a reply to message #723455] Fri, 09 September 2011 05:13 Go to previous messageGo to next message
Andrew  is currently offline Andrew Friend
Messages: 43
Registered: December 2009
Member
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 06:28 Go to previous messageGo to next message
Ivan Furnadjiev is currently offline Ivan FurnadjievFriend
Messages: 2426
Registered: July 2009
Location: Sofia, Bulgaria
Senior Member
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 11:37 Go to previous messageGo to next message
Rainer Wurz is currently offline Rainer WurzFriend
Messages: 2
Registered: September 2011
Junior Member
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 10:54 Go to previous message
Gregor Rosenauer is currently offline Gregor RosenauerFriend
Messages: 4
Registered: July 2009
Junior Member
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: Fri Mar 29 13:53:59 GMT 2024

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

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

Back to the top