[
https://issues.apache.org/jira/browse/FOR-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12480630
]
Vadim Gritsenko commented on FOR-145:
-------------------------------------
As an alternative solution, you guys can recommend following usage of forrest
from ant:
<target name="site">
<exec command="${forrest.home}/bin/forrest"/>
</target>
Seems to be working for me. (PS sorry for butting in into jira discussion, i'm
not subbed to forrest mail lists :)
> Make Forrest able to be imported by Ant
> ---------------------------------------
>
> Key: FOR-145
> URL: https://issues.apache.org/jira/browse/FOR-145
> Project: Forrest
> Issue Type: Bug
> Components: Compile
> Affects Versions: 0.7
> Reporter: Nick Chalko
> Priority: Minor
> Attachments: core.target.diff, main.build.diff
>
>
> I use an ant build system called antworks,
> http://antworks.sourceforge.net/
> which includes an antlet for forrest.
> Antlets are included into a projects build file with a ant <import> task.
> However forrest has many common target names and properties.
> Please prefix all targets and properties with "forrest." to support using ant
> import of the entire forrest.build.xml
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.