我在编译 eclipse 插件时遇到问题,这是我得到的错误
/usr/local/hadoop/src/contrib/eclipse-plugin$ ant
Buildfile: /usr/local/hadoop/src/contrib/eclipse-plugin/build.xml
BUILD FAILED
/usr/local/hadoop/src/contrib/eclipse-plugin/build.xml:22: The following error occurred while executing this line:
/usr/local/hadoop/src/contrib/build-contrib.xml:43: Element type "property" must be followed by either attribute specifications, ">" or "/>".
Total time: 0 seconds
和修改线是这些
41: <!--modificacion de hadoop-->
42: <!-- Property added for compiling eclipse plugin -->
43: <property name="src.eclipse" location="${root}/usr/lib/eclipse"/>
44: <!--cerrado-->