Hi All,

I am a newbie to ofbiz.

I am trying to add new component (adding in hot-deploy folder). When trying
to build the application in ant window I get following error message.

*************************************************************************
BUILD FAILED
C:\ofbiz\ofbiz4.0\build.xml:106: The following error occurred while
executing this line:
C:\ofbiz\ofbiz4.0\framework\build.xml:133: The following error occurred
while executing this line:
C:\ofbiz\ofbiz4.0\framework\testtools\build.xml:82: Compile failed; see the
compiler error output for details.
**************************************************************************
line 106 @ C:\ofbiz\ofbiz4.0\build.xml:106 is: <subant inheritall="false">
of 

<subant inheritall="false">
            <filelist dir="." files="framework/build.xml"/>
</subant>

line 133 @ C:\ofbiz\ofbiz4.0\framework\build.xml:13  is : <subant
inheritall="false">
of 
<subant inheritall="false">
            <filelist refid="framework-builds"/>
</subant>

and line 82 @ C:\ofbiz\ofbiz4.0\framework\testtools\build.xml:82 is : <javac
debug="on" source="1.4" deprecation="on" destdir="${build.dir}/classes">

of 

<javac debug="on" source="1.4" deprecation="on"
destdir="${build.dir}/classes">
            <classpath>
                <path refid="local.class.path"/>
            </classpath>
            <src path="${src.dir}"/>
 </javac>


I am not sure what these errors are indicating and what did I do wrong.

Your help is really appreciated.

Thank you.



-- 
View this message in context: 
http://www.nabble.com/BUILD-FAILED-while-adding-new-component-tp23729208p23729208.html
Sent from the OFBiz - User mailing list archive at Nabble.com.

Reply via email to