janklab / slf4m-jankalog

Modified forks of FLOSS logging libraries to support SLF4M
Other
0 stars 0 forks source link

"DEPRECATED - <available> used to override an existing property" #10

Open apjanke opened 2 years ago

apjanke commented 2 years ago

In mvn2 site in my log4j 1.2.15:

main:

parentBuild:

prepare:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.

build:

That looks like an ant thing, so it's related to build.xml. I see <available> tags there in a lot of places.

It's there in 1.2.17, too:

prepare:
[available] DEPRECATED - <available> used to override an existing property.
[available]   Build file should not reuse the same property name for different values.
    [mkdir] Created dir: /Users/janke/repos/slf4m-jankalog/src/opp/opp-munged/log4j-1.2.17/tests/classes

References