Hi,
Knowing that you are new to Ofbiz, I suggest you should use code from Ofbiz trunk instead. Refer to following document to checkout code from svn repository.
http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Source+Repository+and+Access

We also have a nice tutorial that will help you learn basics much faster, below is the link to it.
http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginners+Development+Guide+Using+Practice+Application+%28Hello+World...%29


Regards
Anil Patel

On May 26, 2009, at 2:59 PM, shuchi wrote:


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