FlashBuilderで問題が発生しています。これは、基本的にJBossフォルダーの場所への参照であるパスにパスプロパティを設定output folder
およびビルドする場合にのみ発生するようです。output folder url
- すべてが正常にコンパイルおよび実行されますが、コードナビゲーションで
エラー
CTRL+CLICK
が表示されます。Source could not be found for <path>.swc
- プロジェクトレイアウト:メインアプリケーション+1ライブラリプロジェクト
- メインアプリケーションのビルドパス:
- ライブラリプロジェクトのビルドパス:
- ライブラリプロジェクトに含まれるクラス:
メインアプリケーションmxmlの内容:
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600" xmlns:local="*" xmlns:test="be.some.test.*"> <fx:Declarations> <test:SomeLibraryComponent/> <!--ctrl + click failing--> </fx:Declarations> </s:Application>
.actionScriptProperties
メインアプリケーションのファイル:<actionScriptProperties analytics="false" mainApplicationPath="TestCodeNavi.mxml" projectUUID="d4c352fe-5d3a-454e-bb58-db0d96bd9edd" version="10"> <compiler additionalCompilerArguments="-locale en_US" autoRSLOrdering="true" copyDependentFiles="true" fteInMXComponents="false" generateAccessible="true" htmlExpressInstall="true" htmlGenerate="true" htmlHistoryManagement="true" htmlPlayerVersionCheck="true" includeNetmonSwc="false" outputFolderLocation="MIRAGE_JBOSS_SERVER/deploy/mirage-server.war/TestCodeNavi" outputFolderPath="bin-debug" removeUnusedRSL="true" rootURL="http://localhost:8080/mirage-server/TestCodeNavi" sourceFolderPath="src" strict="true" targetPlayerVersion="0.0.0" useApolloConfig="false" useDebugRSLSwfs="true" verifyDigests="true" warn="true"> <compilerSourcePath/> <libraryPath defaultLinkType="0"> <libraryPathEntry kind="4" path=""> <excludedEntries> <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/flex.swc" useDefaultLinkType="false"/> <libraryPathEntry kind="3" linkType="1" path="${PROJECT_FRAMEWORKS}/libs/core.swc" useDefaultLinkType="false"/> </excludedEntries> </libraryPathEntry> <libraryPathEntry kind="3" linkType="1" path="/TestCodeNaviLibrary/bin-debug/TestCodeNaviLibrary.swc" sourcepath="/TestCodeNaviLibrary" useDefaultLinkType="false"/> </libraryPath> <sourceAttachmentPath> <sourceAttachmentPathEntry kind="3" linkType="1" path="/TestCodeNaviLibrary/bin-debug/TestCodeNaviLibrary.swc" sourcepath="/TestCodeNaviLibrary" useDefaultLinkType="false"/> </sourceAttachmentPath> </compiler> <applications> <application path="TestCodeNavi.mxml"/> </applications> <modules/> <buildCSSFiles/> <flashCatalyst validateFlashCatalystCompatibility="false"/> </actionScriptProperties>
これに関するいくつかのポインタを本当に感謝します。
乾杯