Select to view content in your preferred language

Unable to export release build - FlexViewer

742
2
12-13-2010 07:34 AM
ChrisOwen
Occasional Contributor
This error is constricting my flex app to create a release build:
  Encountered errors or warnings while building project LiveMapsWidget.mxml.
    LiveMapsWidget.mxml: Source path entry, '\Inetpub\wwwroot\devFlexViewerJCDA\src\com\esri\solutions\flexviewer\nls\en_US', is a subdirectory of source path entry, '\Inetpub\wwwroot\devFlexViewerJCDA\src'

The error appears for each mxml....
Tags (2)
0 Kudos
2 Replies
RobertScheitlin__GISP
MVP Emeritus
Chris,

Be sure to post FlexViewer questions to the Flex Viewer forum.

http://forums.arcgis.com/forums/111-...iewer-for-Flex

Answer:
   Ensure you have these compiler options set in your FlexViewer Projects properties by right clicking the project in the flex navigator window and choosing properties, then switch to the "Flex Compiler" settings and look for "Additional Compiler Arguments"

-locale en_US  -allow-source-path-overlap=true
0 Kudos
ChrisOwen
Occasional Contributor
Robert,
That was it - thanks so much.
I thought I was posting in the correct location, but I will be sure to verify next time.
Best,
Chris
0 Kudos