Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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


Back to the top