Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Fw: [platform-releng-dev] [eclipse-build]Build N20050426-0010 (Timestamp: 200504260010): Build failed


Sorry, a clown nose for me.  I was merging the builder from a branch last night and didn't realize all the changes weren't included.  I have fixed this for integration build  I20050426-0849.

Kim




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

04/26/2005 12:51 AM

Please respond to
"Eclipse platform release engineering list."

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





Build N20050426-0010 (Timestamp: 200504260010):  The following error occurred while executing this line:
/builds/N200504260010/eclipseInternalBuildTools/all.xml:92: The following error occurred while executing this line:
/builds/N200504260010/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/N200504260010/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/N200504260010/org.eclipse.releng.eclipsebuilder/sdk/customTargets.xml:13: The following error occurred while executing this line:
/builds/N200504260010/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/N200504260010/src/assemble.org.eclipse.sdk.all.xml:4: The following error occurred while executing this line:
/builds/N200504260010/org.eclipse.releng.eclipsebuilder/sdk/customTargets.xml:26: The following error occurred while executing this line:
/builds/N200504260010/org.eclipse.releng.eclipsebuilder/sdk/customTargets.xml:86: The following error occurred while executing this line:
/builds/N200504260010/src/assemble.org.eclipse.sdk.win32.win32.x86.xml:101: The following error occurred while executing this line:
/builds/N200504260010/src/plugins/org.eclipse.platform.doc.user/build.xml:38: The following error occurred while executing this line:
/builds/N200504260010/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/N20050426-0010
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top