Why are you using main\royale at all? All your folders can reside directly in src.
Harbs > On Nov 14, 2019, at 4:11 PM, Takeshita Shoichiro <[email protected]> wrote: > > Carlos, thanks. I've already tried it. Unfortunately, not work. > > If I move assets folder under \royale, it worked. (Images are shown) > However, moving \resources\royale under \royale does not work. (Images are > not shown) > > \src\main\royale > | > |-assets > |-models > |-products > |-DataGridExample.mxml > |-MyInitialView.mxml > > On Thu, Nov 14, 2019 at 11:00 PM Carlos Rovira <[email protected] > <mailto:[email protected]>> wrote: > Hi Takeshita, > > maybe this could be what you are looking for? (I'm not using it so don't know > if it will work) : > > https://github.com/BowlerHatLLC/vscode-as3mxml/wiki/asconfig.json#copysourcepathassets > > <https://github.com/BowlerHatLLC/vscode-as3mxml/wiki/asconfig.json#copysourcepathassets> > > HTH > > Carlos > > > El jue., 14 nov. 2019 a las 13:54, Takeshita Shoichiro (<[email protected] > <mailto:[email protected]>>) escribió: > Carlos and Piotr, thanks. > > I understand mvn and moonshine both have the configuration to copy > \resources\assets folder. > > I think the similar configuration is put in asconfig.json. I tried to find > the information but with no success. > > ---------------------------------------------------------------------------------------------------- > mvn: > \apache-royale-0.9.7-bin-js\royale-asjs\examples\pom.xml > > <!-- Copy the resources to the compiler output directory --> > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-resources-plugin</artifactId> > <version>3.1.0</version> > <executions> > <execution> > <id>copy-resources-debug</id> > <phase>validate</phase> > <goals> > <goal>copy-resources</goal> > </goals> > <configuration> > > <outputDirectory>${compiler.output-dir-debug}</outputDirectory> > <resources> > <resource> > <directory>src/main/resources</directory> > <filtering>true</filtering> > </resource> > </resources> > </configuration> > </execution> > </executions> > </plugin> > > moonshine: > > C:\apache-royale-0.9.7-bin-js\royale-asjs\examples\royale\DataGridExample\DataGridExample.as3proj > > <moonshineResourcePaths> > <class path="src/main/resources/assets"/> > </moonshineResourcePaths> > > On Thu, Nov 14, 2019 at 4:57 AM Piotr Zarzycki <[email protected] > <mailto:[email protected]>> wrote: > Just FYI: Moonshine is copying resources to the output if they are pointed > out in IDE. We have handled that on IDE sight. > > śr., 13 lis 2019 o 20:09 Carlos Rovira <[email protected] > <mailto:[email protected]>> napisał(a): > Hi, > > in Maven we have setup this kind of copy. So this is external process not > considered by the compiler, what seems ok, since copying that files does not > seems a competence of a compiler. Maybe that should be raised in the IDEs > issues, in this case in VSCode issues in GitHub so Josh could express what he > thinks his extension should do about this. > > > > El mar., 12 nov. 2019 a las 13:55, Takeshita Shoichiro (<[email protected] > <mailto:[email protected]>>) escribió: > I tried to build the sample project using VS Code. > > This one. > C:\apache-royale-0.9.7-bin-js\royale-asjs\examples\royale\DataGridExample > > I copied asconfig.json and src holder in a new folder; then build. > > The problem is that the image folder (resource\assets) is not copied into > bin\js-debug folder. > > In case using mvn clean install, the image folder is copied into the target > folder. > > Is this a bug or am I missing something? > > Shoichiro Takeshita > > > -- > Carlos Rovira > http://about.me/carlosrovira <http://about.me/carlosrovira> > > > > -- > Piotr Zarzycki > > Patreon: https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki> > > -- > Shoichiro Takeshita > 武下 祥一郎 > > > -- > Carlos Rovira > http://about.me/carlosrovira <http://about.me/carlosrovira> > > > > -- > Shoichiro Takeshita > 武下 祥一郎
