Direct edits no longer updating w/o restart...and partial solution
0 views
Skip to first unread message
HariKaram
unread,
Oct 20, 2010, 12:24:58 PM10/20/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OpenSocial Development Environment
When I first installed OSDE, edits I made to my JS files and
gadget.xml showed up immediately upon refreshing the browser window
running the gadget.
After I moved some files around and recreated my projects in Eclipse,
this was no longer the case and required restarting the Shindig server
to see updated changes.
I managed a partial solution to this by editing the
osde_context_MyApp.xml file in C:\Program Files\eclipse\osde_jetty and
changing the "war" folder to not use "/target" but to use the actual
working folder. This works until you restart Shindig which overwrites
this file.
Does anyone know of any settings that might relate to this behavior?