platform-ant-home/main.html
Parent Directory
|
Revision Log
Revision 1.27 - (view) (download) (as text)
| 1 : | dj | 1.7 | <html> |
| 2 : | <head> | ||
| 3 : | <title>Ant Component</title> | ||
| 4 : | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | ||
| 5 : | <link rel="stylesheet" href="http://dev.eclipse.org/default_style.css" type="text/css"> | ||
| 6 : | </head> | ||
| 7 : | |||
| 8 : | <body bgcolor="#FFFFFF" text="#000000"> | ||
| 9 : | <table border=0 cellspacing=5 cellpadding=2 width="100%" > | ||
| 10 : | <tr> | ||
| 11 : | <td align=left width="72%"> <font class=indextop> ant</font> <br> | ||
| 12 : | <font class=indexsub> eclipse/ant integration</font></td> | ||
| 13 : | <td width="28%"><img src="http://dev.eclipse.org/images/Idea.jpg" height=86 width=120></td> | ||
| 14 : | </tr> | ||
| 15 : | </table> | ||
| 16 : | <table border=0 cellspacing=5 cellpadding=2 width="100%" > | ||
| 17 : | <tr> | ||
| 18 : | <td align=LEFT valign=TOP bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Development | ||
| 19 : | Resources </font></b></td> | ||
| 20 : | </tr> | ||
| 21 : | <tr> | ||
| 22 : | <td> | ||
| 23 : | <p>If you are already an Eclipse/Ant integration developer, check out the | ||
| 24 : | darins | 1.27 | <a href="dev.html?view=co">Development Resources</a>.</p> |
| 25 : | dj | 1.7 | </td> |
| 26 : | </tr> | ||
| 27 : | </table> | ||
| 28 : | <table border=0 cellspacing=5 cellpadding=2 width="100%" > | ||
| 29 : | <tr> | ||
| 30 : | <td align=LEFT valign=TOP bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Ant</font></b> | ||
| 31 : | </td> | ||
| 32 : | </tr> | ||
| 33 : | <tr> | ||
| 34 : | <td> | ||
| 35 : | <p>The Ant component is designed to bring the power of Ant and Eclipse together. | ||
| 36 : | Ant is a Java based build tool. In theory it is kind of like make without | ||
| 37 : | darins | 1.11 | make's wrinkles. It exists independent of Eclipse as an <a href="http://ant.apache.org/" target="_top">Apache |
| 38 : | dj | 1.7 | open source project</a>. Integrating Ant into Eclipse means:</p> |
| 39 : | <ul> | ||
| 40 : | darins | 1.11 | <li>Executing Ant buildfiles from Eclipse</li> |
| 41 : | <li>Enabling access to Eclipse resources/function from Ant buildfiles (i.e., | ||
| 42 : | dj | 1.7 | providing Ant tasks for Eclipse)</li> |
| 43 : | darins | 1.11 | <li>Providing UI support for running Ant buildfiles and managing their output</li> |
| 44 : | <li>Providing Ant buildfile development facilities (e.g., buildfile editors, | ||
| 45 : | dj | 1.7 | debuggers, ...)</li> |
| 46 : | </ul> | ||
| 47 : | <p>The goal of this component is to make Eclipse's Ant tooling the environment | ||
| 48 : | of choice for Ant users and support Eclipse-based developers in their | ||
| 49 : | product build requirements.</p> | ||
| 50 : | </td> | ||
| 51 : | </tr> | ||
| 52 : | </table> | ||
| 53 : | <table border=0 cellspacing=5 cellpadding=2 width="100%" > | ||
| 54 : | <tr> | ||
| 55 : | <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font face="Arial,Helvetica" color="#FFFFFF">What's | ||
| 56 : | Happening? </font></b></td> | ||
| 57 : | </tr> | ||
| 58 : | <tr> | ||
| 59 : | <td> | ||
| 60 : | darin | 1.10 | <p><b>Maintenance Efforts</b></p> |
| 61 : | dj | 1.7 | <ul> |
| 62 : | darins | 1.24 | <li>Fixes released to the <a href="http://bugs.eclipse.org/bugs/buglist.cgi?bug_status=VERIFIED&resolution=FIXED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Platform&component=Ant&target_milestone=2.0.1&target_milestone=2.0.2&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&namedcmd=2.0.1%2BFixed%27n%2BVerified&newqueryname=&order=Reuse%2Bsame%2Bsort%2Bas%2Blast%2Btime">2.0.x</a> |
| 63 : | darin | 1.10 | branch</li> |
| 64 : | darins | 1.24 | <li>Fixes released to the <a href="https://bugs.eclipse.org/bugs/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&product=Platform&component=Ant&target_milestone=2.1.1&target_milestone=2.1.2&target_milestone=2.1.3&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=VERIFIED&resolution=FIXED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&namedcmd=2.0.1+Fixed%27n+Verified&newqueryname=&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">2.1.x</a> |
| 65 : | darin | 1.10 | branch</li> |
| 66 : | darins | 1.24 | <li>Fixes released to the <a href="https://bugs.eclipse.org/bugs/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&product=Platform&component=Ant&target_milestone=3.0.1&target_milestone=3.0.2&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=VERIFIED&resolution=FIXED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&namedcmd=2.0.1+Fixed%27n+Verified&newqueryname=&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">3.0.x</a> |
| 67 : | branch</li> | ||
| 68 : | <li>Fixes released to the <a href="https://bugs.eclipse.org/bugs/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&product=Platform&component=Ant&target_milestone=3.1.1&target_milestone=3.1.2&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=VERIFIED&resolution=FIXED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&namedcmd=2.0.1+Fixed%27n+Verified&newqueryname=&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">3.1.x</a> | ||
| 69 : | darins | 1.13 | branch</li> |
| 70 : | darins | 1.26 | <li>Fixes released to the <a href="https://bugs.eclipse.org/bugs/buglist.cgi?short_desc_type=allwordssubstr&short_desc=&product=Platform&component=Ant&target_milestone=3.2.1&target_milestone=3.2.2&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=VERIFIED&resolution=FIXED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&changedin=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&namedcmd=2.0.1+Fixed%27n+Verified&newqueryname=&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=">3.2.x</a> |
| 71 : | branch</li> | ||
| 72 : | |||
| 73 : | dj | 1.7 | </ul> |
| 74 : | darins | 1.16 | </ul> |
| 75 : | darins | 1.15 | </ul> |
| 76 : | darins | 1.26 | |
| 77 : | darins | 1.27 | <p>For more detailed information, check out the <a href="dev.html?view=co">Development |
| 78 : | dj | 1.7 | Resources</a>.</p> |
| 79 : | darins | 1.9 | </td> |
| 80 : | dj | 1.7 | </tr> |
| 81 : | </table> | ||
| 82 : | <table border=0 cellspacing=5 cellpadding=2 width="100%" > | ||
| 83 : | <tr> | ||
| 84 : | <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Get | ||
| 85 : | Involved!</font></b></td> | ||
| 86 : | </tr> | ||
| 87 : | <tr> | ||
| 88 : | <td> | ||
| 89 : | <p>If you are interested in participating in the development of the Ant | ||
| 90 : | component, check out the developer's mailing list: <a href="http://dev.eclipse.org/mailman/listinfo/platform-ant-dev">platform-ant-dev@eclipse.org</a>. | ||
| 91 : | Chat with people there about your problems and interests, and find out | ||
| 92 : | what you can do to help. </p> | ||
| 93 : | <p>In particular, if you have extensive experience using Ant, writing tasks | ||
| 94 : | or are in fact a committer on the Ant project, the Eclipse Ant integration | ||
| 95 : | component could use your help. Upcoming work ranges from basic integration | ||
| 96 : | to higher level tooling UI.</p> | ||
| 97 : | darins | 1.27 | <p>For more detailed information, check out the <a href="dev.html?view=co">Development |
| 98 : | dj | 1.7 | Resources</a>.</p> |
| 99 : | </td> | ||
| 100 : | </tr> | ||
| 101 : | </table> | ||
| 102 : | <p> </p> | ||
| 103 : | </body> | ||
| 104 : | </html> |
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
