Re: api-report

2018-03-12 Thread serkan . tas


Hi Alex,

Top tag in mxml :


http://ns.adobe.com/mxml/2009";
   xmlns:s="library://ns.adobe.com/flex/spark"
   xmlns:mx="library://ns.adobe.com/flex/mx"
   xmlns:comps="com.likya.pinara.comps.*"
   xmlns:containers="com.likya.pinara.containers.*"
   xmlns:jobdetail="com.likya.pinara.comps.jobdetail.*"
   currentState="loggedOutState"
   
preloader="com.likya.pinara.utils.DownloadProgressBarSubClassMin"
   minWidth="955" minHeight="600"
   
creationComplete="application_creationCompleteHandler()"
   
xmlns:jobmanager="com.likya.pinara.services.jobmanager.*"
   xmlns:userops="com.likya.pinara.services.userops.*">


I will try putting file at the end  and inform you Alex, thanx


Quoting Alex Harui :


Hi Serkan,

What is the top tag in PinaraUI.mxml?

Try putting the PinaraUI.mxml file last in the list of compiler  
options.  Put all of the other options first.


Thanks,
-Alex

From: Serkan Taş  
mailto:serkan@likyateknoloji.com>>
Reply-To: "users@royale.apache.org"  
mailto:users@royale.apache.org>>

Date: Sunday, March 11, 2018 at 8:10 AM
To: "users@royale.apache.org"  
mailto:users@royale.apache.org>>

Subject: Fwd: Re: api-report



Hi Alex,

Please find the batch script below named genrep.bat and th console  
output log.txt


https://drive.google.com/open?id=1DYvI_7JzOYV0SNq9Q1SqZmUdlOMeBWuo

https://drive.google.com/open?id=1z91Y_flnVSAN4cYO0R-nqbOm6Qg_mNhH


11.03.2018 18:10 tarihinde Alex Harui yazdı:
Hi Serkan,

To generate the api-report, you will need to use the Royale compiler  
with the flex-config.xml from the same Flex SDK as you used with the  
Flex compiler.


Post the console output that includes what you typed on the command  
line.  Using the CFGFILE variables you showed below you would  
probably have to prefix the drive and folders leading up toe "Adobe  
Flash Builder".


HTH,
-Alex

From: Serkan Taş  
mailto:serkan@likyateknoloji.com>>
Reply-To: "users@royale.apache.org"  
mailto:users@royale.apache.org>>

Date: Sunday, March 11, 2018 at 3:08 AM
To: "users@royale.apache.org"  
mailto:users@royale.apache.org>>

Subject: Re: api-report


Hi Alex,

(for royale) set CFGFILE="Apache  
Royale\apache-flex-sdk-4.16.1-bin\frameworks\flex-config.xml"
(for adobe) set CFGFILE="Adobe Flash Builder 4.7 (64  
Bit)\sdks\4.6.0\frameworks\flex-config.xml"



I tought that the config file depends on sdk, changed it to adobe  
cfg and  got same result.


PinaraUI.mxml is an mxml file and the main file of application, i  
mean starting point.


11.03.2018 10:23 tarihinde Alex Harui yazdı:
Hi Serkan,

Why is the load-config different?  I would think the Royale compiler  
would need the same -load–config option.


Is PinaraUI.mxml an application?  If it is a SWC, I would use COMPC  
instead of MXMLC.


HTH,
-Alex

From: Serkan Taş  
mailto:serkan@likyateknoloji.com>>
Reply-To: "users@royale.apache.org"  
mailto:users@royale.apache.org>>

Date: Saturday, March 10, 2018 at 10:13 AM
To: "users@royale.apache.org"  
mailto:users@royale.apache.org>>

Subject: Re: api-report


Hi Alex,

I worked on mxmlc and successfully generate adobe Flex file swf with  
the command below : (all env vars predefined not included in maiş to  
simplfy)


%ADOBEPATH%mxmlc PinaraUI/src/com/likya/pinara/main/PinaraUI.mxml  
-external-library-path=%PNRLIBS%,%FIBERSWC%,%PLAYERGLBSWC%,%SERSWC%  
-source-path=PinaraUI/src,PinaraUI/locale/{locale}   
-services=Pinara-0.0.1/WEB-INF/flex/services-config.xml   
-load-config="D:\dev\Adobe\Adobe Flash Builder 4.7 (64  
Bit)\sdks\4.6.0\frameworks\flex-config.xml" -o .\PinaraUI.swf


I tried the same way for royale (only added api-report parameter)

%ROYALEPATH%mxmlc PinaraUI/src/com/likya/pinara/main/PinaraUI.mxml  
-api-report="report.txt"  
-external-library-path=%PNRLIBS%,%FIBERSWC%,%PLAYERGLBSWC%,%SERSWC%  
-source-path=PinaraUI/src,PinaraUI/locale/{locale}   
-services=Pinara

Royale Build Issue

2018-03-12 Thread Alina Kazi
Hi Alex,

 

After windows reinstallation and copying .pbj files.

 

With configuration :

check-playerglobal-home:

 [echo] PLAYERGLOBAL_HOME is D:\playerglobal\player

 [echo] playerglobal.version is 11.1

 [echo] playerglobal.swc is D:\playerglobal\player/11.1/playerglobal.swc

 

check-air-home:

 [echo] AIR_HOME is D:\AdobeAIRSDK\bin

 

check-compiler-home:

 [echo] env.ROYALE_COMPILER_REPO is ${env.ROYALE_COMPILER_REPO}

 [echo] ROYALE_COMPILER_REPO is ${ROYALE_COMPILER_REPO}

 [echo] ROYALE_COMPILER_REPO is d:\Apache\royale-asjs/../royale-compiler

 

check-compile-env:

 [echo] OS: Windows 7 / 6.1 / amd64

 [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.31-b07

 [echo] Java: 1.8.0_31

 [echo] Ant: Apache Ant(TM) version 1.10.2 compiled on February 3 2018
Ant Java Version: 1.8

 

And environment variable path:

PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\Syst
em32

\WindowsPowerShell\v1.0;C:\Program
Files\Java\jdk1.8.0_31\bin;D:\apache-ant-1.10.2\bin;C:\Program
Files\Git\cmd;D:\apache-maven-3.5.3\bin

 

Still getting Errors.

 

Please share git , maven , ant, java version. 

 

Thanks,

Alina



From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Friday, March 09, 2018 12:12 PM
To: users@royale.apache.org
Subject: Re: EMULATION

 

Hi Alina,

 

I think you've downloaded a nightly build at some point.  To workaround the
pixel bender problem, try copying all .pbj files from the nightly to the
same folders in royale-asjs.

 

HTH,

-Alex

 

From: Alina Kazi 
Reply-To: "users@royale.apache.org" 
Date: Thursday, March 8, 2018 at 10:42 PM
To: "users@royale.apache.org" 
Subject: RE: EMULATION

 

Hi Alex,

I am using Apache Ant(TM) version 1.10.1 compiled on February 2 2017 Ant
Java Version: 1.8

After Downloading file manually still issue is not resolved. 

 

I am reinstalling the operating system Again. 

 

Thanks,

Alina

 

From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Friday, March 09, 2018 10:55 AM
To: users@royale.apache.org
Subject: Re: EMULATION

 

Hi Alina,

 

I'm not sure why you are having problems with the downloads.  Could be your
distance from the actual servers or some issue with Ant.  What version of
Ant are you running?

 

The mirror.json part is just trying to download this file
apache-flex-sdk-pixel-bender-1.0.0-bin.zip
  into
the "in" folder.  Try doing that manually and see if the build goes past
that point.

 

Thanks,

-Alex

 

From: Alina Kazi 
Reply-To: "users@royale.apache.org" 
Date: Thursday, March 8, 2018 at 9:28 PM
To: "users@royale.apache.org" 
Subject: RE: EMULATION

 

Hi Alex,

 

 

Fetched all(3) folders from git 2 days earlier , while executing "ant all"
or "ant" or "maven ..." Some Errors are occurred.

During the execution of ant all , Auto download wasn't working So,Downloaded
many files manually as the url was present right before the error every time
and copying file to folder path that is also mention .

Now getting Error in mirror.json downloading. 

https://www.dropbox.com/s/gv9wcvixr9mkcv9/error%20executing%20ant.png?dl=0
 

 

Thanks,

Alina

 



Re: Royale Build Issue

2018-03-12 Thread Alex Harui
What errors are you getting now?

From: Alina Kazi mailto:alina.k...@d-bz.com>>
Reply-To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Date: Monday, March 12, 2018 at 2:57 AM
To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Subject: Royale Build Issue

Hi Alex,

After windows reinstallation and copying .pbj files.

With configuration :
check-playerglobal-home:
 [echo] PLAYERGLOBAL_HOME is D:\playerglobal\player
 [echo] playerglobal.version is 11.1
 [echo] playerglobal.swc is D:\playerglobal\player/11.1/playerglobal.swc

check-air-home:
 [echo] AIR_HOME is D:\AdobeAIRSDK\bin

check-compiler-home:
 [echo] env.ROYALE_COMPILER_REPO is ${env.ROYALE_COMPILER_REPO}
 [echo] ROYALE_COMPILER_REPO is ${ROYALE_COMPILER_REPO}
 [echo] ROYALE_COMPILER_REPO is d:\Apache\royale-asjs/../royale-compiler

check-compile-env:
 [echo] OS: Windows 7 / 6.1 / amd64
 [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.31-b07
 [echo] Java: 1.8.0_31
 [echo] Ant: Apache Ant(TM) version 1.10.2 compiled on February 3 2018 Ant 
Java Version: 1.8

And environment variable path:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32
\WindowsPowerShell\v1.0;C:\Program 
Files\Java\jdk1.8.0_31\bin;D:\apache-ant-1.10.2\bin;C:\Program 
Files\Git\cmd;D:\apache-maven-3.5.3\bin

Still getting Errors.

Please share git , maven , ant, java version.

Thanks,
Alina

From: Alex Harui [mailto:aha...@adobe.com]
Sent: Friday, March 09, 2018 12:12 PM
To: users@royale.apache.org
Subject: Re: EMULATION

Hi Alina,

I think you've downloaded a nightly build at some point.  To workaround the 
pixel bender problem, try copying all .pbj files from the nightly to the same 
folders in royale-asjs.

HTH,
-Alex

From: Alina Kazi mailto:alina.k...@d-bz.com>>
Reply-To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Date: Thursday, March 8, 2018 at 10:42 PM
To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Subject: RE: EMULATION

Hi Alex,
I am using Apache Ant(TM) version 1.10.1 compiled on February 2 2017 Ant Java 
Version: 1.8
After Downloading file manually still issue is not resolved.

I am reinstalling the operating system Again.

Thanks,
Alina

From: Alex Harui [mailto:aha...@adobe.com]
Sent: Friday, March 09, 2018 10:55 AM
To: users@royale.apache.org
Subject: Re: EMULATION

Hi Alina,

I'm not sure why you are having problems with the downloads.  Could be your 
distance from the actual servers or some issue with Ant.  What version of Ant 
are you running?

The mirror.json part is just trying to download this file 
apache-flex-sdk-pixel-bender-1.0.0-bin.zip
 into the "in" folder.  Try doing that manually and see if the build goes past 
that point.

Thanks,
-Alex

From: Alina Kazi mailto:alina.k...@d-bz.com>>
Reply-To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Date: Thursday, March 8, 2018 at 9:28 PM
To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Subject: RE: EMULATION

Hi Alex,


Fetched all(3) folders from git 2 days earlier , while executing “ant all” or 
“ant” or “maven …..” Some Errors are occurred.
During the execution of ant all , Auto download wasn’t working So,Downloaded 
many files manually as the url was present right before the error every time 
and copying file to folder path that is also mention .
Now getting Error in mirror.json downloading.
https://www.dropbox.com/s/gv9wcvixr9mkcv9/error%20executing%20ant.png?dl=0

Thanks,
Alina



RE: Royale Build Issue

2018-03-12 Thread Alina Kazi
https://www.dropbox.com/s/gv9wcvixr9mkcv9/error%20executing%20ant.png?dl=0 

 

Even after downloading this file apache-flex-sdk-pixel-bender-1.0.0-bin.zip 

  into the "in" folder.  

 

Thanks ,

Alina

 

From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Monday, March 12, 2018 9:06 PM
To: users@royale.apache.org
Subject: Re: Royale Build Issue

 

What errors are you getting now?

 

From: Alina Kazi 
Reply-To: "users@royale.apache.org" 
Date: Monday, March 12, 2018 at 2:57 AM
To: "users@royale.apache.org" 
Subject: Royale Build Issue

 

Hi Alex,

 

After windows reinstallation and copying .pbj files.

 

With configuration :

check-playerglobal-home:

 [echo] PLAYERGLOBAL_HOME is D:\playerglobal\player

 [echo] playerglobal.version is 11.1

 [echo] playerglobal.swc is D:\playerglobal\player/11.1/playerglobal.swc

 

check-air-home:

 [echo] AIR_HOME is D:\AdobeAIRSDK\bin

 

check-compiler-home:

 [echo] env.ROYALE_COMPILER_REPO is ${env.ROYALE_COMPILER_REPO}

 [echo] ROYALE_COMPILER_REPO is ${ROYALE_COMPILER_REPO}

 [echo] ROYALE_COMPILER_REPO is d:\Apache\royale-asjs/../royale-compiler

 

check-compile-env:

 [echo] OS: Windows 7 / 6.1 / amd64

 [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.31-b07

 [echo] Java: 1.8.0_31

 [echo] Ant: Apache Ant(TM) version 1.10.2 compiled on February 3 2018 Ant 
Java Version: 1.8

 

And environment variable path:

PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32

\WindowsPowerShell\v1.0;C:\Program 
Files\Java\jdk1.8.0_31\bin;D:\apache-ant-1.10.2\bin;C:\Program 
Files\Git\cmd;D:\apache-maven-3.5.3\bin

 

Still getting Errors.

 

Please share git , maven , ant, java version. 

 

Thanks,

Alina



From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Friday, March 09, 2018 12:12 PM
To: users@royale.apache.org
Subject: Re: EMULATION

 

Hi Alina,

 

I think you've downloaded a nightly build at some point.  To workaround the 
pixel bender problem, try copying all .pbj files from the nightly to the same 
folders in royale-asjs.

 

HTH,

-Alex

 

From: Alina Kazi 
Reply-To: "users@royale.apache.org" 
Date: Thursday, March 8, 2018 at 10:42 PM
To: "users@royale.apache.org" 
Subject: RE: EMULATION

 

Hi Alex,

I am using Apache Ant(TM) version 1.10.1 compiled on February 2 2017 Ant Java 
Version: 1.8

After Downloading file manually still issue is not resolved. 

 

I am reinstalling the operating system Again. 

 

Thanks,

Alina

 

From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Friday, March 09, 2018 10:55 AM
To: users@royale.apache.org
Subject: Re: EMULATION

 

Hi Alina,

 

I'm not sure why you are having problems with the downloads.  Could be your 
distance from the actual servers or some issue with Ant.  What version of Ant 
are you running?

 

The mirror.json part is just trying to download this file 
apache-flex-sdk-pixel-bender-1.0.0-bin.zip 

  into the "in" folder.  Try doing that manually and see if the build goes past 
that point.

 

Thanks,

-Alex

 

From: Alina Kazi 
Reply-To: "users@royale.apache.org" 
Date: Thursday, March 8, 2018 at 9:28 PM
To: "users@royale.apache.org" 
Subject: RE: EMULATION

 

Hi Alex,

 

 

Fetched all(3) folders from git 2 days earlier , while executing “ant all” or 
“ant” or “maven …..” Some Errors are occurred.

During the execution of ant all , Auto download wasn’t working So,Downloaded 
many files manually as the url was present right before the error every time 
and copying file to folder path that is also mention .

Now getting Error in mirror.json downloading. 

https://www.dropbox.com/s/gv9wcvixr9mkcv9/error%20executing%20ant.png?dl=0 


Re: Royale Build Issue

2018-03-12 Thread Alex Harui
Hi Alina,

As I mentioned a couple of posts ago, it is better to copy the .pbj files.  
Having the zip in the "in" folder won't prevent the script from trying to 
download pixel bender.

To verify that you have copied the .pbj files correctly, in Windows command 
prompt do:

dir /s *.pbj

There should be a set of .pbj files in 
frameworks/projects/Graphics/src/main/royale/org/apache/royale/graphics/utils/shaderClasses/

HTH,
-Alex

From: Alina Kazi mailto:alina.k...@d-bz.com>>
Reply-To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Date: Monday, March 12, 2018 at 8:36 PM
To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Subject: RE: Royale Build Issue

https://www.dropbox.com/s/gv9wcvixr9mkcv9/error%20executing%20ant.png?dl=0
Even after downloading this file 
apache-flex-sdk-pixel-bender-1.0.0-bin.zip
 into the "in" folder.

Thanks ,
Alina

From: Alex Harui [mailto:aha...@adobe.com]
Sent: Monday, March 12, 2018 9:06 PM
To: users@royale.apache.org
Subject: Re: Royale Build Issue

What errors are you getting now?

From: Alina Kazi mailto:alina.k...@d-bz.com>>
Reply-To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Date: Monday, March 12, 2018 at 2:57 AM
To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Subject: Royale Build Issue

Hi Alex,

After windows reinstallation and copying .pbj files.

With configuration :
check-playerglobal-home:
 [echo] PLAYERGLOBAL_HOME is D:\playerglobal\player
 [echo] playerglobal.version is 11.1
 [echo] playerglobal.swc is D:\playerglobal\player/11.1/playerglobal.swc

check-air-home:
 [echo] AIR_HOME is D:\AdobeAIRSDK\bin

check-compiler-home:
 [echo] env.ROYALE_COMPILER_REPO is ${env.ROYALE_COMPILER_REPO}
 [echo] ROYALE_COMPILER_REPO is ${ROYALE_COMPILER_REPO}
 [echo] ROYALE_COMPILER_REPO is d:\Apache\royale-asjs/../royale-compiler

check-compile-env:
 [echo] OS: Windows 7 / 6.1 / amd64
 [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.31-b07
 [echo] Java: 1.8.0_31
 [echo] Ant: Apache Ant(TM) version 1.10.2 compiled on February 3 2018 Ant 
Java Version: 1.8

And environment variable path:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32
\WindowsPowerShell\v1.0;C:\Program 
Files\Java\jdk1.8.0_31\bin;D:\apache-ant-1.10.2\bin;C:\Program 
Files\Git\cmd;D:\apache-maven-3.5.3\bin

Still getting Errors.

Please share git , maven , ant, java version.

Thanks,
Alina

From: Alex Harui [mailto:aha...@adobe.com]
Sent: Friday, March 09, 2018 12:12 PM
To: users@royale.apache.org
Subject: Re: EMULATION

Hi Alina,

I think you've downloaded a nightly build at some point.  To workaround the 
pixel bender problem, try copying all .pbj files from the nightly to the same 
folders in royale-asjs.

HTH,
-Alex

From: Alina Kazi mailto:alina.k...@d-bz.com>>
Reply-To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Date: Thursday, March 8, 2018 at 10:42 PM
To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Subject: RE: EMULATION

Hi Alex,
I am using Apache Ant(TM) version 1.10.1 compiled on February 2 2017 Ant Java 
Version: 1.8
After Downloading file manually still issue is not resolved.

I am reinstalling the operating system Again.

Thanks,
Alina

From: Alex Harui [mailto:aha...@adobe.com]
Sent: Friday, March 09, 2018 10:55 AM
To: users@royale.apache.org
Subject: Re: EMULATION

Hi Alina,

I'm not sure why you are having problems with the downloads.  Could be your 
distance from the actual servers or some issue with Ant.  What version of Ant 
are you running?

The mirror.json part is just trying to download this file 
apache-flex-sdk-pixel-bender-1.0.0-bin.zip

RE: Royale Build Issue

2018-03-12 Thread Alina Kazi
Hi Alex,

I followed all of your instructions:

https://www.dropbox.com/s/06jti95che7vu4o/pdj%20files%20added.png?dl=0

To verify that I  have copied the .pbj files correctly:

 

dir /s *.pbj

 

https://www.dropbox.com/s/idxdfm5xxm4bb64/pdjfiles.png?dl=0

 

 

If you would like to access my machine. I will share my teamviewer id and 
password.

 

Thanks,

Alina

 

 

From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Tuesday, March 13, 2018 10:13 AM
To: users@royale.apache.org
Subject: Re: Royale Build Issue

 

Hi Alina,

 

As I mentioned a couple of posts ago, it is better to copy the .pbj files.  
Having the zip in the "in" folder won't prevent the script from trying to 
download pixel bender.

 

To verify that you have copied the .pbj files correctly, in Windows command 
prompt do:

 

dir /s *.pbj

 

There should be a set of .pbj files in 
frameworks/projects/Graphics/src/main/royale/org/apache/royale/graphics/utils/shaderClasses/

 

HTH,

-Alex

 

From: Alina Kazi 
Reply-To: "users@royale.apache.org" 
Date: Monday, March 12, 2018 at 8:36 PM
To: "users@royale.apache.org" 
Subject: RE: Royale Build Issue

 

https://www.dropbox.com/s/gv9wcvixr9mkcv9/error%20executing%20ant.png?dl=0 

 

Even after downloading this file apache-flex-sdk-pixel-bender-1.0.0-bin.zip 

  into the "in" folder.  

 

Thanks ,

Alina

 

From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Monday, March 12, 2018 9:06 PM
To: users@royale.apache.org
Subject: Re: Royale Build Issue

 

What errors are you getting now?

 

From: Alina Kazi 
Reply-To: "users@royale.apache.org" 
Date: Monday, March 12, 2018 at 2:57 AM
To: "users@royale.apache.org" 
Subject: Royale Build Issue

 

Hi Alex,

 

After windows reinstallation and copying .pbj files.

 

With configuration :

check-playerglobal-home:

 [echo] PLAYERGLOBAL_HOME is D:\playerglobal\player

 [echo] playerglobal.version is 11.1

 [echo] playerglobal.swc is D:\playerglobal\player/11.1/playerglobal.swc

 

check-air-home:

 [echo] AIR_HOME is D:\AdobeAIRSDK\bin

 

check-compiler-home:

 [echo] env.ROYALE_COMPILER_REPO is ${env.ROYALE_COMPILER_REPO}

 [echo] ROYALE_COMPILER_REPO is ${ROYALE_COMPILER_REPO}

 [echo] ROYALE_COMPILER_REPO is d:\Apache\royale-asjs/../royale-compiler

 

check-compile-env:

 [echo] OS: Windows 7 / 6.1 / amd64

 [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.31-b07

 [echo] Java: 1.8.0_31

 [echo] Ant: Apache Ant(TM) version 1.10.2 compiled on February 3 2018 Ant 
Java Version: 1.8

 

And environment variable path:

PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32

\WindowsPowerShell\v1.0;C:\Program 
Files\Java\jdk1.8.0_31\bin;D:\apache-ant-1.10.2\bin;C:\Program 
Files\Git\cmd;D:\apache-maven-3.5.3\bin

 

Still getting Errors.

 

Please share git , maven , ant, java version. 

 

Thanks,

Alina



From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Friday, March 09, 2018 12:12 PM
To: users@royale.apache.org
Subject: Re: EMULATION

 

Hi Alina,

 

I think you've downloaded a nightly build at some point.  To workaround the 
pixel bender problem, try copying all .pbj files from the nightly to the same 
folders in royale-asjs.

 

HTH,

-Alex

 

From: Alina Kazi 
Reply-To: "users@royale.apache.org" 
Date: Thursday, March 8, 2018 at 10:42 PM
To: "users@royale.apache.org" 
Subject: RE: EMULATION

 

Hi Alex,

I am using Apache Ant(TM) version 1.10.1 compiled on February 2 2017 Ant Java 
Version: 1.8

After Downloading file manually still issue is not resolved. 

 

I am reinstalling the operating system Again. 

 

Thanks,

Alina

 

From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Friday, March 09, 2018 10:55 AM
To: users@royale.apache.org
Subject: Re: EMULATION

 

Hi Alina,

 

I'm not sure why you are having problems with the downloads.  Could be your 
distance from the actual servers or some issue with Ant.  What version of Ant 
are you running?

 

The mirror.json part is just trying to download this file 
apache-flex-sdk-pixel-bender-1.0.0-bin.zip 


Re: API Usage in Flex Web Browser application (was Re: Generating API report for Flex Web Browser application)

2018-03-12 Thread piotrz
Hi Alina,

I'm not sure what is happen on your sight. Try to do following things. Go to
that folder:

 

1) Remove folder repository completely 
2) Copy settings-template.xml and change name as you see on the screenshot.
Thanks to that you will not have to type "-s settings-template.xml"
3) Make sure that you have the fresh sources in case of compiler.
4) In the root of compiler folder type: mvn clean install

Let's see whether removing everything gives some positive results. If you
see in the stacktrace some problem with downloading artifacts, try couple of
times in a row!

Thanks, 
Piotr



--
Sent from: http://apache-royale-users.20374.n8.nabble.com/


Re: Royale Build Issue

2018-03-12 Thread Alex Harui
Hi Alina,

I can't see the full set of folders in the first dropbox link.

In the second, it appears to be listing of d:\prev\prev\royale-asjs

However, the console output you posted two posts ago indicates you are running 
ant in D:\apache royale develop\royale-asjs

Please make sure that you are copying .pbj files to the right folders.  I would 
recommend using folder names without spaces just in case.

HTH,
-Alex

From: Alina Kazi mailto:alina.k...@d-bz.com>>
Reply-To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Date: Monday, March 12, 2018 at 9:32 PM
To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Subject: RE: Royale Build Issue

Hi Alex,
I followed all of your instructions:
https://www.dropbox.com/s/06jti95che7vu4o/pdj%20files%20added.png?dl=0
To verify that I  have copied the .pbj files correctly:

dir /s *.pbj

https://www.dropbox.com/s/idxdfm5xxm4bb64/pdjfiles.png?dl=0


If you would like to access my machine. I will share my teamviewer id and 
password.

Thanks,
Alina


From: Alex Harui [mailto:aha...@adobe.com]
Sent: Tuesday, March 13, 2018 10:13 AM
To: users@royale.apache.org
Subject: Re: Royale Build Issue

Hi Alina,

As I mentioned a couple of posts ago, it is better to copy the .pbj files.  
Having the zip in the "in" folder won't prevent the script from trying to 
download pixel bender.

To verify that you have copied the .pbj files correctly, in Windows command 
prompt do:

dir /s *.pbj

There should be a set of .pbj files in 
frameworks/projects/Graphics/src/main/royale/org/apache/royale/graphics/utils/shaderClasses/

HTH,
-Alex

From: Alina Kazi mailto:alina.k...@d-bz.com>>
Reply-To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Date: Monday, March 12, 2018 at 8:36 PM
To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Subject: RE: Royale Build Issue

https://www.dropbox.com/s/gv9wcvixr9mkcv9/error%20executing%20ant.png?dl=0
Even after downloading this file 
apache-flex-sdk-pixel-bender-1.0.0-bin.zip
 into the "in" folder.

Thanks ,
Alina

From: Alex Harui [mailto:aha...@adobe.com]
Sent: Monday, March 12, 2018 9:06 PM
To: users@royale.apache.org
Subject: Re: Royale Build Issue

What errors are you getting now?

From: Alina Kazi mailto:alina.k...@d-bz.com>>
Reply-To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Date: Monday, March 12, 2018 at 2:57 AM
To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Subject: Royale Build Issue

Hi Alex,

After windows reinstallation and copying .pbj files.

With configuration :
check-playerglobal-home:
 [echo] PLAYERGLOBAL_HOME is D:\playerglobal\player
 [echo] playerglobal.version is 11.1
 [echo] playerglobal.swc is D:\playerglobal\player/11.1/playerglobal.swc

check-air-home:
 [echo] AIR_HOME is D:\AdobeAIRSDK\bin

check-compiler-home:
 [echo] env.ROYALE_COMPILER_REPO is ${env.ROYALE_COMPILER_REPO}
 [echo] ROYALE_COMPILER_REPO is ${ROYALE_COMPILER_REPO}
 [echo] ROYALE_COMPILER_REPO is d:\Apache\royale-asjs/../royale-compiler

check-compile-env:
 [echo] OS: Windows 7 / 6.1 / amd64
 [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.31-b07
 [echo] Java: 1.8.0_31
 [echo] Ant: Apache Ant(TM) version 1.10.2 compiled on February 3 2018 Ant 
Java Version: 1.8

And environment variable path:
PATH=C:\Windows\system32;C:\Windo

RE: Royale Build Issue

2018-03-12 Thread Alina Kazi
Hi Alex,

D:\apache royale develop\royale-asjs

D:\apache\ royale-asjs

d:\prev\prev\royale-asjs

all are the folders that I tried on different time currently I have only one of 
them that is d:\prev\prev\royale-asjs

and I copied all .pbj files into d:\prev\prev\royale-asjs 
\frameworks/projects/Graphics/src/main/royale/org/apache/royale/graphics/utils/shaderClasses/

 

 

From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Tuesday, March 13, 2018 11:13 AM
To: users@royale.apache.org
Subject: Re: Royale Build Issue

 

Hi Alina,

 

I can't see the full set of folders in the first dropbox link.

 

In the second, it appears to be listing of d:\prev\prev\royale-asjs

 

However, the console output you posted two posts ago indicates you are running 
ant in D:\apache royale develop\royale-asjs

 

Please make sure that you are copying .pbj files to the right folders.  I would 
recommend using folder names without spaces just in case.

 

HTH,

-Alex

 

From: Alina Kazi 
Reply-To: "users@royale.apache.org" 
Date: Monday, March 12, 2018 at 9:32 PM
To: "users@royale.apache.org" 
Subject: RE: Royale Build Issue

 

Hi Alex,

I followed all of your instructions:

https://www.dropbox.com/s/06jti95che7vu4o/pdj%20files%20added.png?dl=0 

 

To verify that I  have copied the .pbj files correctly:

 

dir /s *.pbj

 

https://www.dropbox.com/s/idxdfm5xxm4bb64/pdjfiles.png?dl=0 

 

 

 

If you would like to access my machine. I will share my teamviewer id and 
password.

 

Thanks,

Alina

 

 

From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Tuesday, March 13, 2018 10:13 AM
To: users@royale.apache.org
Subject: Re: Royale Build Issue

 

Hi Alina,

 

As I mentioned a couple of posts ago, it is better to copy the .pbj files.  
Having the zip in the "in" folder won't prevent the script from trying to 
download pixel bender.

 

To verify that you have copied the .pbj files correctly, in Windows command 
prompt do:

 

dir /s *.pbj

 

There should be a set of .pbj files in 
frameworks/projects/Graphics/src/main/royale/org/apache/royale/graphics/utils/shaderClasses/

 

HTH,

-Alex

 

From: Alina Kazi 
Reply-To: "users@royale.apache.org" 
Date: Monday, March 12, 2018 at 8:36 PM
To: "users@royale.apache.org" 
Subject: RE: Royale Build Issue

 

https://www.dropbox.com/s/gv9wcvixr9mkcv9/error%20executing%20ant.png?dl=0 

 

Even after downloading this file apache-flex-sdk-pixel-bender-1.0.0-bin.zip 

  into the "in" folder.  

 

Thanks ,

Alina

 

From: Alex Harui [mailto:aha...@adobe.com] 
Sent: Monday, March 12, 2018 9:06 PM
To: users@royale.apache.org
Subject: Re: Royale Build Issue

 

What errors are you getting now?

 

From: Alina Kazi 
Reply-To: "users@royale.apache.org" 
Date: Monday, March 12, 2018 at 2:57 AM
To: "users@royale.apache.org" 
Subject: Royale Build Issue

 

Hi Alex,

 

After windows reinstallation and copying .pbj files.

 

With configuration :

check-playerglobal-home:

 [echo] PLAYERGLOBAL_HOME is D:\playerglobal\player

 [echo] playerglobal.version is 11.1

 [echo] playerglobal.swc is D:\playerglobal\player/11.1/playerglobal.swc

 

check-air-home:

 [echo] AIR_HOME is D:\AdobeAIRSDK\bin

 

check-compiler-home:

 [echo] env.ROYALE_COMPILER_REPO is ${env.ROYALE_COMPILER_REPO}

 [echo] ROYALE_COMPILER_REPO is ${ROYALE_COMPILER_REPO}

 [echo] ROYALE_COMPILER_REPO is d:\Apache\royale-asjs/../royale-compiler

 

check-compile-env:

 [echo] OS: Windows 7 / 6.1 / amd64

 [echo] VM: Java HotSpot(TM) 64-Bit Server VM / 25.31-b07

 [echo] Java: 1.8.0_31

 [echo] Ant: Apache Ant(TM) version 1.10

Re: Royale Build Issue

2018-03-12 Thread Alex Harui
Hi Alina,

Please only use d:\prev\prev\royale-asjs for now.  Make sure the .pbj files 
haven't been erased somehow and run ant again and post the console output.

Thanks,
-Alex

From: Alina Kazi mailto:alina.k...@d-bz.com>>
Reply-To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Date: Monday, March 12, 2018 at 10:07 PM
To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Subject: RE: Royale Build Issue

Hi Alex,
D:\apache royale develop\royale-asjs
D:\apache\ royale-asjs
d:\prev\prev\royale-asjs
all are the folders that I tried on different time currently I have only one of 
them that is d:\prev\prev\royale-asjs
and I copied all .pbj files into d:\prev\prev\royale-asjs 
\frameworks/projects/Graphics/src/main/royale/org/apache/royale/graphics/utils/shaderClasses/


From: Alex Harui [mailto:aha...@adobe.com]
Sent: Tuesday, March 13, 2018 11:13 AM
To: users@royale.apache.org
Subject: Re: Royale Build Issue

Hi Alina,

I can't see the full set of folders in the first dropbox link.

In the second, it appears to be listing of d:\prev\prev\royale-asjs

However, the console output you posted two posts ago indicates you are running 
ant in D:\apache royale develop\royale-asjs

Please make sure that you are copying .pbj files to the right folders.  I would 
recommend using folder names without spaces just in case.

HTH,
-Alex

From: Alina Kazi mailto:alina.k...@d-bz.com>>
Reply-To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Date: Monday, March 12, 2018 at 9:32 PM
To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Subject: RE: Royale Build Issue

Hi Alex,
I followed all of your instructions:
https://www.dropbox.com/s/06jti95che7vu4o/pdj%20files%20added.png?dl=0
To verify that I  have copied the .pbj files correctly:

dir /s *.pbj

https://www.dropbox.com/s/idxdfm5xxm4bb64/pdjfiles.png?dl=0


If you would like to access my machine. I will share my teamviewer id and 
password.

Thanks,
Alina


From: Alex Harui [mailto:aha...@adobe.com]
Sent: Tuesday, March 13, 2018 10:13 AM
To: users@royale.apache.org
Subject: Re: Royale Build Issue

Hi Alina,

As I mentioned a couple of posts ago, it is better to copy the .pbj files.  
Having the zip in the "in" folder won't prevent the script from trying to 
download pixel bender.

To verify that you have copied the .pbj files correctly, in Windows command 
prompt do:

dir /s *.pbj

There should be a set of .pbj files in 
frameworks/projects/Graphics/src/main/royale/org/apache/royale/graphics/utils/shaderClasses/

HTH,
-Alex

From: Alina Kazi mailto:alina.k...@d-bz.com>>
Reply-To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Date: Monday, March 12, 2018 at 8:36 PM
To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Subject: RE: Royale Build Issue

https://www.dropbox.com/s/gv9wcvixr9mkcv9/error%20executing%20ant.png?dl=0
Even after downloading this file 
apache-flex-sdk-pixel-bender-1.0.0-bin.zip
 into the "in" folder.

Thanks ,
Alina

From: Alex Harui [mailto:aha...@adobe.com]
Sent: Monday, March 12, 2018 9:06 PM
To: users@royale.apache.org
Subject: Re: Royale Build Issue

What errors are you getting now?

From: Alina Kazi mailto:alina.k...@d-bz.com>>
Reply-To: "users@royale.apache.org" 
mailto:users@royale.apache.org>>
Date: Mo