Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] Exception while adding switch -compareMaps

Hi,

 

When I add -compareMaps switch to bootstrap.sh, below exception will be thrown out:

 

[adb@qa-build BIRTBuilder]$ ./bootstrap.sh -compareMaps I

BUILD FAILED

/home/adb/releng/BIRTBuilder/buildAll.xml:38: The following error occurred while executing this line:

/home/adb/releng/BIRTBuilder/buildAll.xml:334: The following error occurred while executing this line:

/home/adb/releng/BIRTBuilder/build.xml:39: The following error occurred while executing this line:

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

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

/home/adb/releng/BIRTBuilder/eclipse/buildConfigs/birt.third.party/customTargets.xml:58: The following error occurred while executing this line:

java.lang.NoClassDefFoundError: javax/mail/MessagingException

 

Total time: 11 seconds

 

I have downloaded javax.mail bundle from Orbit project. Where should I put this jar to avoid this error?

Any suggestion is welcome.

 

 

Thanks in advance!

 

-Xiaoying


Back to the top