platform-ant-home/main.html
Parent Directory
|
Revision Log
Revision 1.20 - (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 : | <a href="dev.html">Development Resources</a>.</p> | ||
| 25 : | </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 : | darin | 1.10 | <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 : | branch</li> | ||
| 64 : | darins | 1.12 | <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.13 | <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&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 : | dj | 1.7 | </ul> |
| 69 : | darins | 1.15 | <p><b>Patches for 3.0.1</b></p> |
| 70 : | <li><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-ant-home/patches/remoteAnt.jar">Remote Ant Support JAR</a> | ||
| 71 : | darins | 1.16 | <br>Place in the "../plugins/org.eclipse.ant.ui_3.0.1/lib" directory of your Eclipse install. |
| 72 : | darins | 1.15 | <br>Includes fixes for: |
| 73 : | darins | 1.16 | <ul><li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=73284">Bug 73284</a> InternalAntRunner should check for bad string index and generate more helpful error msgs</li> |
| 74 : | <li><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=67003">Bug 67003</a> <splash> task creates process that never ends</li> | ||
| 75 : | <li>Provides an input handler that can be used with Eclipse 3.0.1.<br> To use: | ||
| 76 : | darins | 1.17 | <ul><li>Set the inputhandler as a program argument on the Main tab:<br> -inputhandler org.eclipse.ant.internal.ui.antsupport.inputhandler.SWTInputHandler</li> |
| 77 : | <li>set the VM arguments on the JRE tab of your Ant launch configuration to enter the following line to tell the VM where to look for the SWT libraries:<br> | ||
| 78 : | darins | 1.19 | -Djava.library.path="${system:ECLIPSE_HOME}/plugins/org.eclipse.swt.${system:WS}_3.0.1/os/${system:OS}/${system:ARCH}".</li> |
| 79 : | darins | 1.18 | <li>Set the classpath for the launch configuration to include all the SWT JARs found at:<br> |
| 80 : | "installation_directory\plugins\org.eclipse.swt.xxx_platform"<br> | ||
| 81 : | where "installation_directory" is the directory into which eclipse was installed, and "xxx_platform" is the platform directory. | ||
| 82 : | For example, on Windows this might be: "C:\eclipse\plugins\org.eclipse.swt.win32_3.0.1\ws\win32\swt.jar" | ||
| 83 : | darins | 1.20 | and on Linux this might be: "/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/ws/gtk/*.jar" |
| 84 : | darins | 1.18 | |
| 85 : | |||
| 86 : | darins | 1.16 | </ul> |
| 87 : | darins | 1.15 | </ul> |
| 88 : | darins | 1.14 | <p><b><a name="Milestone_Planning"></a>3.1 Development Effort</b></p> |
| 89 : | dj | 1.7 | <ul> |
| 90 : | darins | 1.14 | <li>The overall 3.1 plan is posted <a href="r3_1/plan.html#Overall_Planning">here</a>.</li> |
| 91 : | <li>The next milestone plan is posted <a href="r3_1/plan.html#Milestone_Planning">here</a>.</li> | ||
| 92 : | dj | 1.7 | </ul> |
| 93 : | <p>For more detailed information, check out the <a href="dev.html">Development | ||
| 94 : | Resources</a>.</p> | ||
| 95 : | darins | 1.9 | </td> |
| 96 : | dj | 1.7 | </tr> |
| 97 : | </table> | ||
| 98 : | <table border=0 cellspacing=5 cellpadding=2 width="100%" > | ||
| 99 : | <tr> | ||
| 100 : | <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Get | ||
| 101 : | Involved!</font></b></td> | ||
| 102 : | </tr> | ||
| 103 : | <tr> | ||
| 104 : | <td> | ||
| 105 : | <p>If you are interested in participating in the development of the Ant | ||
| 106 : | 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>. | ||
| 107 : | Chat with people there about your problems and interests, and find out | ||
| 108 : | what you can do to help. </p> | ||
| 109 : | <p>In particular, if you have extensive experience using Ant, writing tasks | ||
| 110 : | or are in fact a committer on the Ant project, the Eclipse Ant integration | ||
| 111 : | component could use your help. Upcoming work ranges from basic integration | ||
| 112 : | to higher level tooling UI.</p> | ||
| 113 : | <p>For more detailed information, check out the <a href="dev.html">Development | ||
| 114 : | Resources</a>.</p> | ||
| 115 : | </td> | ||
| 116 : | </tr> | ||
| 117 : | </table> | ||
| 118 : | <p> </p> | ||
| 119 : | </body> | ||
| 120 : | </html> |
| help@eclipse.org | ViewVC Help |
| Powered by ViewVC 1.0.3 |
