Re: compile java event.

2009-11-10 Thread swathi
> Actually Iam kind of stuck here,not sure how do I save it to db. >>>>>>>>>> Iam >>>>>>>>>> trying >>>>>>>>>> to create a new record into Person table in webtools. >>>>>&

Re: compile java event.

2009-11-10 Thread Sumit Pandit
;>>>> trying >>>>>>>>> to create a new record into Person table in webtools. >>>>>>>>> >>>>>>>>> Thanks >>>>>>>>> >>>>>>>>> Sumit Pandit-3 wrote: >>>>>>>>>> >>>>&

Re: compile java event.

2009-11-10 Thread swathi
;> data >>>>>>>>> in database. That would help me to understand where you are >>>>>>>>> going >>>>>>>>> wrong. >>>>>>>>> >>>>>>>>> -- >>>>>>>>&g

Re: compile java event.

2009-11-09 Thread Sumit Pandit
if I created a confusion.. Can someone please guide me.. Thanks S.Hage wrote: look in the file runtime\logs\error.log. You can also add System.out.println("") in your java code 'to trace it' and look in runtime\logs\ofbiz.log. S.H. __ Saad Hage saad.h...@

Re: compile java event.

2009-11-09 Thread swathi
t;>>> Can I not save data in database using Java Program. Do I have to >>>>>>>> goto >>>>>>>> service anyhow. >>>>>>>> This is my flow.. >>>>>>>> my request goes from controller.xml -> screen-> On click

Re: compile java event.

2009-11-09 Thread Sumit Pandit
on.. Can someone please guide me.. Thanks S.Hage wrote: look in the file runtime\logs\error.log. You can also add System.out.println("") in your java code 'to trace it' and look in runtime\logs\ofbiz.log. S.H. __ Saad Hage saad.h...@hotmail.com From: swat

Re: compile java event.

2009-11-09 Thread swathi
controller.xml. Here I >>>>>> have a java event, where I want to save this data entered on >>>>>> ftl. I >>>>>> got data >>>>>> entered, using request,getParameter(). I created a map, >>>>>> inpMap=FastMap.new

Re: compile java event.

2009-11-05 Thread S.Hage
9 4:49 PM To: S.Hage Subject: Re: compile java event. Yes I had to change the properties in build.xml according to my application and In eclipse I added my src folder to JavaBuildPath. I got the build dir created with classes folder and lib folder with .class files and.jar file respectively.

Re: compile java event.

2009-11-05 Thread swathi
omponent's build.xml is included in the filelist in the parent >>> build.xml. >>> Are you working in specialpurpose/yourapp? >>> >>> -- >>> James McGill >>> Phoenix AZ >>> >>> >> >> > > -- View this message in context: http://n4.nabble.com/compile-java-event-tp439486p532067.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: compile java event.

2009-11-05 Thread S.Hage
create the build dir? >>> >> >> Make sure your component is loaddd in component-load.xml, and your >> component's build.xml is included in the filelist in the parent >> build.xml. >> Are you working in specialpurpose/yourapp? >> >> -- >> Jam

Re: compile java event.

2009-11-04 Thread James McGill
On Wed, Nov 4, 2009 at 2:38 PM, swathi wrote: > > Hi > Can someone please tell me How do I compile a java event. I copied > build.xml > from example application. Just by doing ant at cmd prmt doesnt create a > build dir with jars in my component. > In which dir does it create the build dir? >

compile java event.

2009-11-04 Thread swathi
.nabble.com/compile-java-event-tp439486p439486.html Sent from the OFBiz - User mailing list archive at Nabble.com.