Skip to main content

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


Hi Justin,

I had the same problem running the build from buildAll.xml. Using cruise.xml worked for me. What trouble are you having with cruise.xml? There are some properties you need to set, most notably baseos, basews, and basearch.

Lawrence Mandel

Software Developer
IBM Rational Software
Phone: 905 - 413 - 3814   Fax: 905 - 413 - 4920
lmandel@xxxxxxxxxx



Yung-chang Chen <yung-chang.chen@xxxxxxxxxx>
Sent by: wtp-releng-bounces@xxxxxxxxxxx

07/27/2005 04:13 PM

Please respond to
Webtools releng discussion list

To
wtp-releng@xxxxxxxxxxx
cc
Subject
[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.

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


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


Back to the top