fp7-netide / Engine

App Engine to enable Network App programs to be executed, systematically tested, and refined on a variety of concrete SDN platforms
Eclipse Public License 1.0
10 stars 11 forks source link

Where are the Objects created? #136

Closed Maoyuxing closed 7 years ago

Maoyuxing commented 7 years ago

Hi, I meet a strange issue that when I try to remote debug core using intelligent idea IDE. It shows that the source code do not match the byte code and the debugging process does not go right. I have tried to clean jar files in ~/.m2/repository/netide/core using mvn clean command and in the IDE both, then recompile and install the project. But it does not work. There is another thing that seems strange. The core works correctly, however, I can't find

schwabe commented 7 years ago

karaf does not update the jars from .m2 repo unless you use the bundl:watch command.

schwabe commented 7 years ago

Resolved as for the other commet