Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » build wizard fails to collect this one file
build wizard fails to collect this one file [message #437845] Wed, 05 October 2005 21:24 Go to next message
Eclipse UserFriend
Originally posted by: tmcguire.go-integral.com

We have an icons.xml file that gets delivered in a build of our SWT /
plugin app. The trouble is, it gets wrapped in the .exe and we want it
seperate so that users can edit it.

our build.properties looks like this:
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
META-INF/,\
.,\
icons/,\
plugin.properties,\
product_lg.gif,\
splash.bmp,\
schema/
jars.compile.order = .
Re: build wizard fails to collect this one file [message #437895 is a reply to message #437845] Thu, 06 October 2005 20:47 Go to previous message
Marc Heimann is currently offline Marc HeimannFriend
Messages: 18
Registered: July 2009
Junior Member
I'm kinda missing the mentioned icons.xml file.
Is it located in the src-dir?

If so move it to the root of your project and add it to the build list
and it will show up in the directory as desired (unless you specified
"pack in jar")

Cheers
Marc

Tim McGuire wrote:
> We have an icons.xml file that gets delivered in a build of our SWT /
> plugin app. The trouble is, it gets wrapped in the .exe and we want it
> seperate so that users can edit it.
>
> our build.properties looks like this:
> source.. = src/
> output.. = bin/
> bin.includes = plugin.xml,\
> META-INF/,\
> .,\
> icons/,\
> plugin.properties,\
> product_lg.gif,\
> splash.bmp,\
> schema/
> jars.compile.order = .
Previous Topic:Adding the console view to a RCP app.
Next Topic:API call to convert plugin.xml to manifest.mf
Goto Forum:
  


Current Time: Sat Dec 07 14:57:36 GMT 2024

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

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

Back to the top