Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build N20050420-0010 (Timestamp: 200504200010): Build failed


That was me - I am giving myself a red clown nose :-).

Regards,

Dejan Glozic, Ph.D.
Manager, Eclipse Development 1A
D1/R0Q/8200/MKM
IBM Canada Ltd.
Tel. 905 413-2745  T/L 969-2745
Fax. 905 413-4850



Kim Moir/Ottawa/IBM@IBMCA
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

04/20/2005 09:39 AM

Please respond to
"Eclipse platform release engineering list."

To
"Eclipse platform release engineering list." <platform-releng-dev@xxxxxxxxxxx>
cc
Subject
Re: [platform-releng-dev] [eclipse-build]Build        N20050420-0010        (Timestamp: 200504200010): Build failed






The build failed because the build.xml for the doc plugins was modified to build the help indexes.  The additional plugins required in org.eclipse.releng.basebuilder required to accomodate this task were not added.  In the future, please be aware that it takes about two days for the releng team to conduct the testing required to make significant changes to our builder like adding plugins.  


Kim





eclipse-releng@xxxxxxxxxxx
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx

04/20/2005 12:56 AM

Please respond to
"Eclipse platform release engineering list."

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] [eclipse-build]Build N20050420-0010        (Timestamp: 200504200010): Build failed







Build N20050420-0010 (Timestamp: 200504200010):  The following error occurred while executing this line:
/builds/N/eclipseInternalBuildTools/all.xml:92: The following error occurred while executing this line:
/builds/N/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.1.0/scripts/build.xml:24: The following error occurred while executing this line:
/builds/N/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.1.0/scripts/build.xml:88: The following error occurred while executing this line:
/builds/N/org.eclipse.releng.eclipsebuilder/sdk/customTargets.xml:13: The following error occurred while executing this line:
/builds/N/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.1.0/scripts/genericTargets.xml:133: The following error occurred while executing this line:
/builds/N/src/assemble.org.eclipse.sdk.all.xml:4: The following error occurred while executing this line:
/builds/N/org.eclipse.releng.eclipsebuilder/sdk/customTargets.xml:26: The following error occurred while executing this line:
/builds/N/org.eclipse.releng.eclipsebuilder/sdk/customTargets.xml:86: The following error occurred while executing this line:
/builds/N/src/assemble.org.eclipse.sdk.win32.win32.x86.xml:173: The following error occurred while executing this line:
/builds/N/src/plugins/org.eclipse.platform.doc.user/build.xml:38: The following error occurred while executing this line:
/builds/N/src/plugins/org.eclipse.platform.doc.user/build.xml:52: Could not create task or type of type: help.buildHelpIndex.

Ant could not find the task or a class this task relies upon.

This is common and has a number of causes; the usual
solutions are to read the manual pages then download and
install needed JAR files, or fix the build file:
- You have misspelt 'help.buildHelpIndex'.
 Fix: check your spelling.
- The task needs an external JAR file to execute
   and this is not found at the right place in the classpath.
 Fix: check the documentation for dependencies.
 Fix: declare the task.
- The task is an Ant optional task and the JAR file and/or libraries
   implementing the functionality were not found at the time you
   yourself built your installation of Ant from the Ant sources.
 Fix: Look in the ANT_HOME/lib for the 'ant-' JAR corresponding to the
   task and make sure it contains more than merely a META-INF/MANIFEST.MF.
   If all it contains is the manifest, then rebuild Ant with the needed
   libraries present in ${ant.home}/lib/optional/ , or alternatively,
   download a pre-built release version from apache.org
- The build file was written for a later version of Ant
 Fix: upgrade to at least the latest release version of Ant
- The task is not an Ant core or optional task
   and needs to be declared using <taskdef>.
- You are attempting to use a task defined using
  <presetdef> or <macrodef> but have spelt wrong or not
 defined it at the point of use

Remember that for JAR files to be visible to Ant tasks implemented
in ANT_HOME/lib, the files must be in the same directory or on the
classpath

Please neither file bug reports on this problem, nor email the
Ant mailing lists, until all of these causes have been explored,
as this is not an Ant bug.

http://download.eclipse.org/downloads/drops/N20050420-0010
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top