Browse Source

New external Task 'Pamda'; New Ant-Version in NetBeans

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275927 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
0ffe9589dc
2 changed files with 88 additions and 4 deletions
  1. +56
    -2
      docs/external.html
  2. +32
    -2
      xdocs/external.xml

+ 56
- 2
docs/external.html View File

@@ -2886,6 +2886,59 @@
valign="top" align="left"> valign="top" align="left">
GNU Lesser General Public License GNU Lesser General Public License
</td> </td>
</tr>
</table>
<h4 class="subsection">
<a name="Pamda"></a>
Pamda
</h4>
<p><a href="http://www.pavelvlasov.com/pv/content/menu.show?id=menu.1.4">Pamda</a>
is an MDA tool (UML2Code generator) implemented as Ant task. Pamda supports
Aspect-Oriented Modeling (AOM) and comes with AOM UML Profile and sample project.
The tool uses XMI as its input and Velocity as template engine. All elements in
the metamodel have navigate(XPath expression) and iterate(XPath expression)
(powered by JXPath) which make templates easy to write.<br />
Tested with XMI produced by Enterprise Architect.</p>
<table class="externals" cellspacing="1" cellpadding="4">
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Compatibility:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Ant 1.5.2
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
URL:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.pavelvlasov.com/pv/content/menu.show?id=menu.1.4">http://www.pavelvlasov.com/pv/content/menu.show?id=menu.1.4</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
Contact:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
<a href="http://www.pavelvlasov.com/pv/content/contact.html">Contact Page</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
GPL
</td>
</tr> </tr>
</table> </table>
<h4 class="subsection"> <h4 class="subsection">
@@ -4733,7 +4786,8 @@
<a name="NetBeans / Sun ONE Studio"></a> <a name="NetBeans / Sun ONE Studio"></a>
NetBeans / Sun ONE Studio NetBeans / Sun ONE Studio
</h4> </h4>
<p>A module that integrates Ant into the NetBeans or Sun ONE Studio (formerly Forte for Java) IDEs.</p>
<p>A module that integrates Ant into the NetBeans or Sun Java Studio (formerly
Forte for Java and Sun ONE Studio) IDEs.</p>
<table class="externals" cellspacing="1" cellpadding="4"> <table class="externals" cellspacing="1" cellpadding="4">
<tr> <tr>
<th colspan="1" rowspan="1" <th colspan="1" rowspan="1"
@@ -4742,7 +4796,7 @@
</th> </th>
<td colspan="1" rowspan="1" <td colspan="1" rowspan="1"
valign="top" align="left"> valign="top" align="left">
bundles Ant 1.5.1
bundles Ant 1.6.0 as of NetBeans 3.6
</td> </td>
</tr> </tr>
<tr> <tr>


+ 32
- 2
xdocs/external.xml View File

@@ -1542,6 +1542,35 @@
</table> </table>
</subsection> </subsection>


<subsection name="Pamda">
<p><a href="http://www.pavelvlasov.com/pv/content/menu.show?id=menu.1.4">Pamda</a>
is an MDA tool (UML2Code generator) implemented as Ant task. Pamda supports
Aspect-Oriented Modeling (AOM) and comes with AOM UML Profile and sample project.
The tool uses XMI as its input and Velocity as template engine. All elements in
the metamodel have navigate(XPath expression) and iterate(XPath expression)
(powered by JXPath) which make templates easy to write.<br/>
Tested with XMI produced by Enterprise Architect.</p>

<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.5.2</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.pavelvlasov.com/pv/content/menu.show?id=menu.1.4">http://www.pavelvlasov.com/pv/content/menu.show?id=menu.1.4</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="http://www.pavelvlasov.com/pv/content/contact.html">Contact Page</a></td>
</tr>
<tr>
<th>License:</th>
<td>GPL</td>
</tr>
</table>
</subsection>

<subsection name="PCT"> <subsection name="PCT">
<p>PCT is a task to compile Progress code, and in a more general <p>PCT is a task to compile Progress code, and in a more general
way, to deal with Progress procedures and databases.</p> way, to deal with Progress procedures and databases.</p>
@@ -2539,12 +2568,13 @@


<subsection name="NetBeans / Sun ONE Studio"> <subsection name="NetBeans / Sun ONE Studio">


<p>A module that integrates Ant into the NetBeans or Sun ONE Studio (formerly Forte for Java) IDEs.</p>
<p>A module that integrates Ant into the NetBeans or Sun Java Studio (formerly
Forte for Java and Sun ONE Studio) IDEs.</p>


<table class="externals"> <table class="externals">
<tr> <tr>
<th>Compatibility:</th> <th>Compatibility:</th>
<td>bundles Ant 1.5.1</td>
<td>bundles Ant 1.6.0 as of NetBeans 3.6</td>
</tr> </tr>
<tr> <tr>
<th>URL:</th> <th>URL:</th>


Loading…
Cancel
Save