Alfresco / alfresco-sdk

The Alfresco In-Process SDK is based on Apache Maven, includes support for rapid and standard development, testing, packaging, versioning and release of your Alfresco integration and extension projects
Apache License 2.0
185 stars 113 forks source link

Hotswap Agent #575

Closed mtwallach closed 5 years ago

mtwallach commented 5 years ago

I have things working properly is seems however after I change HelloWorldWebScript.java and then run mvn compile I do not see: HOTSWAP AGENT: 14:10:29.887 DEBUG (org.hotswap.agent.watch.nio.WatcherNIO2) - Watch event 'ENTRY_MODIFY' on '/usr/local/tomcat/hotswap-agent/sample-project-platform/target/classes/com/example/platformsample/HelloWorldWebScript.class' --> HelloWorldWebScript.class

All I see is:

aio-sdk-acs_1 | HOTSWAP AGENT: 21:11:55.836 DEBUG (org.hotswap.agent.watch.nio.WatcherNIO2) - Watch event 'ENTRY_MODIFY' on '/usr/local/tomcat/hotswap-agent/aio-sdk-integration-tests/target/test-classes/rebel.xml' --> rebel.xml aio-sdk-acs_1 | HOTSWAP AGENT: 21:11:55.841 DEBUG (org.hotswap.agent.watch.nio.WatcherNIO2) - Watch event 'ENTRY_MODIFY' on '/usr/local/tomcat/hotswap-agent/aio-sdk-integration-tests/target/test-classes/rebel.xml' --> rebel.xml

mtwallach commented 5 years ago

config issue, working now