Reputation: 41
I have installed the Eclipse Juno SR2 client for Worklight 6.1 EE and when I add the optional analytics feature to the application-descriptor.xml file, I do not see any Tealeaf libraries added to the project.
I am running on Mac v10.9.
Any ideas?
Upvotes: 4
Views: 535
Reputation: 44516
Using Eclipse Java EE 4.3.1 ("Kepler" SR1) and Worklight 6.1 Developer Edition* on a Mac running OS X 10.9, I have done the following:
application-descriptor.xml
's Design view I chose Optional Features > Analytics
Outcome:
native\Tealeaf
now got populated with library and bundle filesnative\libs
folder got populated with uicandroid.jar
Similarly, for JSONStore and FIPS 140-2, files were added to the projects upon build.
Make sure these are the steps you've been following.
If you have any related errors in the Errors
view in Eclipse while adding the optional features, do mention this.
*There is no (technical) difference between the various Worklight editions other than the exclusion of App Authenticity from the Developer Edition.
Upvotes: 1