Hi there,

*** the IntelliJ side ***

I wrote:
> Starting Saros/I works with the Swing GUI. When I switch to the HTML GUI
> "-Dsaros.swtbrowser=true"), Saros/I does not even start. It crashes with the
> stacktrace attached below.

Christian wrote:
> Summary: IntelliJ HTML *mechanism* working in theory but pico container won't 
> start for anyone.

Matthias wrote:
> regarding the error in IntelliJ: [...], the UI crash is caused by a missing 
> IWorkspaceRoot
> implementaion. There is already a fix: 
> http://saros-build.imp.fu-berlin.de/gerrit/#/c/2981/.
> I need to include the feedback of Stefan in this, and I am sorry that I have 
> not done it yet.

Alright, Matthias. Do you see a realistic chance that you'll get to this in the 
near future?
 

*** the Eclipse side ***

Christian wrote:
> Yesterday, I also ran into the 'missing cp command' when trying to execute 
> the npm build script.
> After some googling, I think the excepted practice is to use git bash or 
> cygwin under Window
> for running npm and not the build-in command line.

I already use the Git Bash for everything command-line-ish on a Windows machine.
My problem with NodeJS 4.2.4 was that I was not able to execute "npm run build" 
because 'npm'
wouldn't find 'node', although both were accessible through the PATH variable 
[1].
I tried many NodeJS versions, but everything newer than NodeJS 0.10.41 resulted 
in the same
error [2].
In other words: I *do* have a working environment for calling 'npm install' and 
'npm run build',
and -- as far as I can tell -- it produces the right outcome:

----
~/saros/de.fu_berlin.inf.dpp.ui.frontend/html $> rm -rf dist && npm run build 
--silent && ls -lhR dist
dist:
total 10K
drwxr-xr-x 1 Franz 197121   0 Jan 24 13:09 bundle/
drwxr-xr-x 1 Franz 197121   0 Jan 24 13:09 css/
drwxr-xr-x 1 Franz 197121   0 Jan 24 13:09 fonts/
-rw-r--r-- 1 Franz 197121 401 Jan 24 13:09 main-page.html
-rw-r--r-- 1 Franz 197121 423 Jan 24 13:09 start-session-wizard.html

dist/bundle:
total 1,8M
-rw-r--r-- 1 Franz 197121 1,8M Jan 24 13:09 bundle.js

dist/css:
total 220K
-rw-r--r-- 1 Franz 197121 3,1K Jan 24 13:09 32px.png
-rw-r--r-- 1 Franz 197121 1,9K Jan 24 13:09 40px.png
-rw-r--r-- 1 Franz 197121 145K Jan 24 13:09 bootstrap.css
-rw-r--r-- 1 Franz 197121  23K Jan 24 13:09 bootstrap-theme.css
-rw-r--r-- 1 Franz 197121  30K Jan 24 13:09 jstree.css
-rw-r--r-- 1 Franz 197121 2,2K Jan 24 13:09 saros.css
-rw-r--r-- 1 Franz 197121 1,7K Jan 24 13:09 throbber.gif

dist/fonts:
total 220K
-rw-r--r-- 1 Franz 197121  20K Jan 24 13:09 glyphicons-halflings-regular.eot
-rw-r--r-- 1 Franz 197121 107K Jan 24 13:09 glyphicons-halflings-regular.svg
-rw-r--r-- 1 Franz 197121  45K Jan 24 13:09 glyphicons-halflings-regular.ttf
-rw-r--r-- 1 Franz 197121  23K Jan 24 13:09 glyphicons-halflings-regular.woff
-rw-r--r-- 1 Franz 197121  18K Jan 24 13:09 glyphicons-halflings-regular.woff2
----

I can open the main-page.html in Firefox and Microsoft Edge, and I see the 
rendered UI.
My problem is that is does not show in the Eclipse Saros HTML View -- there, 
the static
main-page.html is loaded (I can inspect the source code), but it's not filled 
with any
content [2].

Franz


[1] http://article.gmane.org/gmane.comp.ide.eclipse.saros.devel/1694
[2] http://article.gmane.org/gmane.comp.ide.eclipse.saros.devel/1707 
------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
DPP-Devel mailing list
DPP-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dpp-devel

Reply via email to