Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Problem in eclipse.buildScript ant task


Please ask this kind of question on the eclipse.platform newsgroup.
Thank you,

PaScaL


"Shen Ehix" <ehixshen@xxxxxxxxxxx>
Sent by: pde-build-dev-admin@xxxxxxxxxxx

06/21/2004 03:21 AM

Please respond to
pde-build-dev

To
pde-build-dev@xxxxxxxxxxx
cc
Subject
[pde-build-dev] Problem in eclipse.buildScript ant task





Hi,
I met some problem when migrating my Eclipse AntRunner from 2.1.2 to
3.0RC3, it is because of the eclipse.buildScript ant task. The script in
2.1.2 works OK:
<eclipse.buildScript elements="plugin@myplugin" install="${eclipse_home}"/>
The corresponding 3.0RC3 one is:
<eclipse.buildScript elements="plugin@myplugin"
workingDirectory="${eclipse_home}"/>
However, when I run this script, error occurs:
BUILD FAILED
D:\adb\build.xml:26: org.eclipse.core.runtime.CoreException: Unable to find
element: myplugin

The build environment is exactly the same, so I don't know what's wrong
with my script, Could anybody be kind enough to help me solve this problem?

BTW, is there any document for eclipse's custom ant tasks, just like the
detailed ones in ant's manual? I've searched for a long time and can't find
any:(

_________________________________________________________________
与联机的朋友进行交流,请使用 MSN Messenger:  http://messenger.msn.com/cn  

_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/pde-build-dev


Back to the top