JPEXS Free Flash Decompiler Issue Tracker

If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler

NEW : You can now close your own issues and reopen them later if needed. You can also comment closed issues.
List of issuesList of issues

#2729 Displaying a version when compiling with an extraneous script on (GNU/)Linux
Author:
Date created:
Type: bug
Visibility: Everybody
Assigned to:
State: closed Help

> What steps will reproduce the problem? 1. Download the `Source code (tar.gz)` option from Releases with the `xbps-src` tool by filling out `distfiles`. 2. Launch the build process (./xbps-src build jpexs-decompiler). It launches the declared `ant build` command in my template file. > What is the expected output? What do you see instead? The expected output is the real version number. I see the generic `v0.0.0` version. > What version of the product are you using? Is it "nightly build"? Which operating system do you have? I'm trying to package version 26.0.0. It's not a nightly build. I'm using a Void Linux distro. > Please provide any additional information below. If the problem is related to a SWF file, attach it here, otherwise we can't help you. Hey there. I'm trying to package FFDec to install as a system package on Void Linux. It works just like it normally would after the installation, but it displays the wrong version number. It has to display the correct one, so that the package maintainer knows the package is updated. I saw that some developers use Git versioning, which is not desirable in Void Linux. The utility must report its version by itself. Attached is the template file, which you have to build the package with.
Downloadtemplate (1 KiB)
The template is raw BTW.
UPD: I tried to adjust `build.xml` on the fly, and it worked! The `template` file is kinda clunky, but it works. No longer relevant. I'd opt for a more intuitive version declaration anyway.
State: new→closed