BUILD FAILED while adding new component

2009-05-26 Thread shuchi
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

Re: BUILD FAILED while adding new component

2009-05-26 Thread BJ Freeman
looks like your error is not related to the hot deploy. first ant clean ant build if you still have the error remove the hot deploy till you resolve all other errors then put it back in. though removing the hot deploy is not really necessary for a newbie it helps clear where to look. to th e rea

Re: BUILD FAILED while adding new component

2009-05-26 Thread shuchi
context: http://www.nabble.com/BUILD-FAILED-while-adding-new-component-tp23729208p23730534.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: BUILD FAILED while adding new component

2009-05-26 Thread BJ Freeman
need to add the paths into the build file under shuchi sent the following on 5/26/2009 1:18 PM: > I added a new java class and I think there I am getting the error. > > I looked at the compiler at it gives following error messages. > > **

Re: BUILD FAILED while adding new component

2009-05-26 Thread Anil Patel
uot; destdir="${build.dir}/ classes"> of 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/BUI

Re: BUILD FAILED while adding new component

2009-05-27 Thread shuchi
^ >> [javac] 6 errors >> **** >> >> I am not sure what this errors are pointing at. >> >> Your help is really appreciated. >> >> Thank you. > > -- > BJ Freeman > http://www.businessesnetwork.com/automation > http://bjfreeman.elance.com > http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro > Systems Integrator. > > > -- View this message in context: http://www.nabble.com/BUILD-FAILED-while-adding-new-component-tp23729208p23742493.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: BUILD FAILED while adding new component

2009-05-27 Thread BJ Freeman
as I mentioned the first time you should remove the hot deploy till the rest is fixed. It only causes confusion. you problem is the build.xml in the testtools you need to add class paths to the jars that support the the imports that the framework/testtools/build.xml can not find. shuchi sent

Re: BUILD FAILED while adding new component

2009-05-28 Thread Ashish Vijaywargiya
You should add the below entry in your build.xml file. It looks like you have done entry for party component, so you will be fine to move further. Still you get error then share your build.xml file. -- Ashish shuchi wrote: I added a new java class and I think there I am getting the error.