I'm proud to announce the first version of AntShellExt (Ant Shell Extension).

Ant Shell Extension is a Windows Explorer enhacement that adds a contextual menu when you right click over an Ant xml file, so you can execute all the actions defined in that file without going to a command console or starting your favourite IDE to make a simple /clean/.

It's free (LGPL license) and can be downloaded from this URL: http://www.elpagestion.com/os_ant_en.shtml

The attached file is a patch of the SVN 'projects.xml' file, so this info can be added to the web site.

Thanks.

--
Eneko González Benito

Elpa Gestión
http://www.elpagestion.com

"Please don't print this e-mail or its attachments, unless it is
absolutely necessary. It is our responsibility to respect the
environment."

Index: projects.xml
===================================================================
--- projects.xml        (revision 535653)
+++ projects.xml        (working copy)
@@ -231,6 +231,34 @@
         </table>
       </subsection>
 
+         <subsection name="AntShellExt (Ant Shell Extension)">
+
+        <p>Ant Shell Extension is a Windows Explorer enhacement 
+               that adds a contextual menu when you right click over an 
+               Ant xml file, so you can execute all the actions defined 
+               in that file without going to a command console or starting
+               your favourite IDE to make a simple clean.</p>
+
+        <table class="externals">
+          <tr>
+            <th>Compatibility:</th>
+            <td>Tested with Ant 1.6 and later, should work with all 
versions</td>
+          </tr>
+          <tr>
+            <th>URL:</th>
+            <td><a 
href="http://www.elpagestion.com/os_ant_en.shtml";>http://www.elpagestion.com/os_ant_en.shtml</a></td>
+          </tr>
+          <tr>
+            <th>Contact:</th>
+            <td><a href ='mailto:[EMAIL PROTECTED]'>Project mail</a></td>
+          </tr>
+          <tr>
+            <th>License:</th>
+            <td>LGPL</td>
+          </tr>
+        </table>
+      </subsection>
+         
       <subsection name="Antworks">
 
         <p>The antworks project is a set of tools and standardized targets that
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to