[
https://issues.apache.org/jira/browse/BROOKLYN-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14981562#comment-14981562
]
ASF GitHub Bot commented on BROOKLYN-166:
-----------------------------------------
Github user azbarcea commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/865#discussion_r43457600
--- Diff:
usage/rest-server/src/test/java/org/apache/brooklyn/rest/BrooklynRestApiLauncher.java
---
@@ -314,6 +314,7 @@ public static void main(String[] args) throws Exception
{
public static Server startRestResourcesViaFilter() {
return new BrooklynRestApiLauncher()
.mode(StartMode.FILTER)
+ .forceUseOfDefaultCatalogWithJavaClassPath(true)
--- End diff --
Well this is the only way I know to see something in the catalog and test
brooklyn. `$ bin\brooklyn launch` uses
`.forceUseOfDefaultCatalogWithJavaClassPath(true)`. Don't you want the test to
be identical with the way is used? I think it slows down the build (the tests),
but has no other consequence.
Do you have any suggestions?
> Use a feature rich yaml editor
> ------------------------------
>
> Key: BROOKLYN-166
> URL: https://issues.apache.org/jira/browse/BROOKLYN-166
> Project: Brooklyn
> Issue Type: Improvement
> Reporter: Hadrian Zbarcea
> Fix For: 0.8.0
>
>
> Brooklyn would benefit from a feature rich editor that would give a user more
> feedback on what is possible when editing a camp blueprint.
> The best candidate is imho codemirror, used by many apps, including swagger.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)