|
Re: How to prevent a non-java file from being copied to the /bin folder [message #333262 is a reply to message #333257] |
Tue, 02 December 2008 16:01   |
Eclipse User |
|
|
|
Raymond wrote:
> Hey,
> I have a question about how to prevent a non-java file from being copied
> to the /bin folder? I know adding them into the exclusion pattern can
> avoid that but for some reason I can not use the exclusion to do this in
> our plug-in. Is there another way to do that?
> Thanks.
To be more specific, we have a builder to build a special type of files
and create processed files. I want to put the processed file into the /bin
folder but don't want eclipse copy the original files to the /bin folder.
Just like the way eclipse handles java files.
|
|
|
Re: How to prevent a non-java file from being copied to the /bin folder [message #333273 is a reply to message #333262] |
Tue, 02 December 2008 22:24  |
Eclipse User |
|
|
|
"Raymond " <zqiu@rim.com> wrote in message
news:c06b5bd3e131858d38fd1e33711771f7$1@www.eclipse.org...
> Raymond wrote:
>
>> Hey,
>
>> I have a question about how to prevent a non-java file from being copied
>> to the /bin folder? I know adding them into the exclusion pattern can
>> avoid that but for some reason I can not use the exclusion to do this in
>> our plug-in. Is there another way to do that?
>
>> Thanks.
>
> To be more specific, we have a builder to build a special type of files
> and create processed files. I want to put the processed file into the /bin
> folder but don't want eclipse copy the original files to the /bin folder.
> Just like the way eclipse handles java files.
Does your non-Java file have to live in a Java source folder?
If so, in Java Build Path, edit the source folder and look at the "exclusion
patterns" - I think that might do what you want.
|
|
|
Powered by
FUDForum. Page generated in 0.03546 seconds