• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Problem converting XCode projects to Eclipse
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem converting XCode projects to Eclipse


  • Subject: Problem converting XCode projects to Eclipse
  • From: David BON <email@hidden>
  • Date: Tue, 7 Aug 2007 03:34:00 +0000

Hi,

I try to convert my existing XCode projects (using XCode v2.4 on OS X v10.4.10) to Eclipse ( v 3.3) & WOLips (and very soon WONDER) using the Java tool from Pascal Robert (XCodeToEclipse) pointed in the tutorials of WOLips/WOProject.

I've got the following problem with the relative paths used in the config.xml file. They aren't recognized as valid paht by the applicationĀ :

In the lines:
File pathToXCodeProject = new File(project.getPath() + project.getName() + ".xcodeproj/");


// pathToXCodeProject is for example : ./D2WListExample/D2WListExample.xcodeproj


if (!(pathToXCodeProject.exists())) {
System.out.println("Can't import " + project.getName() + ", no Xcode project found...");
} else {
System.out.println("Importing " + project.getName() + "...");

the "Can't import " is stytematically triggered...

I solve that by changing my config file with an absolut path everywhere, but...

David.
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: actions contained within WODynamicElement
  • Next by Date: Re: Making individual objects bookmarkable
  • Previous by thread: Re: Deployment / split install problems
  • Next by thread: Structured D2W Look?
  • Index(es):
    • Date
    • Thread