Re-adding dev@.

CompC is for building SWCs, so different arguments are required.

The default workflow is to use bin\mxmlc.bat to build the SWF version.  By 
default the SWF will end up in the same folder as the .mxml file, and you can 
just launch it in a browser.  Most folks use an HTML wrapper around their SWF.  
If you look in the examples\build_example.xml it shows how to use Ant to create 
the HTML wrapper.

The idea is that you edit-compile-debug this SWF until you are satisfied, then 
create the cross-compiled HTML/JS/CSS version by then running js\bin\mxmlc.bat 
with the same arguments.  This will create a bin\js-debug and bin\js-release 
folders with .html files in it that you launch in your browser.

Thanks for your patience getting this up and running.
-Alex

From: Buranello Alan <alan.burane...@sipe.it<mailto:alan.burane...@sipe.it>>
Date: Monday, November 23, 2015 at 8:06 AM
To: Alex Harui <aha...@adobe.com<mailto:aha...@adobe.com>>
Subject: Re: FlexJs Installer Problem

ok, it's works, why if i run the comp.bat says:

Loading configuration: 
C:\sviluppo\ricerca\flex-js-0.5.0\frameworks\flex-config.xml

Error: configuration variable 'output' was not set

and, i run at first the falcon jx or compc?? i'm a little confused and i don't 
remember very well the process to run my swf file....

2015-11-23 16:58 GMT+01:00 Alex Harui 
<aha...@adobe.com<mailto:aha...@adobe.com>>:
Hi Alan,

The FlexLib needs to point to the folder containing flex-config.xml, so try

+flexlib="C:\sviluppo\ricerca\flex-js-0.5.0\frameworks

Or don't use +flexlib at all, the batch file should figure it out relative to 
mxmlc.bat

-Alex


From: Buranello Alan <alan.burane...@sipe.it<mailto:alan.burane...@sipe.it>>
Date: Monday, November 23, 2015 at 6:39 AM
To: Alex Harui <aha...@adobe.com<mailto:aha...@adobe.com>>
Subject: Re: FlexJs Installer Problem

no, i have the same error, is it correct the run configuration:

FlexJX configuration:

location: C:\sviluppo\ricerca\flex-js-0.5.0\bin\mxmlc.bat
arguments: +flexlib="/sviluppo/ricerca/flex-js-0.5.0/frameworks" -debug 
/sviluppo/ricerca/TestWeb/src/TestWeb.mxml

and FlexJs Comp:

location: C:\sviluppo\ricerca\flex-js-0.5.0\bin\compc.bat
arguments: +flexlib="/sviluppo/ricerca/flex-js-0.5.0/frameworks" -debug 
/sviluppo/ricerca/TestWeb/src/TestWeb.mxml


console error:

C:\sviluppo\ricerca\defaults
Error: unable to open 
'C:\sviluppo\ricerca\flex-js-0.5.0\frameworks\flex-config.xml'.
defaults (line: -1)

C:\sviluppo\ricerca\defaults
Error: unable to open 
'C:\sviluppo\ricerca\flex-js-0.5.0\frameworks\themes\Spark\spark.css'.
defaults (line: -1)


that's all!! i'm in your hands...  :)

2015-11-23 15:29 GMT+01:00 Alex Harui 
<aha...@adobe.com<mailto:aha...@adobe.com>>:
Does it still fail if you type the full path:

  C:\sviluppo\ricerca\FlexJS 0.5.0\bin\mxmlc.bat

Please try installing to a folder name without spaces.  As in  "FlexJS0.5.0" 
instead of "FlexJS 0.5.0".  I don't know if you can just rename the current 
installation folder.

And then, check the permissions on the spark.css file to make sure it is open 
to everybody.

Thanks,
-Alex

From: Buranello Alan <alan.burane...@sipe.it<mailto:alan.burane...@sipe.it>>
Date: Monday, November 23, 2015 at 6:20 AM
To: Alex Harui <aha...@adobe.com<mailto:aha...@adobe.com>>
Subject: Re: FlexJs Installer Problem

i used 3 dot instead if: C:\sviluppo\ricerca\FlexJS 
0.5.0\frameworks\themes\Spark\spark.css, and i have the spark.css file that i 
attached in this mail...

2015-11-23 15:16 GMT+01:00 Alex Harui 
<aha...@adobe.com<mailto:aha...@adobe.com>>:
Hi Alan,

I noticed 3 dots in your email (as in: …\FlexJS.  Are you really using 3 dots 
or is that just a problem in the email?  Some Windows systems may have support 
for 3 dots, but I don't know if our scripts will.

If you aren't using 3 dots, do you have a spark.css file there, and what is in 
it?

Also maybe try installing to a  folder without spaces in it.

Thanks,
-Alex

From: Buranello Alan <alan.burane...@sipe.it<mailto:alan.burane...@sipe.it>>
Date: Monday, November 23, 2015 at 12:50 AM
To: Alex Harui <aha...@adobe.com<mailto:aha...@adobe.com>>
Subject: Re: FlexJs Installer Problem

great, now it works, but when i try to launch the ...\FlexJS 
0.5.0\bin\mxmlc.bat or ...\FlexJS 0.5.0\bin\compc.bat i have this message in my 
console:

Error: unable to open '...\FlexJS 0.5.0\frameworks\themes\Spark\spark.css'.
defaults (line: -1)

2015-11-22 8:22 GMT+01:00 Alex Harui 
<aha...@adobe.com<mailto:aha...@adobe.com>>:
Hi Alan,

I think I have an idea why Installer 3.1 didn't work for you.  There is a URL 
override that wasn't implemented in locales other than en_US.  I've propagated 
the override to our other locales, so maybe try again.  I noticed your email 
ends with it, and we don't have localized strings for it_IT.  I did try to 
implement the override for it_IT, but I don't know if that will mess up other 
things in the installer.

BTW, if you have time to translate strings to it_IT, you can get the en_US 
files from here:

These are the string used in the Installer app itself.

https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-utilities.git;a=blob_plain;f=flex-installer/installer/src/properties/en_US.properties;hb=refs/heads/develop

These strings are used in the FlexJS install

https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-falcon.git;a=blob_plain;f=installer.properties/en_US.properties;hb=refs/heads/develop

https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-asjs.git;a=blob_plain;f=installer.properties/en_US.properties;hb=refs/heads/develop


There are strings in this file that also appear during the install:

https://git-wip-us.apache.org/repos/asf/flex-sdk/repo?p=flex-asjs.git;a=blob_plain;f=apache-flex-flexjs-installer-config.xml;hb=refs/heads/develop

Thanks,
-Alex


From: Alex Harui <aha...@adobe.com<mailto:aha...@adobe.com>>
Date: Friday, November 20, 2015 at 8:34 AM
To: "alan.burane...@sipe.it<mailto:alan.burane...@sipe.it>" 
<alan.burane...@sipe.it<mailto:alan.burane...@sipe.it>>
Subject: Re: FlexJs Installer Problem


There should also be an installer. log filein

 the sdk folder. I want to see what is in it because there could be a clue in 
it.


Sent from my LG G3, an AT&T 4G LTE smartphone


------ Original message------

From: Buranello Alan

Date: Fri, Nov 20, 2015 7:45 AM

To: Alex Harui;

Subject:Re: FlexJs Installer Problem


the installer says that the Installation is complete and the download is 
successfull, but in the folder  js, sample, scripts,
runtimes, include,install, ide and lib are empty...

2015-11-20 16:42 GMT+01:00 Alex Harui 
<aha...@adobe.com<mailto:aha...@adobe.com>>:

What is in the installer.log file?


Sent from my LG G3, an AT&T 4G LTE smartphone


------ Original message------

From: Buranello Alan

Date: Fri, Nov 20, 2015 12:21 AM

To: dev@flex.apache.org<mailto:dev@flex.apache.org>;

Subject:FlexJs Installer Problem


i try to use apache flex installer 3.1 to download flex-js 0.5.0, because
the installer 3.2 doesn't work, but the folder js, sample, scripts,
runtimes, include,install, ide and lib are empty and folder in doesn't
exist.... what should i do??

--

*Alan Buranello*

*alan.burane...@sipe.it<mailto:alan.burane...@sipe.it> 
<alan.burane...@sipe.it<mailto:alan.burane...@sipe.it>>*

--


------------------------------
*SIPE s.r.l.* Via Colombo, 4 - 30037 Scorzè (VE)

www.sipe.it<http://www.sipe.it>

Tel. :+39 041 5848111<tel:%2B39%20041%205848111>
Fax :+39 041 5840177<tel:%2B39%20041%205840177>
------------------------------

Privacy <http://www.sipe.it/privacy.html>



--

Alan Buranello

alan.burane...@sipe.it<mailto:alan.burane...@sipe.it>




________________________________

SIPE s.r.l. Via Colombo, 4 - 30037 Scorzè (VE)


www.sipe.it<http://www.sipe.it/>

Tel. :+39 041 5848111<tel:%2B39%20041%205848111>
Fax :+39 041 5840177<tel:%2B39%20041%205840177> 
[http://mbox.sipe.it/Images/sign/anniversario.png]       
[http://mbox.sipe.it/Images/sign/sipePP.png]
________________________________


Privacy<http://www.sipe.it/privacy.html>




--

Alan Buranello

alan.burane...@sipe.it<mailto:alan.burane...@sipe.it>




________________________________

SIPE s.r.l. Via Colombo, 4 - 30037 Scorzè (VE)


www.sipe.it<http://www.sipe.it/>

Tel. :+39 041 5848111<tel:%2B39%20041%205848111>
Fax :+39 041 5840177<tel:%2B39%20041%205840177> 
[http://mbox.sipe.it/Images/sign/anniversario.png]       
[http://mbox.sipe.it/Images/sign/sipePP.png]
________________________________


Privacy<http://www.sipe.it/privacy.html>




--

Alan Buranello

alan.burane...@sipe.it<mailto:alan.burane...@sipe.it>




________________________________

SIPE s.r.l. Via Colombo, 4 - 30037 Scorzè (VE)


www.sipe.it<http://www.sipe.it/>

Tel. :+39 041 5848111<tel:%2B39%20041%205848111>
Fax :+39 041 5840177<tel:%2B39%20041%205840177> 
[http://mbox.sipe.it/Images/sign/anniversario.png]       
[http://mbox.sipe.it/Images/sign/sipePP.png]
________________________________


Privacy<http://www.sipe.it/privacy.html>




--

Alan Buranello

alan.burane...@sipe.it<mailto:alan.burane...@sipe.it>




________________________________

SIPE s.r.l. Via Colombo, 4 - 30037 Scorzè (VE)


www.sipe.it<http://www.sipe.it/>

Tel. :+39 041 5848111<tel:%2B39%20041%205848111>
Fax :+39 041 5840177<tel:%2B39%20041%205840177> 
[http://mbox.sipe.it/Images/sign/anniversario.png]       
[http://mbox.sipe.it/Images/sign/sipePP.png]
________________________________


Privacy<http://www.sipe.it/privacy.html>




--

Alan Buranello

alan.burane...@sipe.it<mailto:alan.burane...@sipe.it>




________________________________

SIPE s.r.l. Via Colombo, 4 - 30037 Scorzè (VE)


www.sipe.it<http://www.sipe.it/>

Tel. :+39 041 5848111
Fax :+39 041 5840177    [http://mbox.sipe.it/Images/sign/anniversario.png]      
 [http://mbox.sipe.it/Images/sign/sipePP.png]
________________________________


Privacy<http://www.sipe.it/privacy.html>

Reply via email to