Menu

#19 Typo in build.xml prevents CharsetProvider inclusion in jar

open
nobody
None
5
2012-10-26
2008-11-30
No

At line 65 of build.xml (2nd line in target "jar") an extra "s" is appended right after variable name:

<copy todir="${build.classes.dir}s"></copy>

This causes classes to be in "classes", and copying to "classess" (with two "s" at the end).

I guess this extra "s" shall be removed, so copied info goes where it should.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB