Hi Josh,

I have a little time now and want to try to set up sourcemaps on Royale by
default. For this to happen we need a solution that is general so it works
on local, for people using nightly builds, or a released SDK.

I want to try it locally and ask on list with a final working solution in
hand and see if Greg and others are ok with it.

I'm trying with this code in Jewel library:

          <additionalCompilerOptions>
            -source-map=true;
            -source-map-source-root=/frameworks/projects/Jewel/target/
          </additionalCompilerOptions>

And in TDJ this:

            -source-map=true;
            -source-map-source-root=/examples/jewel/TourDeJewel/target
          </additionalCompilerOptions>

But I'm not getting it to work when debug TDJ. So I'm a bit lost on this.
Can you propose the config so I can try it?

Thanks


-- 
Carlos Rovira
Apache Member & Apache Royale PMC
*Apache Software Foundation*
http://about.me/carlosrovira

Reply via email to