Re: javadoc for xcode
Re: javadoc for xcode
- Subject: Re: javadoc for xcode
- From: James Bucanek <email@hidden>
- Date: Fri, 17 Mar 2006 13:22:56 -0700
robert huber wrote on Friday, March 17, 2006:
>i have moved all my java coding to xcode and i am now getting ready to
>send things out to testers. i need to build some javadoc pages for that
>but cant for the life of me figure out how to get this done from within
>xcode 2.2.1
>
>i had assumed i would add a new target and specify the javadoc tool but
>there is nothing that i can find that would hint towards that ...
>
>as am alternative, do i need to learn more about command lines and run
>javadoc from there?
That's the solution I would pursue. Create a target with a single shell script phase (use the Shell Script Target template). Run your javadoc tool(s) from the script. Integrate the target into the rest of your build process using dependencies however you see fit.
James Bucanek
____________________________________________________________________
Author of Beginning Xcode ISBN: 047175479X
<http://www.beginningxcode.com/> Available April 3rd, 2006
_______________________________________________
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