• 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
XCode 3 and javadoc
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XCode 3 and javadoc


  • Subject: XCode 3 and javadoc
  • From: Nathaniel Trevivian <email@hidden>
  • Date: Wed, 20 Aug 2008 11:15:23 +0100

I have configured a javadoc target in the ant build file, and set dependancies to "", but it never runs the javadoc command when I build my project using XCode.

If I manually run: ant javadoc from a terminal, it runs perfectly and generates the documentation. What am I doing wrong?

Here is my target tag from the build.xml file:
<target name="javadoc" depends="" description="Create Javadoc for this project">
    <mkdir dir="${docs}/javadoc/"/>
    <javadoc 
        destdir="${docs}/javadoc/"
        packagenames="com.company.package1.*, com.company.package2.*"
        sourcepath="${src}"
        author="true"
        version="true"
        verbose="true"
        access="public"
        use="true">
    </javadoc>
</target>

${docs} is specified as: docs/
${src} is specified as src/

I would much appreciate anyone's help here!

Thanks,
Nathan
 _______________________________________________
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

  • Follow-Ups:
    • Re: XCode 3 and javadoc
      • From: Rob Lockstone <email@hidden>
  • Prev by Date: Pthread Priority
  • Next by Date: RE: Pthread Priority
  • Previous by thread: Re: Pthread Priority
  • Next by thread: Re: XCode 3 and javadoc
  • Index(es):
    • Date
    • Thread