You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Yishay Weiss <yi...@hotmail.com> on 2021/06/21 15:33:15 UTC

Maven Replacer Plugin

Greg,

Regarding commit 9a76ca5db2d0ed52fe92003a61b93ac89e0c223b in royale-asjs

Can you explain which profiles trigger this?

I think I may be running into

https://code.google.com/archive/p/maven-replacer-plugin/issues/1

Which messes with binary reproducibility for 0.9.8 release.





Re: Maven Replacer Plugin

Posted by Greg Dove <gr...@gmail.com>.
Hi Yishay, I think that is not triggered by profile, but run by default
during normal build of Jewel. It was not an ideal solution, but iirc I was
not able to get the normal sass compilation to pass through the special
characters from the original source unchanged, so had to add that
post-processing step with token replacement.

I'm not sure what to do about this yet, but I can try to figure it out in
my evening tomorrow night (e.g. maybe from around 10.30am your time
tomorrow). If you want, we can discuss in more detail in Apache Royale
Slack channel around that time.



On Tue, Jun 22, 2021 at 3:33 AM Yishay Weiss <yi...@hotmail.com> wrote:

> Greg,
>
> Regarding commit 9a76ca5db2d0ed52fe92003a61b93ac89e0c223b in royale-asjs
>
> Can you explain which profiles trigger this?
>
> I think I may be running into
>
> https://code.google.com/archive/p/maven-replacer-plugin/issues/1
>
> Which messes with binary reproducibility for 0.9.8 release.
>
>
>
>
>

RE: Maven Replacer Plugin

Posted by Yishay Weiss <yi...@hotmail.com>.
I think you can ignore this for now. I can see it activated without the bug manifesting.

From: Yishay Weiss<ma...@hotmail.com>
Sent: Monday, June 21, 2021 6:33 PM
To: dev@royale.apache.org<ma...@royale.apache.org>
Subject: Maven Replacer Plugin

Greg,

Regarding commit 9a76ca5db2d0ed52fe92003a61b93ac89e0c223b in royale-asjs

Can you explain which profiles trigger this?

I think I may be running into

https://code.google.com/archive/p/maven-replacer-plugin/issues/1

Which messes with binary reproducibility for 0.9.8 release.