Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » 3.2 srcIncludedBuildInstructions errors out on Target `pre.gather.bin.parts'
3.2 srcIncludedBuildInstructions errors out on Target `pre.gather.bin.parts' [message #308799] Tue, 03 October 2006 15:26 Go to next message
Eclipse UserFriend
I was trying to build eclipse3.2 on my xp professional(sp2) machine
following the instructions on the link below
http://mirror.calvin.edu/eclipse/downloads/drops/R-3.2.1-200 609210945/srcIncludedBuildInstructions.htm

and i am having build errors as shown below.

[javac] 14. WARNING in
C:\eclipsefun\eclipsesrc3.2\plugins\org.eclipse.pde.b
uild\src\org\eclipse\swt\tools\internal\IconExe.java
[javac] (at line 2985)
[javac] int yPelsPerMeter = (infoHeader[28] & 0xFF) | ((infoHeader[29]
&
0xFF) << 8) | ((infoHeader[30] & 0xFF) << 16) | ((infoHeader[31] & 0xFF)
<< 24)
[javac] ^^^^^^^^^^^^^
[javac] The local variable yPelsPerMeter is never read
[javac] ----------
[javac] 14 problems (14 warnings)
[echo] Assembling...
[subant] Failure for target 'pre.gather.bin.parts' of:
C:\eclipsefun\eclipses
rc3.2\plugins\org.eclipse.platform.doc.user\customBuildCallb acks.xml
[subant] The following error occurred while executing this line:
[subant] Target `pre.gather.bin.parts' does not exist in this project.
[subant] Failure for target 'pre.gather.bin.parts' of:
C:\eclipsefun\eclipses
rc3.2\plugins\org.eclipse.platform.doc.isv\customBuildCallba cks.xml
[subant] The following error occurred while executing this line:
[subant] Target `pre.gather.bin.parts' does not exist in this project.

researching this i found that this project is not using customCallbacks
and this has been changed to break the build.
does anyone have a workaround around this.
any help will be greatly appreciated.
Re: 3.2 srcIncludedBuildInstructions errors out on Target `pre.gather.bin.part [message #308814 is a reply to message #308799] Wed, 04 October 2006 04:18 Go to previous messageGo to next message
Eclipse UserFriend
any help on this yet
i am tryin to build eclipse from the src

am i in the wrong forum ?
if so could somebody please point me to the right place

any help from the community will be greatly appreciated in starting me out

thanks
Re: 3.2 srcIncludedBuildInstructions errors out on Target `pre.gather.bin.parts' [message #308821 is a reply to message #308799] Wed, 04 October 2006 11:13 Go to previous message
Eclipse UserFriend
sid,
These warnings should not affect the results of the build. The subant
call to the custom targets does not fail by default when the target is
not there and those plug-ins don't do anything in those steps. The
javac problems are also just warnings and don't affect anything.

If you want the pre.gather.bin.parts warnings to go away, just add empty
<target name="pre.gather.bin.parts">
</target>
to the customBuildCallbacks.xml.

-Andrew
sid wrote:
> I was trying to build eclipse3.2 on my xp professional(sp2) machine
> following the instructions on the link below
> http://mirror.calvin.edu/eclipse/downloads/drops/R-3.2.1-200 609210945/srcIncludedBuildInstructions.htm
>
>
> and i am having build errors as shown below.
>
> [javac] 14. WARNING in
> C:\eclipsefun\eclipsesrc3.2\plugins\org.eclipse.pde.b
> uild\src\org\eclipse\swt\tools\internal\IconExe.java
> [javac] (at line 2985)
> [javac] int yPelsPerMeter = (infoHeader[28] & 0xFF) |
> ((infoHeader[29] &
> 0xFF) << 8) | ((infoHeader[30] & 0xFF) << 16) | ((infoHeader[31] & 0xFF)
> << 24)
> [javac] ^^^^^^^^^^^^^
> [javac] The local variable yPelsPerMeter is never read
> [javac] ----------
> [javac] 14 problems (14 warnings)
> [echo] Assembling...
> [subant] Failure for target 'pre.gather.bin.parts' of:
> C:\eclipsefun\eclipses
> rc3.2\plugins\org.eclipse.platform.doc.user\customBuildCallb acks.xml
> [subant] The following error occurred while executing this line:
> [subant] Target `pre.gather.bin.parts' does not exist in this project.
> [subant] Failure for target 'pre.gather.bin.parts' of:
> C:\eclipsefun\eclipses
> rc3.2\plugins\org.eclipse.platform.doc.isv\customBuildCallba cks.xml
> [subant] The following error occurred while executing this line:
> [subant] Target `pre.gather.bin.parts' does not exist in this project.
>
> researching this i found that this project is not using customCallbacks
> and this has been changed to break the build.
> does anyone have a workaround around this.
> any help will be greatly appreciated.
>
>
>
Previous Topic:how do i know when the perspective being switched?
Next Topic:Workflow support for CVS actions
Goto Forum:
  


Current Time: Sat Sep 13 13:29:16 EDT 2025

Powered by FUDForum. Page generated in 0.03420 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top