Skip to main content

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


Gah!  Sorry.  I'm all stressed out today and forgot to check bugzilla as a first course of action (agaon).  Thanks for the info, Andrew.

Mark.
----------------------------------------------------------



Andrew Niefer <aniefer@xxxxxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

06/16/2006 01:11 PM

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

To
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>
cc
Subject
Re: [pde-build-dev] Do Custom Build Callbacks Inherit Properties?






There is a bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=142639 on this topic.


See also this bug on ant
http://issues.apache.org/bugzilla/show_bug.cgi?id=36079 which was fixed in Ant 1.7 (eclipse is shipping with ant 1.6.5), relating to the wrong default value of inheritAll on subant.

-Andrew


Mark_Melvin@xxxxxxxx
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

06/16/2006 11:46 AM

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

To
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>
cc
Subject
[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.

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

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

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