How do I tell Anthill what my build artifact dir is ?
Marcio Marchini <[email protected]>
| Newsgroups | gmane.comp.java.anthill |
|---|---|
| Message-ID | <[email protected]> |
Hi, I build things into a "build" subdir. Into builds/reports I generate HTML reports for JUnit, JDepend, etc (each in a subdir). I'd like to make these files available via web browser/Anthill. I looked at the PDF and saw a bunch of things about where to move the artifacts so they can be published. What I did not find is how to tell Anthill what my build artifacts dir is. I mean, I have to tell it I want it to publish "builds/reports" or, if I prefer, the entire "builds" dir, or etc. Did I miss anything? How do I tell ANthill "after a successful build, please make (besides the logs) the files under build/reports also available via the web UI" I tried anthill.publish.url=anthill.publish.url but that did not work. I saw anthill.publish.script but it says "The paths to the publish script relative to the project root directory. (In the near future, we are going to get rid of the publish script. Publishing of the projects will still be possible but will need to take place in the main build script.)". That confused me because 1) I should not need to write a script (I use Ant, and I gen things in a dir) and 2) it looks like it will become obsolete. Confusing. Any ideas? Thanks, marcio