For testing javascipt changes everytime I need to restart the jazz server. Is there any other way?
I was creating a custom widget. Everytime I modify the javascript file , to test it I need to restart the sever. Just installing the web bundle doesn't work. Is there any other shortcut as starting the server everytime takes a lot of time.
Thanks , Aastha |
4 answers
Hy Aastha,
Yes there is a possibility. But you have to setup a specific eclipse area. 1: Article https://jazz.net/library/article/1000 2: Document with the how to https://jazz.net/library/content/articles/rtc/4.0/extensions-workshop/downloads/RTC4xExtPoT.pdf With this setup (You might change some steps, because it's very old though) you won't need to restart everytime you make some changes. Only if you make some major changes like, changing the plugin.xml or assign new modules to the loader. Wish you luck! Comments
Jonas Studer
commented Mar 17 '15, 5:49 a.m.
Oh I found a manual folr the 5.X Versions
Hi jonas,
Jonas Studer
commented Mar 18 '15, 4:08 a.m.
Hy Aastha,
Jonas Studer
commented Mar 18 '15, 4:11 a.m.
After that, you could make your own running configuration based on the
Hi Jonas,
Jonas Studer
commented Mar 23 '15, 6:54 a.m.
Hy Aastha,
Jonas Studer
commented Mar 23 '15, 7:05 a.m.
1: Where should this button be?
Hi Jonas,
Jonas Studer
commented Apr 01 '15, 6:38 a.m.
Hy aastha,
showing 5 of 9
show 4 more comments
|
***** How to get PA's (with Deffered wrapped around it)*****
//Change serviceResponseHandler //This here is based in AMD //Require //com.ibm.team.repository.web.transport.ServiceResponseHandler //Require //com.ibm.team.process.web.client.internal.ProcessClient getProjectDevelopmentLinesByUUID: function(uuid){ var deferred = new Deferred(); var deferredResponseObject = { self: this, success: function(response) { deferred.resolve(response); }, failure: function (error) { deferred.reject(error); } }; //Change in non AMD var srh = new this.ServiceResponseHandler(deferredResponseObject, "success", "failure"); var args = { includeArchived: false, processAreaContext: 1, uuid: uuid }; //Change in non AMD this.ProcessClient.getProjectDevelopmentLines(args, srh); return deferred; }, //Call the function this.class.getProcessAreaHierarchies().then(function(result){ //Do something with the result }); |
Hi Jonas,
Thanks for your help!! very much appreciated. I have a query regarding the jetty server set up. I don't see the "OSGI2 Launch" or Junit2 launch configuration in my Eclipse Run configurations window. How should I proceed ? Thanks & Regards, Aastha Comments
Jonas Studer
commented Apr 08 '15, 4:10 a.m.
Hy Aastha,
|
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.