From user-return-54594-archive-asf-public=cust-asf.ponee.io@ofbiz.apache.org Wed Nov 28 08:56:21 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 755E7180658 for ; Wed, 28 Nov 2018 08:56:20 +0100 (CET) Received: (qmail 2978 invoked by uid 500); 28 Nov 2018 07:56:18 -0000 Mailing-List: contact user-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ofbiz.apache.org Delivered-To: mailing list user@ofbiz.apache.org Received: (qmail 2967 invoked by uid 99); 28 Nov 2018 07:56:18 -0000 Received: from mail-relay.apache.org (HELO mailrelay2-lw-us.apache.org) (207.244.88.137) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Nov 2018 07:56:18 +0000 Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mailrelay2-lw-us.apache.org (ASF Mail Server at mailrelay2-lw-us.apache.org) with ESMTPSA id 8C0202660 for ; Wed, 28 Nov 2018 07:56:17 +0000 (UTC) Received: by mail-pf1-f180.google.com with SMTP id 64so9771913pfr.9 for ; Tue, 27 Nov 2018 23:56:17 -0800 (PST) X-Gm-Message-State: AGRZ1gJSWNkipH7dFyt82Sdk+JvOlPhvDuN/fcYBsmYBhJF5+GlpJ2Om NL3rIqvEu/ie+X7+kAEoidanSt+lDlCPgf+23Hg= X-Google-Smtp-Source: AJdET5fp80wTCTh9vFZIkD0BtE2/ru0pyeRbyhZrquqj/9uKlPOLxHjFjsRTFXza/RS3zGa1ojinDjt9gb1O1d0aaOY= X-Received: by 2002:a62:6881:: with SMTP id d123-v6mr37580397pfc.195.1543391776528; Tue, 27 Nov 2018 23:56:16 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Pierre Smits Date: Wed, 28 Nov 2018 08:56:04 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: How to Create Plugin without loadDefault To: user@ofbiz.apache.org Content-Type: multipart/alternative; boundary="00000000000096dd37057bb4e6b3" --00000000000096dd37057bb4e6b3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi, After you have (re)build and started your OFBiz implementation you don't need to (re)build and start it again loading all data (with ./gradlew loadDefault) unit you make changes to your java code or service definitions. You can make changes to your screens, forms, FTL and Groovy scripts without any rebuild and restart. You can then load (import) your data through functionalities in the Webtools component. Best regards, Pierre Smits *Apache Trafodion , Vice President* *Apache Directory , PMC Member* Apache Incubator , committer *Apache OFBiz , contributor (without privileges) since 2008* Apache Steve , committer On Tue, Nov 27, 2018 at 1:10 PM Schumann Ye wrote: > Dear Gurus, dear Rishi, dear Jacques, > > I=E2=80=99ve got a quick and easy question for you guys. > How can I create Plugin (as shown in step 1 below) but without running > step 2 below in order to show the newly created plugin in our production > environment? > Step 1: gradlew createPlugin -PpluginId=3Dquality > Step 2: gradlew loadDefault > > As I follow the tutorial written by Jacques, it seems it=E2=80=99s a MUST= to run > step 2 but I don=E2=80=99t want to mess up what I have done so far. > Any hint? > > Many thanks and have a nice day! > Schumann > +86-18001501800 > > --00000000000096dd37057bb4e6b3--