티스토리 뷰

카테고리 없음

ant includeantruntime

[czar] 2010. 7. 6. 19:47

Buildfile: D:\a\build.xml
 
compile:
    [javac] D:\a\build.xml:8: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
 
BUILD SUCCESSFUL
Total time: 0 seconds





includeantruntime="false" 를 넣어주면 된다.

<javac debug="on" destdir="${web.classes.dir}" classpath="${classpath}" deprecation="false" encoding="UTF-8" includeantruntime="false">
   <src path="${src.dir}" />
   <include name="**/*.java" />
  </javac>

공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2026/03   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
글 보관함