Shell Script Build Phase for AutoDoc
Shell Script Build Phase for AutoDoc
- Subject: Shell Script Build Phase for AutoDoc
- From: Joe Lester <email@hidden>
- Date: Fri, 20 Sep 2002 15:14:52 -0500
I'm having some difficulty getting Project Builder to create my
documentation for me at build time. Here's what I've done so far:
1. I made a new "Shell Script Files" Build Phase in my project target.
2. In the Shell field, I put the absolute path to the autodoc
executable. In the Script field, I put the specific arguments (telling
autodoc that I want HTML docs and where my main class is located).
Shell: /Developer2/AutoDoc/autodoc
Script: -format html /Users/joe/MyProject/AppController.h
3. I build the project and it builds fine but no documentation is
generated. What am I doing wrong? Here's what the build log says:
=== Script ===
#!/Developer2/AutoDoc/autodoc
-format html /Users/joe/MyProject/AppController.h
--- Output ---
=== Exit code: 0 ===
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.