You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Declan McCann <de...@icscomputing.co.uk> on 2005/04/29 12:49:27 UTC

Using ANT to build Synergy applications

We have a system written in Synergy and are currently building it on
windows using a set of DOS batch files and building it on OpenVMS using
a set of DCL command files.

 

We would like to use a proper build tool for this.

 

Is it possible to configure ANT to work with languages other than java,
such as Synergy in our case?

 

If so, how difficult / time consuming would it be to set up?

  

 

 

 



**********************************************************************
DISCLAIMER: The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. Thank you.
**********************************************************************


Re: Using ANT to build Synergy applications

Posted by Antoine Levy-Lambert <an...@gmx.de>.
You can consider
1) in a first phase, using ant just as a wrapper, and call your old batches
(using the exec task)

2) replacing incrementally your batches by custom tasks

The second solution can be the best, will require that you do some
development. There are plenty of resources (ant manual, wiki) which explain
how to create custom ant tasks.

Cheers,
Antoine

> We have a system written in Synergy and are currently building it on
> windows using a set of DOS batch files and building it on OpenVMS using
> a set of DCL command files.
> 
>  
> 
> We would like to use a proper build tool for this.
> 
>  
> 
> Is it possible to configure ANT to work with languages other than java,
> such as Synergy in our case?
> 
>  
> 
> If so, how difficult / time consuming would it be to set up?
> 
>   
> 
>  
> 
>  
> 
>  
> 
> 
> 
> **********************************************************************
> DISCLAIMER: The information transmitted is intended only for the person or
> entity to which it is addressed and may contain confidential and/or
> privileged material. Any review, retransmission, dissemination or other
use of,
> or taking of any action in reliance upon, this information by persons or
> entities other than the intended recipient is prohibited. If you received
this
> in error, please contact the sender and delete the material from any
> computer. Thank you.
> **********************************************************************
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org