Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kura-dev] Why is there s new "camel-jar-win" target in the "distrib" project?

True. But why has to be done in general? Why not first copy all to a folder and then ZIP it later for the rest?

Adding a new bundle to the build currently requires you to modify least 4 locations. Now its 5.

On Fri, Sep 9, 2016 at 11:27 AM, Malik, Martin <Martin.Malik@xxxxxxxxxxxx> wrote:

Hi Jens,

 

If you meant same as "camel-jar", then it is not. Linux targets are zipped together and Windows ones are copied into an intermediate folder to be packed by the installer.

 

Regards,

Martin

 

From: kura-dev-bounces@xxxxxxxxxxx [mailto:kura-dev-bounces@eclipse.org] On Behalf Of Jens Reimann
Sent: Friday, 9 September, 2016 11:21
To: Kura Developers mailing list
Subject: [kura-dev] Why is there s new "camel-jar-win" target in the "distrib" project?

 

 

The new "win" target is exactly the same as the already existing "win" target?

---
    <target name="camel-jar-win">
        <copy file="${project.build.directory}/plugins/org.eclipse.kura.camel_${org.eclipse.kura.camel.version}.jar"
            todir="${build.install.dir.kura}/kura/plugins" />
        <copy file="${project.build.directory}/plugins/org.eclipse.kura.camel.xml_${org.eclipse.kura.camel.xml.version}.jar"
            todir="${build.install.dir.kura}/kura/plugins" />
    </target>
---

So why do we need another target, duplicating code?

Cheers

Jens


--

Jens Reimann
Senior Software Engineer / EMEA ENG Middleware
Werner-von-Siemens-Ring 14
85630 Grasbrunn
Germany
phone: +49 89 2050 71286
_____________________________________________________________________________

Red Hat GmbH, www.de.redhat.com,
Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Paul Argiry, Charles Cachera, Michael Cunningham, Michael O'Neill


_______________________________________________
kura-dev mailing list
kura-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/kura-dev



--
Jens Reimann
Senior Software Engineer / EMEA ENG Middleware
Werner-von-Siemens-Ring 14
85630 Grasbrunn
Germany
phone: +49 89 2050 71286
_____________________________________________________________________________

Red Hat GmbH, www.de.redhat.com,
Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Paul Argiry, Charles Cachera, Michael Cunningham, Michael O'Neill

Back to the top