Are you running make_toolkit.ipl or running build.bat file placed at following location [C:\iw-home\local\config\lib\content_center\livesite_customer_src].When you run build it shows that which new file is added,does it show you file name ?
I am using make_toolkit.ipl file to build it.. after building it
[exec] ***** Analyzing content_center ***** [exec] Previous install of customer toolkit: Sun Nov 16 12:34:15 2008 [exec] No update is necessary.BUILD SUCCESSFULTotal time: 1 second
Do we need to change something in above file(build.xml)
I have a doubt on this wheather new jar cretad by build.bat will be in pathelement or it is ok as it is.
<Object Scope="local">valid java object path goes here</Object><Method>method with valid external signature goes here</Method>
Not yet. I think i am near to the solution but dont know whats being missed? Could you please assist me on this more means you know the cycle of External component. I request you to please go to the doc from where I copied the example and try to run at your end and let me know the steps. ThanksRegards,Aadi
DO NOT extend you class from BaseExternal, it's not needed.
package com.foo;...class SomeClass{ public org.dom4j.Document myExternal(RequestContext context) { return null; }}
<External> <Object Scope="local">com.foo.SomeClass</Object> <Method>myExternal</Method></External>