Skip to main content



      Home
Home » Eclipse Projects » Oomph » How to use the existing *.target file in oomph setup file
How to use the existing *.target file in oomph setup file [message #1717579] Mon, 14 December 2015 21:53 Go to next message
Eclipse UserFriend
Our project has an existing .target file included in the source code, usually user has to setup the target platform using this .target file in eclipse. So how can I configure in oomph setup file to automatically set target platform using this existing .target file? Thanks.
Re: How to use the existing *.target file in oomph setup file [message #1717667 is a reply to message #1717579] Tue, 15 December 2015 10:53 Go to previous messageGo to next message
Eclipse UserFriend
You can use a Target Platform task. In that task, you can specify the
name of the target definition file; just the file name without the
..target extension. A Targlet task would do this job more efficiently,
reusing the bundle pool, but if you don't want to author/maintain one of
those, you can just reuse the existing *.target file.


On 15/12/2015 3:53 PM, Shaodong Ying wrote:
> Our project has an existing .target file included in the source code,
> usually user has to setup the target platform using this .target file
> in eclipse. So how can I configure in oomph setup file to
> automatically set target platform using this existing .target file?
> Thanks.
Re: How to use the existing *.target file in oomph setup file [message #1717672 is a reply to message #1717667] Tue, 15 December 2015 11:16 Go to previous messageGo to next message
Eclipse UserFriend
Eike pointed out to me it's the name of the target platform itself,
i.e., the name specified within the file:

<target name="<target-name>"


On 15/12/2015 4:53 PM, Ed Merks wrote:
> You can use a Target Platform task. In that task, you can specify
> the name of the target definition file; just the file name without the
> .target extension. A Targlet task would do this job more
> efficiently, reusing the bundle pool, but if you don't want to
> author/maintain one of those, you can just reuse the existing *.target
> file.
>
>
> On 15/12/2015 3:53 PM, Shaodong Ying wrote:
>> Our project has an existing .target file included in the source code,
>> usually user has to setup the target platform using this .target file
>> in eclipse. So how can I configure in oomph setup file to
>> automatically set target platform using this existing .target file?
>> Thanks.
>
Re: How to use the existing *.target file in oomph setup file [message #1718286 is a reply to message #1717672] Tue, 22 December 2015 02:08 Go to previous messageGo to next message
Eclipse UserFriend
Thank you, Ed.

Shaodong
Re: How to use the existing *.target file in oomph setup file [message #1783582 is a reply to message #1718286] Wed, 14 March 2018 07:35 Go to previous messageGo to next message
Eclipse UserFriend
Does the .target file have to be in a specific folder in order to be found?
Re: How to use the existing *.target file in oomph setup file [message #1783585 is a reply to message #1783582] Wed, 14 March 2018 07:48 Go to previous message
Eclipse UserFriend
No, it is found by name, i.e., exactly the name in the *.target file:
<target name="Xyz" ...
so the *.target can be anywhere in the workspace.
Previous Topic:Repository Explorer
Next Topic:Oomph Updater not picking up new versions in composite repository
Goto Forum:
  


Current Time: Wed Jul 23 03:47:03 EDT 2025

Powered by FUDForum. Page generated in 0.04546 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top