 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Terry Guest
|
Posted: Tue May 11, 2004 9:01 am Post subject: Can the build process just copy files? |
|
|
I am using JBuilderX Foundation on Windows 2000.
My project contains .java, .jsp, .html and .gif files. I would like to
configure the IDE to copy all but the .java files to the project output path
so that they can join their .class friends ready for running. Is this
possble to do?
|
|
| Back to top |
|
 |
Tor Iver Wilhelmsen Guest
|
Posted: Tue May 11, 2004 1:33 pm Post subject: Re: Can the build process just copy files? |
|
|
"Terry" <terry> writes:
| Quote: | My project contains .java, .jsp, .html and .gif files. I would like to
configure the IDE to copy all but the .java files to the project output path
so that they can join their .class friends ready for running. Is this
possble to do?
|
Normally you shouldn't have those other file types in the source
directory, but placed under the web-app's root path. Then they become
part of the web-app with no fuss.
A web application has a different structure from other Java apps.
|
|
| Back to top |
|
 |
Royce Guest
|
Posted: Tue May 11, 2004 2:49 pm Post subject: Re: Can the build process just copy files? |
|
|
"Terry" <terry> wrote:
| Quote: | I am using JBuilderX Foundation on Windows 2000.
My project contains .java, .jsp, .html and .gif files. I would like to
configure the IDE to copy all but the .java files to the project output path
so that they can join their .class friends ready for running. Is this
possble to do?
|
I believe if you right-click on the web-app (the entry in the project pane represented with a globe in hand icon) and select properties, you can tell which files to include in the "File Types Included" tab. That's on JB9, I don't know about JBX.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|