Anyway, I don't think it is correct in build.xml: Frédéric THOMAS
> From: webdoubl...@hotmail.com > To: dev@flex.apache.org > Subject: RE: [Installer] versions mismatch (was: [jira] [Created] > (FLEX-34640) Squiggly: Generate / Package RSLs and deploy with Maven) > Date: Mon, 17 Nov 2014 13:17:16 +0000 > > Forget about that, just noticed player global was hard coded in the > main/build.xml, I thought it was a mismatch, sorry for the noise. > <property name="playerglobal.version" value="14.0" /> > Frédéric THOMAS > > > From: webdoubl...@hotmail.com > > To: dev@flex.apache.org > > Subject: [Installer] versions mismatch (was: [jira] [Created] (FLEX-34640) > > Squiggly: Generate / Package RSLs and deploy with Maven) > > Date: Mon, 17 Nov 2014 12:58:52 +0000 > > > > Hi, > > One moth ago or so, I used the Installer 3.1.0 to install flex-4.13-AIR-15, > > today, I tried with Ant to build Squiggly against it, I ran into something > > weird, when it tried to compile libs like the Spelling Framework against > > the player global, I received this message [1] following the failure. > > Basically, it was trying to find global player in player/14.0, looking at > > the player directory, I realized I had no 14.0 neither 13.0 sub-folders but > > 15.0 instead, I thought it should be a mistake somewhere, let's rename that > > to 14.0, doing so, the build failed earlier [2], I said, ok, let's tried > > both (14.0 and 15.0 sub-folders) and was finally able to build it. > > I have no time to dig into this issue but I still checked build.properties > > [3] and airsdk.xml [4] and noticed the mismatches between the different > > mentioned versions, maybe it can help you to identify and fix this problem > > as I guess it is general. > > > > Thanks, > > Frédéric THOMAS > > [1]The ' characters around the executable and arguments arenot part of the > > command. [java] Chargement du fichier de configuration > > C:\Veritas\developpement\sources\MAIA\LCBV_MobilityWorkSpace\BVMobilityReleaseBuilder\sdks\flex-4.13-AIR-15\frameworks\flex-config.xml > > [java] Apache Flex compc (Component Compiler) [java] Version > > 4.13.0 build 20140701 [java] Copyright 2014 The Apache Software > > Foundation. [java] [java] command line: Erreur: impossible d'ouvrir > > 'C:\Veritas\developpement\sources\MAIA\LCBV_MobilityWorkSpace\BVMobilityReleaseBuilder\sdks\flex-4.13-AIR-15\frameworks\libs\player/14.0/playerglobal.swc' > > [java] [java] Utilisez compc -help pour en savoir plus sur > > l'utilisation de la ligne de commande. [ant] Exiting > > C:\Veritas\developpement\sources\flex-utilities\Squiggly\main\build.xml. > > BUILD FAILED > > [2]compilelinguistics: [java] Executing 'C:\Program Files > > (x86)\Java\jdk1.7.0_67\jre\bin\java.exe' with arguments: [java] '-jar' > > [java] > > 'C:\Veritas\developpement\sources\MAIA\LCBV_MobilityWorkSpace\BVMobilityReleaseBuilder\sdks\flex-4.13-AIR-15\lib\compc.jar' > > [java] '-swf-version' [java] '25' [java] > > '+flexlib=C:\Veritas\developpement\sources\MAIA\LCBV_MobilityWorkSpace\BVMobilityReleaseBuilder\sdks\flex-4.13-AIR-15/frameworks' > > [java] '-source-path' [java] 'LinguisticUtils/src' [java] > > '-include-sources' [java] 'LinguisticUtils/src' [java] '-output' > > [java] 'libs/ApacheFlexLinguisticUtils.swc' [java] [java] The ' > > characters around the executable and arguments are [java] not part of > > the command.Execute:Java13CommandLauncher: Executing 'C:\Program Files > > (x86)\Java\jdk1.7.0_67\jre\bin\java.exe' with > > arguments:'-jar''C:\Veritas\developpement\sources\MAIA\LCBV_MobilityWorkSpace\BVMobilityReleaseBuilder\sdks\flex-4.13-AIR-15\lib\compc.jar''-swf-version''25''+flexlib=C:\Veritas\developpement\sources\MAIA\LCBV_MobilityWorkSpace\BVMobilityReleaseBuilder\sdks\flex-4.13-AIR-15/frameworks''-source-path''LinguisticUtils/src''-include-sources''LinguisticUtils/src''-output''libs/ApacheFlexLinguisticUtils.swc' > > The ' characters around the executable and arguments arenot part of the > > command. [java] Chargement du fichier de configuration > > C:\Veritas\developpement\sources\MAIA\LCBV_MobilityWorkSpace\BVMobilityReleaseBuilder\sdks\flex-4.13-AIR-15\frameworks\flex-config.xml > > [java] Apache Flex compc (Component Compiler) [java] Version > > 4.13.0 build 20140701 [java] Copyright 2014 The Apache Software > > Foundation. [java] [java] > > C:\Veritas\developpement\sources\MAIA\LCBV_MobilityWorkSpace\BVMobilityReleaseBuilder\sdks\flex-4.13-AIR-15\frameworks\flex-config.xml(85): > > Erreur: impossible d'ouvrir 'libs/player/15.0' [java] [java] > > </library-path> [java] [ant] Exiting > > C:\Veritas\developpement\sources\flex-utilities\Squiggly\main\build.xml. > > BUILD FAILED > > [3]# flex-sdk-description valuesrelease = Apache Flex 4.13.0release.version > > = 4.13.0 > > # override on command line with -Dbuild.number=999 or in > > local.propertiesbuild.number = 0 > > # Flash player version for which player global swc to > > useplayerglobal.version = 11.1 > > # AIR version numberair.version = 14.0 > > [4]<?xml version="1.0" encoding="utf-8" ?><airSdk > > xmlns="http://ns.adobe.com/air/sdk/15.0"> <applicationNamespaces> > > <versionMap> > > <descriptorNamespace>http://ns.adobe.com/air/application/15.0</descriptorNamespace> > > <swfVersion>26</swfVersion> </versionMap> > > <versionMap> > > <descriptorNamespace>http://ns.adobe.com/air/application/14.0</descriptorNamespace> > > <swfVersion>25</swfVersion> > > </versionMap>... > > > > > > > > > From: webdoubl...@hotmail.com > > > To: dev@flex.apache.org > > > Subject: RE: [jira] [Created] (FLEX-34640) Squiggly: Generate / Package > > > RSLs and deploy with Maven > > > Date: Mon, 17 Nov 2014 12:01:31 +0000 > > > > > > Squiggly as Components is not set yet, I selected "Runtime Shared > > > Libraries".If someone as the Karma and the time to set "Squiggly" as > > > Components, I'll change it. > > > > > > Frédéric THOMAS > > > > > > > Date: Mon, 17 Nov 2014 11:59:33 +0000 > > > > From: j...@apache.org > > > > To: iss...@flex.apache.org > > > > Subject: [jira] [Created] (FLEX-34640) Squiggly: Generate / Package > > > > RSLs and deploy with Maven > > > > > > > > Frédéric THOMAS created FLEX-34640: > > > > -------------------------------------- > > > > > > > > Summary: Squiggly: Generate / Package RSLs and deploy with > > > > Maven > > > > Key: FLEX-34640 > > > > URL: https://issues.apache.org/jira/browse/FLEX-34640 > > > > Project: Apache Flex > > > > Issue Type: Improvement > > > > Components: Runtime Shared Libraries > > > > Reporter: Frédéric THOMAS > > > > Assignee: Frédéric THOMAS > > > > Priority: Minor > > > > > > > > > > > > Squiggly should come with RSLs > > > > > > > > > > > > > > > > -- > > > > This message was sent by Atlassian JIRA > > > > (v6.3.4#6332) > > > > > >