You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Thorsten Scherler <th...@juntadeandalucia.es> on 2004/06/02 11:56:26 UTC

Re: [issues] Closed: (FOR-152) documentation: integrating forrest tasks with a project build process

Hello devs,

yesterday I created the ant forrest target for the lenya-site.
I run into the antproxy issue.

The note in the build script that I had to look for the page
http://xml.apache.org/forrest/upgrading_06.html
would be very helpful *if* that site would exist ;-)

I knew that was this issue because I followed that thread. ...but not 
everybody would have. Anyway maybe it would be a good idea to use the 
http://issues.cocoondev.org/jira//secure/ViewIssue.jspa?key=FOR-152 link 
instead as long the above mentioned site is not online. I guess you will 
wait until the new release to publish the page.

BTW I really love it that you like to document things right in the 
script!!! That is so much help by solving a problem! Keep it up ;-)

King regards
thorsten

issues@cocoondev.org wrote:

>Message:
>
>   The following issue has been closed.
>
>   Resolver: Dave Brondsema
>       Date: Wed, 26 May 2004 4:18 PM
>
>replaced the antproxy section of your-project with this documentation
>---------------------------------------------------------------------
>View the issue:
>
>  http://issues.cocoondev.org/jira//secure/ViewIssue.jspa?key=FOR-152
>
>
>Here is an overview of the issue:
>---------------------------------------------------------------------
>        Key: FOR-152
>    Summary: documentation: integrating forrest tasks with a project build process
>       Type: Task
>
>     Status: Closed
>   Priority: Major
> Resolution: FIXED
>
>    Project: Forrest
>  Component: None
>   Versions:
>             HEAD
>
>   Assignee: 
>   Reporter: David Crossley
>
>    Created: Fri, 21 May 2004 11:27 AM
>    Updated: Wed, 26 May 2004 4:18 PM
>
>Description:
>Quoting Dave Brondsema ...
>http://marc.theaimsgroup.com/?t=108488596900005
>Actually if you don't want any of the forrestbot features (getsrc, 
>deploy, notify, etc) you can import forrest.build.xml instead of the 
>forrestbot.  Then the 'site' target and any other forrest target can be used in your project.  Here's a very small example, let me know if you need more explanation (somebody remind me to put this as a FAQ...)
>
><project name="myproject" default="hello">
>    <property environment="env"/>
>    <import file="${env.FORREST_HOME}/forrest.build.xml"/>
>
>    <target name="hello">
>    <echo>hello</echo>
>    </target>
>
>    <!-- site is a target imported from forrest.build.xml -->
>    <target name="post-build" depends="site">
>      <echo>something here</echo>
>    </target>
></project>
>
>
>---------------------------------------------------------------------
>JIRA INFORMATION:
>This message is automatically generated by JIRA.
>
>If you think it was sent incorrectly contact one of the administrators:
>   http://issues.cocoondev.org/jira//Administrators.jspa
>
>If you want more information on JIRA, or have a bug to report see:
>   http://www.atlassian.com/software/jira
>
>
>  
>


-- 
Thorsten Scherler

Departamento de Desarrollo de Proyectos
Sociedad Andaluza para el Desarrollo de la Sociedad de la Información S.A.U.
Avda. de la Arboleda s/n
41940 - Tomares,  (Sevilla)
Tlfn: (+34) 955 062 627
e-mail: thorsten.scherler.ext@juntadeandalucia.es

Este correo electrónico y, en su caso, cualquier fichero anexo al mismo,
contiene información de carácter confidencial exclusivamente dirigida a su
destinatario o destinatarios. Queda prohibida su divulgación, copia o
distribución a terceros sin la previa autorización escrita de "Sociedad
Andaluza para el Desarrollo de la Sociedad de la Información, S.A.U.". Si no
es Ud. el destinatario del mensaje le ruego lo destruya sin hacer copia
digital o física, comunicando a Sociedad Andaluza para el Desarrollo de la
Sociedad de la Información S.A.U. vía e-mail o fax la recepción del presente
mensaje. Toda declaración de voluntad contenida deberá ser tenida por no
producida. Gracias.
____________________________________________________________________________
___________________

The information in this e-mail and in any attachments is confidential and
solely for the attention and use of the named addressee(s). You are hereby
notified that any dissemination, distribution or copy of this communication
is prohibited without the prior written consent of "Sociedad Andaluza para
el Desarrollo de la Sociedad de la Información, S.A.U.". If you are not the
formal receiver of this message please destroy it without making any digital
or physical copy and inform "Sociedad Andaluza para el Desarrollo de la
Sociedad de la Información S.A.U." , by e-mail or fax, of the reception of
the present message. Any whatsoever involuntary declaration contained
herewith must be taken as having no legal effect. Thank you.


Re: [issues] Closed: (FOR-152) documentation: integrating forrest tasks with a project build process

Posted by David Crossley <cr...@apache.org>.
Thorsten Scherler wrote:
> Hello devs,
> 
> yesterday I created the ant forrest target for the lenya-site.
> I run into the antproxy issue.
> 
> The note in the build script that I had to look for the page
> http://xml.apache.org/forrest/upgrading_06.html
> would be very helpful *if* that site would exist ;-)

Ah yeah, we need to update the site soon. But you have
that document in your local source, so no problem.

> I knew that was this issue because I followed that thread. ...but not 
> everybody would have. Anyway maybe it would be a good idea to use the 
> http://issues.cocoondev.org/jira//secure/ViewIssue.jspa?key=FOR-152 link 
> instead as long the above mentioned site is not online. I guess you will 
> wait until the new release to publish the page.

Not necessarily. The website refers to the current head.

> BTW I really love it that you like to document things right in the 
> script!!! That is so much help by solving a problem! Keep it up ;-)

Yes, great idea isn't it. Many of us here think like that.
Thanks to Jeff Turner and Nicola Ken for the main implementation.

--David.