| Author |
error in build-impl.xml file, @ time of clean/Build project
|
Rohan Ved
Greenhorn
Joined: Oct 18, 2012
Posts: 1
|
|
Hi,
i am working on JEE project, it was developed in eclipse and m using netBeans now. there is no error in error box, but when i go to clean & build it is showing error_
Soft\nbproject\build-impl.xml:511: The following error occurred while executing this line:
Soft\nbproject\build-impl.xml:245: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 1 minute 27 seconds)
And in xml these Line's are_
Line 511:<webproject2:javac destdir="${build.classes.dir}" gensrcdir="${build.generated.sources.dir}"/>
Line 245:<javac debug="@{debug}" deprecation="${javac.deprecation}" destdir="@{destdir}" encoding="${source.encoding}" excludes="@{excludes}" includeantruntime="false" includes="@{includes}" source="${javac.source}" srcdir="@{srcdir}" target="${javac.target}">
is anybuddy face this issue?
|
 |
Martin Vajsar
Bartender
Joined: Aug 22, 2010
Posts: 2318
|
|
Welcome to Coderanch!
The errors you've posted are generated by the build script. There is probably nothing wrong with the build script; the script processor (probably Ant) just complains about errors it got while compiling your Java project. Actual compile errors (the "compiler error output") that are the root cause are probably above (sometimes way above) these messages.
Try to have a look at them. Feel free to ask further questions if needed, but post more of the output messages.
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: error in build-impl.xml file, @ time of clean/Build project
|
|
|