|
9:
Re: Re: Re: Re: Steps to create a tool and integrate in the Author
|
In response to 8
|
04/06/11 05:36 PM |
|
Thanks for that Ernie. I read the contents of the link you provided. I have the sql script and deploy directory all set-up. But still when I build the tool the custom tool is still not on the Author Tab Tools list. What I have in sequence for the build are these:
deploy-tool, synchronize-deploy
Is this sequence correct? The link doesn't seem to provide the build sequence to use.
Thanks again.
Posted by b u
|
|
|
|
11:
Re: Re: Re: Re: Re: Steps to create a tool and integrate in the Author
|
In response to 9
|
04/06/11 09:58 PM |
|
Hi BU,
Once you have your tool ready to be deployed, I would suggest you select the "explode war" task. That will copy deploy your tool into the lams.ear directory and of course explode it (open the war file).
Then if you do changes in the jsps, you can synchronise deploy and they would get copy over to jboss and you won't need to stop it.
However, if you do change in any .java files, well... you'll need to restart jboss.
I'm not so sure if there's a way to make .jar changes while Jboss is running. But I don't think so.
Hope it helps.
Ernie
Posted by Ernie Ghiglione
|
|
|
|
|
14:
Re: Re: Re: Re: Re: Re: Re: Re: Steps to create a tool and integrate in the Author
|
In response to 13
|
04/12/11 11:37 PM |
|
Hi Ernie,
I have looked at those links. I have done the following:
- modified fckconfig_custom.js - added the name of my tool in FCKConfig.ToolbarSets["Default"]. I also added FCKConfig.Plugins.Add('mytool', 'en');. I have rebuilt the tool build.xml and when I open up the FCK Editor, it is not displayed and I also get error "Unknown toolbar item". How do I resolve this?
Posted by b u
|
|
|
|
16:
Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Steps to create a tool and integrate in the Author
|
In response to 15
|
04/14/11 08:57 PM |
|
Hi Ernie,
Now it is displayed on the Text Editor, thanks for your help there. For some reason I withinn the fckeditor/plugins/ directory, the diractory for my custom tool was not being deployed. Once this directory existed - it worked. BUT ...I get javascript errors when I click on my cuatom tool. I get Error: Invalid Argument. I can't find what is causing this.
Posted by b u
|
|
|
|