On 11/3/16, 3:10 PM, "[email protected] on behalf of Carlos Rovira"
<[email protected] on behalf of [email protected]> 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

Reply via email to