Bug 401532 - bin.excludes in build.properties is ignored
Summary: bin.excludes in build.properties is ignored
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Buckminster (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: buckminster.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-22 09:40 EST by Christoph Keimel CLA
Modified: 2019-02-25 14:39 EST (History)
0 users

See Also:


Attachments
Test project to reproduce the bug (10.40 KB, application/x-zip-compressed)
2013-02-22 09:40 EST, Christoph Keimel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Keimel CLA 2013-02-22 09:40:06 EST
Created attachment 227466 [details]
Test project to reproduce the bug

We use bin.excludes to exclude unwanted files in our builds. In our case we have log4j configuration files in a plugin and we don't want to have the test configurations in the build. The build.properties file has the line

bin.excludes = *test*

This works when exporting through pde: log4j_test.xml is not in the exported jar file. 
Buckminster ignores this line: log4j_test.xml is included in the resulting jar file.

To reproduce:
- load attached demo project
- Buckminster > Invoke Action > bundle.jar
- log4j_test.xml is included in the jar although it shouldn't be 

I am aware of Bug 387345 and Bug 329235, which are marked as RESOLVED, but it seams that I have a somewhat different case. 

I am using the current version from updates-4.2:
Buckminster - Core 1.5.0.v20130207-0721
Buckminster - PDE support 1.5.0.v20130207-0733