Bug 140435 - Leading separator for eclipse.pdebuild.* properties
Summary: Leading separator for eclipse.pdebuild.* properties
Status: NEW
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Build (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: pde-build-inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-05 16:49 EDT by Darin Swanson CLA
Modified: 2022-11-18 16:03 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 Darin Swanson CLA 2006-05-05 16:49:43 EDT
These properties all show a leading file separator when displayed in the Ant runtime properties pref page.

Possibly just a display issue but not likely to be what people expect in some cases.
Comment 1 Andrew Niefer CLA 2006-05-05 16:54:50 EDT
This leading separator is the format being returned from URL#getPath.  This doesn't seem to be an issue for the way we are using these properties in our ant scripts, but if someone else was to pass these properties to say an exec task then there might be problems.
Comment 2 Pascal Rapicault CLA 2006-05-08 21:34:19 EDT
Andrew could you please confirm for rc4 that this does not cause problems on linux platforms. If so then I suggest that we leave it the way it is.
Comment 3 Andrew Niefer CLA 2006-05-10 16:23:17 EDT
After some tests, this does not cause problems on Linux at all.  On Windows, the property is understood by ant.  The only problem is on windows when the property is passed to something that doesn't understand it, like exec:
<exec executable="type" >
   <arg value="${eclipse.pdebuild.scripts}/build.xml" />
</exec>

In this case even removing the leading separator would not be good enough since windows does not like the forward slashes.
Comment 4 Andrew Niefer CLA 2011-10-20 14:43:49 EDT
Moving to inbox
Comment 5 Lars Vogel CLA 2018-12-03 09:11:23 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 6 Lars Vogel CLA 2018-12-03 09:12:59 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 7 Eclipse Genie CLA 2020-11-27 09:08:12 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 8 Eclipse Genie CLA 2022-11-18 16:03:21 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.