• 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
Re: Xcode and Javadoc
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode and Javadoc


  • Subject: Re: Xcode and Javadoc
  • From: Greg Guerin <email@hidden>
  • Date: Thu, 19 Jul 2007 17:15:24 -0700

Kyle Sluder wrote:

>.profile is not processed by non-login shells.

Ermm...  Right.  I forgot about that.


>In fact, just like GNU Make, Xcode probably runs script phases in a clean
>environment, where no variables are set except for $SHELL.

No, Xcode explicitly sets a number of env-vars.  Quite a number of them.

Add this shell-script build phase, then look in the build transcript:
  printenv | sort

Or just check the build transcript for the flurry of setenv's.

The OP can add this line to his shell-script build phase, before the
'javacod' line:
  printenv | grep CLASSPATH

and see if a CLASSPATH value is listed.  If not, it would explain a lot.


> Explicitly set CLASSPATH at the top of the script and try again.

Or use the -classpath option of 'javadoc' itself.

  -- GG


 _______________________________________________
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: replacement for CW compare?
  • Next by Date: Xcode integration with Sourceforge.net
  • Previous by thread: Re: Xcode and Javadoc
  • Next by thread: Re: Xcode and Javadoc
  • Index(es):
    • Date
    • Thread