You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by Greg Huber <gr...@gmail.com> on 2016/11/12 11:38:13 UTC

TexenTask

In my build I use velocity (ant) to generate some scripts and now its
failing as the org.apache.velocity.texen.ant.TexenTask is missing.


<taskdef name="texen" classname="org.apache.velocity.texen.ant.TexenTask"
classpathref="texen_path" />


Have or can these been added to another package?


Cheers

Re: TexenTask

Posted by Claude Brisson <cl...@renegat.net>.
You're free to contribute!

I think that trying to integrate it back again into velocity-engine is 
not easy, mainly because I don't know if it is possible to run a 
maven-antrun-task as part of the test life-cycle phase. But we can 
release an independant updated Texen 2.0 (that would still use ant).

   Claude


On 13/11/2016 12:38, Greg Huber wrote:
> I have tested it and it seems to work.  Some depreciated stuff which
> converts easily.
>
> I need this for my build to work, what are the chances this could
> maintained again?  Originally this was part of the velocity jar so many
> builds may be using it.  I have looked at other maven plugins but nothing
> would work for me, so I will need to create my own version going forward by
> including the source locally.
>
> Cheers
>
> On 12 November 2016 at 20:49, Claude Brisson <cl...@renegat.net> wrote:
>
>> Texen is unmaintained. But it is still available from Velocity download
>> page http://velocity.apache.org/download.cgi
>>
>> You may need to recompile it, but there are good chances that it sill
>> works with Velocity 2.0.
>>
>>
>>    Claude
>>
>>
>> On 12/11/2016 12:38, Greg Huber wrote:
>>
>>> In my build I use velocity (ant) to generate some scripts and now its
>>> failing as the org.apache.velocity.texen.ant.TexenTask is missing.
>>>
>>>
>>> <taskdef name="texen" classname="org.apache.velocity.texen.ant.TexenTask"
>>> classpathref="texen_path" />
>>>
>>>
>>> Have or can these been added to another package?
>>>
>>>
>>> Cheers
>>>
>>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
>> For additional commands, e-mail: dev-help@velocity.apache.org
>>
>>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


Re: TexenTask

Posted by Greg Huber <gr...@gmail.com>.
I have tested it and it seems to work.  Some depreciated stuff which
converts easily.

I need this for my build to work, what are the chances this could
maintained again?  Originally this was part of the velocity jar so many
builds may be using it.  I have looked at other maven plugins but nothing
would work for me, so I will need to create my own version going forward by
including the source locally.

Cheers

On 12 November 2016 at 20:49, Claude Brisson <cl...@renegat.net> wrote:

> Texen is unmaintained. But it is still available from Velocity download
> page http://velocity.apache.org/download.cgi
>
> You may need to recompile it, but there are good chances that it sill
> works with Velocity 2.0.
>
>
>   Claude
>
>
> On 12/11/2016 12:38, Greg Huber wrote:
>
>> In my build I use velocity (ant) to generate some scripts and now its
>> failing as the org.apache.velocity.texen.ant.TexenTask is missing.
>>
>>
>> <taskdef name="texen" classname="org.apache.velocity.texen.ant.TexenTask"
>> classpathref="texen_path" />
>>
>>
>> Have or can these been added to another package?
>>
>>
>> Cheers
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
> For additional commands, e-mail: dev-help@velocity.apache.org
>
>

Re: TexenTask

Posted by Claude Brisson <cl...@renegat.net>.
Texen is unmaintained. But it is still available from Velocity download 
page http://velocity.apache.org/download.cgi

You may need to recompile it, but there are good chances that it sill 
works with Velocity 2.0.


   Claude


On 12/11/2016 12:38, Greg Huber wrote:
> In my build I use velocity (ant) to generate some scripts and now its
> failing as the org.apache.velocity.texen.ant.TexenTask is missing.
>
>
> <taskdef name="texen" classname="org.apache.velocity.texen.ant.TexenTask"
> classpathref="texen_path" />
>
>
> Have or can these been added to another package?
>
>
> Cheers
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org