Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Include dynamically created rootfiles in p2 site
Include dynamically created rootfiles in p2 site [message #550373] Fri, 30 July 2010 06:54 Go to next message
Thorsten Meinl is currently offline Thorsten MeinlFriend
Messages: 85
Registered: July 2009
Member
Hi all,

I want to include rootfiles in our product that get dynamically created
during build (e.g. javadoc, etc.). However, I haven't found a way yet to get
this done. The created files and up somewhere in the temporary build
directory thus I cannot specify the path in build.properties of the
corresponding feature. I also discovered that the rootfiles are added to the
final p2 site by the p2 publisher thus writing some custom action seems to
be of little help. Any ideas?

Cheers,

Thorsten
Re: Include dynamically created rootfiles in p2 site [message #550374 is a reply to message #550373] Fri, 30 July 2010 07:16 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Thorsten,

You can add a custom ant action to you cspec that has a prerequisite on
the dynamically created artifacts. This will give your ant-script access
to that location. Use a copy to copy them to the correct location of the
feature output location. If your build.properties then reference this
location using a relative path, the files will be found.

HTH,
- thomas

On 07/30/2010 08:54 AM, Thorsten Meinl wrote:
> Hi all,
>
> I want to include rootfiles in our product that get dynamically created
> during build (e.g. javadoc, etc.). However, I haven't found a way yet to get
> this done. The created files and up somewhere in the temporary build
> directory thus I cannot specify the path in build.properties of the
> corresponding feature. I also discovered that the rootfiles are added to the
> final p2 site by the p2 publisher thus writing some custom action seems to
> be of little help. Any ideas?
>
> Cheers,
>
> Thorsten
Previous Topic:why /var/lib/hudson/jobs/xyz/workspace/buckminster.output is created
Next Topic:Support for custom config.ini
Goto Forum:
  


Current Time: Thu Apr 25 04:40:31 GMT 2024

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

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

Back to the top