Skip to main content



      Home
Home » Newcomers » Newcomers » build issues
build issues [message #135632] Mon, 06 February 2006 21:09 Go to next message
Eclipse UserFriend
Originally posted by: ben.hooton.gmail.com

Hi there,

I'm having a problem with some html files in the source folder of my
project - they are not copied to the output folder when the project is
built. I've checked the project build path which has the source file
listed with attributes of Include(All) and Exclude(None). Is there any
other reason a non-java file would not appear in the output folder?

Thanks for any help.
Re: build issues [message #136307 is a reply to message #135632] Thu, 09 February 2006 10:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: charlest.otii.com

Or, to ask your question another way, why *would* the html files get
copied to the output folder?

I can't think of any reason why they would. The output folder is for
compiled files - .class files created from .java source files for example.

charlie

Ben wrote:
> Hi there,
>
> I'm having a problem with some html files in the source folder of my
> project - they are not copied to the output folder when the project is
> built. I've checked the project build path which has the source file
> listed with attributes of Include(All) and Exclude(None). Is there any
> other reason a non-java file would not appear in the output folder?
>
> Thanks for any help.
>
Re: build issues [message #136317 is a reply to message #135632] Thu, 09 February 2006 11:01 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: olivier_thomann.NOca.ibm.comSPAM

Ben a écrit :
> I'm having a problem with some html files in the source folder of my
> project - they are not copied to the output folder when the project is
> built. I've checked the project build path which has the source file
> listed with attributes of Include(All) and Exclude(None). Is there any
> other reason a non-java file would not appear in the output folder?
What build are you using?
Would you have steps to reproduce?
I tried and it worked fine.
--
Olivier
Re: build issues [message #136324 is a reply to message #136307] Thu, 09 February 2006 11:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: olivier_thomann.NOca.ibm.comSPAM

Charles Tuckey a écrit :
> Or, to ask your question another way, why *would* the html files get
> copied to the output folder?
Files located in a source folder that are not java files are copied to
the output folder.

> I can't think of any reason why they would. The output folder is for
> compiled files - .class files created from .java source files for example.
They could be resources files used at runtime.
--
Olivier
Re: build issues [message #136383 is a reply to message #135632] Thu, 09 February 2006 14:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse3.rizzoweb.com

Ben wrote:
> Hi there,
>
> I'm having a problem with some html files in the source folder of my
> project - they are not copied to the output folder when the project is
> built. I've checked the project build path which has the source file
> listed with attributes of Include(All) and Exclude(None). Is there any
> other reason a non-java file would not appear in the output folder?

Check the Preferences under Java > Compiler > Building, there is a
setting for Filtered Resources. Make sure your files are not matched by
any of the patterns there.

Eric
Re: build issues [message #137524 is a reply to message #136383] Tue, 14 February 2006 19:50 Go to previous message
Eclipse UserFriend
Originally posted by: ben.hooton.gmail.com

Eric Rizzo wrote:

> Check the Preferences under Java > Compiler > Building, there is a
> setting for Filtered Resources. Make sure your files are not matched by
> any of the patterns there.

> Eric

Legend! I think a profiler plugin I was using must have inserted a *.html
entry in there. Thanks Eric, and yes Olivier they were resources to be
used at runtime - specifically I wanted to simplify deployment by
packaging all the class files and resources in the one jar. Thanks again!
Previous Topic:Having trouble getting Java 5.0 to work
Next Topic:How to use an existing .class file in project
Goto Forum:
  


Current Time: Thu Jul 03 04:41:43 EDT 2025

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

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

Back to the top