eclipse-orion

Launch an Eclipse Run Configuration from ANT

笑着哭i 提交于 2019-12-30 22:56:39
问题 I am using Orion server for my Java-based web application. I have a run configuration that launches Orion with the correct classpaths and all necessary configuration. I also have several ANT scripts for copying files to the build path. I want to create an ANT script that shuts down Orion, copies necessary files, and restarts Orion. I can shutdown and copy in ANT, but I can't figure out how to launch a run configuration. I prefer to reference the launch configuration as opposed to specifying

Launch an Eclipse Run Configuration from ANT

你。 提交于 2019-12-30 22:55:10
问题 I am using Orion server for my Java-based web application. I have a run configuration that launches Orion with the correct classpaths and all necessary configuration. I also have several ANT scripts for copying files to the build path. I want to create an ANT script that shuts down Orion, copies necessary files, and restarts Orion. I can shutdown and copy in ANT, but I can't figure out how to launch a run configuration. I prefer to reference the launch configuration as opposed to specifying

Eclipse orion code completion

♀尐吖头ヾ 提交于 2019-12-12 06:37:08
问题 I read somewhere that orion uses tern for code completion for JavaScript but after running the server, creating a js file and then creating another file the other file is unaware of any code in the first file. It seems that completion only works for symbols defined in the currently open file. Is there a way to configure tern in orion so it will produce some helpful completion instead of a working demo without any real value? 回答1: Orion has only moved to Tern for content assist proposals a