The default answer for some of the rat checks is "n".  So that means you can't 
just hit "Enter" all the way through the script.  I had a good reason for doing 
that, but I can't remember why.  Maybe it was just to make sure people were 
actually looking at the output instead of just hitting Enter.

-Alex

On 11/16/18, 11:29 AM, "OmPrakash Muppirala" <bigosma...@gmail.com> wrote:

    Hmm interesting.  I am getting this output from the approval script:
    
    approve:
    
    
    -1
    
    Package
    
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Froyale%2F0.9.4%2Frc2%2Fapache-royale-0.9.4-src.tar.gz&amp;data=02%7C01%7Caharui%40adobe.com%7C8c3cb407a16444958a6608d64bf9caa6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779933553764185&amp;sdata=Tthv90BnjMScTq%2BhUibnA6jkwG4lixaZMcljf1XFFRA%3D&amp;reserved=0
    
    Java 1.8
    
    OS: Mac OS X x86_64 10.13.6
    
    Source kit signatures match: y
    
    Source kit builds: y
    
    README is ok: y
    
    RELEASE_NOTES is ok: y
    
    NOTICE is ok: y
    
    LICENSE is ok: y
    
    No unapproved licenses or archives: y
    
    No unapproved binaries: n
    
    
    Package
    
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdist.apache.org%2Frepos%2Fdist%2Fdev%2Froyale%2F0.9.4%2Frc2%2Fbinaries%2Fapache-royale-0.9.4-bin-js-swf.tar.gz&amp;data=02%7C01%7Caharui%40adobe.com%7C8c3cb407a16444958a6608d64bf9caa6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779933553764185&amp;sdata=tFHKiRf0Q9O1pljLLcak7fweZmV1C%2BZ3n0eEgmtd9R4%3D&amp;reserved=0
    
    Binary kit signatures match: y
    
    NOTICE is ok: y
    
    LICENSE is ok: y
    
    No unapproved licenses or archives in binary package: y
    
    No unapproved binaries in binary package: n
    
    
    
    
    BUILD FAILED
    
    /Users/om/p/os/royale/rc/ApproveRoyale.xml:1103: condition satisfied
    
    
    Looking at the rat report, I do see these files marked as B which might be
    causing this?
    
      B
    
/Users/om/p/os/royale/rc/apache-royale-0.9.4-bin-js-swf/royale-asjs/examples/mxroyale/tourdeflexmodules/src/favicon.ico
    
      B
    
/Users/om/p/os/royale/rc/apache-royale-0.9.4-bin-js-swf/royale-asjs/examples/mxroyale/tourdeflexmodules/src/mx/controls/assets/flexinstaller.mp4
    
      B
    
/Users/om/p/os/royale/rc/apache-royale-0.9.4-bin-js-swf/royale-asjs/examples/mxroyale/tourdeflexmodules/src/mx/effects/assets/OpenSans-Regular.ttf
    
      B
    
/Users/om/p/os/royale/rc/apache-royale-0.9.4-bin-js-swf/royale-asjs/examples/mxroyale/tourdeflexmodules/src/spark/components/assets/FlexInstaller.mp4
    
      B
    
/Users/om/p/os/royale/rc/apache-royale-0.9.4-bin-js-swf/royale-asjs/examples/mxroyale/tourdeflexmodules/src/spark/controls/assets/FlexInstaller.mp4
    
      B
    
/Users/om/p/os/royale/rc/apache-royale-0.9.4-bin-js-swf/royale-asjs/examples/mxroyale/tourdeflexmodules/src/spark/tlf/textEditBar/assets/icon_align_end.PNG
    
      B
    
/Users/om/p/os/royale/rc/apache-royale-0.9.4-bin-js-swf/royale-asjs/examples/mxroyale/tourdeflexmodules/src/spark/tlf/textEditBar/assets/icon_align_start.PNG
    
    On Fri, Nov 16, 2018 at 11:13 AM Alex Harui <aha...@adobe.com.invalid>
    wrote:
    
    > Hi Piotr,
    >
    > If you build one of the Royale examples, like
    > examples/royale/DataBindingExample, the POM tries to use artifacts from
    > examples-tests.  If you are building your own app, your POM probably
    > doesn't care about examples-tests.
    >
    > Where did you download sources from?
    >
    > When the artifacts are only on the staging server, and not in your local
    > repo (by building the entire source package which by default does not
    > include examples), then I think you have to redirect your poms to the
    > staging server.  See:
    > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmaven.apache.org%2Fguides%2Fdevelopment%2Fguide-testing-releases.html&amp;data=02%7C01%7Caharui%40adobe.com%7C8c3cb407a16444958a6608d64bf9caa6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779933553764185&amp;sdata=Xu12pHIo1Wk%2B5EolVMSK%2BOgTlkueYL68XbVqBKH0lx4%3D&amp;reserved=0
    >
    > IMO, if you plan to be an RM, you should not be satisfied with a +0 vote
    > because things are not working for you.  Otherwise, you are just setting
    > yourself up for others to be in the same situation and when you are the 
RM,
    > you will get a bunch of +0 votes.
    >
    > Thanks,
    > -Alex
    >
    > On 11/16/18, 10:53 AM, "Piotr Zarzycki" <piotrzarzyck...@gmail.com>
    > wrote:
    >
    >     Hi Alex,
    >
    >     Once my build failed with that timeout I went to downloaded sources
    >     directly in order to run Maven build and see whether it's working. I
    > was
    >     able to build it - with similar issue as other with airglobal. - I 
have
    >     manually add that part to my Maven cache.
    >
    >     Part 2 of the test was simply build example using your staged
    > artifacts -
    >     It doesn't connected whether I build examples/examples-tests or not -
    > Am I
    >     wrong? Let's imagine that I have clean machine, created Royale project
    > -
    >     I'm trying to build my project with Maven and your artifacts - Do I
    > need
    >     that org.apache.royale.examples:examples-tests:jar ?
    >
    >     If answer is NO - That's ok - it is an requirements for build our
    > example
    >     and I can vote +0.
    >
    >     *Please verify that FlexUnit is working in your repo and then compare
    > the
    >     FlexUnit jars it is using against the ones that the RC downloaded.  Or
    >     investigate the difference between the SWFs generated by the repo
    > build vs
    >     the RC build.  If we don't figure out why things fail, then we are
    > doomed
    >     to keep hitting these failure points.  *
    >
    >     Above part requires from me a lot of time probably - If I found it
    > before
    >     to be next RM I will do this for sure.
    >
    >     Piotr
    >
    >     pt., 16 lis 2018 o 19:10 Alex Harui <aha...@adobe.com.invalid>
    > napisał(a):
    >
    >     > Piotr,
    >     >
    >     > Did you build the examples/examples-tests folder first?
    >     >
    >     > If you used the ApproveRoyale script then it would have done all of
    > that
    >     > for you.  If you plan to be an RM, it is worth your time to find out
    > why
    >     > the approval script is not working for you, as it is expected that
    > the RM
    >     > has run the approval script before posting the vote threads in order
    > to
    >     > save everyone time.
    >     >
    >     > Please verify that FlexUnit is working in your repo and then compare
    > the
    >     > FlexUnit jars it is using against the ones that the RC downloaded.
    > Or
    >     > investigate the difference between the SWFs generated by the repo
    > build vs
    >     > the RC build.  If we don't figure out why things fail, then we are
    > doomed
    >     > to keep hitting these failure points.
    >     >
    >     > Thanks,
    >     > -Alex
    >     >
    >     > On 11/16/18, 4:47 AM, "Piotr Zarzycki" <piotrzarzyck...@gmail.com>
    > wrote:
    >     >
    >     >     Here is the steps:
    >     >
    >     >     1) You are preparing Maven settings file which pointing to 
staged
    >     > artifacts
    >     >     [1]
    >     >     2) Pickup one of the example and for simplicity place there
    > prepared
    >     > file
    >     >     3) Build example with following command:  mvn -s
    > settings-template.xml
    >     >     clean install
    >     >
    >     >     [1]
    >     >
    > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FMUAD&amp;data=02%7C01%7Caharui%40adobe.com%7C8c3cb407a16444958a6608d64bf9caa6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779933553764185&amp;sdata=ubfoK8F1Kd8i2xxl0Wh9j9mRk%2Fw6OhtvEYVqUhvmiuE%3D&amp;reserved=0
    >     >
    >     >     Piotr
    >     >
    >     >     pt., 16 lis 2018 o 13:32 Harbs <harbs.li...@gmail.com>
    > napisał(a):
    >     >
    >     >     > > Do you mean trust folder for Flash Player ?
    >     >     >
    >     >     > Yes.
    >     >     >
    >     >     > I’m able to compile a project using the ant build locally.
    >     >     >
    >     >     > I have no idea how to build using the Maven artifacts, so I
    > can’t
    >     > test
    >     >     > that…
    >     >     >
    >     >     > > On Nov 16, 2018, at 2:18 PM, Piotr Zarzycki <
    >     > piotrzarzyck...@gmail.com>
    >     >     > wrote:
    >     >     > >
    >     >     > > Hi Harbs,
    >     >     > >
    >     >     > > Do you mean trust folder for Flash Player ? Maybe trusting
    > whole
    >     > folder
    >     >     > is
    >     >     > > a good idea, but I got Maven build working. However building
    > simple
    >     >     > project
    >     >     > > is not working so that is the issue which I'm more concern
    > right
    >     > now.
    >     >     > >
    >     >     > > Cause you guys proof that Ant is working on your machines,
    > Maven is
    >     >     > working
    >     >     > > on mine, that's fine for me to give +0. However examples
    > should
    >     > also work
    >     >     > > with artifacts.
    >     >     > >
    >     >     > > Piotr
    >     >     > >
    >     >     > > pt., 16 lis 2018 o 13:10 Harbs <harbs.li...@gmail.com>
    > napisał(a):
    >     >     > >
    >     >     > >> What do you have in the trust files? I generally build from
    > the
    >     > same
    >     >     > >> parent folder as the repo and I have the whole folder
    > trusted. The
    >     >     > >> auto-generated trust files do not always work for me.
    >     >     > >>
    >     >     > >>> On Nov 16, 2018, at 10:32 AM, Piotr Zarzycki <
    >     >     > piotrzarzyck...@gmail.com>
    >     >     > >> wrote:
    >     >     > >>>
    >     >     > >>> I got again the same timeout, so no option for me build
    > project
    >     > by ant
    >     >     > >> [1].
    >     >     > >>> I will try Maven.
    >     >     > >>>
    >     >     > >>> [1]
    >     >
    > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2F6UPt&amp;data=02%7C01%7Caharui%40adobe.com%7C8c3cb407a16444958a6608d64bf9caa6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779933553764185&amp;sdata=uyCvmtvjp%2FSY%2FCbPCfm5IwDIZmfpuKFKCQzCgxgIc7Y%3D&amp;reserved=0
    >     >     > >>>
    >     >     > >>> pt., 16 lis 2018 o 09:28 Greg Dove <greg.d...@gmail.com>
    >     > napisał(a):
    >     >     > >>>
    >     >     > >>>> I had that issue when I first set up again on my new
    > machine
    >     > last
    >     >     > >> month. At
    >     >     > >>>> the time I manually installed the swcs in my local .m2
    >     >     > >>>>
    >     >     > >>>> If I recall correctly I also looked at the
    > MavenTestAdapter to
    >     > try to
    >     >     > >>>> figure out what was wrong at the time. I think if it has
    > one
    >     > thing
    >     >     > >> defined
    >     >     > >>>> and not another it was sending js actionscript to test on
    > swf
    >     > and
    >     >     > >> giving an
    >     >     > >>>> error saying the the Document class was not Sprite (or
    > something
    >     >     > >> similar).
    >     >     > >>>> I figured it was just me at the time, and I think it went
    > away
    >     > after I
    >     >     > >> have
    >     >     > >>>> the air/playerglobal swcs installed in .m2
    >     >     > >>>>
    >     >     > >>>> I today's build I got the 'super-download' sequence that
    > took
    >     > ages,
    >     >     > and
    >     >     > >>>> maven put all that stuff there, and also did prompt me 
for
    >     > licence
    >     >     > >>>> acceptance.
    >     >     > >>>> It offered a setting for the future:
    >     >     > >>>>
    >     >     > >>
    >     >     >
    >     >
    > 
-Dcom.adobe.systemIdsForWhichTheTermsOfTheAdobeLicenseAgreementAreAccepted=
    >     >     > >>>>
    >     >     > >>>> Followed by a pregenerated hash representing the machine
    > I am
    >     > now
    >     >     > using.
    >     >     > >>>>
    >     >     > >>>> So I guess it would be possible to use that in the
    > future, but I
    >     >     > imagine
    >     >     > >>>> that now they are in my local .m2 cache, I will not need
    > to
    >     > anyway.
    >     >     > >>>>
    >     >     > >>>> Don't know if there's anything helpful there, hope it
    > might
    >     > be....
    >     >     > >>>>
    >     >     > >>>>
    >     >     > >>>>
    >     >     > >>>>
    >     >     > >>>> On Fri, Nov 16, 2018 at 8:30 PM Alex Harui
    >     > <aha...@adobe.com.invalid>
    >     >     > >>>> wrote:
    >     >     > >>>>
    >     >     > >>>>> I looked at MavenTestAdapter.  It looks like it uses
    >     > environment
    >     >     > >>>> variables
    >     >     > >>>>> for FLASHPLAYER_DEBUGGER, but it is expecting to find
    >     > playerglobal as
    >     >     > >> an
    >     >     > >>>>> artifact in the local maven repo.
    >     >     > >>>>>
    >     >     > >>>>> I put a link to the files I think you need on private@.
    > I
    >     > can't put
    >     >     > >> it
    >     >     > >>>>> on dev@ because Adobe wants folks to accept licensing
    > terms
    >     > first.
    >     >     > >> I'm
    >     >     > >>>>> assuming you've already accepted those terms bringing
    > down
    >     > Adobe bits
    >     >     > >> for
    >     >     > >>>>> Ant or Flex.  If users need to get around this then 
we'll
    >     > spend more
    >     >     > >> time
    >     >     > >>>>> figuring out why it isn't working for some folks.  I
    > seem to
    >     > recall
    >     >     > >> that
    >     >     > >>>>> some more recent version of Maven was needed to launch
    > the
    >     > Mavenizer
    >     >     > >>>>> automatically, but I can't find information on what
    > version.
    >     > IIRC,
    >     >     > >> older
    >     >     > >>>>> versions of Maven can build all of Royale but can't
    > automate
    >     > the
    >     >     > Adobe
    >     >     > >>>>> downloads.
    >     >     > >>>>>
    >     >     > >>>>> HTH,
    >     >     > >>>>> -Alex
    >     >     > >>>>>
    >     >     > >>>>> On 11/15/18, 10:41 PM, "Harbs" <harbs.li...@gmail.com>
    > wrote:
    >     >     > >>>>>
    >     >     > >>>>>   There are the env variables I’m using for all my
    > builds:
    >     >     > >>>>>
    >     >     > >>>>>   #!/bin/sh
    >     >     > >>>>>
    >     >     > >>>>>   export ROYALE_COMPILER_REPO=/Apache/royale-compiler
    >     >     > >>>>>   export FLEX_SDK_HOME=/FlexSDK/4.14.1
    >     >     > >>>>>   export AIR_HOME=/Apache/frameworks/AIRSDK_Compiler
    >     >     > >>>>>   export 
PLAYERGLOBAL_HOME=/Apache/frameworks/libs/player
    >     >     > >>>>>   export FLASHPLAYER_DEBUGGER=/Apache/frameworks/Flash\
    > Player\
    >     >     > >>>>> Debugger.app/Contents/MacOS/Flash\ Player\ Debugger
    >     >     > >>>>>   export ROYALE_HOME=/Apache/royale-asjs
    >     >     > >>>>>
    >     >     > >>>>>   The Ant build seems to succeed. I thought Maven does
    > not use
    >     >     > >>>>> environment variables?
    >     >     > >>>>>
    >     >     > >>>>>   Either way, I think I can vote for this RC. The fact
    > that
    >     > Maven is
    >     >     > >>>>> failing is nothing new on my end… ;-)
    >     >     > >>>>>
    >     >     > >>>>>   Harbs
    >     >     > >>>>>
    >     >     > >>>>>> On Nov 16, 2018, at 6:21 AM, Alex Harui
    >     > <aha...@adobe.com.INVALID>
    >     >     > >>>>> wrote:
    >     >     > >>>>>>
    >     >     > >>>>>> It appears that there is something mixed up with your
    >     > environment
    >     >     > >>>>> variables.
    >     >     > >>>>>>
    >     >     > >>>>>> The tests check for PLAYERGLOBAL_HOME, AIR_HOME, and
    >     >     > >>>>> FLASHPLAYER_DEBUGGER.  I think all 3 have to be set or
    > none
    >     > have to
    >     >     > be
    >     >     > >>>>> set.  If some are set, it can confuse the tests.  If all
    > 3 are
    >     > set,
    >     >     > the
    >     >     > >>>>> tests should use playerglobal/airglobal and generate a
    > SWF and
    >     > run it
    >     >     > >> in
    >     >     > >>>>> the debugger player.  If none are set, the tests should
    > use
    >     > js.swc to
    >     >     > >>>>> generate a swf, but the swf is not run (since it
    > wouldn't work
    >     >     > without
    >     >     > >>>>> playerglobal).  Instead, it is swfdump'd and the output
    > is
    >     > compared
    >     >     > >>>> against
    >     >     > >>>>> a prior swfdump.
    >     >     > >>>>>>
    >     >     > >>>>>> The output shows that js.swc is being used in the
    > compile,
    >     > but the
    >     >     > >>>>> swf is being run in the debugger player.
    >     >     > >>>>>>
    >     >     > >>>>>> HTH,
    >     >     > >>>>>> -Alex
    >     >     > >>>>>>
    >     >     > >>>>>> On 11/15/18, 4:59 PM, "Harbs" <harbs.li...@gmail.com>
    > wrote:
    >     >     > >>>>>>
    >     >     > >>>>>>
    >     >     > >>>>>
    >     >     > >>>>
    >     >     > >>
    >     >     >
    >     >
    > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpaste.apache.org%2FyBNf&amp;data=02%7C01%7Caharui%40adobe.com%7C8c3cb407a16444958a6608d64bf9caa6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779933553764185&amp;sdata=YG%2F8W8pe4KPyf%2FIVNIeF8MLLpC6vZiXpXbkblvKMI50%3D&amp;reserved=0
    >     >     > >>>>>>
    >     >     > >>>>>>> On Nov 16, 2018, at 2:27 AM, Alex Harui
    >     > <aha...@adobe.com.INVALID
    >     >     > >>>>>
    >     >     > >>>>> wrote:
    >     >     > >>>>>>>
    >     >     > >>>>>>> Look in compiler/target/failsafe-reports and see what
    > tests
    >     >     > >>>>> failed.  I have to step away from my computer for about 
3
    >     > hours.
    >     >     > >>>>>>>
    >     >     > >>>>>>> -Alex
    >     >     > >>>>>>>
    >     >     > >>>>>>> On 11/15/18, 4:18 PM, "Harbs" <harbs.li...@gmail.com>
    > wrote:
    >     >     > >>>>>>>
    >     >     > >>>>>>> The ant build passed, but the Maven build failed:
    >     >     > >>>>>>>
    >     >     > >>>>>>> [INFO] --- maven-dependency-plugin:3.0.0:analyze-only
    >     > (analyze)
    >     >     > >>>> @
    >     >     > >>>>> compiler ---
    >     >     > >>>>>>> [WARNING] Used undeclared dependencies found:
    >     >     > >>>>>>> [WARNING]    org.antlr:antlr-runtime:jar:3.3:compile
    >     >     > >>>>>>> [WARNING]    antlr:antlr:jar:2.7.7:compile
    >     >     > >>>>>>> [WARNING] Unused declared dependencies found:
    >     >     > >>>>>>> [WARNING]    de.jflex:jflex:jar:1.6.0:compile
    >     >     > >>>>>>> [WARNING]    org.antlr:antlr:jar:3.3:compile
    >     >     > >>>>>>> [WARNING]
    > net.sourceforge.jburg:jburg:jar:1.10.3:compile
    >     >     > >>>>>>> [WARNING]
    >     >     > >>>>>
    >     > org.apache.royale.compiler:compiler-jburg-types:jar:1.0.0:compile
    >     >     > >>>>>>> [WARNING]
    >     >     > >>>>>
    > org.apache.royale.compiler:compiler-externc:jar:0.9.4:compile
    >     >     > >>>>>>> [INFO]
    >     >     > >>>>>>> [INFO] --- maven-failsafe-plugin:2.18.1:verify
    > (default) @
    >     >     > >>>>> compiler ---
    >     >     > >>>>>>> [INFO] Failsafe report directory:
    >     >     > >>>>>
    >     >     > >>>>
    >     >     > >>
    >     >     >
    >     >
    > 
/Apache/approve/apache-royale-0.9.4-maven-src/royale-compiler/compiler/target/failsafe-reports
    >     >     > >>>>>>> [INFO]
    >     >     > >>>>>
    >     >     > >>
    >     >
    > ------------------------------------------------------------------------
    >     >     > >>>>>>> [INFO] Reactor Summary:
    >     >     > >>>>>>> [INFO]
    >     >     > >>>>>>> [INFO] Apache Royale: Compiler: Parent
    > ....................
    >     >     > >>>>> SUCCESS [  4.354 s]
    >     >     > >>>>>>> [INFO] Apache Royale: Compiler: Compiler-Common
    > ...........
    >     >     > >>>>> SUCCESS [  8.928 s]
    >     >     > >>>>>>> [INFO] Apache Royale: Compiler: Test Utils
    > ................
    >     >     > >>>>> SUCCESS [  0.945 s]
    >     >     > >>>>>>> [INFO] Apache Royale: Compiler: Externc
    > ...................
    >     >     > >>>>> SUCCESS [ 16.463 s]
    >     >     > >>>>>>> [INFO] Apache Royale: Compiler: Compiler
    > ..................
    >     >     > >>>>> FAILURE [05:27 min]
    >     >     > >>>>>>> [INFO] Apache Royale: Compiler: Compiler-JX
    > ...............
    >     >     > >>>>> SKIPPED
    >     >     > >>>>>>> [INFO] Apache Royale: Compiler: SWFUtils
    > ..................
    >     >     > >>>>> SKIPPED
    >     >     > >>>>>>> [INFO] Apache Royale: Compiler: Debugger
    > ..................
    >     >     > >>>>> SKIPPED
    >     >     > >>>>>>> [INFO] Apache Royale: Compiler: OEM Layer
    > .................
    >     >     > >>>>> SKIPPED
    >     >     > >>>>>>> [INFO] Apache Royale: Royale Ant Tasks
    > ....................
    >     >     > >>>>> SKIPPED
    >     >     > >>>>>>> [INFO] Apache Royale: Royale Maven Plugin
    > .................
    >     >     > >>>>> SKIPPED
    >     >     > >>>>>>> [INFO]
    >     >     > >>>>>
    >     >     > >>
    >     >
    > ------------------------------------------------------------------------
    >     >     > >>>>>>> [INFO] BUILD FAILURE
    >     >     > >>>>>>> [INFO]
    >     >     > >>>>>
    >     >     > >>
    >     >
    > ------------------------------------------------------------------------
    >     >     > >>>>>>> [INFO] Total time: 05:58 min
    >     >     > >>>>>>> [INFO] Finished at: 2018-11-16T02:06:07+02:00
    >     >     > >>>>>>> [INFO] Final Memory: 85M/1443M
    >     >     > >>>>>>> [INFO]
    >     >     > >>>>>
    >     >     > >>
    >     >
    > ------------------------------------------------------------------------
    >     >     > >>>>>>> [ERROR] Failed to execute goal
    >     >     > >>>>>
    > org.apache.maven.plugins:maven-failsafe-plugin:2.18.1:verify
    >     >     > (default)
    >     >     > >> on
    >     >     > >>>>> project compiler: There are test failures.
    >     >     > >>>>>>> [ERROR]
    >     >     > >>>>>>> [ERROR] Please refer to
    >     >     > >>>>>
    >     >     > >>>>
    >     >     > >>
    >     >     >
    >     >
    > 
/Apache/approve/apache-royale-0.9.4-maven-src/royale-compiler/compiler/target/failsafe-reports
    >     >     > >>>>> for the individual test results.
    >     >     > >>>>>>> [ERROR] -> [Help 1]
    >     >     > >>>>>>> [ERROR]
    >     >     > >>>>>>> [ERROR] To see the full stack trace of the errors,
    > re-run
    >     > Maven
    >     >     > >>>>> with the -e switch.
    >     >     > >>>>>>> [ERROR] Re-run Maven using the -X switch to enable
    > full debug
    >     >     > >>>>> logging.
    >     >     > >>>>>>> [ERROR]
    >     >     > >>>>>>> [ERROR] For more information about the errors and
    > possible
    >     >     > >>>>> solutions, please read the following articles:
    >     >     > >>>>>>> [ERROR] [Help 1]
    >     >     > >>>>>
    >     >     > >>>>
    >     >     > >>
    >     >     >
    >     >
    > 
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcwiki.apache.org%2Fconfluence%2Fdisplay%2FMAVEN%2FMojoFailureException&amp;data=02%7C01%7Caharui%40adobe.com%7C8c3cb407a16444958a6608d64bf9caa6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779933553764185&amp;sdata=tKVjgns5qFkPVD6p1Sbej83OHg4Dqe2vWo%2FotQHP31I%3D&amp;reserved=0
    >     >     > >>>>>>> [ERROR]
    >     >     > >>>>>>> [ERROR] After correcting the problems, you can resume
    > the
    >     > build
    >     >     > >>>>> with the command
    >     >     > >>>>>>> [ERROR]   mvn <goals> -rf :compiler
    >     >     > >>>>>>>
    >     >     > >>>>>>> BUILD FAILED
    >     >     > >>>>>>> /Apache/approve/ApproveRoyale.xml:775: The following
    > error
    >     >     > >>>>> occurred while executing this line:
    >     >     > >>>>>>> /Apache/approve/ApproveRoyale.xml:786: exec returned: 
1
    >     >     > >>>>>>>
    >     >     > >>>>>>> Total time: 47 minutes 57 seconds
    >     >     > >>>>>>>> On Nov 16, 2018, at 12:48 AM, Alex Harui
    >     >     > >>>> <aha...@adobe.com.INVALID>
    >     >     > >>>>> wrote:
    >     >     > >>>>>>>>
    >     >     > >>>>>>>> It's also part of the ApprovalScript so if run it on
    > this
    >     > RC you
    >     >     > >>>>> can get some early info.
    >     >     > >>>>>>>>
    >     >     > >>>>>>>> -Alex
    >     >     > >>>>>>>>
    >     >     > >>>>>>>> On 11/15/18, 2:44 PM, "Harbs" <harbs.li...@gmail.com>
    >     > wrote:
    >     >     > >>>>>>>>
    >     >     > >>>>>>>> It’s been a while and I don’t remember off-hand.
    >     >     > >>>>>>>>
    >     >     > >>>>>>>> I’ll probably take a stab at being RM in a few weeks
    > and I
    >     >     > >>>>> imagine I’ll need to figure it out then… ;-)
    >     >     > >>>>>>>>
    >     >     > >>>>>>>> Harbs
    >     >     > >>>>>>>>
    >     >     > >>>>>>>>> On Nov 16, 2018, at 12:32 AM, Alex Harui
    >     >     > >>>> <aha...@adobe.com.INVALID>
    >     >     > >>>>> wrote:
    >     >     > >>>>>>>>>
    >     >     > >>>>>>>>> What errors do you get with Maven?
    >     >     > >>>>>>>>
    >     >     > >>>>>>>>
    >     >     > >>>>>>>>
    >     >     > >>>>>>>
    >     >     > >>>>>>>
    >     >     > >>>>>>>
    >     >     > >>>>>>
    >     >     > >>>>>>
    >     >     > >>>>>>
    >     >     > >>>>>
    >     >     > >>>>>
    >     >     > >>>>>
    >     >     > >>>>>
    >     >     > >>>>
    >     >     > >>>
    >     >     > >>>
    >     >     > >>> --
    >     >     > >>>
    >     >     > >>> Piotr Zarzycki
    >     >     > >>>
    >     >     > >>> Patreon: *
    >     >
    > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C8c3cb407a16444958a6608d64bf9caa6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779933553764185&amp;sdata=DZfsBeGWrMVvQfQYtM8X3QyHoUZE00BhvOfH13I2XNs%3D&amp;reserved=0
    >     >     > >>> <
    >     >
    > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C8c3cb407a16444958a6608d64bf9caa6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779933553764185&amp;sdata=DZfsBeGWrMVvQfQYtM8X3QyHoUZE00BhvOfH13I2XNs%3D&amp;reserved=0
    >     > >*
    >     >     > >>
    >     >     > >>
    >     >     > >
    >     >     > > --
    >     >     > >
    >     >     > > Piotr Zarzycki
    >     >     > >
    >     >     > > Patreon: *
    >     >
    > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C8c3cb407a16444958a6608d64bf9caa6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779933553764185&amp;sdata=DZfsBeGWrMVvQfQYtM8X3QyHoUZE00BhvOfH13I2XNs%3D&amp;reserved=0
    >     >     > > <
    >     >
    > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C8c3cb407a16444958a6608d64bf9caa6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779933553764185&amp;sdata=DZfsBeGWrMVvQfQYtM8X3QyHoUZE00BhvOfH13I2XNs%3D&amp;reserved=0
    >     > >*
    >     >     >
    >     >     >
    >     >
    >     >     --
    >     >
    >     >     Piotr Zarzycki
    >     >
    >     >     Patreon: *
    >     >
    > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C8c3cb407a16444958a6608d64bf9caa6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779933553764185&amp;sdata=DZfsBeGWrMVvQfQYtM8X3QyHoUZE00BhvOfH13I2XNs%3D&amp;reserved=0
    >     >     <
    >     >
    > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C8c3cb407a16444958a6608d64bf9caa6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779933553764185&amp;sdata=DZfsBeGWrMVvQfQYtM8X3QyHoUZE00BhvOfH13I2XNs%3D&amp;reserved=0
    >     > >*
    >     >
    >     >
    >     >
    >
    >     --
    >
    >     Piotr Zarzycki
    >
    >     Patreon: *
    > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C8c3cb407a16444958a6608d64bf9caa6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779933553764185&amp;sdata=DZfsBeGWrMVvQfQYtM8X3QyHoUZE00BhvOfH13I2XNs%3D&amp;reserved=0
    >     <
    > 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&amp;data=02%7C01%7Caharui%40adobe.com%7C8c3cb407a16444958a6608d64bf9caa6%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636779933553764185&amp;sdata=DZfsBeGWrMVvQfQYtM8X3QyHoUZE00BhvOfH13I2XNs%3D&amp;reserved=0
    > >*
    >
    >
    >
    

Reply via email to