Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Question about root.<config>


Thomas,
The short answer is no, its not possible to do this right now.

PDE.Build is looking for a root property based on the config it is currently working on, simply: root.OS.WS.ARCH.
So, to get it to look for something that means ALL, the config would need to be "win32,*,*", and then the property would be "root.win32.*.*".

However, PDE.Build does not currently support that kind of config.  When I try it now, the first error I get is on an attempt to generate the assembly script "assemble.F.win32.*.*.xml".  There is likely more than one place where that kind of config is not handled properly.

-Andrew



Thomas Hallgren <thomas@xxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

10/22/2006 04:20 AM

Please respond to
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>

To
pde-build-dev@xxxxxxxxxxx
cc
Subject
[pde-build-dev] Question about root.<config>





Hi,
I wonder if it's possible to use some keyword that means ALL in the
config triplet of a root.<config> property in the build.properties. I'd
like to do something like:

root.win32.ALL.ALL = win32
root.linux.ALL.ALL = linux
root.linux.ALL.ALL.permissions.755=myscript

Regards,
Thomas Hallgren

_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


Back to the top