How to compile the console automatic [message #1772467] |
Mon, 11 September 2017 02:38  |
Eclipse User |
|
|
|
I import the kapua Eclipse project by the document.
Then i type these to build the docker images:
mvn clean install;
mvn install -f assembly -Pdocker
However, I found that my docker list[docker images] doesn't contain the
kapua/kapua-console docker image.
so i input those command:
mvn install -f console
mvn install -f assembly/console -Pdocker
That's going well. and my code changes is available.
So, i can't find the way to build console with
mvn clean install;
mvn install -f assembly -Pdocker
PS: I just change some texture with the console, such as:
console/src/main/java/org/eclipse/kapua/app/console/client/WestNavigationView.java
@@ -370,7 +370,8 @@ public class WestNavigationView extends LayoutContainer {
cloudResourcesTreeStore.add(newItem("connection", MSGS.connections(), IconSet.PLUG), false);
}
if (currentSession.hasDataReadPermission()) {
- cloudResourcesTreeStore.add(newItem("data", "Data", IconSet.DATABASE), false);
+ cloudResourcesTreeStore.add(newItem("data", MSGS.datastore(), IconSet.DATABASE), false);
+// cloudResourcesTreeStore.add(newItem("data", "Data", IconSet.DATABASE), false);
}
if (currentSession.hasTagReadPermission()) {
cloudResourcesTreeStore.add(newItem("tags", MSGS.tags(), IconSet.TAGS), false);
anyone can help me?
thx a lot.
[Updated on: Mon, 11 September 2017 02:41] by Moderator
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03650 seconds