I’m getting this:

C:\dev\apache-flex-sdk-converter-1.1.0>mvn clean install
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Apache Flex - SDK-Converter                                        [pom]
[
(…)

[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running 
org.apache.flex.utilities.converter.retrievers.types.PlatformTypeTest
[ERROR] Tests run: 5, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 0.082 s 
<<< FAILURE! - in 
org.apache.flex.utilities.converter.retrievers.types.PlatformTypeTest
[ERROR] [0] IS_OS_WINDOWS, WINDOWS 
(it_detects_the_current_platform_type)(org.apache.flex.utilities.converter.retrievers.types.PlatformTypeTest)
  Time elapsed: 0.009 s  <<< ERROR!
java.lang.NoSuchFieldException: modifiers
        at 
org.apache.flex.utilities.converter.retrievers.types.PlatformTypeTest.setFinalStatic(PlatformTypeTest.java:74)
        at 
org.apache.flex.utilities.converter.retrievers.types.PlatformTypeTest.setUp(PlatformTypeTest.java:51)

From: Josh Tynjala<mailto:joshtynj...@bowlerhat.dev>
Sent: Friday, February 3, 2023 6:23 PM
To: dev@flex.apache.org<mailto:dev@flex.apache.org>
Subject: Re: [DISCUSS] Release Apache flex-sdk-converter-maven-extension 1.1.0 
RC1

At minimum, extract the source-release .zip file and run `mvn clean
install` in the root directory that contains pom.xml.

OPTIONAL: After `mvn clean isntall`, you can also test that it works with
the royale-compiler repo (be sure to pull the latest commits). Here's what
you need to do:

(Prerequisite: Make sure that you have the FLASHPLAYER_DEBUGGER env var
pointing to a Flash Player projector executable. If you don't have this
executable already, the royale-compiler README explains how you can still
download it from Adobe.)

1. In royale-compiler, go into .mvn/extensions.xml and set the version to
1.1.0: <version>1.1.0</version>
2. Go into ~/.m2/repository/com/adobe/flash/ and move the "framework"
directory somewhere else temporarily. This lets you put it back later, if
something goes wrong.
3. In royale-compiler, run `mvn clean install -P option-with-swf`.

If the royale-compiler option-with-swf build passes, then the extension
successfully installed playerglobal 32.0.

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


On Thu, Feb 2, 2023 at 11:28 PM Harbs <harbs.li...@gmail.com> wrote:

> What do I need to do to test this?
>
> > On Feb 3, 2023, at 1:15 AM, Josh Tynjala <joshtynj...@bowlerhat.dev>
> wrote:
> >
> > Hi,
> >
> > Please discuss the flex-sdk-converter-maven-extension 1.1.0 release
> > candidate here and not in the vote thread.
> >
> > Thanks,
> > Josh
>
>

Reply via email to