Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Blocker
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Tycho
-
Labels:None
-
Environment:windows linux
-
Number of attachments :
Description
i have this build.properties
source.. = src/,\
lang/
output.. = bin/
bin.includes = META-INF/,\
.,\
build.properties,\
icons/,\
plugin.xml,\
images/,\
lang/,\
lib/
bin.excludes = lib/log4j-1.2.14.jar
jars.compile.order = .
i have a file config.properties in the lang directory. When i compile withe eclipse pde, i obtain a jar like that:
toto.jar:
-lang
- config.properties
config.properties
so i have 2 files config.properties
but when i compile with tycho, i obtain
toto.jar:
-lang
- config.properties
i have not the config.properties at the root of the jar.
and the other problem is the "bin.excludes = lib/log4j-1.2.14.jar" is not exclude in the result jar with tycho.
Activity
Seb
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Attachment | Test-bug-996.zip [ 37756 ] |
Igor Fedorenko
made changes -
| Assignee | Igor Fedorenko [ igorfie ] |
Jason van Zyl
made changes -
| Workflow | Maven New [ 96388 ] | jira [ 101187 ] |
Sorry, the look of my issue is bad and my english is very bad
so the problem is the result jar "toto.jar" contains the config.properties at the root of the jar and in the sub-directory "lang" with eclipse pde but with tycho the result jar "toto.jar" contains only the config.properties in the sub-directory "lang" ant not at the root of the jar.
thanks,
Seb.