解析Neatbeans(常见错误) build-impl.xml:305: Compile failed

lijiangnanh

lijiangnanh

2016-02-19 09:12

每个人都希望每天都是开心的,不要因为一些琐事扰乱了心情还,闲暇的时间怎么打发,关注图老师可以让你学习更多的好东西,下面为大家推荐解析Neatbeans(常见错误) build-impl.xml:305: Compile failed,赶紧看过来吧!
先贴一段build-impl.xml中javac部分构建失败提所在行的配置
代码如下:

            sequential
                property location="${build.dir}/empty" name="empty.dir"/
                mkdir dir="${empty.dir}"/
                mkdir dir="@{apgeneratedsrcdir}"/
                javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" executable="${platform.javac}" fork="yes" includeantruntime="false" includes="@{includes}" source="${javac.source}" srcdir="@{srcdir}" target="${javac.target}" tempdir="${java.io.tmpdir}"
                    src
                        dirset dir="@{gensrcdir}" erroronmissingdir="false"
                            include name="*"/
                        /dirset
                    /src
                    classpath
                        path path="@{classpath}"/
                    /classpath
                    SPAN style="COLOR: #ff0000"compilerarg line="${endorsed.classpath.cmd.line.arg}"/
                    compilerarg line="${javac.compilerargs}"/
                    compilerarg value="-processorpath"/
                    compilerarg path="@{processorpath}:${empty.dir}"/
                    compilerarg line="${ap.processors.internal}"/
                    compilerarg value="-s"/
                    compilerarg path="@{apgeneratedsrcdir}"/
                    compilerarg line="${ap.proc.none.internal}"/
                    customize//SPAN
                /javac
            /sequential

程序本身没有什么错误,但是编译器一构建,就报
F:项目subversionsvn2010jwebplus3trunksrcwebplus3webplus3nbprojectbuild-impl.xml:868: The following error occurred while executing this line:
F:项目subversionsvn2010jwebplus3trunksrcwebplus3webplus3nbprojectbuild-impl.xml:305: Compile failed; see the compiler error output for details.
构建失败 (总时间: 12 秒)
我们来看看305行是什么?
javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" executable="${platform.javac}" fork="yes" includeantruntime="false" includes="@{includes}" source="${javac.source}" srcdir="@{srcdir}" target="${javac.target}" tempdir="${java.io.tmpdir}"
其实,我们删除
代码如下:

SPAN style="COLOR: #ff0000"                    compilerarg line="${endorsed.classpath.cmd.line.arg}"/
                    compilerarg line="${javac.compilerargs}"/
                    compilerarg value="-processorpath"/
                    compilerarg path="@{processorpath}:${empty.dir}"/
                    compilerarg line="${ap.processors.internal}"/
                    compilerarg value="-s"/
                    compilerarg path="@{apgeneratedsrcdir}"/
                    compilerarg line="${ap.proc.none.internal}"/
                    customize//SPAN

这段,再次构建,就成功了!
展开更多 50%)
分享

猜你喜欢

解析Neatbeans(常见错误) build-impl.xml:305: Compile failed

编程语言 网络编程
解析Neatbeans(常见错误) build-impl.xml:305: Compile failed

android layout XML解析错误的解决方法

编程语言 网络编程
android layout XML解析错误的解决方法

s8lol主宰符文怎么配

英雄联盟 网络游戏
s8lol主宰符文怎么配

compile 方法

编程语言 网络编程
compile 方法

iPhone5充电技巧及常见错误解析

iphone iPhone 5s iPhone 6 iphone刷机
iPhone5充电技巧及常见错误解析

lol偷钱流符文搭配推荐

英雄联盟 网络游戏
lol偷钱流符文搭配推荐

详细解析网页设计中非常常见的错误

平面设计 海报设计 广告设计 画报设计 签名设计 服装设计 名片设计 画册设计 版式设计 商标设计
详细解析网页设计中非常常见的错误

jQuery 解析xml文件

Web开发
jQuery 解析xml文件

lolAD刺客新符文搭配推荐

英雄联盟
lolAD刺客新符文搭配推荐

word制表位和TAB、空格

word制表位和TAB、空格

c语言printf函数的使用详解

c语言printf函数的使用详解
下拉加载更多内容 ↓