在使用ant进行java程序编译的时候出错.错误提示: Error: Could not find or load main class org.apache.tools.ant.launch.Launcher 错误原因:错误很明显没有找到org.apache.tools.ant.launch.Launcher这个类 解决方法:修改CLASSPATH,将ant-launcher.jar的完整路径加进去 export CLASSPATH=.:${JAVA_HOME}/lib:${JRE_HOME}…
构建dubbo项目的时候会遇到: Multiple annotations found at this line: - cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'. - schema_reference.4: Failed to read schema document 'http://code.al…