2007/1/11, Denis Frolov <[EMAIL PROTECTED]>:
on 1/11/07 3:10 AM, Lachlan Deck at [EMAIL PROTECTED] wrote: > On 10/01/2007, at 6:55 PM, Denis Frolov wrote: > >> How about dragging all the java files to a package folder in >> Eclipse package >> explorer? > > Are you assuming that these packages already exist in Eclipse? They > don't. Only the default package exists as this was a fresh project... No, but I was thinking about something like: 1. Create a package in Eclipse 2. Drag all the java files of this package from default package to the needed one. This isn't exactly what you've asked for but I've used this approach to import all my Xcode projects to Eclipse and it didn't take much time (I didn't have to go to each file and cmd+1).
Well, this does't exactly work: Eclipse keeps trace of file with folder, that means that if you have a projects of 3 package, a, b, c, with some subpackage, for example a.d b.e c.f if you want to import these file in Eclipse from XCode, you must create 3 directory a, b, c, and a subdirectory d of a, e of b and f of c. then you put the files in the correct folder (the java files in hte package a, in the directory a, the files in the package a.d, in the directory d, etc) the drag and drop the three main directory in the src package in Eclipse and the editor will put then in the right order! I'm sorry but I don't think there's ad easier way to do that -- Daniele Corti AIM: S0CR4TE5 Messenger: [EMAIL PROTECTED]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
