IS ProjectSetup
IS ProjectSetup
C:\Users\makum\.gradle\caches\modules-2\files-2.1
https://www.mkyong.com/maven/how-to-configure-m2_repo-variable-in-eclipse-ide/
Adding different module to the current project build path.
Java Build Path -> Projects -> Add -> Check required modules.
Some times adding project (just as above) in runtime, resolves the issue “Source code is not found”
while debugging.
Installing products: IS, UM, Designer etc.
Running in Debug mode
gradlew equinoxAcStartDebugIS
Open /912oct2016/settings/ac.gradle
equinoxAcStartDebugIS {
dependsOn ':features:is-main:equinoxAcInstallIS'
Setup in eclipse:
Before starting to debug make sure your Java process is started with Java remote debug settings and
listening on the same host and port, otherwise eclipse will not able to connect successfully.
To debug just click the "Debug" button in the last screen where we have set up host and port.
You can also debug by going to "Debug Configurations" selecting your project in "Remote Java
Application” and clicking on "DEBUG".
http://javarevisited.blogspot.in/2011/02/how-to-setup-remote-debugging-in.html#axzz4lpel1Tv5
This is recommended when project is already built and staging folder is generated.
staging\installs\profiles\IS\bin>startDebugMode.bat
For this to work configure your debug-configuration in eclipse for Remote java application at port
10033.
DEBUG_PORT=10033