Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README with Build Instructions #93

Open
JoelProminic opened this issue Jun 8, 2022 · 4 comments
Open

Update README with Build Instructions #93

JoelProminic opened this issue Jun 8, 2022 · 4 comments

Comments

@JoelProminic
Copy link
Contributor

We noticed that the README does not have any build instructions for this application. @Aszusz needed these instructions for testing some Moonshine Website changes.

@JoelProminic JoelProminic added bug Something isn't working enhancement New feature or request labels Jun 8, 2022
@rat-moonshine
Copy link
Collaborator

rat-moonshine commented Jun 9, 2022

A short build-instruction being added. @Aszusz let me know if it is adequate for your needs.

@rat-moonshine rat-moonshine removed the bug Something isn't working label Jun 9, 2022
piotrzarzycki21 referenced this issue Jun 9, 2022
Build instructions added
piotrzarzycki21 referenced this issue Jun 9, 2022
Install dependency link updates
@Aszusz
Copy link
Collaborator

Aszusz commented Jun 9, 2022

@rat-moonshine
I tried on both Win and macOS and both failed for me. I'm focusing on macOS right now, it seems to be the easier one.

  1. In ApplicationProperties.xml should the path go inside CDATA or instead of CDATA? This seems to be correct but I need to make sure first:
<unixSDKPath><![CDATA[/Users/aszusz/Downloads/MoonshineSDKs/Flex_SDK/Flex_4.16.1_AIR_33.1]]></unixSDKPath>
  1. The build fails for me with this error:
CompileSWF:
     [echo] bin-debug/MoonshineSDKInstaller.swf
    [mxmlc] Loading configuration file /Users/aszusz/Downloads/MoonshineSDKs/Flex_SDK/Flex_4.16.1_AIR_33.1/frameworks/air-config.xml
    [mxmlc] Error: null
    [mxmlc] 

BUILD FAILED
/Volumes/Data/home/repos/for-prominic/Moonshine-SDK-Installer/MoonshineSDKInstaller/build/build.xml:211: The following error occurred while executing this line:
/Volumes/Data/home/repos/for-prominic/Moonshine-SDK-Installer/MoonshineSDKInstaller/build/build.xml:636: mxmlc task failed.

Total time: 14 seconds

It seems to get the path right. I checked and /frameworks/air-config.xml exists and seems to be alright.

@rat-moonshine
Copy link
Collaborator

@Aszusz

  1. Yes, any value should go inside <![CDATA[...]>
  2. Can you please share full log details? You can send it in an email

I assume you've checkout the complete Moonshine-SDK-Installer repository before you start a build.

@JoelProminic
Copy link
Contributor Author

@Aszusz, did you check the full path (/Users/aszusz/Downloads/MoonshineSDKs/Flex_SDK/Flex_4.16.1_AIR_33.1/frameworks/air-config.xml) or just check for frameworks/air-config.xml in the SDK? My initial instinct is that there is some typo in the full path. I confirmed that ~/Downloads/MoonshineSDKs/Flex_SDK/Flex_4.16.1_AIR_33.1/frameworks/air-config.xml is the MSDKI standard, though.

piotrzarzycki21 referenced this issue Jun 17, 2022
- Clarified path going into CDATA
- Added info about the minimal JDK version
@rat-moonshine rat-moonshine added task and removed enhancement New feature or request labels Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

4 participants