Hi all,

In my xml file I have <taskdef> like this....



     <taskdef name="vajload" classname
="org.apache.tools.ant.taskdefs.optional.ide.VAJLoadProjects"/>

     <!--load project to workspace-->
     <target name="load" description="loadproject">
          <vajload>
               <!--vajproject name="Apache XML Parser Xerces" version
="1.2"/-->
               <vajproject name="ANT" version="2.1"/>
          </vajload>
     </target>


here when I try to build the target 'load' it is woking fine and BUILD
SUCCESSFUL.
But when I remove the comments in the first vajproject tag and comment the
second one ie., trying to
build with Apache XML Parser Xerces 1.2 project Iam getting error like:

load:

[vajload] Loading 1 project(s) into workspace

BUILD FAILED

E:\xerces.xml:25: Project Apache XML Parser Xerces could not be loaded.
Add failed: The package org.apache.tools.ant cannot be specified by both
ANT and Apache XML Parser Xerces.

Total time: 1 second


what is the solution.

(Embedded image moved to file: pic15006.gif)

Compuserve GIF

Reply via email to