Bug 346370 - listed properties in customAssembly.xml are not available in runtime
Summary: listed properties in customAssembly.xml are not available in runtime
Status: NEW
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 3.7   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: pde-build-inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-19 02:20 EDT by Meng Xin Zhu CLA
Modified: 2022-11-17 10:19 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Meng Xin Zhu CLA 2011-05-19 02:20:54 EDT
I'm customizing my PDE build via customAssembly.xml. I copied that file from template folder, then modified "post.gather.bin.parts" target like below,

        <target name="post.gather.bin.parts">
                <echo message="$${eclipse.base}=${eclipse.base}" />
                <echo message="$${eclipse.plugins}=${eclipse.plugins}" />
                <echo message="$${eclipse.features}=${eclipse.features}" />
                <echo message="$${archiveFullPath}=${archiveFullPath}" />
                <echo message="$${buildDirectory}=${buildDirectory}" />
        </target>
        
The properties 'eclipse.base', 'eclipse.plugins', 'eclipse.features' and 'archiveFullPath' are listed at the beginning comments of customAssembly.xml.

I launched my PDE build via below command,

./java -jar /media/disk-d/dev/Indigo/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar -buildfile /media/disk-d/dev/Indigo/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts/productBuild/productBuild.xml -data /tmp/release_190511_13_45_34/ws -configuration /tmp/release_190511_13_45_34/configuration -application org.eclipse.ant.core.antRunner -DjavacDebugInfo=on -DjavacVerbose=false -DjavacFailOnError=true -Dbuilder=/tmp/release_190511_13_45_34/configuration/configuration -Dconfigs="win32,win32,x86 &  linux,gtk,x86 &  linux,gtk,x86_64 &  solaris,gtk,sparc & " -DskipDirector=true -Dp2.director.extraArgs="-configuration /tmp/release_190511_13_45_34/configuration" -DbuildId=ignore

I got below output on the console,

post.gather.bin.parts:
     [echo] ${eclipse.base}=${eclipse.base}
     [echo] ${eclipse.plugins}=${eclipse.plugins}
     [echo] ${eclipse.features}=${eclipse.features}
     [echo] ${archiveFullPath}=${archiveFullPath}
     [echo] ${buildDirectory}=/tmp/release_190511_13_45_34/build
Comment 1 Lars Vogel CLA 2018-12-03 09:11:03 EST
Currently we are not actively enhancing PDE build anymore. Therefore, I close this bug as WONTFIX. 

Please reopen, if you plan to provide a fix.
Comment 2 Lars Vogel CLA 2018-12-03 09:13:15 EST
Currently we are not actively enhancing PDE build anymore. Therefore, I close this bug as WONTFIX. 

Please reopen, if you plan to provide a fix.
Comment 3 Eclipse Genie CLA 2020-11-26 15:30:32 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 4 Eclipse Genie CLA 2022-11-17 10:19:05 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.