Return-Path: X-Original-To: apmail-ace-commits-archive@www.apache.org Delivered-To: apmail-ace-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 604189D04 for ; Mon, 13 Aug 2012 11:49:50 +0000 (UTC) Received: (qmail 67927 invoked by uid 500); 13 Aug 2012 11:49:50 -0000 Delivered-To: apmail-ace-commits-archive@ace.apache.org Received: (qmail 67896 invoked by uid 500); 13 Aug 2012 11:49:50 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 67879 invoked by uid 99); 13 Aug 2012 11:49:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2012 11:49:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2012 11:49:48 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 648D523888FD for ; Mon, 13 Aug 2012 11:49:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r828793 - in /websites/staging/ace/trunk/content: ./ user-doc/faq.html Date: Mon, 13 Aug 2012 11:49:05 -0000 To: commits@ace.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120813114905.648D523888FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Mon Aug 13 11:49:04 2012 New Revision: 828793 Log: Staging update by buildbot for ace Modified: websites/staging/ace/trunk/content/ (props changed) websites/staging/ace/trunk/content/user-doc/faq.html Propchange: websites/staging/ace/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Aug 13 11:49:04 2012 @@ -1 +1 @@ -1372367 +1372376 Modified: websites/staging/ace/trunk/content/user-doc/faq.html ============================================================================== --- websites/staging/ace/trunk/content/user-doc/faq.html (original) +++ websites/staging/ace/trunk/content/user-doc/faq.html Mon Aug 13 11:49:04 2012 @@ -165,10 +165,12 @@

Home » User-doc

Frequently Asked Questions

-

Why is this the first question?

-

No clue, but this definitely is the first answer.

-

And why is this the second?

-

Well, because it's just below the first.

+

Can I develop using my favorite IDE instead of Eclipse?

+

Unfortunately, the easy answer is "no". Until somebody ports Bndtools to your favorite IDE, you either have to use Eclipse, or a combination of your IDE and manual builds using Ant (though not recommended). If you insist, please do make sure you manually generate the proper metadata for Eclipse.

+

How do I build this thing in Eclipse?

+

Normally, you don't. Seriously. As soon as you hit save after changing a line of code, BndTools will automatically build your bundle for you. In fact, if your server if already running, Bndtools will even redeploy all changed bundles to it automatically.

+

I see lots of red crosses on my projects and complaints about missing test libraries!

+

You probably forgot to install the TestNG plugin. If this plugin is installed, it will automatically cause your projects to get the required dependency to the TestNG library. Without this plugin, Eclipse won't have the required library and fails to compile the code correctly.