New External Task: Reencode

2012-10-23 Thread Nick Watts
I would like to have this task added to the External Tools and Tasks
page. Here is the requested information. If anyone on the list has the
inclination to check out the task and provide feedback I'd appreciate that
as well.


   - Task Name: Reencode
   - Description: Change the character encoding of a text file.
   - Compatability: I'm not sure on this one, it does require a fileset, so
   I'm guessing you can go back to almost any version that has the fileset
   tag.
   - URL  Contact: https://github.com/nickawatts/reencode/wiki
   - License: Apache License v2.0


-- 
Nick Watts
blog: thewonggei.wordpress.com
twitter: @thewonggei


Re: New External Task: Reencode

2012-10-23 Thread Jesse Glick

On 10/23/2012 08:25 AM, Nick Watts wrote:

I would like to have this task added to the External Tools and Tasks page.


http://ant.apache.org/external.html#Reencode


-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: AW: New external task: Incanto

2005-06-15 Thread Alexander Karnstedt

Thanks alot!

Alexander

At 08:32 14.06.2005, you wrote:

Fertig! / Done!
Incanto is listed online.

Jan



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



AW: New external task: Incanto

2005-06-14 Thread Jan.Materne
Fertig! / Done!
Incanto is listed online.

Jan 

-Ursprüngliche Nachricht-
Von: Alexander Karnstedt [mailto:[EMAIL PROTECTED] 
Gesendet: Sonntag, 12. Juni 2005 22:39
An: Ant Developers List
Cc: Martin Gainty
Betreff: Re: New external task: Incanto

At 21:43 12.06.2005, you wrote:
Can I execute Oracle Procedures???
Wohlgetan!

Gern geschehen!

Yes it's possible to execute PL/SQL blocks as well as 
shutdown, startup 
command's etc.

An example ...
The following task checks whether the database is in 
ARCHIVELOG mode and 
otherwise produces a build exception.

   ora:sqlplus
  logon=sys/[EMAIL PROTECTED] as sysdba
  silent=true
  failonerror=true
  ![CDATA[
   WHENEVER SQLERROR EXIT SQL.SQLCODE
   declare
 v_logmode varchar2(30);
   begin
 select log_mode into v_logmode from v$database;
 if v_logmode != 'ARCHIVELOG' then
   raise_application_error (-20101, 'ARCHIVELOG not enabled');
 end if;
   end;
   /
 ]]
   /ora:sqlplus

Regards,
Alexander 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New external task: Incanto

2005-06-12 Thread Martin Gainty

Can I execute Oracle Procedures???
Wohlgetan!

Vielen Danke,
Martin-

- Original Message - 
From: Alexander Karnstedt [EMAIL PROTECTED]

To: dev@ant.apache.org
Sent: Sunday, June 12, 2005 3:39 PM
Subject: New external task: Incanto



Hello,

I've just released an Ant task project named Incanto wich intends to 
provide support for various oracle database tools. Up to now it's 
implementing the SQL*Plus command-line query tool to execute SQL scripts 
from Ant build files.



Name:   Incanto
Description:Ant tasks to provide support for Oracle database tools 
(such as SQL*Plus, Import, Export)

Compatibility:  Ant 1.6
URL:http://incanto.sourceforge.net/
Contact:a href=mailto:[EMAIL PROTECTED]Alexander 
Karnstedt/a

License:Apache License, Version 2.0


Could you please add a reference on the external tasks list?

Regards.
Alexander Karnstedt



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New external task: Incanto

2005-06-12 Thread Alexander Karnstedt

At 21:43 12.06.2005, you wrote:

Can I execute Oracle Procedures???
Wohlgetan!


Gern geschehen!

Yes it's possible to execute PL/SQL blocks as well as shutdown, startup 
command's etc.


An example ...
The following task checks whether the database is in ARCHIVELOG mode and 
otherwise produces a build exception.


  ora:sqlplus
 logon=sys/[EMAIL PROTECTED] as sysdba
 silent=true
 failonerror=true
 ![CDATA[
  WHENEVER SQLERROR EXIT SQL.SQLCODE
  declare
v_logmode varchar2(30);
  begin
select log_mode into v_logmode from v$database;
if v_logmode != 'ARCHIVELOG' then
  raise_application_error (-20101, 'ARCHIVELOG not enabled');
end if;
  end;
  /
]]
  /ora:sqlplus

Regards,
Alexander 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 31367] - New external task to manage dependencies

2004-09-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=31367.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31367

New external task to manage dependencies

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2004-09-23 14:07 ---
Added to page, should be on web site soon.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 31367] New: - New external task to manage dependencies

2004-09-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=31367.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31367

New external task to manage dependencies

   Summary: New external task to manage dependencies
   Product: Ant
   Version: 1.6.2
  Platform: All
OS/Version: All
Status: NEW
  Severity: Enhancement
  Priority: Other
 Component: Documentation
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


This task adds a maven-like dependencies management to ant.

Index: external.xml
===
RCS file: /home/cvspublic/ant/xdocs/external.xml,v
retrieving revision 1.145
diff -u -r1.145 external.xml
--- external.xml22 Sep 2004 09:55:38 -  1.145
+++ external.xml22 Sep 2004 16:01:47 -
@@ -557,6 +557,30 @@
 /table
   /subsection

+subsection name=Dependencies
+  pThe dependencies task manages a set of external dependencies which
may be downloaded from a remote repository,
+ such as ibiblio.org. Uses a local cache to avoid repeated
downloads./p
+
+  table class=externals
+tr
+  thCompatibility:/th
+  tdTested with 1.5.1, should work with 1.4+./td
+   /tr
+tr
+  thURL:/th
+  tda
href=http://www.httpunit.org/doc/dependencies.html;http://www.httpunit.org/doc/dependencies.html/a/td
+/tr
+tr
+  thContact:/th
+  tda href=mailto:[EMAIL PROTECTED]Russell Gold/a/td
+/tr
+tr
+  thLicense:/th
+  tdMIT License/td
+/tr
+  /table
+/subsection
+
   subsection name=Doxygen task
 pThere are two Ant tasks for running the Doxygen
 documentation system./p

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



new external task: rundoc

2004-02-19 Thread Marty Lamb
Below is a diff against external.xml with info...

- Marty
-- 
Marty Lamb
Martian Software
mlamb at martiansoftware dot com

--- external.xml2004-02-19 10:21:25.0 -0500
+++ external2.xml   2004-02-19 10:34:53.0 -0500
@@ -1775,6 +1775,34 @@
 /table
   /subsection
 
+  subsection name=rundoc
+pA task designed to help with the single-sourcing of program
documentation. Rundoc replaces special commands
+   (in the format i@@rundoc:command param1 param2...@@/i) embedded
within text files with their output in a 
+   specified format. Currently, only Docbook format is supported./p
+   
+   pRundoc was written to keep sample code output in program
documentation synchronized with the actual output
+   of the current code, by running the referenced code when the
documentation is built./p
+
+table class=externals
+  tr
+thCompatibility:/th
+tdTested with 1.6  Should work with all versions./td
+  /tr
+  tr
+thURL:/th
+tda
href=http://www.martiansoftware.com/lab/index.html#rundoc;http://www.martiansoftware.com/lab/index.html#rundoc/a/td
+  /tr
+  tr
+thContact:/th
+tda
href=http://www.martiansoftware.com/contact.html;Marty Lamb/a/td
+  /tr
+  tr
+thLicense:/th
+tdRevised BSD/td
+  /tr
+/table
+  /subsection
+
   subsection name=SerialVer
 
 pSerialVer adds the Java serialver functionality to Apache
@@ -2716,4 +2744,4 @@
 /section
 
   /body
-/document
\ No newline at end of file
+/document



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: new external task (snip)

2004-02-09 Thread Jan . Materne
done

Jan

 -Original Message-
 From: Marty Lamb [mailto:[EMAIL PROTECTED]
 Sent: Friday, February 06, 2004 6:15 PM
 To: [EMAIL PROTECTED]
 Subject: new external task (snip)
 
 
 The following is a patch to the external.xml list of tasks.
 Please let me know if there is a more appropriate format
 for submission.
 
 - Marty
 
 -- 
 Marty Lamb
 Martian Software
 mlamb at martiansoftware dot com
 
 
 
 --- external.xml2004-02-06 11:47:44.0 -0500
 +++ external-snip.xml   2004-02-06 11:56:19.0 -0500
 @@ -1840,6 +1840,36 @@
/tr
  /table
/subsection
 +
 +  subsection name=snip
 +
 +pA task designed to help with the single-sourcing 
 of program
 documentation.
 +Snip extracts snippets of text from files, placing them into
 properties in the Ant project.
 +These properties can then be used by any other Ant task, and
 are particularly useful when
 +referenced by lt;filtergt;s within the 
 lt;copygt; task./p
 +
 +pSnip was originally written to keep snippets of 
 sample code
 in API documentation synchronized
 +with the actual sample classes./p
 +
 +table class=externals
 +  tr
 +thCompatibility:/th
 +tdTested with 1.5.1.  Should work with all 
 versions./td
 +  /tr
 +  tr
 +thURL:/th
 +tda
 href=http://www.martiansoftware.com/lab/index.html#snip;http
 ://www.martiansoftware.com/lab/index.html#snip/a/td
 +  /tr
 +  tr
 +thContact:/th
 +tda
 href=http://www.martiansoftware.com/contact.html;Marty Lamb/a/td
 +  /tr
 +  tr
 +thLicense:/th
 +tdRevised BSD/td
 +  /tr
 +/table
 +  /subsection
 
subsection name=Speech4J
 
 @@ -2672,4 +2702,4 @@
  /section
 
/body
 -/document
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


new external task (snip)

2004-02-06 Thread Marty Lamb
The following is a patch to the external.xml list of tasks.
Please let me know if there is a more appropriate format
for submission.

- Marty

-- 
Marty Lamb
Martian Software
mlamb at martiansoftware dot com



--- external.xml2004-02-06 11:47:44.0 -0500
+++ external-snip.xml   2004-02-06 11:56:19.0 -0500
@@ -1840,6 +1840,36 @@
   /tr
 /table
   /subsection
+
+  subsection name=snip
+
+pA task designed to help with the single-sourcing of program
documentation.
+Snip extracts snippets of text from files, placing them into
properties in the Ant project.
+These properties can then be used by any other Ant task, and
are particularly useful when
+referenced by lt;filtergt;s within the lt;copygt; task./p
+
+pSnip was originally written to keep snippets of sample code
in API documentation synchronized
+with the actual sample classes./p
+
+table class=externals
+  tr
+thCompatibility:/th
+tdTested with 1.5.1.  Should work with all versions./td
+  /tr
+  tr
+thURL:/th
+tda
href=http://www.martiansoftware.com/lab/index.html#snip;http://www.martiansoftware.com/lab/index.html#snip/a/td
+  /tr
+  tr
+thContact:/th
+tda
href=http://www.martiansoftware.com/contact.html;Marty Lamb/a/td
+  /tr
+  tr
+thLicense:/th
+tdRevised BSD/td
+  /tr
+/table
+  /subsection

   subsection name=Speech4J

@@ -2672,4 +2702,4 @@
 /section

   /body
-/document



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New external task

2004-01-12 Thread Stefan Bodewig
Change committed, should become visible in a few hours.

Cheers

Stefan

-- 
http://stefanbodewig.blogger.de/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



New external task

2004-01-10 Thread Mario Jeckle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Enigmail
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2-rc1-SuSE (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFAAGoh46tt20EwGqwRAqR2AJ97wY/pmMJvy/IZ3k1vOBLyH/iojQCg0+N2
nEK1aejrFGR2CbHJebtwVhc=
=d+WS
-END PGP SIGNATURE-
?xml version=1.0?
document
  properties
author email=[EMAIL PROTECTED]Stefan Bodewig/author
titleExternal Tools and Tasks/title
  /properties
  body
section name=External Tools and Tasks
  pThis page lists external resources for Apache Ant: a
  href=#TasksTasks/a, a
  href=#Compiler%20ImplementationsCompiler Implementations/a,
  a href=#IDE%20and%20Editor%20IntegrationIDE integration
  tools/a, loggers, you name it. If you've written
  something that should be included, please post all relevant
  information to one of the mailing lists.  For details, see the
  a href=faq.html#adding-external-tasksFAQ/a./p

  pNothing listed here is directly supported by the Ant
  developers, if you encounter any problems with them, please use
  the contact information./p
/section

section name=Tasks
  subsection name=AntTimerTask
pa href=http://www.jeckle.de/freeStuff/AntTimerTask/index.html;Timer/a is
  task for measuring the time elapsed to complete other tasks/p
table class=externals
  tr
thCompatibility:/th
tdAnt 1.6/td
  /tr
  tr
thURL:/th
td
  a href=http://www.jeckle.de/freeStuff/AntTimerTask/index.html;http://www.jeckle.de/freeStuff/AntTimerTask/index.html/a
/td
  /tr
  tr
thContact:/th
tda href=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/a/td
  /tr
  tr
thLicense:/th
tdLesser GNU Public License/td
  /tr
/table
  /subsection
/section

  /body
/document
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

new external task

2003-11-03 Thread Duverger, Patrick
 hello
 
 this mail is to add a new external ant task:
   kanaputsExternalTask.xml 
 
 Description:
 
 Kanaputs is a parser for java based scripting. It is an interpreter for
   Java. With Kanaputs you can use Java as an interpreted language: no more
   compilation, each instruction is executed when you write it.
   It is a small programmation language to make script files above Java.
 Kanaputs Ant Task provides a way to add any kind of programmatic features in 
 your
   Ant script. The code you insert stays OS independent (because Kanaputs 
 uses Java)
   and is completely integrated with Ant as you can give Ant properties to 
 the
   Kanaputs code and get back the results in other properties.
 Moreover, as you can invoke any kind of Java code with Kanaputs, you can popup
   windows from your Ant file to ask the user to do a choice.
 
 Compatibility:
Ant 1.4 and above
 
 URL:
http://www.kanaputs.org
http://www.kanaputs.org/ant.html
 
 Contact:
[EMAIL PROTECTED]
 
 best regards
 
  Patrick Duverger
 
 subsection name=Kanaputs
   pKanaputs is a parser for java based scripting. It is an interpreter for
  Java. With Kanaputs you can use Java as an interpreted language: no more
  compilation, each instruction is executed when you write it.
  It is a small programmation language to make script files above Java./p
   pKanaputs Ant Task provides a way to add any kind of programmatic features in your
  Ant script. The code you insert stays OS independent (because Kanaputs uses Java)
  and is completely integrated with Ant as you can give Ant properties to the
  Kanaputs code and get back the results in other properties./p
   pMoreover, as you can invoke any kind of Java code with Kanaputs, you can popup
  windows from your Ant file to ask the user to do a choice./p 
   table class=externals
 tr
   thCompatibility:/th 
   tdAnt 1.2 and above/td 
 /tr
 tr
   thURL:/th 
   td
 a href=http://www.kanaputs.org;http://www.kanaputs.org/a 
 a href=http://www.kanaputs.org/ant.html;http://www.kanaputs.org/ant.html/a 
   /td
 /tr
 tr
   thContact:/th 
   td
 a href=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/a 
   /td
 /tr
 tr
   thLicense:/th 
   tdFreeware/td 
 /tr
   /table
 /subsection
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

new external task

2003-10-23 Thread Duverger, Patrick
 hello
 
 this mail is to add a new external ant task:
   kanaputsExternalTask.xml 
 
 Description:
 
 Kanaputs is a parser for java based scripting. It is an interpreter for
   Java. With Kanaputs you can use Java as an interpreted language: no more
   compilation, each instruction is executed when you write it.
   It is a small programmation language to make script files above Java.
 Kanaputs Ant Task provides a way to add any kind of programmatic features in 
 your
   Ant script. The code you insert stays OS independent (because Kanaputs 
 uses Java)
   and is completely integrated with Ant as you can give Ant properties to 
 the
   Kanaputs code and get back the results in other properties.
 Moreover, as you can invoke any kind of Java code with Kanaputs, you can popup
   windows from your Ant file to ask the user to do a choice.
 
 Compatibility:
Ant 1.4 and above
 
 URL:
http://www.kanaputs.org
http://www.kanaputs.org/ant.html
 
 Contact:
[EMAIL PROTECTED]
 
 best regards
 
  Patrick Duverger
 
 subsection name=Kanaputs
   pKanaputs is a parser for java based scripting. It is an interpreter for
  Java. With Kanaputs you can use Java as an interpreted language: no more
  compilation, each instruction is executed when you write it.
  It is a small programmation language to make script files above Java./p
   pKanaputs Ant Task provides a way to add any kind of programmatic features in your
  Ant script. The code you insert stays OS independent (because Kanaputs uses Java)
  and is completely integrated with Ant as you can give Ant properties to the
  Kanaputs code and get back the results in other properties./p
   pMoreover, as you can invoke any kind of Java code with Kanaputs, you can popup
  windows from your Ant file to ask the user to do a choice./p 
   table class=externals
 tr
   thCompatibility:/th 
   tdAnt 1.2 and above/td 
 /tr
 tr
   thURL:/th 
   td
 a href=http://www.kanaputs.org;http://www.kanaputs.org/a 
 a href=http://www.kanaputs.org/ant.html;http://www.kanaputs.org/ant.html/a 
   /td
 /tr
 tr
   thContact:/th 
   td
 a href=mailto:[EMAIL PROTECTED][EMAIL PROTECTED]/a 
   /td
 /tr
 tr
   thLicense:/th 
   tdFreeware/td 
 /tr
   /table
 /subsection
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

New external task: TestSetGenerator

2003-10-15 Thread Marco Jansen
Hi,

I wrote a new external task which can be used to generate property files
with testsets based on the results of SQL queries. Very usefull when
building unit tests that make use of changing datasets.

More information can be found at

http://anttestsetgen.sourceforge.net/

It would be great if you add my task to the list of Ant's external Tools and
Tasks.

Thanks,

Marco.

Task
--
TestSetGenerator

Description
--
The TestSetGenerator is an ant task for generating property files with
testsets based on the results of SQL queries and validation plug-ins. Very
usefull when building unit tests that make use of changing datasets. This
task is an extension of the Ant SQL task. Hsqldb is used for both the
examples and the unittests.

Url

http://anttestsetgen.sourceforge.net/

Compatibility
-
ANT 1.4 (or later)

Contact
--
[EMAIL PROTECTED]

License:
--
GPL


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New external task: Just4log.

2003-07-20 Thread Lucas Bruand
On Fri, 18 Jul 2003 16:04:08 +1000
Conor MacNeill [EMAIL PROTECTED] wrote:

 On Fri, 18 Jul 2003 07:10 am, Lucas Bruand wrote:
  It is distributed ( by me) under the
  terms of the Apache License 1.1. 
 
 You cannot declare code you maintain to be 
 
 Copyright (c) 2003 The Apache Software Foundation.
 
 Only the ASF can do that :-)
 
 You can use an Apache-style license but you need to update the names in the 
 copyright statement and section 4.

Sorry,
  I did that too quickly,
I 'll change this...

  Cheers,
  Lucas

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New external task: Just4log.

2003-07-18 Thread Antoine Levy-Lambert
The pointer to your external task has been added in CVS. It is going to
follow at some stage (I do not know exactly how soon ) on
ant.apache.org/external.html.
Cheers.
Antoine
- Original Message -
From: Lucas Bruand [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 17, 2003 11:10 PM
Subject: New external task: Just4log.


 Hello,

 Could someone tell me how to have the Just4log Ant Task referenced on
External Tools and Tasks page, of the ant website ?

 I would be very glad to see it listed there...

 Just4log is a ant task to optimize JVM bytecode with regards for Logs ( be
it, Log4j, Apache Commons or JDK 1.4 )
 It is distributed ( by me) under the terms of the Apache License 1.1.
 It depends on apache BCEL for Bytecode engineering.

 Please find a more precise description: http://just4log.sourceforge.net/

 Cheers,
 Lucas




 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New external task: Just4log.

2003-07-18 Thread Conor MacNeill
On Fri, 18 Jul 2003 07:10 am, Lucas Bruand wrote:
 It is distributed ( by me) under the
 terms of the Apache License 1.1. 

You cannot declare code you maintain to be 

Copyright (c) 2003 The Apache Software Foundation.

Only the ASF can do that :-)

You can use an Apache-style license but you need to update the names in the 
copyright statement and section 4.

Cheers
Conor


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



New external task: Just4log.

2003-07-17 Thread Lucas Bruand
Hello,

Could someone tell me how to have the Just4log Ant Task referenced on 
External Tools and Tasks page, of the ant website ?

I would be very glad to see it listed there...

Just4log is a ant task to optimize JVM bytecode with regards for Logs ( be it, 
Log4j, Apache Commons or JDK 1.4 )
It is distributed ( by me) under the terms of the Apache License 1.1.
It depends on apache BCEL for Bytecode engineering.

Please find a more precise description: http://just4log.sourceforge.net/

Cheers,
Lucas




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New external task: Just4log.

2003-07-17 Thread Antoine Levy-Lambert
I am going to add just4log to the list of external tools.
Cheers,
Antoine
- Original Message -
From: Lucas Bruand [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 17, 2003 11:10 PM
Subject: New external task: Just4log.


 Hello,

 Could someone tell me how to have the Just4log Ant Task referenced on
External Tools and Tasks page, of the ant website ?

 I would be very glad to see it listed there...

 Just4log is a ant task to optimize JVM bytecode with regards for Logs ( be
it, Log4j, Apache Commons or JDK 1.4 )
 It is distributed ( by me) under the terms of the Apache License 1.1.
 It depends on apache BCEL for Bytecode engineering.

 Please find a more precise description: http://just4log.sourceforge.net/

 Cheers,
 Lucas




 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



New external task: FMPP

2003-06-06 Thread Daniel Dekany
A new entry into the External Tools and Tasks section.

Name: FMPP

Description:
FMPP is a general-purpose text file preprocessor tool that uses
FreeMarker templates. It is particularly designed for HTML preprocessor,
for the generation of complete (static) homepages: directory structure
that contains HTML-s, image files, etc. But of course it can be used to
generate source code or whatever text files. FMPP is extendable with
Java classes to pull data from any data sources (XML file, database,
etc.) and embed the data into the generated files.

Compatibility: Ant 1.5.1

URL: http://fmpp.sourceforge.net/

Contact: http://fmpp.sourceforge.net/

License: BSD

-- 
Best regards,
 Daniel Dekany



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: New External Task

2003-03-14 Thread Stefan Bodewig
I've changed the page in CVS, the site should be updated sometime
during the next few hours via cron.

Stefan