+1 (binding)
1. Download sources: OK.
2. Build from sources: OK.
3. Build Web Console and Web agent from sources: OK.
4. Start node, Web Console and Web Agent and execute some queries: OK.
Minor notes:
How about to enhance DEVNOTES.txt with following:
1. Add mvn command that skip client docs?
mvn clean install -Pall-java,all-scala,licenses -DskipTests
*-DskipClientDocs* -Dmaven.javadoc.skip=true
2. Add mvn command that will build Web Agent to DEVNOTES.txt
* mvn clean package -pl :ignite-web-agent -am -P web-console
-DskipTests=true -DskipClientDocs -Dmaven.javadoc.skip=true*
Right now it could be found in
"modules\web-console\web-agent\README.txt" it not so obvious.
--
Alexey Kuznetsov