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?

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@xxxxxxxxxxx] 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


Back to the top