yueying0083 / javachromiumembedded

Automatically exported from code.google.com/p/javachromiumembedded
0 stars 0 forks source link

MacOS build: cannot find jcef.xcodeproj #155

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
https://code.google.com/p/javachromiumembedded/wiki/BranchesAndBuilding#Manual_B
uilding

says that: 

Mac OS X - Open the Xcode project file (jcef.xcodeproj) and build the 
“All(jcef project)” target.

However I cannot find the jcef.xcodeproj file from files downloaded by

  svn checkout http://javachromiumembedded.googlecode.com/svn/trunk/ javachromiumembedded-read-only

Where should I locate the jcef.xcodeproj file?

Many Thanks

Jiansen

Original issue reported on code.google.com by Jianse...@gmail.com on 8 Mar 2015 at 9:17

GoogleCodeExporter commented 8 years ago
Hi Jiansen,
You have to create it via gclient as described one chapter above:
https://code.google.com/p/javachromiumembedded/wiki/BranchesAndBuilding#Manual_D
ownloading

By calling 
cd /path/to/jcef
gclient runhooks

the Xcode project will be created.

Regards,
Kai

Original comment by k...@censhare.de on 10 Mar 2015 at 6:12

GoogleCodeExporter commented 8 years ago
JCEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/java-cef/issue/155

Original comment by magreenb...@gmail.com on 18 Mar 2015 at 6:02