Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 195793 Details for
Bug 344920
Update 3.7 readme
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
platform Ant updates
ant-updates.patch (text/plain), 7.24 KB, created by
Michael Rennie
on 2011-05-16 16:58:18 EDT
(
hide
)
Description:
platform Ant updates
Filename:
MIME Type:
Creator:
Michael Rennie
Created:
2011-05-16 16:58:18 EDT
Size:
7.24 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.platform-feature >Index: rootfiles/readme/readme_eclipse.html >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.platform-feature/rootfiles/readme/readme_eclipse.html,v >retrieving revision 1.141 >diff -u -r1.141 readme_eclipse.html >--- rootfiles/readme/readme_eclipse.html 16 May 2011 20:46:29 -0000 1.141 >+++ rootfiles/readme/readme_eclipse.html 16 May 2011 20:56:37 -0000 >@@ -615,11 +615,7 @@ > > > <h3>3.2.2 <a name="I-Platform-Ant">Platform - Ant</a></h3> >-<h4>UTF-8 encoded buildfiles with Byte Order Mark</h4> >-<p>UTF-8 encoded buildfiles with byte order marks will fail to be parsed correctly depending on the XML parser being used for the build. Therefore a valid buildfile will fail to build with an error message similar to: "BUILD FAILED: C:\workspace\bom.xml:1: Document root element is missing.". To succeed in building with these files, ensure to include Xerces jars on the Ant runtime classpath so that the Xerces parser is used to parse the XML. As well the context menu for these files in the Navigator or Package Explorer will not have the run shortcuts for Ant builds. (bug >-<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=67048">67048</a>)</p> >-<h4> Custom Ant tasks and Ant >-types must be separate from plug-in library JARs</h4> >+<h4> Custom Ant tasks and Ant types must be separate from plug-in library JARs</h4> > <p>Including the class files for custom Ant tasks or Ant types in the regular > code JAR for your plug-in causes problems. These class files must be provided in > a separate JAR that is contributed to the <code>org.eclipse.ant.core.antTasks</code> >@@ -631,30 +627,15 @@ > <p>Eclipse can run Ant in the same JVM as the rest of Eclipse. Several aspects > of Ant and its use of global Java resources (such as System.out and System.err), > make it unsafe to run more than one Ant build concurrently in the same JVM. (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=24129">24129</a>).</p> >-<h4> Running certain Ant tasks >-cause memory leakage</h4> >-<p>Certain Ant tasks are known to leak memory. Please see the bug report for >-details, patches, and possible workarounds. (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=24448">24448</a>)</p> >-<h4> Tasks that require input >-lock up workspace</h4> >- >-<p>As with using Ant from the command line, prompts for input from the >-console is not handled. This is not the same as making use of the <input> >-task, which works correctly within Eclipse. (bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=21748">21748</a>)</p> >-<h4>"version" property is always set when running Ant in the same VM as Eclipse</h4> >-<p>The Xalan libraries set system properties including a version property. These get set as properties within the Ant build and therefore the "version" property cannot be set within an Ant buildfile due to the immutable nature of Ant properties. This property will always be set to "2.4.1" for Ant builds in the same VM as Eclipse. (bug >-<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=45717">45717</a>)</p> >-<h4>XDoclet support from within Eclipse</h4> > >+<h4>XDoclet support from within Eclipse</h4> > <p>Since there are differences when running Ant from the commandline and within Eclipse, some extra steps may be needed to have XDoclet support function correctly within Eclipse. Problems may occur creating XDoclet subtasks. The workarounds and full discussion can be found in bug report. (bug > <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=37070">37070</a>)</p> >-<h4>Ant Editor code completion based on Ant 1.6.1</h4> >-<p>Code completion provided by the Ant editor does not respect the user-specified version of org.eclipse.ant.core plug-in or ANT_HOME. Code completion proposals are mostly based on Ant 1.6.1 with some updates to Ant 1.6.5 (bug >-<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=30886">30886</a>)</p> >-<h4> Eclipse can hang due to implementation of the Ant <property> task (Windows 9X >-only)</h4> >-<p>On Windows 9X, using:<property environment="env"/> will cause Eclipse to hang if the build occurs in the same VM as Eclipse. Running the build in a separate VM will hang the build but not Eclipse. >-(bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=44196">44196</a>)</p> >+ >+<h4>Ant Editor code completion based on Ant 1.6.x</h4> >+<p>Code completion provided by the Ant editor does not respect the user-specified version of org.eclipse.ant.core plug-in or ANT_HOME. >+Code completion proposals are mostly based on Ant 1.6.x with some updates to Ant 1.6.5 (bug >+<a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=193046">bug 193046</a>)</p> > > <h4> Setting build loggers not supported when debugging Ant builds</h4> > <p>When debugging Ant builds within Eclipse, setting -logger as a program argument will be ignored.</p> >@@ -670,13 +651,29 @@ > > <h4>Slow typing/saving of the Ant editor with imports that define numerous macrodefs</h4> > <p>The Ant editor is slow on saving with buildfiles that have <import> declarations of buildfiles that have numerous <macrodef>s. >-See bugs <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=92640">92640</a> and <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=125117">125117</a> for possible workarounds</p> >+See bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=125117">125117</a> for a possible workaround</p> > > <h4>Failure to run Ant builds on non-Windows platforms if Eclipse installed in location with spaces in the path</h4> > <p>Due to a bug in Ant 1.7.0, Ant builds will fail with an IllegalArgumentException if the Eclipse installation is in a location with spaces in the path. > Embedded usage of Ant builds, such as plug-in export will also fail. > See bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=187993">187993</a> for possible workarounds</p> > >+<h4>Ant 1.8.x reports missing libraries as build failures</h4> >+<p> >+In Ant 1.8.x, if you try to use a task that requires additional libraries and you do not have the libraries on the Ant classpath, the build will now properly report is failed. >+In previous versions of Ant, the build would still report that it had suceeded even though it actually failed to run any of the tasks from additional bundles. See <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=344518">bug 344518</a>. >+</p> >+<p> >+For more information on tasks that require additional bundles please refer to the <a href="http://www.apache.org/dist/ant/RELEASE-NOTES-apache-ant-1.8.2.html">Ant 1.8.2 release notes</a> >+and the <a href="http://ant.apache.org/manual/install.html#optionalTasks">Optional Tasks</a> section in the At manual. >+</p> >+ >+<h4>Ant 1.8.x extension-point feature is not supported in the Ant editor</h4> >+<p> >+The extension-point feature added in Ant 1.8.x is not supported in the Ant editor, meaning there is no content assist or help support for it. >+See <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=324625">bug 324625</a> for more details. >+</p> >+ > <h3>3.2.3 <a name="I-Platform-User-Assistance">Platform - User Assistance</a></h3> > <h4>Welcome page not displayed properly (Linux/Unix)</h4> > <p>The default Welcome implementation is HTML-based and requires a supported browser
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 344920
: 195793 |
195994
|
196810
|
197971