Hi,
Iam facing problem while exporting class files in a project.
My XML for export task is

     <taskdef name="vajexport" classname
="org.apache.tools.ant.taskdefs.optional.ide.VAJExport"/>
     <!--export from vaj-->
     <target name="export" depends="preparedirs" description
="export_projects">
          <vajexport destdir="${basedir}">
               <include name="Infobus/**"/>
          </vajexport>
     </target>

where Infobus is my project.

Iam getting error msg as

export:

[vajexport] Exporting 1 package(s) to D:\TEMP\new

BUILD FAILED

E:\new.xml:31: Exporting failed!
Error(s) on export
Cannot export javax.infobus.DataItem to D:\TEMP\new\javax\infobus as it
originated from a .class file.
Cannot export javax.infobus.DataItemShapeChangedEvent to D:
\TEMP\new\javax\infobus as it originated from a .class file.
Cannot export javax.infobus.InfoBusItemRequestedEvent to D:
\TEMP\new\javax\infobus as it originated from a .class file.
Cannot export javax.infobus.DataItemShapeChangeListener to D:
\TEMP\new\javax\infobus as it originated from a .class file.
Cannot export javax.infobus.InfoBus to D:\TEMP\new\javax\infobus as it
originated from a .class file.
Cannot export javax.infobus.InfoBusDataConsumer to D:
\TEMP\new\javax\infobus as it originated from a .class file.
Cannot export javax.infobus.ReshapeableArrayAccess to D:
\TEMP\new\javax\infobus as it originated from a .class file.
Cannot export javax.infobus.InfoBusEvent to D:\TEMP\new\javax\infobus as it
originated from a .class file.
Cannot export javax.infobus.DataItemChangeManager to D:
\TEMP\new\javax\infobus as it originated from a .class file.
Cannot export javax.infobus.InfoBusDataConsumerProxy to D:
\TEMP\new\javax\infobus as it originated from a .class file.

Total time: 2 seconds

Thanx for helping
(Embedded image moved to file: pic07448.gif)

Compuserve GIF

Reply via email to