• 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
Determine imported packages
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Determine imported packages


  • Subject: Determine imported packages
  • From: Jeff Dunnett <email@hidden>
  • Date: Thu, 13 Sep 2007 16:38:22 -0400

Hello,

At compile time I want to create a list of all java packages being imported (i.e. via import com.webobjects.foundation.*). I was wondering if there was an efficient and easy method to do this?

The easiest method is using a shell script that runs the command:

cat *.java | grep import

I was wondering if XCode has any tool that do the trick as well? Perhaps something that list each package only once?

Thanks for all you help.

Regards,
Jeff

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


  • Prev by Date: Re: default for location of opened windows?
  • Next by Date: Xcode 1.5 app runnable on i386 hardware?
  • Previous by thread: Re: default for location of opened windows?
  • Next by thread: Xcode 1.5 app runnable on i386 hardware?
  • Index(es):
    • Date
    • Thread