Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] What's the use of task <modifiedMaps> in EclipseBuilder?

Hi,

 

I’m trying the compareMapFiles target in EclipseBuilder.

    <target name="compareMapFiles" if="compareMaps">

       <property file="${mapTag.properties}"/>

       <property name="cvsDiffFile" value="${buildDirectory}/cvsDiff.txt" />

       <cvs cvsRoot="${mapCvsRoot}" dest="${buildDirectory}/maps" command="diff -w -r ${lastMapTag}" output="${cvsDiffFile}" />

       <modifiedMaps mapDiffFile="${cvsDiffFile}" />

    </target>

But seems it failed in step <modifiedMaps mapDiffFile="${cvsDiffFile}" />

with error msg:

/home/adb/farrah/BaseBuilder/plugins/org.eclipse.pde.build/scripts/build.xml:38: The following error occurred while executing this line:

/home/adb/farrah/BIRTBuilder/eclipse/buildConfigs/birt/customTargets.xml:50: The following error occurred while executing this line:

java.lang.NoClassDefFoundError: javax/mail/MessagingException

 

What’s the use of task <modifiedMaps > ?

 

Thanks,

Xiaoying Gu

 


Back to the top