compile:
[javac] Compiling 3328 source files to E:\Sources\Sources\Sources\trunk\build\full_Build\bin
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
BUILD SUCCESSFUL
Total time: 4 minutes 5 seconds
ничего страшного в этом нету, можешь не переживатьподскажите пж, что делать когда при компиле появляется вот такие сообщения
Код:compile: [javac] Compiling 3328 source files to E:\Sources\Sources\Sources\trunk\build\full_Build\bin [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details.
хотя итог компила
и нету ни единого варнинга или ошибки!!!Код:BUILD SUCCESSFUL Total time: 4 minutes 5 seconds
Recompile with -Xlint:deprecation for details.
Перекомпилить с флагом -Xlint:deprecation для получения информации по устаревшим классам. Перекомпилишь и будет тебе счастьевот это смущает... ведь он просит перекомпилить? или я не правильно понимаю сообщение?
Скорее всего стоит <compilerarg value="-Xlint:none" />.подскажите пж, что делать когда при компиле появляется вот такие сообщения
Код:compile: [javac] Compiling 3328 source files to E:\Sources\Sources\Sources\trunk\build\full_Build\bin [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details.
хотя итог компила
и нету ни единого варнинга или ошибки!!!Код:BUILD SUCCESSFUL Total time: 4 minutes 5 seconds
у меня в билд файле нету таких слов что ты предположил, кроме value =)Скорее всего стоит <compilerarg value="-Xlint:none" />.
Поставишь <compilerarg value="-Xlint:all" />, и покажет все варнинги.
Сомневаюсь.у меня в билд файле нету таких слов что ты предположил, кроме value
<target name="compile-commons" depends="init">
<delete dir="${build.classes}" />
<mkdir dir="${build.classes}" />
<javac srcdir="${src.commons}"
destdir="${build.classes}"
debug="${debug}"
source="1.8"
target="1.8"
encoding="UTF-8"
nowarn="off"
classpath="${build.classpath}">
<compilerarg value="-Xlint:none" />
</javac>
</target>
как это сделать? =)Перекомпилить с флагом -Xlint:deprecation для получения информации по устаревшим классам. Перекомпилишь и будет тебе счастье
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?