On Friday 03 Jan 2014 09:19:13 you wrote:
> On 02/01/2014 18:06, Alex Harui wrote:
> > OK. I'm essentially ignorant as to how installs happen on Linux. If you
> > have time, can you try to get the installer.xml files to run for
> > flex-falcon/flex-asjs on Linux?
Separate sections below for each.
flex-falcon started well good. It needs FLEX_HOME as well (pointing at a Flex
4.9 plus AIR 2.6 seems to work).
It's gone off and fetch a whole bunch of .jar files (I guess my local Maven was
missing them).
But then:
------------------------
....
copyfiles:
[mkdir] Created dir: /home/falken/Documents/packages/apache-flex-sdk-4.9.1-
bin-air-2.6/bin-legacy
[copy] Warning: /home/falken/workspace/flex-
falcon/compiler/generated/dist/sdk/ant/lib does not exist.
[copy] Copying 32 files to /home/falken/Documents/packages/apache-flex-
sdk-4.9.1-bin-air-2.6/bin-legacy
BUILD FAILED
/home/falken/workspace/flex-falcon/installer.xml:111:
/home/falken/workspace/flex-falcon/compiler/generated/dist/sdk/bin does not
exist.
------------------------
So I think that's just a missing create dir. in the XML somewhere ?
On to flex-asjs - does it need a normal build to succeed first or something ?
------------------------
falken@wopr:~/workspace/flex-asjs$ ant -Dflash.sdk.version=11.2 -
Dair.sdk.version=2.6 -Dxml.properties=/home/falken/workspace/flex-
utilities/installer/src/installer/sdk-installer-config-4.0.xml -f installer.xml
Buildfile: /home/falken/workspace/flex-asjs/installer.xml
find-java-executable-windows:
find-java-executable-others:
[echo] find-java-executable non-Windows
[echo] /usr/lib/jvm/java-6-openjdk-i386/jre/bin/java
search-java-windows:
search-java-others:
search-java:
check-java:
find-java:
check-binary:
BUILD FAILED
/home/falken/workspace/flex-asjs/installer.xml:159: /home/falken/workspace/flex-
asjs is not an FlexJS binary package
Total time: 0 seconds
falken@wopr:~/workspace/flex-asjs$
------------------------
--
Tom