---------- Forwarded message ----------
From: Vineet ghatge <[email protected]>
Date: Thu, May 28, 2009 at 9:19 AM
Subject: Compile Sevices-Help
To: [email protected]


Hello all,

I was trying to compile the processor_service.These were the steps I
followed:-

1)svn co http://svn.apache.org/repos/asf/incubator/stonehenge <dir>,where
<dir> can be any convenient place on my harddrive.
2)cd <dir>/contrib/stocktrader/java/order_processor/processor-service
3)cp */wsit-enabled-fromwsdl/build.xml .
4)mkdir etc
5)cp */wsit-enabled-fromwsdl/etc/build.properties etc
6)Update etc/build.properties
 server.wsdl=resources/nosec/META-INF/OrderProcessor.wsdl
7)Update build.xml
 build-server-wsdl target
 javac portion
  includes="**/org/**"
8)Remove WSO2 generated code:
 rm -rf src/com
 rm -rf src/traderorderhost
 rm -rf src/org/tempuri
9)cd <dir>/contrib/stocktrader/java/order_processor/processor-service
10)ant server.

After running "ant server" I got a list of errors due to "javac".Here is one
of those errors:-
  [javac]
/private/tmp/processor-service/src/org/wso2/stocktrader/CustomAccountBean.java:23:
cannot find symbol
  [javac] symbol : class AccountDataBean
  [javac] location: package com.ibm.websphere.samples.trade
  [javac] import com.ibm.websphere.samples.trade.AccountDataBean

* Could someone pls tell me:- *
-Why are these errors being generated??
-how the code in the above **/trade/* directory was generated??
-Precise steps or direction to overcome the javac errors??
-Is there a previous documentation on this matter??

 With Regards,
Vineet Ghatge H

Reply via email to