macOS allows you to escape a space in a path using a backslash. You can see
that Carlos has some backslashes in his message.

--
Josh Tynjala
Bowler Hat LLC <https://bowlerhat.dev>


On Tue, Sep 3, 2019 at 9:50 AM Piotr Zarzycki <piotrzarzyck...@gmail.com>
wrote:

> ok it failed. How should I put in bash_profile file this path so it would
> be understandable?
>
> export
>
> FLASHPLAYER_DEBUGGER=/Users/piotr/Downloads/player/flashplayer.app/Contents/MacOS/Flash
> Player Debugger
>
> On Windows we would probably go with:
>
>
> FLASHPLAYER_DEBUGGER="/Users/piotr/Downloads/player/flashplayer.app/Contents/MacOS/Flash
> Player Debugger"
>
>
>
>
>
> wt., 3 wrz 2019 o 18:34 Piotr Zarzycki <piotrzarzyck...@gmail.com>
> napisał(a):
>
> > I have path exactly the same as Josh mention placed in bash script. I
> just
> > run build and will see whether this help. However after printenv I see
> that
> > path is cutted cause there are spaces in file name. On windows it would
> not
> > work, but maybe on it is different. We will see.
> >
> > wt., 3 wrz 2019 o 17:32 Carlos Rovira <carlosrov...@apache.org>
> > napisał(a):
> >
> >> Hi Piotr, this is what I use in my .bash_profile:
> >>
> >> export FLASHPLAYER_DEBUGGER=/Applications/Flash\
> >> Player.app/Contents/MacOS/Flash\ Player\ Debugger
> >>
> >>
> >> El mar., 3 sept. 2019 a las 17:04, Piotr Zarzycki (<
> >> piotrzarzyck...@gmail.com>) escribió:
> >>
> >> > Hey Josh,
> >> >
> >> > Thank you so much! I will check it out soon.
> >> >
> >> > On Tue, Sep 3, 2019, 4:48 PM Josh Tynjala <joshtynj...@bowlerhat.dev>
> >> > wrote:
> >> >
> >> > > I think you need to point to the executable inside of the .app file.
> >> So
> >> > > it's something like this:
> >> > >
> >> > > /Applications/Flash Player.app/Contents/MacOS/Flash Player Debugger
> >> > >
> >> > > I may not have that exactly right because I'm on Windows at the
> >> moment,
> >> > and
> >> > > I can't check. However, if you right-click the .app file, and choose
> >> Show
> >> > > Package Contents, you can dig in there and find the correct path.
> >> > >
> >> > > --
> >> > > Josh Tynjala
> >> > > Bowler Hat LLC <https://bowlerhat.dev>
> >> > >
> >> > >
> >> > > On Tue, Sep 3, 2019 at 6:56 AM Piotr Zarzycki <
> >> piotrzarzyck...@gmail.com
> >> > >
> >> > > wrote:
> >> > >
> >> > > > In Mac is different - maybe I setup it wrong. Does anyone know
> >> whether
> >> > I
> >> > > > should setup it to "flashplayer.app" or just "flashplayer"?
> >> > > >
> >> > > > Thanks,
> >> > > > Piotr
> >> > > >
> >> > > >
> >> > > >
> >> > > > On Tue, Sep 3, 2019, 3:18 PM Yishay Weiss <yishayj...@hotmail.com
> >
> >> > > wrote:
> >> > > >
> >> > > > > All failures look to be on flash tests. Are you sure you’re
> >> pointing
> >> > at
> >> > > > > the right FLASHPLAYER_DEBUGGER?
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > > I have env var
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > > FLASHPLAYER_DEBUGGER
> >> > > > >
> >> > > > > ==
> >> > > > >
> >> > > > > C:\dev\flash\flashplayer_18_sa_debug.exe
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > > ________________________________
> >> > > > > From: Piotr Zarzycki <piotrzarzyck...@gmail.com>
> >> > > > > Sent: Tuesday, September 3, 2019 3:53:24 PM
> >> > > > > To: dev@royale.apache.org <dev@royale.apache.org>
> >> > > > > Subject: Re: Discuss of release steps preparation
> >> > > > >
> >> > > > > Ok but in folder junit-reprots there were two files [1][2]
> >> > > > >
> >> > > > > [1] https://paste.apache.org/fu49t
> >> > > > > [2] https://paste.apache.org/2dd6c
> >> > > > >
> >> > > > > wt., 3 wrz 2019 o 14:46 Piotr Zarzycki <
> piotrzarzyck...@gmail.com
> >> >
> >> > > > > napisał(a):
> >> > > > >
> >> > > > > > Hi Yishay,
> >> > > > > >
> >> > > > > > Interesting. In that folder there is no such file as it's on
> >> > > > stacktrace.
> >> > > > > > There are only swf files -> https://ibb.co/7vh7MnD
> >> > > > > >
> >> > > > > > Thanks,
> >> > > > > > Piotr
> >> > > > > >
> >> > > > > > wt., 3 wrz 2019 o 14:40 Yishay Weiss <yishayj...@hotmail.com>
> >> > > > > napisał(a):
> >> > > > > >
> >> > > > > >> If I understand correctly these messages [1] don’t indicate a
> >> > > failure,
> >> > > > > >> but are part of a test to make sure that the proper error
> >> message
> >> > > > > appears
> >> > > > > >> when you write to a read-only prop. Can you find the tests
> that
> >> > > failed
> >> > > > > >> further up in the output?
> >> > > > > >>
> >> > > > > >>
> >> > > > > >>
> >> > > > > >> [1]     [junit]
> >> > > > > >>
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> /Users/piotr/Downloads/royale/release/releaseasjs_ant/sources/royale-compiler/compiler/target/junit-temp/ASDateTests2436056786678332499.as(16):
> >> > > > > >> col: 1 Error: Property timezoneOffset is read-only.
> >> > > > > >>
> >> > > > > >>
> >> > > > > >>
> >> > > > > >>
> >> > > > > >>
> >> > > > > >> ________________________________
> >> > > > > >> From: Piotr Zarzycki <piotrzarzyck...@gmail.com>
> >> > > > > >> Sent: Tuesday, September 3, 2019 2:52:11 PM
> >> > > > > >> To: dev@royale.apache.org <dev@royale.apache.org>
> >> > > > > >> Subject: Re: Discuss of release steps preparation
> >> > > > > >>
> >> > > > > >> I have setup my Mac instead to have a ANT build.
> Unfortunately
> >> one
> >> > > of
> >> > > > > the
> >> > > > > >> compiler test failed [1]. I have used -DskipTests=true, so
> why
> >> > > > actually
> >> > > > > >> those tests run ?
> >> > > > > >>
> >> > > > > >> [1]  https://paste.apache.org/kzm3t
> >> > > > > >>
> >> > > > > >>
> >> > > > > >>
> >> > > > > >> wt., 3 wrz 2019 o 12:20 Piotr Zarzycki <
> >> piotrzarzyck...@gmail.com
> >> > >
> >> > > > > >> napisał(a):
> >> > > > > >>
> >> > > > > >> > Just FYI I have tried several times and I still cannot
> >> properly
> >> > > > > prepare
> >> > > > > >> > ANT artifacts for 0.9.6 release. I have uninstall
> >> TortoiseGIT,
> >> > but
> >> > > > > files
> >> > > > > >> > which I cannot delete has been still hold by some processes
> >> > > related
> >> > > > to
> >> > > > > >> > build.
> >> > > > > >> >
> >> > > > > >> > I'm going to try this very last step do on our remote PC to
> >> see
> >> > > > > whether
> >> > > > > >> it
> >> > > > > >> > will be successful. If not I gave up on being RM. Someone
> >> else
> >> > > will
> >> > > > > >> have to
> >> > > > > >> > try.
> >> > > > > >> >
> >> > > > > >> > śr., 28 sie 2019 o 18:10 Alex Harui
> <aha...@adobe.com.invalid
> >> >
> >> > > > > >> napisał(a):
> >> > > > > >> >
> >> > > > > >> >> Failonerror is typically false when deleting in case the
> >> folder
> >> > > has
> >> > > > > >> >> already been deleted.
> >> > > > > >> >>
> >> > > > > >> >> Pretty sure that at least on Windows,  if a jar is being
> >> used
> >> > by
> >> > > a
> >> > > > > >> >> running application that you cannot delete the jar.
> >> > > > > >> >>
> >> > > > > >> >> In theory, the Ant scripts should not be loading jars when
> >> > > building
> >> > > > > the
> >> > > > > >> >> source package and I think they even run super-clean which
> >> > should
> >> > > > > clean
> >> > > > > >> >> everything assuming nothing else is running that is using
> >> those
> >> > > > jars.
> >> > > > > >> >>
> >> > > > > >> >> I doubt that TortoiseGit will load those jars.  If you
> >> reboot
> >> > > your
> >> > > > > >> system
> >> > > > > >> >> and run the Ant scripts that should guarantee that nothing
> >> is
> >> > > > running
> >> > > > > >> using
> >> > > > > >> >> those jars.  Then if it is still a problem then something
> >> early
> >> > > in
> >> > > > > the
> >> > > > > >> >> script is loading those jars.  Later in the build, those
> >> jars
> >> > > will
> >> > > > be
> >> > > > > >> >> loaded to generate the binary artifacts, but shouldn't be
> >> > loaded
> >> > > to
> >> > > > > >> >> generate the source-only artifacts.
> >> > > > > >> >>
> >> > > > > >> >> HTH,
> >> > > > > >> >> -Alex
> >> > > > > >> >>
> >> > > > > >> >> On 8/28/19, 8:29 AM, "Piotr Zarzycki" <
> >> > > piotrzarzyck...@gmail.com>
> >> > > > > >> wrote:
> >> > > > > >> >>
> >> > > > > >> >>     I think that's the option. :) I hope I will finally
> get
> >> to
> >> > an
> >> > > > end
> >> > > > > >> >> this.
> >> > > > > >> >>
> >> > > > > >> >>     śr., 28 sie 2019 o 17:27 Josh Tynjala <
> >> > > > joshtynj...@bowlerhat.dev
> >> > > > > >
> >> > > > > >> >>     napisał(a):
> >> > > > > >> >>
> >> > > > > >> >>     > With that in mind, it seems like you may need to
> >> > > temporarily
> >> > > > > >> disable
> >> > > > > >> >>     > TortoiseGit while running the build.
> >> > > > > >> >>     >
> >> > > > > >> >>     > --
> >> > > > > >> >>     > Josh Tynjala
> >> > > > > >> >>     > Bowler Hat LLC <
> >> > > > > >> >>
> >> > > > > >>
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=E7PplZ%2BL%2Boaj5HLs1oCIVUshuy20zpUxmtNWb7aOB5Y%3D&amp;reserved=0
> >> > > > > >> >> >
> >> > > > > >> >>     >
> >> > > > > >> >>     >
> >> > > > > >> >>     > On Wed, Aug 28, 2019 at 6:28 AM Piotr Zarzycki <
> >> > > > > >> >> piotrzarzyck...@gmail.com>
> >> > > > > >> >>     > wrote:
> >> > > > > >> >>     >
> >> > > > > >> >>     > > I'm not sure if it's related, but I have tried
> >> deleted
> >> > > that
> >> > > > > >> folder
> >> > > > > >> >>     > manually
> >> > > > > >> >>     > > and it's being blocked by Git [1]
> >> > > > > >> >>     > >
> >> > > > > >> >>     > > [1]
> >> > > > > >> >>
> >> > > > > >>
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fibb.co%2Fbsm48DV&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=pPZk4V%2BZ2LYP134QTiVJVPbaoyzlhnm5W4V%2FDtqPHvM%3D&amp;reserved=0
> >> > > > > >> >>     > >
> >> > > > > >> >>     > > Thanks,
> >> > > > > >> >>     > > Piotr
> >> > > > > >> >>     > >
> >> > > > > >> >>     > > śr., 28 sie 2019 o 15:07 Piotr Zarzycki <
> >> > > > > >> >> piotrzarzyck...@gmail.com>
> >> > > > > >> >>     > > napisał(a):
> >> > > > > >> >>     > >
> >> > > > > >> >>     > > > I have modified build.xml script locally and I
> got
> >> > > > > following
> >> > > > > >> >> result ->
> >> > > > > >> >>     > > >
> >> > > > > >> >>
> >> > > > > >>
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fm5mz5&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=rtRQo3WI%2BKhrddAmqgMLFTSab0YtxPC9HTwcuSQx1TI%3D&amp;reserved=0
> >> > > > > >> >>     > > >
> >> > > > > >> >>     > > > What can hold that jar file ?
> >> > > > > >> >>     > > >
> >> > > > > >> >>     > > >
> >> > > > > >> >>     > > >
> >> > > > > >> >>     > > > śr., 28 sie 2019 o 14:23 Piotr Zarzycki <
> >> > > > > >> >> piotrzarzyck...@gmail.com>
> >> > > > > >> >>     > > > napisał(a):
> >> > > > > >> >>     > > >
> >> > > > > >> >>     > > >> Hi Alex,
> >> > > > > >> >>     > > >>
> >> > > > > >> >>     > > >> I just made another attempt and it's failed. I
> >> > missed
> >> > > > your
> >> > > > > >> >> information
> >> > > > > >> >>     > > >> that "royale-asjs/js/lib/ " contains 2 jar
> >> files. I
> >> > > see
> >> > > > > them
> >> > > > > >> >> on my
> >> > > > > >> >>     > > machine.
> >> > > > > >> >>     > > >> I see also that we have [1] deletion line for
> >> that.
> >> > My
> >> > > > fix
> >> > > > > >> for
> >> > > > > >> >>     > deleting
> >> > > > > >> >>     > > >> helped so far to get rid of problem with
> >> RoyaleUnit
> >> > > [2].
> >> > > > > >> >>     > > >>
> >> > > > > >> >>     > > >> Maybe we should switch failonerror="false" to
> >> "true"
> >> > > and
> >> > > > > see
> >> > > > > >> >> what is
> >> > > > > >> >>     > > >> happening ? Why actually those flags are false
> ?
> >> > > > > >> >>     > > >>
> >> > > > > >> >>     > > >> [1]
> >> > > > > >> >>     > > >>
> >> > > > > >> >>     > >
> >> > > > > >> >>     >
> >> > > > > >> >>
> >> > > > > >>
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2F946e1f13c125ad2f3fc74ae56d8cbc462487c3f5%2Fbuild.xml%23L565&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=fvBjkUVwz%2FONPLIabE6XAud7%2BBvD3JSW0DGeo0WnOww%3D&amp;reserved=0
> >> > > > > >> >>     > > >> [2]
> >> > > > > >> >>     > > >>
> >> > > > > >> >>     > >
> >> > > > > >> >>     >
> >> > > > > >> >>
> >> > > > > >>
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fcommit%2F946e1f13c125ad2f3fc74ae56d8cbc462487c3f5&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=m8ICTic%2FwHuCLnKMFN%2B%2BmoXLwPQoj2EpikuC01%2FSBqY%3D&amp;reserved=0
> >> > > > > >> >>     > > >>
> >> > > > > >> >>     > > >> Thanks,
> >> > > > > >> >>     > > >> Piotr
> >> > > > > >> >>     > > >>
> >> > > > > >> >>     > > >> pon., 26 sie 2019 o 08:35 Alex Harui
> >> > > > > >> <aha...@adobe.com.invalid
> >> > > > > >> >> >
> >> > > > > >> >>     > > >> napisał(a):
> >> > > > > >> >>     > > >>
> >> > > > > >> >>     > > >>> The two zips are different.
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > > >>> The second zip contains several files that the
> >> > first
> >> > > > one
> >> > > > > >> >> doesn't.
> >> > > > > >> >>     > Try
> >> > > > > >> >>     > > >>> using other diff tools to find one that will
> >> help
> >> > you
> >> > > > see
> >> > > > > >> the
> >> > > > > >> >>     > > differences.
> >> > > > > >> >>     > > >>> I just use my Mac's *nix command line with
> "diff
> >> > > -rwq"
> >> > > > > and
> >> > > > > >> >> "find".
> >> > > > > >> >>     > > Cygwin
> >> > > > > >> >>     > > >>> and GitBash should have those tools on
> >> Windows.  I
> >> > > > didn't
> >> > > > > >> >> take the
> >> > > > > >> >>     > > time to
> >> > > > > >> >>     > > >>> find out.
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > > >>> The second zip has two extra folders:
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > > >>> royale-asjs/js/lib/ with two jars in it.
> Those
> >> > jars
> >> > > > > >> should be
> >> > > > > >> >>     > cleaned
> >> > > > > >> >>     > > >>> by Ant, but maybe they were in use and thus
> >> locked.
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > >
> >> > > > > >> >>     >
> >> > > > > >> >>
> >> > > > > >>
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> second/royale-asjs/frameworks/js/projects/RoyaleUnitJS/src/test/royale/target
> >> > > > > >> >>     > > >>> with lots of files in it.  These files may not
> >> be
> >> > > > getting
> >> > > > > >> >> cleaned by
> >> > > > > >> >>     > > Ant
> >> > > > > >> >>     > > >>> scripts since RoyaleUnit is a new library.
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > > >>> Maybe you ran step 13 in a folder where it had
> >> > > already
> >> > > > > run?
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > > >>> I'm done working for today.  Will check in my
> >> > > morning.
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > > >>> HTH,
> >> > > > > >> >>     > > >>> -Alex
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > > >>> On 8/25/19, 11:08 PM, "Piotr Zarzycki" <
> >> > > > > >> >> piotrzarzyck...@gmail.com>
> >> > > > > >> >>     > > >>> wrote:
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > > >>>     Links:
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > > >>>     zip1:
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > >
> >> > > > > >> >>     >
> >> > > > > >> >>
> >> > > > > >>
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2F1drv.ms%2Fu%2Fs!ApVpLyjpHDC2ic0S8UffcFPmhXGKGQ%3Fe%3DZstLev&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=6v%2BowkNNmLzRl6%2BtZC8OVhhGfFNwv8a7jL3oJ2x%2BRGM%3D&amp;reserved=0
> >> > > > > >> >>     > > >>>     zip2:
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > >
> >> > > > > >> >>     >
> >> > > > > >> >>
> >> > > > > >>
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2F1drv.ms%2Fu%2Fs!ApVpLyjpHDC2ic0TPORa2P9OKsWRiw%3Fe%3Dk8fQ7T&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=gK7T4JEw50p76hAXSfEAp2FUWTl6Zxrv%2FtJhX%2FDkIOg%3D&amp;reserved=0
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > > >>>     Thanks,
> >> > > > > >> >>     > > >>>     Piotr
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > > >>>     pon., 26 sie 2019 o 00:48 Alex Harui
> >> > > > > >> >> <aha...@adobe.com.invalid>
> >> > > > > >> >>     > > >>> napisał(a):
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > > >>>     > Looks like there are 130 files in the
> >> "left"
> >> > > > folder
> >> > > > > >> >> that aren't
> >> > > > > >> >>     > > in
> >> > > > > >> >>     > > >>> the
> >> > > > > >> >>     > > >>>     > "right"?  Or I don't understand the
> >> output of
> >> > > > > >> whatever
> >> > > > > >> >> tool you
> >> > > > > >> >>     > > >>> are using.
> >> > > > > >> >>     > > >>>     > Post a link to the two zips if  you
> want.
> >> > > > > >> >>     > > >>>     >
> >> > > > > >> >>     > > >>>     > HTH,
> >> > > > > >> >>     > > >>>     > -Alex
> >> > > > > >> >>     > > >>>     >
> >> > > > > >> >>     > > >>>     > On 8/25/19, 3:08 PM, "Piotr Zarzycki" <
> >> > > > > >> >>     > piotrzarzyck...@gmail.com
> >> > > > > >> >>     > > >
> >> > > > > >> >>     > > >>> wrote:
> >> > > > > >> >>     > > >>>     >
> >> > > > > >> >>     > > >>>     >     Content in both zips is exactly the
> >> > same. I
> >> > > > > don't
> >> > > > > >> >> see now
> >> > > > > >> >>     > the
> >> > > > > >> >>     > > >>> reason
> >> > > > > >> >>     > > >>>     > to do
> >> > > > > >> >>     > > >>>     >     not move forward with that ->
> >> > > > > >> >>     > > >>>     >
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > >
> >> > > > > >> >>     >
> >> > > > > >> >>
> >> > > > > >>
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fibb.co%2FXzDDVfd&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=%2FZId3UQsCLCw6kzg2bwZ6BhHr5c1cC5uDSQIbpTqOns%3D&amp;reserved=0
> >> > > > > >> >>     > > >>>     >
> >> > > > > >> >>     > > >>>     >     pon., 26 sie 2019 o 00:01 Piotr
> >> Zarzycki
> >> > <
> >> > > > > >> >>     > > >>> piotrzarzyck...@gmail.com>
> >> > > > > >> >>     > > >>>     >     napisał(a):
> >> > > > > >> >>     > > >>>     >
> >> > > > > >> >>     > > >>>     >     > Sorry that's not my day. It looks
> >> like
> >> > my
> >> > > > > >> folder
> >> > > > > >> >> in Total
> >> > > > > >> >>     > > >>> Commander
> >> > > > > >> >>     > > >>>     > wasn't
> >> > > > > >> >>     > > >>>     >     > refreshed. Both zips exists. I
> will
> >> > > compare
> >> > > > > >> them
> >> > > > > >> >> and
> >> > > > > >> >>     > > provide
> >> > > > > >> >>     > > >>> results.
> >> > > > > >> >>     > > >>>     >     >
> >> > > > > >> >>     > > >>>     >     > On Sun, Aug 25, 2019, 11:58 PM
> Piotr
> >> > > > > Zarzycki <
> >> > > > > >> >>     > > >>>     > piotrzarzyck...@gmail.com>
> >> > > > > >> >>     > > >>>     >     > wrote:
> >> > > > > >> >>     > > >>>     >     >
> >> > > > > >> >>     > > >>>     >     >> Alex,
> >> > > > > >> >>     > > >>>     >     >>
> >> > > > > >> >>     > > >>>     >     >> I just checked and I was mistake.
> >> Zip
> >> > > > which
> >> > > > > >> >> should be
> >> > > > > >> >>     > > >>> inside source
> >> > > > > >> >>     > > >>>     >     >> folder is not exists at all. I'm
> >> > > wondering
> >> > > > > >> what
> >> > > > > >> >> could
> >> > > > > >> >>     > > >>> happen that
> >> > > > > >> >>     > > >>>     > this zip
> >> > > > > >> >>     > > >>>     >     >> wasn't generated.
> >> > > > > >> >>     > > >>>     >     >>
> >> > > > > >> >>     > > >>>     >     >> Thanks,
> >> > > > > >> >>     > > >>>     >     >> Piotr
> >> > > > > >> >>     > > >>>     >     >>
> >> > > > > >> >>     > > >>>     >     >> On Sun, Aug 25, 2019, 11:52 PM
> Alex
> >> > > Harui
> >> > > > > >> >>     > > >>> <aha...@adobe.com.invalid
> >> > > > > >> >>     > > >>>     > >
> >> > > > > >> >>     > > >>>     >     >> wrote:
> >> > > > > >> >>     > > >>>     >     >>
> >> > > > > >> >>     > > >>>     >     >>> The output says the -src.zip did
> >> not
> >> > > > > compare.
> >> > > > > >> >> Expand
> >> > > > > >> >>     > the
> >> > > > > >> >>     > > >>> two zip
> >> > > > > >> >>     > > >>>     > files
> >> > > > > >> >>     > > >>>     >     >>> into different folders and
> compare
> >> > the
> >> > > > > >> folders.
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>> HTH,
> >> > > > > >> >>     > > >>>     >     >>> -Alex
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>> On 8/25/19, 2:45 PM, "Piotr
> >> > Zarzycki" <
> >> > > > > >> >>     > > >>> piotrzarzyck...@gmail.com>
> >> > > > > >> >>     > > >>>     >     >>> wrote:
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>>     Hi,
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>>     I have spend another hours
> on
> >> > > > release.
> >> > > > > >> Maven
> >> > > > > >> >>     > > artifacts
> >> > > > > >> >>     > > >>> are
> >> > > > > >> >>     > > >>>     > deployed
> >> > > > > >> >>     > > >>>     >     >>> to the
> >> > > > > >> >>     > > >>>     >     >>>     staging without the
> problem. I
> >> > > > stopped
> >> > > > > >> this
> >> > > > > >> >> time
> >> > > > > >> >>     > and
> >> > > > > >> >>     > > >>> the very
> >> > > > > >> >>     > > >>>     > end of
> >> > > > > >> >>     > > >>>     >     >>> the
> >> > > > > >> >>     > > >>>     >     >>>     process, where I need to
> >> prepare
> >> > > ANT
> >> > > > > >> >> artifacts.
> >> > > > > >> >>     > Build
> >> > > > > >> >>     > > >>> on my PC
> >> > > > > >> >>     > > >>>     >     >>> failed [1] -
> >> > > > > >> >>     > > >>>     >     >>>     size of compared zips are
> >> > > different -
> >> > > > > >> Step
> >> > > > > >> >> 13.
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>>     During whole process I had
> >> such
> >> > > > problem
> >> > > > > >> >> when SWC
> >> > > > > >> >>     > time
> >> > > > > >> >>     > > >>> stamp had
> >> > > > > >> >>     > > >>>     >     >>> incorrect
> >> > > > > >> >>     > > >>>     >     >>>     format and in the end I did
> >> end
> >> > up
> >> > > > with
> >> > > > > >> >> fail. Maybe
> >> > > > > >> >>     > > >>> this time
> >> > > > > >> >>     > > >>>     > is the
> >> > > > > >> >>     > > >>>     >     >>> same
> >> > > > > >> >>     > > >>>     >     >>>     story.
> >> > > > > >> >>     > > >>>     >     >>>     Maybe in that case this is
> the
> >> > > same.
> >> > > > > The
> >> > > > > >> >> question
> >> > > > > >> >>     > is
> >> > > > > >> >>     > > -
> >> > > > > >> >>     > > >>> To what
> >> > > > > >> >>     > > >>>     > step
> >> > > > > >> >>     > > >>>     >     >>> should
> >> > > > > >> >>     > > >>>     >     >>>     I really back ?
> >> > > > > >> >>     > > >>>     >     >>>     Should I remove branch for
> >> asjs
> >> > and
> >> > > > > start
> >> > > > > >> >> from 11?
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>>     My command:
> >> > > > > >> >>     > > >>>     >     >>>     ant -f releasesteps.xml
> >> > > > > Release_Step_013
> >> > > > > >> >>     > > >>>     > -Drelease.version=0.9.6
> >> > > > > >> >>     > > >>>     >     >>>     -Droyale.swc-date="8/25/19
> >> 9:06
> >> > > > -0800"
> >> > > > > >> >>     > > >>>     > -Dplayerglobal.version=11.7
> >> > > > > >> >>     > > >>>     >     >>>     -Dflat.donot.ask=true -Drc=1
> >> > > > > >> >> -DskipTests=true
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>>     It is really pain to me
> start
> >> > from
> >> > > > > >> scratch,
> >> > > > > >> >> cause
> >> > > > > >> >>     > > >>> building
> >> > > > > >> >>     > > >>>     > whole
> >> > > > > >> >>     > > >>>     >     >>> framework
> >> > > > > >> >>     > > >>>     >     >>>     on my PC takes ages.
> >> Satisfying
> >> > > > > comparer
> >> > > > > >> is
> >> > > > > >> >>     > > difficult.
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>>     [1]
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > > > >> >>     > > >>>     >
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > >
> >> > > > > >> >>     >
> >> > > > > >> >>
> >> > > > > >>
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fs8i7r&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=Mo2F6D17CFUYbCVkNDlKSSuG6QzD8gqXM7Iko0LqkyM%3D&amp;reserved=0
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>>     Thanks,
> >> > > > > >> >>     > > >>>     >     >>>     Piotr
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>>     pt., 16 sie 2019 o 18:27
> Alex
> >> > Harui
> >> > > > > >> >>     > > >>> <aha...@adobe.com.invalid>
> >> > > > > >> >>     > > >>>     >     >>> napisał(a):
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>>     > Piotr,
> >> > > > > >> >>     > > >>>     >     >>>     >
> >> > > > > >> >>     > > >>>     >     >>>     > At this point, I would
> >> > definitely
> >> > > > > >> >> recommend
> >> > > > > >> >>     > trying
> >> > > > > >> >>     > > >>> the three
> >> > > > > >> >>     > > >>>     > steps
> >> > > > > >> >>     > > >>>     >     >>> without
> >> > > > > >> >>     > > >>>     >     >>>     > any changes to the
> >> > > > release_steps.xml
> >> > > > > >> file
> >> > > > > >> >> and use
> >> > > > > >> >>     > > an
> >> > > > > >> >>     > > >>> ABSOLUTE
> >> > > > > >> >>     > > >>>     >     >>> path.  That's
> >> > > > > >> >>     > > >>>     >     >>>     > the only way I tested the
> >> > > > scripts.  I
> >> > > > > >> did
> >> > > > > >> >> not
> >> > > > > >> >>     > try a
> >> > > > > >> >>     > > >>> relative
> >> > > > > >> >>     > > >>>     > path,
> >> > > > > >> >>     > > >>>     >     >>> and I
> >> > > > > >> >>     > > >>>     >     >>>     > highly recommend not
> putting
> >> > all
> >> > > of
> >> > > > > >> these
> >> > > > > >> >> files
> >> > > > > >> >>     > in
> >> > > > > >> >>     > > a
> >> > > > > >> >>     > > >>> working
> >> > > > > >> >>     > > >>>     >     >>> copy.  It is
> >> > > > > >> >>     > > >>>     >     >>>     > probably less work to just
> >> have
> >> > > > RM's
> >> > > > > >> >> specify an
> >> > > > > >> >>     > > >>> absolute path
> >> > > > > >> >>     > > >>>     >     >>> external to
> >> > > > > >> >>     > > >>>     >     >>>     > the working copy.  Using
> >> > "../.."
> >> > > > may
> >> > > > > >> not
> >> > > > > >> >> work
> >> > > > > >> >>     > > >>> consistently
> >> > > > > >> >>     > > >>>     > so do
> >> > > > > >> >>     > > >>>     >     >>> not use
> >> > > > > >> >>     > > >>>     >     >>>     > those adjustments.
> >> > > > > >> >>     > > >>>     >     >>>     >
> >> > > > > >> >>     > > >>>     >     >>>     > Capture the logs for all 3
> >> > steps
> >> > > > and
> >> > > > > if
> >> > > > > >> >> there is
> >> > > > > >> >>     > a
> >> > > > > >> >>     > > >>> problem
> >> > > > > >> >>     > > >>>     > post
> >> > > > > >> >>     > > >>>     >     >>> the output.
> >> > > > > >> >>     > > >>>     >     >>>     >
> >> > > > > >> >>     > > >>>     >     >>>     > Thanks,
> >> > > > > >> >>     > > >>>     >     >>>     > -Alex
> >> > > > > >> >>     > > >>>     >     >>>     >
> >> > > > > >> >>     > > >>>     >     >>>     >
> >> > > > > >> >>     > > >>>     >     >>>     > On 8/16/19, 2:57 AM,
> "Piotr
> >> > > > > Zarzycki" <
> >> > > > > >> >>     > > >>>     > piotrzarzyck...@gmail.com>
> >> > > > > >> >>     > > >>>     >     >>> wrote:
> >> > > > > >> >>     > > >>>     >     >>>     >
> >> > > > > >> >>     > > >>>     >     >>>     >     It looks like this is
> >> again
> >> > > > > problem
> >> > > > > >> >> with
> >> > > > > >> >>     > > >>> RoyaleUnit[1].
> >> > > > > >> >>     > > >>>     > Here
> >> > > > > >> >>     > > >>>     >     >>> is the
> >> > > > > >> >>     > > >>>     >     >>>     > results
> >> > > > > >> >>     > > >>>     >     >>>     >     of comparison. I'm not
> >> sure
> >> > > why
> >> > > > > >> left
> >> > > > > >> >> folder
> >> > > > > >> >>     > > >>> doesn't
> >> > > > > >> >>     > > >>>     > contains
> >> > > > > >> >>     > > >>>     >     >>> files.
> >> > > > > >> >>     > > >>>     >     >>>     >
> >> > > > > >> >>     > > >>>     >     >>>     >     [1]
> >> > > > > >> >>     > > >>>     >     >>>     >
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > > > >> >>     > > >>>     >
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > >
> >> > > > > >> >>     >
> >> > > > > >> >>
> >> > > > > >>
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpasteboard.co%2FIsWnHGq.png&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=EvqnxMgVdp14L9BuWJn1Lkvr0ODas1Nw1prPK%2BFM0C0%3D&amp;reserved=0
> >> > > > > >> >>     > > >>>     >     >>>     >
> >> > > > > >> >>     > > >>>     >     >>>     >     Thanks,
> >> > > > > >> >>     > > >>>     >     >>>     >     Piotr
> >> > > > > >> >>     > > >>>     >     >>>     >
> >> > > > > >> >>     > > >>>     >     >>>     >     pt., 16 sie 2019 o
> 11:08
> >> > > Piotr
> >> > > > > >> >> Zarzycki <
> >> > > > > >> >>     > > >>>     >     >>> piotrzarzyck...@gmail.com>
> >> > > > > >> >>     > > >>>     >     >>>     >     napisał(a):
> >> > > > > >> >>     > > >>>     >     >>>     >
> >> > > > > >> >>     > > >>>     >     >>>     >     > Ok I was mistake.
> Both
> >> > zips
> >> > > > > >> exists,
> >> > > > > >> >> but
> >> > > > > >> >>     > they
> >> > > > > >> >>     > > >>> have
> >> > > > > >> >>     > > >>>     > different
> >> > > > > >> >>     > > >>>     >     >>> sizes! So
> >> > > > > >> >>     > > >>>     >     >>>     >     > comparison went fine
> >> and
> >> > I
> >> > > > need
> >> > > > > >> to
> >> > > > > >> >>     > understand
> >> > > > > >> >>     > > >>> one
> >> > > > > >> >>     > > >>>     > sources are
> >> > > > > >> >>     > > >>>     >     >>>     > different...
> >> > > > > >> >>     > > >>>     >     >>>     >     >
> >> > > > > >> >>     > > >>>     >     >>>     >     > pt., 16 sie 2019 o
> >> 10:59
> >> > > > Piotr
> >> > > > > >> >> Zarzycki <
> >> > > > > >> >>     > > >>>     >     >>> piotrzarzyck...@gmail.com>
> >> > > > > >> >>     > > >>>     >     >>>     >     > napisał(a):
> >> > > > > >> >>     > > >>>     >     >>>     >     >
> >> > > > > >> >>     > > >>>     >     >>>     >     >> I have analyzed
> that
> >> > > target
> >> > > > > >> >>     > > >>> (compare-src-zips) and it
> >> > > > > >> >>     > > >>>     >     >>> compares zip
> >> > > > > >> >>     > > >>>     >     >>>     > file
> >> > > > > >> >>     > > >>>     >     >>>     >     >> in following
> >> locations:
> >> > > > > >> >>     > > >>>     >     >>>     >     >>
> >> > > > > >> >>     > > >>>     >     >>>     >     >> 1)
> >> > > > > >> >> artifacts\apache-royale-0.9.6-src.zip
> >> > > > > >> >>     > > >>>     >     >>>     >     >> 2)
> >> > > > > >> >>     > > /sources/srczip/apache-royale-0.9.6-src.zip
> >> > > > > >> >>     > > >>>     >     >>>     >     >>
> >> > > > > >> >>     > > >>>     >     >>>     >     >> I have changed in
> >> that
> >> > > > target
> >> > > > > >> all
> >> > > > > >> >> places
> >> > > > > >> >>     > > where
> >> > > > > >> >>     > > >>>     >     >>> ${artifactfolder} to
> >> > > > > >> >>     > > >>>     >     >>>     >     >>
> >> ../../${artifactfolder}
> >> > > and
> >> > > > > >> launch
> >> > > > > >> >> that
> >> > > > > >> >>     > > >>> target. It
> >> > > > > >> >>     > > >>>     > looks
> >> > > > > >> >>     > > >>>     >     >>> like zip
> >> > > > > >> >>     > > >>>     >     >>>     > file
> >> > > > > >> >>     > > >>>     >     >>>     >     >> wasn't created at
> >> all in
> >> > > > > >> location:
> >> > > > > >> >>     > > >>>     >     >>>     >     >>
> >> > > > > >> >>     > /sources/srczip/apache-royale-0.9.6-src.zip.
> >> > > > > >> >>     > > >>>     >     >>>     >     >>
> >> > > > > >> >>     > > >>>     >     >>>     >     >> I will try to
> figure
> >> out
> >> > > > what
> >> > > > > >> has
> >> > > > > >> >>     > happened.
> >> > > > > >> >>     > > >>> Btw. I
> >> > > > > >> >>     > > >>>     > didn't
> >> > > > > >> >>     > > >>>     >     >>> commit my
> >> > > > > >> >>     > > >>>     >     >>>     >     >> changes with
> ../../ -
> >> > > those
> >> > > > > are
> >> > > > > >> >> local.
> >> > > > > >> >>     > > >>>     >     >>>     >     >>
> >> > > > > >> >>     > > >>>     >     >>>     >     >> Thanks,
> >> > > > > >> >>     > > >>>     >     >>>     >     >> Piotr
> >> > > > > >> >>     > > >>>     >     >>>     >     >>
> >> > > > > >> >>     > > >>>     >     >>>     >     >> pt., 16 sie 2019 o
> >> 09:29
> >> > > > Piotr
> >> > > > > >> >> Zarzycki <
> >> > > > > >> >>     > > >>>     >     >>> piotrzarzyck...@gmail.com>
> >> > > > > >> >>     > > >>>     >     >>>     >     >> napisał(a):
> >> > > > > >> >>     > > >>>     >     >>>     >     >>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>> Unfortunately I
> >> don't
> >> > > know
> >> > > > > >> what is
> >> > > > > >> >>     > > happening
> >> > > > > >> >>     > > >>> but
> >> > > > > >> >>     > > >>>     > signing
> >> > > > > >> >>     > > >>>     >     >>> trough
> >> > > > > >> >>     > > >>>     >     >>>     > script
> >> > > > > >> >>     > > >>>     >     >>>     >     >>> hang for me.
> Stopped
> >> > > > working.
> >> > > > > >> :(
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>> ant -f
> >> releasesteps.xml
> >> > > > > >> >>     > > Release_Step_003_Sign
> >> > > > > >> >>     > > >>>     >     >>>     > -Drelease.version=0.9.6
> >> > > > > >> >>     > > >>>     >     >>>     >     >>> Buildfile:
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > > > >> >> d:\Work\royale-sources\royale-compiler\releasesteps.xml
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>
> get-artifact-folder:
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>     [input] Enter
> >> the
> >> > > > > temporary
> >> > > > > >> >> folder to
> >> > > > > >> >>     > > >>> store the
> >> > > > > >> >>     > > >>>     >     >>> downloaded
> >> > > > > >> >>     > > >>>     >     >>>     > artifacts:
> >> > > > > >> >>     > > >>>     >     >>>     >     >>> royale096
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>
> >> Release_Step_003_Sign:
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>> sign-file:
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>> pt., 16 sie 2019 o
> >> > 09:21
> >> > > > > Piotr
> >> > > > > >> >> Zarzycki <
> >> > > > > >> >>     > > >>>     >     >>> piotrzarzyck...@gmail.com
> >> > > > > >> >>     > > >>>     >     >>>     > >
> >> > > > > >> >>     > > >>>     >     >>>     >     >>> napisał(a):
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>> With "../../" or
> >> > without
> >> > > > ? I
> >> > > > > >> >> just run
> >> > > > > >> >>     > > >>> script with
> >> > > > > >> >>     > > >>>     >     >>>     > -DskiptTests="true"
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>> and it passes,
> but
> >> > > failed
> >> > > > on
> >> > > > > >> >>     > > >>> "compare-src-zips" - It
> >> > > > > >> >>     > > >>>     >     >>> looks like
> >> > > > > >> >>     > > >>>     >     >>>     > it is also
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>> problem with
> >> paths. :(
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>> pt., 16 sie 2019
> o
> >> > 09:15
> >> > > > > Alex
> >> > > > > >> >> Harui
> >> > > > > >> >>     > > >>>     >     >>> <aha...@adobe.com.invalid>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>> napisał(a):
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>> I would also
> need
> >> to
> >> > > see
> >> > > > > the
> >> > > > > >> >> output of
> >> > > > > >> >>     > > the
> >> > > > > >> >>     > > >>> other
> >> > > > > >> >>     > > >>>     > two
> >> > > > > >> >>     > > >>>     >     >>> steps
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>
> (Release_Step_003
> >> and
> >> > > > > >> >>     > > >>> Release_Step_003_Sign)
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>> Thanks,
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>> -Alex
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>> On 8/15/19,
> 11:14
> >> PM,
> >> > > > > "Piotr
> >> > > > > >> >> Zarzycki"
> >> > > > > >> >>     > <
> >> > > > > >> >>     > > >>>     >     >>>     > piotrzarzyck...@gmail.com
> >
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>> wrote:
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     This console
> >> > output
> >> > > > is
> >> > > > > >> here
> >> > > > > >> >> [1],
> >> > > > > >> >>     > but
> >> > > > > >> >>     > > >>> it is
> >> > > > > >> >>     > > >>>     > version
> >> > > > > >> >>     > > >>>     >     >>> where
> >> > > > > >> >>     > > >>>     >     >>>     > script
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>> failing,
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     cause there
> >> > wasn't
> >> > > > > >> >> "../../". Let me
> >> > > > > >> >>     > > >>> know if
> >> > > > > >> >>     > > >>>     > it's
> >> > > > > >> >>     > > >>>     >     >>> enough
> >> > > > > >> >>     > > >>>     >     >>>     > actually.
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     [1]
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>
> >> > > > > >> >>     > > >>>     >     >>>     >
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > > > >> >>     > > >>>     >
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > >
> >> > > > > >> >>     >
> >> > > > > >> >>
> >> > > > > >>
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2Fzvxoi&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899942136&amp;sdata=NmJS%2FJv82fqFNAtyoO46NjpbxK9jA%2FfUXJIG8QqkyiY%3D&amp;reserved=0
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     czw., 15 sie
> >> > 2019 o
> >> > > > > 22:37
> >> > > > > >> >> Alex
> >> > > > > >> >>     > Harui
> >> > > > > >> >>     > > >>>     >     >>>     > <aha...@adobe.com.invalid
> >
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>> napisał(a):
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     > That's a
> >> > > > possibility.
> >> > > > > >> I
> >> > > > > >> >> only
> >> > > > > >> >>     > used
> >> > > > > >> >>     > > >>> absolute
> >> > > > > >> >>     > > >>>     > paths.
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     > Piotr, it
> >> would
> >> > > > nice
> >> > > > > to
> >> > > > > >> >> see the
> >> > > > > >> >>     > > >>> Windows
> >> > > > > >> >>     > > >>>     > console
> >> > > > > >> >>     > > >>>     >     >>> output
> >> > > > > >> >>     > > >>>     >     >>>     > including
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>> the paths
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     > you gave
> to
> >> > help
> >> > > > make
> >> > > > > >> this
> >> > > > > >> >>     > process
> >> > > > > >> >>     > > >>> more
> >> > > > > >> >>     > > >>>     > robust.
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     > -Alex
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     > On
> 8/15/19,
> >> > 1:21
> >> > > > PM,
> >> > > > > >> "Josh
> >> > > > > >> >>     > > Tynjala" <
> >> > > > > >> >>     > > >>>     >     >>>     > joshtynj...@bowlerhat.dev
> >
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>> wrote:
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     If it
> >> > started
> >> > > > > >> working
> >> > > > > >> >>     > correctly
> >> > > > > >> >>     > > >>> after
> >> > > > > >> >>     > > >>>     > changing
> >> > > > > >> >>     > > >>>     >     >>> the
> >> > > > > >> >>     > > >>>     >     >>>     > path to
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>> include
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     > ../../,
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >
>  perhaps
> >> > > > > >> >> ${artifactfolder} is
> >> > > > > >> >>     > > >>> being set
> >> > > > > >> >>     > > >>>     > to a
> >> > > > > >> >>     > > >>>     >     >>> relative
> >> > > > > >> >>     > > >>>     >     >>>     > path,
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>> but the
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     > script
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >
>  expects
> >> the
> >> > > > path
> >> > > > > >> to be
> >> > > > > >> >>     > > absolute.
> >> > > > > >> >>     > > >>> I'm not
> >> > > > > >> >>     > > >>>     >     >>> familiar with
> >> > > > > >> >>     > > >>>     >     >>>     > the
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>> release
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     > steps
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     yet,
> so
> >> I'm
> >> > > > just
> >> > > > > >> >> guessing,
> >> > > > > >> >>     > but
> >> > > > > >> >>     > > >>> does that
> >> > > > > >> >>     > > >>>     > make
> >> > > > > >> >>     > > >>>     >     >>> sense?
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     --
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     Josh
> >> > Tynjala
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     Bowler
> >> Hat
> >> > > LLC
> >> > > > <
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>
> >> > > > > >> >>     > > >>>     >     >>>     >
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > > > >> >>     > > >>>     >
> >> > > > > >> >>     > > >>>
> >> > > > > >> >>     > >
> >> > > > > >> >>     >
> >> > > > > >> >>
> >> > > > > >>
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fbowlerhat.dev&amp;data=02%7C01%7Caharui%40adobe.com%7Ca61215f1d31d4978634208d72bcc8f99%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637026029899952127&amp;sdata=MWyYYBQV%2F%2B7tzjluvAyH87fu3kXu9meufVT3DlkiNHg%3D&amp;reserved=0
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     > >
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     On
> Wed,
> >> Aug
> >> > > 14,
> >> > > > > >> 2019
> >> > > > > >> >> at 9:23
> >> > > > > >> >>     > AM
> >> > > > > >> >>     > > >>> Alex
> >> > > > > >> >>     > > >>>     > Harui
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>
> >> > > <aha...@adobe.com.invalid
> >> > > > >
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     > wrote:
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     > Can
> >> you
> >> > > > explain
> >> > > > > >> why
> >> > > > > >> >> that
> >> > > > > >> >>     > > would
> >> > > > > >> >>     > > >>> be the
> >> > > > > >> >>     > > >>>     > right
> >> > > > > >> >>     > > >>>     >     >>> change?
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>> Doesn't make
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     > sense to
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     > me.
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     > On
> >> > 8/14/19,
> >> > > > > 3:36
> >> > > > > >> >> AM, "Piotr
> >> > > > > >> >>     > > >>> Zarzycki" <
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>
> >> > > > piotrzarzyck...@gmail.com>
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     > wrote:
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     >
>  So
> >> > far
> >> > > so
> >> > > > > >> good.
> >> > > > > >> >> I did
> >> > > > > >> >>     > > >>> tweak the
> >> > > > > >> >>     > > >>>     > script
> >> > > > > >> >>     > > >>>     >     >>> and was
> >> > > > > >> >>     > > >>>     >     >>>     > able to
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>> upload
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >> > artifacts.
> >> > > I
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>  have
> >> > > > > changed
> >> > > > > >> in
> >> > > > > >> >> each
> >> > > > > >> >>     > > >>> script:
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>  Line
> >> > > > from:
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>  <arg
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > value="-Dwagon.fromDir=${artifactfolder}
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > > > >> /artifacts/archive/target/checkout/release-dir"
> >> > > > > >> >>     > > >>>     >     >>>     > />
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     >
>  To
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >>  <arg
> >> > > > > >> >>     > > >>>     >     >>>     >
> >> > > > > >> >> value="-Dwagon.fromDir=../../${artifactfolder}
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >> > > > > >> >>     > > >>>     >     >>>
> >> > > > > >> /artifacts/archive/target/checkout/release-dir"
> >> > > > > >> >>     > > >>>     >     >>>     > />
> >> > > > > >> >>     > > >>>     >     >>>     >     >>>>>     >     >
> >> > > > > >> >>
> >> >
> >>
> >>
> >> --
> >> Carlos Rovira
> >> http://about.me/carlosrovira
> >>
> >
> >
> > --
> >
> > Piotr Zarzycki
> >
> > Patreon: *https://www.patreon.com/piotrzarzycki
> > <https://www.patreon.com/piotrzarzycki>*
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>

Reply via email to