Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] WTP Build error, Could not create task or type of type: eclipse.fetch

Hi,

I have trouble running "ant -f cruise.xml" in the WTP Builds document. Instead, I am running the buildAll.xml directly.

The followings are the directory structure for building WTP.
  e:\tmp\wtp_build\  (base build directory)
  e:\tmp\wtp_build\org.eclipse.releng.basebuilder\
  e:\tmp\wtp_build\org.eclipse.releng.eclipsebuilder\
  e:\tmp\wtp_build\org.eclipse.wtp.releng\
  e:\tmp\wtp_build\releng\
  e:\tmp\wtp_build\releng.builder\

Then, do the followings.
  e:\tmp\wtp_build\releng.builder\scripts> ant -f buildAll.xml build

It seems miss dependency jar file(s) and have the following errors. Just wondering if missing jar file(s) is the problem. What are they and where should I put them if that is the case. If not the missing dependecny, what is the problem and how should I resolve it?

BTW, the Ant version I am using is 1.6.2 and the system is windows XP.

Thank you very much,
Justin
Oracle

-----------------------
...
fetchElement:

BUILD FAILED
E:\WTP_Build\releng.builder\scripts\buildall.xml:203: The following error occurred while executing this line: E:\WTP_Build\releng.builder\scripts\build.xml:22: The following error occurred while executing this line: E:\WTP_Build\org.eclipse.releng.basebuilder\plugins\org.eclipse.pde.build_3.1.0\scripts\build.xml:22: The following error occurred while executing this line: E:\WTP_Build\org.eclipse.releng.basebuilder\plugins\org.eclipse.pde.build_3.1.0\scripts\build.xml:50: The following error occurred while executing this line: E:\WTP_Build\releng.builder\components\wst\customTargets.xml:13: The following error occurred while executing this line: E:\WTP_Build\org.eclipse.releng.basebuilder\plugins\org.eclipse.pde.build_3.1.0\scripts\genericTargets.xml:34: Could not create task or type of type: eclipse.fetch.

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

...
-----------------------




Back to the top