Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Root advice warning
Root advice warning [message #550559] Fri, 30 July 2010 19:34 Go to next message
Alex Kravets is currently offline Alex KravetsFriend
Messages: 561
Registered: November 2009
Senior Member
Hi,

During the build I get the following warning
WARN:  Root advice declared for configuration win32.win32.x86 in the build.properties file at location C:\hudson\jobs\bucky_dev\workspace\.metadata\.plugins\org.eclipse.pde.core\.bundle_pool\features\org.eclipse.equinox.executable_3.3.101.R34x_v20081125-7H-ELfE8hXnkE15Wh9Tnyu\ does not appoint any existing artifacts
WARN:  Root advice declared for configuration win32.win32.x86_64 in the build.properties file at location C:\hudson\jobs\bucky_dev\workspace\.metadata\.plugins\org.eclipse.pde.core\.bundle_pool\features\org.eclipse.equinox.executable_3.3.101.R34x_v20081125-7H-ELfE8hXnkE15Wh9Tnyu\ does not appoint any existing artifacts
WARN:  Root advice declared for configuration wpf.win32.x86 in the build.properties file at location C:\hudson\jobs\bucky_dev\workspace\.metadata\.plugins\org.eclipse.pde.core\.bundle_pool\features\org.eclipse.equinox.executable_3.3.101.R34x_v20081125-7H-ELfE8hXnkE15Wh9Tnyu\ does not appoint any existing artifacts

This does not fail the build or cause any problems with build artifacts, but I'd like to know what this warning means?

I am using buckminster 3.5 1.1.350.r11409

thanks,
Alex
Re: Root advice warning [message #550609 is a reply to message #550559] Sat, 31 July 2010 09:23 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
The warning tells you that your build.properties file contains
properties for root files (A property named 'root' or properties with
names starting with 'root.') and that some of the appointed files and/or
directories are missing.

You can find more info about root files here:

http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .pde.doc.user/tasks/pde_rootfiles.htm

HTH,
- thomas

On 07/30/2010 09:34 PM, Alex wrote:
> Hi,
>
> During the build I get the following warning
>
> WARN: Root advice declared for configuration win32.win32.x86 in the
> build.properties file at location
> C:\hudson\jobs\bucky_dev\workspace\.metadata\.plugins\org.ec lipse.pde.core\.bundle_pool\features\org.eclipse.equinox.exe cutable_3.3.101.R34x_v20081125-7H-ELfE8hXnkE15Wh9Tnyu\
> does not appoint any existing artifacts
> WARN: Root advice declared for configuration win32.win32.x86_64 in the
> build.properties file at location
> C:\hudson\jobs\bucky_dev\workspace\.metadata\.plugins\org.ec lipse.pde.core\.bundle_pool\features\org.eclipse.equinox.exe cutable_3.3.101.R34x_v20081125-7H-ELfE8hXnkE15Wh9Tnyu\
> does not appoint any existing artifacts
> WARN: Root advice declared for configuration wpf.win32.x86 in the
> build.properties file at location
> C:\hudson\jobs\bucky_dev\workspace\.metadata\.plugins\org.ec lipse.pde.core\.bundle_pool\features\org.eclipse.equinox.exe cutable_3.3.101.R34x_v20081125-7H-ELfE8hXnkE15Wh9Tnyu\
> does not appoint any existing artifacts
>
> This does not fail the build or cause any problems with build artifacts,
> but I'd like to know what this warning means?
>
> I am using buckminster 3.5 1.1.350.r11409
>
> thanks,
> Alex
Re: Root advice warning [message #550610 is a reply to message #550609] Sat, 31 July 2010 09:29 Go to previous message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
This warning is probably also related to the "republish feature problem"
explained here:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=321111#c2

The o.e.equinox.executable feature should normally not need to be
included in a product or in another feature. The launchers will be
implicitly included anyway. So if you have such inclusions, the error is
likely to go away if you remove them.

Also, I would strongly recommend that you to upgrade your build to use
Buckminster 3.6. A lot of problems related to publishing and the TP has
been fixed and a 3.6 Buckminster should be fully capable of building
older types of targets.

Regards,
Thomas Hallgren

On 07/31/2010 11:23 AM, Thomas Hallgren wrote:
> The warning tells you that your build.properties file contains
> properties for root files (A property named 'root' or properties with
> names starting with 'root.') and that some of the appointed files and/or
> directories are missing.
>
> You can find more info about root files here:
>
> http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .pde.doc.user/tasks/pde_rootfiles.htm
>
>
> HTH,
> - thomas
>
> On 07/30/2010 09:34 PM, Alex wrote:
>> Hi,
>>
>> During the build I get the following warning
>>
>> WARN: Root advice declared for configuration win32.win32.x86 in the
>> build.properties file at location
>> C:\hudson\jobs\bucky_dev\workspace\.metadata\.plugins\org.ec lipse.pde.core\.bundle_pool\features\org.eclipse.equinox.exe cutable_3.3.101.R34x_v20081125-7H-ELfE8hXnkE15Wh9Tnyu\
>>
>> does not appoint any existing artifacts
>> WARN: Root advice declared for configuration win32.win32.x86_64 in the
>> build.properties file at location
>> C:\hudson\jobs\bucky_dev\workspace\.metadata\.plugins\org.ec lipse.pde.core\.bundle_pool\features\org.eclipse.equinox.exe cutable_3.3.101.R34x_v20081125-7H-ELfE8hXnkE15Wh9Tnyu\
>>
>> does not appoint any existing artifacts
>> WARN: Root advice declared for configuration wpf.win32.x86 in the
>> build.properties file at location
>> C:\hudson\jobs\bucky_dev\workspace\.metadata\.plugins\org.ec lipse.pde.core\.bundle_pool\features\org.eclipse.equinox.exe cutable_3.3.101.R34x_v20081125-7H-ELfE8hXnkE15Wh9Tnyu\
>>
>> does not appoint any existing artifacts
>>
>> This does not fail the build or cause any problems with build artifacts,
>> but I'd like to know what this warning means?
>>
>> I am using buckminster 3.5 1.1.350.r11409
>>
>> thanks,
>> Alex
>
Previous Topic:Getting components from branch
Next Topic:NPE in p2.site actions
Goto Forum:
  


Current Time: Mon Sep 23 20:15:42 GMT 2024

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

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

Back to the top