build.xml的問題

savage429發表於2007-07-30
不知道怎麼回事,我的build.xml檔案在eclipse裡總是報錯,比如裡面有這樣的程式碼:
<javac srcdir="${src}" destdir="${classes.dir}" deprecation="off" encoding="UTF-8" fork="true" memoryInitialSize="64m" memoryMaximumSize="128m">
<classpath refid="classpath"/>
</javac>
然後它報
Error-Attribute “memoryInitialSize”must be declared for element type “javac”
Error-Attribute “memoryMaximumSize”must be declared for element type “javac”
又或者<hibernate version="2.0" xmlencoding="GBK" />報Error-Element type “hibernate” must be declared

這是怎麼回事啊 我用的是eclispe3.1.1帶XMLBuddy外掛

相關文章