Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Voicetools » How to Download VTP 3.0 Source Code
How to Download VTP 3.0 Source Code [message #483378] Tue, 01 September 2009 11:57 Go to next message
Kasun Chinthaka is currently offline Kasun ChinthakaFriend
Messages: 12
Registered: August 2009
Junior Member
HI

If any one know how to download VTP 3.0 Source Code with or without
through CVS, pls help me.
I tried it using following URLs also, but i couldn't do it.

http://www.ibm.com/developerworks/wireless/library/wi-eclips e/
http://wiki.eclipse.org/CVS_Howto

thanks

Kasun
Re: How to Download VTP 3.0 Source Code [message #483401 is a reply to message #483378] Tue, 01 September 2009 13:24 Go to previous messageGo to next message
Eugene Liu is currently offline Eugene LiuFriend
Messages: 2
Registered: September 2009
Junior Member
Try this URL:

http://dev.eclipse.org/viewsvn/index.cgi/?root=Technology_VT P
Re: How to Download VTP 3.0 Source Code [message #483553 is a reply to message #483401] Wed, 02 September 2009 04:57 Go to previous messageGo to next message
Kasun Chinthaka is currently offline Kasun ChinthakaFriend
Messages: 12
Registered: August 2009
Junior Member
HI,

Thanks for your reply, I went through your mentioned URL
( http://dev.eclipse.org/viewsvn/index.cgi/?root=Technology_VT P).
But using that URL I couldn't Download the VTP 3.0 Source code. Only could
View through svn. so if you know How to DOWNLOAD VTP 3.0 SOURCE CODE Using
this URL OR using another method please help me.

Thanks..

Kasun
Re: How to Download VTP 3.0 Source Code [message #487631 is a reply to message #483553] Wed, 23 September 2009 20:01 Go to previous messageGo to next message
Randy Childers is currently offline Randy ChildersFriend
Messages: 121
Registered: July 2009
Senior Member
> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--B_3336562902_13705966
Content-type: multipart/alternative;
boundary="B_3336562902_13656296"


--B_3336562902_13656296
Content-type: text/plain;
charset="ISO-8859-1"
Content-transfer-encoding: 8bit

Hi Kasun--

My apologies for the late reply. I access the latest VTP source code via
SVN, through the Desktop projects:
https://dev.eclipse.org/svnroot/technology/org.eclipse.vtp/D esktop/trunk/plu
gins/
And the Runtime projects:
https://dev.eclipse.org/svnroot/technology/org.eclipse.vtp/F ramework/trunk/p
lugins/

Additionally, you
Re: How to Download VTP 3.0 Source Code [message #488739 is a reply to message #487631] Wed, 30 September 2009 05:03 Go to previous messageGo to next message
Kasun Chinthaka is currently offline Kasun ChinthakaFriend
Messages: 12
Registered: August 2009
Junior Member
Hi Randy,

First I have to thank for your reply, but i downloaded it and export all the projects as "Deployable plug-in Fragments" without any changes. there are 11 desktop projects and 10 runtime projects. finally i add all these jar files to the Eclipse plug in folder.but i couldn't run Open VXML perspective. there was many class not found exceptions in "org.eclipse.vtp.desktop...." packages.

If u could build the plugins using this source pls help me.
thanx

Kasun
Re: How to Download VTP 3.0 Source Code [message #488946 is a reply to message #488739] Wed, 30 September 2009 19:14 Go to previous messageGo to next message
Randy Childers is currently offline Randy ChildersFriend
Messages: 121
Registered: July 2009
Senior Member
Hi Kasun--

Did you import the CoreTeamSet.xml file I sent in the last email? That
should address the class not found exceptions. If it doesn't, can you send
me a few of the specific class not found errors you're seeing?

Thanks,
Randy

On 9/30/09 12:03 AM, in article h9uora$ndh$1@build.eclipse.org, "Kasun
Chinthaka" <kasun_456@yahoo.com> wrote:

> Hi Randy,
>
> First I have to thank for your reply, but i downloaded it and export all the
> projects as "Deployable plug-in Fragments" without any changes. there are 11
> desktop projects and 10 runtime projects. finally i add all these jar files to
> the Eclipse plug in folder.but i couldn't run Open VXML perspective. there was
> many class not found exceptions in "org.eclipse.vtp.desktop...." packages.
>
> If u could build the plugins using this source pls help me.
> thanx
>
> Kasun
Re: How to Download VTP 3.0 Source Code [message #490045 is a reply to message #488946] Wed, 07 October 2009 05:00 Go to previous messageGo to next message
Kasun Chinthaka is currently offline Kasun ChinthakaFriend
Messages: 12
Registered: August 2009
Junior Member
HI ,
first i thnks for your mention,
I could solve my problem,
when exporting, in second step, there is an option "Qualifier Replacement " have to select this.

now my project is working properly,

Thanks.
Kasun
Re: How to Download VTP 3.0 Source Code [message #497125 is a reply to message #487631] Thu, 12 November 2009 14:42 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 7
Registered: November 2009
Junior Member
Hello Randy,
In this thread, you mention CoreTeamSet.xml. Where can I get a copy of this file? I'm trying to build VTP. Can you confirm if I'm on the right track so far:
1. checkout https://dev.eclipse.org/svnroot/technology/org.eclipse.vtp/F ramework/trunk/plugins/
2. checkout https://dev.eclipse.org/svnroot/technology/org.eclipse.vtp/D esktop/trunk/plugins/
3. In Eclipse, in a fresh workspace, use 'import existing projects into workspace' to import projects downloaded in steps 1 and 2 above.

After step 3, there are build errors and I'm hoping CoreTeamSet.xml brings in the right settings to fix those errors.

Regards,

Jay
Re: How to Download VTP 3.0 Source Code [message #497132 is a reply to message #497125] Thu, 12 November 2009 15:02 Go to previous messageGo to next message
Randy Childers is currently offline Randy ChildersFriend
Messages: 121
Registered: July 2009
Senior Member
Jay, I think you're on the right track. Attached is the current
CoreTeamSet.xml -- we really need to host this somewhere publically, but
for now here it is.

Good luck,
Randy


In <hdh6sq$205$1@build.eclipse.org> wrote:
> Hello Randy,
> In this thread, you mention CoreTeamSet.xml. Where can I get a copy
> of this file? I'm trying to build VTP. Can you confirm if I'm on the
> right track so far: 1. checkout https://dev.eclipse.org/svnroot/
> technology/org.eclipse.vtp/F ramework/trunk/plugins/ 2. checkout https://
> dev.eclipse.org/svnroot/technology/org.eclipse.vtp/D esktop/trunk/
> plugins/ 3. In Eclipse, in a fresh workspace, use 'import existing
> projects into workspace' to import projects downloaded in steps 1 and
> 2 above.
>
> After step 3, there are build errors and I'm hoping CoreTeamSet.xml
> brings in the right settings to fix those errors.
>
> Regards,
>
> Jay
>

Re: How to Download VTP 3.0 Source Code [message #497151 is a reply to message #487631] Thu, 12 November 2009 17:09 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 7
Registered: November 2009
Junior Member
Hello Randy,
In this thread, you mention CoreTeamSet.xml. Where can I get a copy of this file? I'm trying to build VTP. Can you confirm if I'm on the right track so far:
1. checkout https://dev.eclipse.org/svnroot/technology/org.eclipse.vtp/F ramework/trunk/plugins/
2. checkout https://dev.eclipse.org/svnroot/technology/org.eclipse.vtp/D esktop/trunk/plugins/
3. In Eclipse, in a fresh workspace, use 'import existing projects into workspace' to import projects downloaded in steps 1 and 2 above.

After step 3, there are build errors and I'm hoping CoreTeamSet.xml brings in the right settings to fix those errors.

Regards,

Jay
Re: How to Download VTP 3.0 Source Code [message #497169 is a reply to message #497132] Thu, 12 November 2009 17:44 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 7
Registered: November 2009
Junior Member
Thanks Randy. Another newbie question... How do I import this file in Eclipse? I went to File->Import dialog box but not sure which option is appropriate.

Thanks,

Jay
Re: How to Download VTP 3.0 Source Code [message #497204 is a reply to message #497169] Thu, 12 November 2009 20:49 Go to previous messageGo to next message
Randy Childers is currently offline Randy ChildersFriend
Messages: 121
Registered: July 2009
Senior Member
Hi Jay--

You'll want to import it as a Team Project Set. When you select this
and browse for the file, it may start out expecting to find a .psf file --
just change the filter to accept all file types, and then select the XML
file. And remember, you may need to specify "anonymous" for the
username on some of the servers.

Good luck,
Randy


In <hdhhi8$f2o$1@build.eclipse.org> wrote:
> Thanks Randy. Another newbie question... How do I import this file in
> Eclipse? I went to File->Import dialog box but not sure which option
> is appropriate.
>
> Thanks,
>
> Jay
>
Re: How to Download VTP 3.0 Source Code [message #497383 is a reply to message #497132] Fri, 13 November 2009 04:46 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 7
Registered: November 2009
Junior Member
Hi Randy,
The dtd referenced by CoreTeamSet.xml is not available it seems. Thus, import fails. The dtd referenced is: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd

Is there another version of CoreTeamSet.xml?


I created a psf file by placing <psf>...</psf> portion of the xml file into a new file. I was then able to import the psf file, allowing Eclipse to connect using CVS and download many dependencies.

However, there are still many errors in the workspace. Errors are in org.eclipse.vtp.modules.attacheddata.ui, org.eclipse.vtp.desktop.model.interactive.core. Some dependencies are still missing. Some of the missing parts are BrandManager, ConfigurationException, IBrand, FormatterRegistration, FormatterRegistrationManager.

Thanks,

Jay
Re: How to Download VTP 3.0 Source Code [message #578704 is a reply to message #483378] Tue, 01 September 2009 13:24 Go to previous messageGo to next message
Eugene Liu is currently offline Eugene LiuFriend
Messages: 2
Registered: September 2009
Junior Member
Try this URL:

http://dev.eclipse.org/viewsvn/index.cgi/?root=Technology_VT P
Re: How to Download VTP 3.0 Source Code [message #578718 is a reply to message #578704] Wed, 02 September 2009 04:57 Go to previous messageGo to next message
Kasun Chinthaka is currently offline Kasun ChinthakaFriend
Messages: 12
Registered: August 2009
Junior Member
HI,

Thanks for your reply, I went through your mentioned URL
( http://dev.eclipse.org/viewsvn/index.cgi/?root=Technology_VT P).
But using that URL I couldn't Download the VTP 3.0 Source code. Only could
View through svn. so if you know How to DOWNLOAD VTP 3.0 SOURCE CODE Using
this URL OR using another method please help me.

Thanks..

Kasun
Re: How to Download VTP 3.0 Source Code [message #578740 is a reply to message #483553] Wed, 23 September 2009 20:01 Go to previous messageGo to next message
Randy Childers is currently offline Randy ChildersFriend
Messages: 121
Registered: July 2009
Senior Member
> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--B_3336562902_13705966
Content-type: multipart/alternative;
boundary="B_3336562902_13656296"


--B_3336562902_13656296
Content-type: text/plain;
charset="ISO-8859-1"
Content-transfer-encoding: 8bit

Hi Kasun--

My apologies for the late reply. I access the latest VTP source code via
SVN, through the Desktop projects:
https://dev.eclipse.org/svnroot/technology/org.eclipse.vtp/D esktop/trunk/plu
gins/
And the Runtime projects:
https://dev.eclipse.org/svnroot/technology/org.eclipse.vtp/F ramework/trunk/p
lugins/

Additionally, you
Re: How to Download VTP 3.0 Source Code [message #578750 is a reply to message #487631] Wed, 30 September 2009 05:03 Go to previous messageGo to next message
Kasun Chinthaka is currently offline Kasun ChinthakaFriend
Messages: 12
Registered: August 2009
Junior Member
Hi Randy,

First I have to thank for your reply, but i downloaded it and export all the projects as "Deployable plug-in Fragments" without any changes. there are 11 desktop projects and 10 runtime projects. finally i add all these jar files to the Eclipse plug in folder.but i couldn't run Open VXML perspective. there was many class not found exceptions in "org.eclipse.vtp.desktop...." packages.

If u could build the plugins using this source pls help me.
thanx

Kasun
Re: How to Download VTP 3.0 Source Code [message #578763 is a reply to message #578750] Wed, 30 September 2009 19:14 Go to previous messageGo to next message
Randy Childers is currently offline Randy ChildersFriend
Messages: 121
Registered: July 2009
Senior Member
Hi Kasun--

Did you import the CoreTeamSet.xml file I sent in the last email? That
should address the class not found exceptions. If it doesn't, can you send
me a few of the specific class not found errors you're seeing?

Thanks,
Randy

On 9/30/09 12:03 AM, in article h9uora$ndh$1@build.eclipse.org, "Kasun
Chinthaka" <kasun_456@yahoo.com> wrote:

> Hi Randy,
>
> First I have to thank for your reply, but i downloaded it and export all the
> projects as "Deployable plug-in Fragments" without any changes. there are 11
> desktop projects and 10 runtime projects. finally i add all these jar files to
> the Eclipse plug in folder.but i couldn't run Open VXML perspective. there was
> many class not found exceptions in "org.eclipse.vtp.desktop...." packages.
>
> If u could build the plugins using this source pls help me.
> thanx
>
> Kasun
Re: How to Download VTP 3.0 Source Code [message #578778 is a reply to message #488946] Wed, 07 October 2009 05:00 Go to previous messageGo to next message
Kasun Chinthaka is currently offline Kasun ChinthakaFriend
Messages: 12
Registered: August 2009
Junior Member
HI ,
first i thnks for your mention,
I could solve my problem,
when exporting, in second step, there is an option "Qualifier Replacement " have to select this.

now my project is working properly,

Thanks.
Kasun
Re: How to Download VTP 3.0 Source Code [message #578805 is a reply to message #487631] Thu, 12 November 2009 14:42 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 7
Registered: November 2009
Junior Member
Hello Randy,
In this thread, you mention CoreTeamSet.xml. Where can I get a copy of this file? I'm trying to build VTP. Can you confirm if I'm on the right track so far:
1. checkout https://dev.eclipse.org/svnroot/technology/org.eclipse.vtp/F ramework/trunk/plugins/
2. checkout https://dev.eclipse.org/svnroot/technology/org.eclipse.vtp/D esktop/trunk/plugins/
3. In Eclipse, in a fresh workspace, use 'import existing projects into workspace' to import projects downloaded in steps 1 and 2 above.

After step 3, there are build errors and I'm hoping CoreTeamSet.xml brings in the right settings to fix those errors.

Regards,

Jay
Re: How to Download VTP 3.0 Source Code [message #578820 is a reply to message #578805] Thu, 12 November 2009 15:02 Go to previous messageGo to next message
Randy Childers is currently offline Randy ChildersFriend
Messages: 121
Registered: July 2009
Senior Member
Jay, I think you're on the right track. Attached is the current
CoreTeamSet.xml -- we really need to host this somewhere publically, but
for now here it is.

Good luck,
Randy


In <hdh6sq$205$1@build.eclipse.org> wrote:
> Hello Randy,
> In this thread, you mention CoreTeamSet.xml. Where can I get a copy
> of this file? I'm trying to build VTP. Can you confirm if I'm on the
> right track so far: 1. checkout https://dev.eclipse.org/svnroot/
> technology/org.eclipse.vtp/F ramework/trunk/plugins/ 2. checkout https://
> dev.eclipse.org/svnroot/technology/org.eclipse.vtp/D esktop/trunk/
> plugins/ 3. In Eclipse, in a fresh workspace, use 'import existing
> projects into workspace' to import projects downloaded in steps 1 and
> 2 above.
>
> After step 3, there are build errors and I'm hoping CoreTeamSet.xml
> brings in the right settings to fix those errors.
>
> Regards,
>
> Jay
>

Re: How to Download VTP 3.0 Source Code [message #578834 is a reply to message #487631] Thu, 12 November 2009 17:10 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 7
Registered: November 2009
Junior Member
Hello Randy,
In this thread, you mention CoreTeamSet.xml. Where can I get a copy of this file? I'm trying to build VTP. Can you confirm if I'm on the right track so far:
1. checkout https://dev.eclipse.org/svnroot/technology/org.eclipse.vtp/F ramework/trunk/plugins/
2. checkout https://dev.eclipse.org/svnroot/technology/org.eclipse.vtp/D esktop/trunk/plugins/
3. In Eclipse, in a fresh workspace, use 'import existing projects into workspace' to import projects downloaded in steps 1 and 2 above.

After step 3, there are build errors and I'm hoping CoreTeamSet.xml brings in the right settings to fix those errors.

Regards,

Jay
Re: How to Download VTP 3.0 Source Code [message #578849 is a reply to message #497132] Thu, 12 November 2009 17:44 Go to previous messageGo to next message
No real name is currently offline No real nameFriend
Messages: 7
Registered: November 2009
Junior Member
Thanks Randy. Another newbie question... How do I import this file in Eclipse? I went to File->Import dialog box but not sure which option is appropriate.

Thanks,

Jay
Re: How to Download VTP 3.0 Source Code [message #578859 is a reply to message #578849] Thu, 12 November 2009 20:49 Go to previous messageGo to next message
Randy Childers is currently offline Randy ChildersFriend
Messages: 121
Registered: July 2009
Senior Member
Hi Jay--

You'll want to import it as a Team Project Set. When you select this
and browse for the file, it may start out expecting to find a .psf file --
just change the filter to accept all file types, and then select the XML
file. And remember, you may need to specify "anonymous" for the
username on some of the servers.

Good luck,
Randy


In <hdhhi8$f2o$1@build.eclipse.org> wrote:
> Thanks Randy. Another newbie question... How do I import this file in
> Eclipse? I went to File->Import dialog box but not sure which option
> is appropriate.
>
> Thanks,
>
> Jay
>
Re: How to Download VTP 3.0 Source Code [message #663426 is a reply to message #483378] Tue, 05 April 2011 01:35 Go to previous messageGo to next message
Carlitos  is currently offline Carlitos Friend
Messages: 13
Registered: April 2011
Junior Member
Hi all,

Is there a neat document that details the 1, 2, 3,... step-by-step instructions to download, build, and deploy VTP? I suppose a general description of the different plugins, etc. that make up the project would be useful as well. Trying to make sense out of all of these bit and pieces all over the place is a bit confusing! I worked on a similar framework for my previous company before and I'm willing to contribute to the advancement of VTP but first I must be able to download it, build it, and deploy it. I did take the OpenVXML studio and that is working fine but the VTP framework for eclipse I have not tried just because I do not feel there is a good document that shows HOW-TO. I may use this for an IVR solution at my current employer and so I have an incentive to make sure that it is production quality. Please help with providing all details on getting me started!

Thanks,
Carlos
PS: I do have subclipse setup and can take stuff via SVN;
Re: How to Download VTP 3.0 Source Code [message #664474 is a reply to message #578859] Sat, 09 April 2011 10:37 Go to previous message
Carlitos  is currently offline Carlitos Friend
Messages: 13
Registered: April 2011
Junior Member
Hi Randy,

I've done all the steps above and upon saving and then importing the CoreTeamSet.xml file as instructed I get "The specified file is not a valid Team Project Set file" What am I doing wrong here? I'm not familiar with these kinds of files and their usage so perhaps I missing something. I'm assuming this has nothing to do with your comment '...you may need to specify "anonymous" for the
username on some of the servers'? But where would I do this? Would I have gotten a prompt to do so? As soon as I browsed to the CoreTeamSet.xml, it tooks a few seconds to come back with the error message above.

Thanks In Advance!
Carlos
Previous Topic:How to call a webservice in OpenVXML 3.0
Next Topic:Re: Programming by voice
Goto Forum:
  


Current Time: Thu Mar 28 22:18:14 GMT 2024

Powered by FUDForum. Page generated in 0.05869 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top