I'm trying to test this example of " Using the VTP Browser API" but have
errors on:
import org.eclipse.vtp.launching.IVoiceXMLBrowser;
import org.eclipse.vtp.launching.IVoiceXMLBrowserConstants;
import org.eclipse.vtp.launching.VoiceXMLBrowserInput;
import org.eclipse.vtp.launching.VoiceXMLBrowserProcess;
import org.eclipse.vtp.launching.VoiceXMLLogMessage;
Fernando Pesssoa wrote:
>
> I'm trying to test this example of " Using the VTP Browser API" but have
> errors on:
> import org.eclipse.vtp.launching.IVoiceXMLBrowser;
> import org.eclipse.vtp.launching.IVoiceXMLBrowserConstants;
> import org.eclipse.vtp.launching.VoiceXMLBrowserInput;
> import org.eclipse.vtp.launching.VoiceXMLBrowserProcess;
> import org.eclipse.vtp.launching.VoiceXMLLogMessage;
>
> Where do I find this Plugin dependencies?
>
> Thanks
>
What problems are you having? You want to get the source for the plugin
from the Voice Tools Project SVN repository. Open Eclipse with the SVN
support installed, and use the Import Projects from SVN command to
locate and fetch the source of the org.eclipse.vtp.launching plugin.
Under the SVN repository, use the path: Debug > trunk > plugins.
There seems to currently be a problem with the SVN repository link to
the ROOT structure. I don't think the org.eclipse.vtp.launching plugin
has changed in a long time, however.
Once you have that project loaded up in eclipse, you can use the
plugin.xml file to review all the dependencies, etc.
Fernando Pesssoa wrote:
>
> I'm trying to test this example of " Using the VTP Browser API" but have
> errors on:
> import org.eclipse.vtp.launching.IVoiceXMLBrowser;
> import org.eclipse.vtp.launching.IVoiceXMLBrowserConstants;
> import org.eclipse.vtp.launching.VoiceXMLBrowserInput;
> import org.eclipse.vtp.launching.VoiceXMLBrowserProcess;
> import org.eclipse.vtp.launching.VoiceXMLLogMessage;
>
> Where do I find this Plugin dependencies?
>
> Thanks
>
What problems are you having? You want to get the source for the plugin
from the Voice Tools Project SVN repository. Open Eclipse with the SVN
support installed, and use the Import Projects from SVN command to
locate and fetch the source of the org.eclipse.vtp.launching plugin.
Under the SVN repository, use the path: Debug > trunk > plugins.
There seems to currently be a problem with the SVN repository link to
the ROOT structure. I don't think the org.eclipse.vtp.launching plugin
has changed in a long time, however.
Once you have that project loaded up in eclipse, you can use the
plugin.xml file to review all the dependencies, etc.