0

I was going through the eclipse RAP tutorials,examples and Demos. From the official site I got some demo. Any idea how to get the source codes for that demos? I tried to get through CVS access. But could not find the demo source code. Request you to help on this.

Following is the site which is having demo.

enter link description here

user414967
  • 5,225
  • 10
  • 40
  • 61

1 Answers1

1

I've got it via git:

https://github.com/eclipse/rap/tree/master/bundles/org.eclipse.rap.examples and https://github.com/eclipse/rap/tree/master/bundles/org.eclipse.rap.examples.pages

nico.ruti
  • 605
  • 6
  • 17
Michael K.
  • 1,738
  • 2
  • 17
  • 35
  • I could checkout the projects from the location which you gave. Thanks. But there are many compilation error. Could you ressolve the compile time errors? How did you do that? – user414967 Jul 31 '12 at 06:11
  • I didn't build it. Probably you have conflicts with your target platform which is also RAP. – Michael K. Jul 31 '12 at 12:16