Return-Path: X-Original-To: apmail-brooklyn-dev-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E92F17DDD for ; Tue, 30 Sep 2014 09:28:10 +0000 (UTC) Received: (qmail 47605 invoked by uid 500); 30 Sep 2014 09:28:10 -0000 Delivered-To: apmail-brooklyn-dev-archive@brooklyn.apache.org Received: (qmail 47573 invoked by uid 500); 30 Sep 2014 09:28:09 -0000 Mailing-List: contact dev-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list dev@brooklyn.incubator.apache.org Received: (qmail 47562 invoked by uid 99); 30 Sep 2014 09:28:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2014 09:28:09 +0000 X-ASF-Spam-Status: No, hits=-2000.6 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 30 Sep 2014 09:27:47 +0000 Received: (qmail 47522 invoked by uid 99); 30 Sep 2014 09:27:45 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2014 09:27:45 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 91EAEA03819; Tue, 30 Sep 2014 09:27:45 +0000 (UTC) From: sjcorbett To: dev@brooklyn.incubator.apache.org Reply-To: dev@brooklyn.incubator.apache.org References: In-Reply-To: Subject: [GitHub] incubator-brooklyn pull request: Adds basic instructions for setti... Content-Type: text/plain Message-Id: <20140930092745.91EAEA03819@tyr.zones.apache.org> Date: Tue, 30 Sep 2014 09:27:45 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Github user sjcorbett commented on a diff in the pull request: https://github.com/apache/incubator-brooklyn/pull/195#discussion_r18206967 --- Diff: docs/dev/build/ide.md --- @@ -82,14 +82,31 @@ If the pain starts to be too much, come find us on IRC #brooklyncentral or [else -## Intelli-J IDEA - -Many of our contributers prefer Intelli-J. However none of them have yet volunteered any set-up tips. -[Be the first!]({{site.url}}/dev/tips/update-docs.html) +## IntelliJ IDEA +To develop or debug Brooklyn in IntelliJ, you will need to ensure that the Groovy, Grails and TestNG plugins are installed +via the IntelliJ IDEA | Preferences | Plugins menu. Once installed, you can open Brooklyn from the root folder, +(e.g. ``~/myfiles/brooklyn``) which will automatically open the subprojects ## Netbeans Tips from Netbeans users wanted! + + +## Debugging Tips + +To debug Brooklyn, create a launch configuration which launches the ``BrooklynJavascriptGuiLauncher`` class. NOTE: You may +need to add additional projects or folders to the classpath of the run configuration (e.g. add the brooklyn-software-nosql +project if you wish to deploy a MongoDBServer) + +To debug the js-gui (the brooklyn web console), you will need to build brooklyn with -DskipOptimization to prevent the build from minifying the javascript. --- End diff -- Capitalise Brooklyn and change js-gui to jsgui. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---