Could the -html-template be expanded to support more than a single file? More like the Flex SDK? That would be a good way to include images, CSS, and other stuff.
- Josh On Thu, Nov 3, 2016 at 3:34 PM, Alex Harui <aha...@adobe.com> wrote: > > > On 11/3/16, 3:10 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" > <carlos.rov...@gmail.com on behalf of carlosrov...@apache.org> wrote: > > >Hi Chris, > > > >I'm trying to test a simple <js:Image> in MDLExample without luck, > >something like: > > > ><js:Image url="main/resources/Unknown.jpeg" width="220" height="140"/> > > > >is not working. > > > >I think the problem is maven is not copying the image asset to to target > >folder. > > > >I get it working with something like this: > > > ><js:Image url="../../../../src/main/resources/Unknown.jpeg" width="220" > >height="140"/> > > > >(reaching it from outside target and from the source project) > > > >Maybe I'm doing something wrong? > > There was a recent thread on this. FalconJX only knows to copy things > from an "assets" folder in the main class's folder. How should we specify > other things to copy? Is there a Maven standard for copying "other stuff"? > > -Alex > >