Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] Do Custom Build Callbacks Inherit Properties?


I was wondering - do custom build callbacks inherit properties defined in the main PDE build?  It seems that they don't - but can anyone verify this for me?  

I'd like to re-use some properties in my build file.  In particular, the *final* plugin and feature versions found in finalPluginsVersions.properties and finalFeaturesVersions.properties that are in the build directory (I assume these are there to be read in and used - they are useful to finding out what substitutions for qualifiers occurred).  I am already storing them as part of my build, but I can can't see them in my custom build callback.  I guess I could try to reasonably "figure out" the build directory in my custom build callback and read them in again, but

I'm wondering if perhaps you could support the option of customBuildCallbacksInheritAll and customBuildCallbacksInheritRefs in build.properties.

Thanks,
mark.

AMI Semiconductor - "Silicon Solutions for the Real World"
NOTICE: 
This electronic message contains information that may be confidential or privileged. The information is intended for the use of the individual or entity named above. If you are not the intended recipient, please be aware that any disclosure, copying, distribution or use of the contents of this information is prohibited. If you received this electronic message in error, please notify the sender and delete the copy you received.





Back to the top