Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6B6522009F4 for ; Thu, 26 May 2016 16:08:20 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 69D51160A18; Thu, 26 May 2016 14:08:20 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D8B89160A17 for ; Thu, 26 May 2016 16:08:19 +0200 (CEST) Received: (qmail 50101 invoked by uid 500); 26 May 2016 14:08:19 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 50082 invoked by uid 99); 26 May 2016 14:08:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 May 2016 14:08:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 859CDDFC4F; Thu, 26 May 2016 14:08:18 +0000 (UTC) From: CMoH To: dev@cxf.apache.org Reply-To: dev@cxf.apache.org Message-ID: Subject: [GitHub] cxf pull request: Allow netbeans to recognize files generated by c... Content-Type: text/plain Date: Thu, 26 May 2016 14:08:18 +0000 (UTC) archived-at: Thu, 26 May 2016 14:08:20 -0000 GitHub user CMoH opened a pull request: https://github.com/apache/cxf/pull/138 Allow netbeans to recognize files generated by cxf-xjc-plugin Netbeans expects generated sources to be placed in folder `target/generated-sources/some-folder`, and recommends using the plugin-name for the leaf folder (which appears in the IDE's source tree as a hint to which plugin generated those sources). The real fix here is that after opening the CXF sources in Netbeans, all projects having CXF as maven dependency are no longer linked to the jars in the maven repository, but to the CXF source tree. If generated sources are not recognized by the IDE within CXF's source tree, uses of generated classes (such as AuthenticationPolicy) generate an annoying false error alert. You can merge this pull request into a Git repository by running: $ git pull https://github.com/CMoH/cxf cxf-3.1.4-netbeans-fix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cxf/pull/138.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #138 ---- commit 579e262ba1815ab16d27bff0c1aadc651b7a1882 Author: Ciprian Ciubotariu Date: 2016-05-24T20:46:20Z Allow netbeans to recognize files generated by cxf-xjc-plugin ---- --- 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. ---