ok, I must say that always think is just how it works. Didn't try to build
and example without to first build examples. I'll try as I have time and
report

thanks

El mié., 14 nov. 2018 a las 21:41, Piotr Zarzycki (<
piotrzarzyck...@gmail.com>) escribió:

> Carlos,
>
> When I as a user pickup examples and try to build by Maven I shouldn't need
> build myself sources at all Royale framework. All artifacts should be
> downloadable from Maven central - Dev or release. They are available. If
> she is failing doing that, we may have a problem. Remove everything from
> your cache some day and try to build example - If it's not working -
> solution is definitely not building whole repo on it's own.
>
> That's why I have asked.
>
> Thanks,
> Piotr
>
> śr., 14 lis 2018 o 21:30 Carlos Rovira <carlosrov...@apache.org>
> napisał(a):
>
> > Piotr,
> >
> > about why I suggest try to build that, I think Alina is yet in the point
> > where she does't get build Royale compiler, typedefs and framework with
> > maven, so she needs to get that first, then build "examples" folder with
> > "mvn clean install"
> >
> >
> >
> > El mié., 14 nov. 2018 a las 21:27, Carlos Rovira (<
> carlosrov...@apache.org
> > >)
> > escribió:
> >
> > > Hi Piotr,
> > >
> > > I thank after that she needs to run maven on examples folder, that will
> > > build all examples including AMF client and then the server, that uses
> > the
> > > client. One important thing to take into account is that since we have
> > > various RO implementations, the java example has in the pom different
> > > configs that are commented, one for MX RO and one for NET RO. Since
> Alina
> > > wants to try MX RO she needs to comment NET and uncomment MX so maven
> > > overlay that client in the java war.
> > >
> > >
> > >
> > > El mié., 14 nov. 2018 a las 16:26, Piotr Zarzycki (<
> > > piotrzarzyck...@gmail.com>) escribió:
> > >
> > >> Hi Carlos,
> > >>
> > >> Why repository need to be build if we want to build example only ? I'm
> > >> curious why you suggesting that ?
> > >>
> > >> Piotr
> > >>
> > >> śr., 14 lis 2018 o 16:23 Carlos Rovira <carlosrov...@apache.org>
> > >> napisał(a):
> > >>
> > >> > Hi Alina,
> > >> >
> > >> > I have the following script in the folder that parent the three repo
> > >> > (compiler, typedefs and asjs). This script (for Mac but if you use
> > >> windows
> > >> > can adapt easily) updates from git the there repos, then build each
> > repo
> > >> > with maven and build the SDK in the same repo (and before all of
> that
> > >> > cleans ant files in each repo). So I just one execution I have all
> > >> build:
> > >> >
> > >> > #!/bin/bash
> > >> > cd $ROYALE_COMPILER_HOME
> > >> > git pull -v --progress "origin"
> > >> > echo Royale Compiler updated from repo
> > >> >
> > >> > cd $ROYALE_TYPEDEFS_HOME
> > >> > git pull -v --progress "origin"
> > >> > echo Royale TypeDefs  updated from repo
> > >> >
> > >> > cd $ROYALE_HOME
> > >> > git pull -v --progress "origin"
> > >> > echo Royale AsJs  updated from repo
> > >> >
> > >> > #set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 -Xmx1024m
> > >> > cd $ROYALE_COMPILER_HOME
> > >> > mvn clean install -DskipTests
> > >> > echo Royale Compiler built with Maven
> > >> >
> > >> > cd $ROYALE_TYPEDEFS_HOME
> > >> > ant wipe
> > >> > mvn clean install
> > >> > echo Royale TypeDefs built with Maven
> > >> >
> > >> > cd $ROYALE_HOME
> > >> > ant super-clean
> > >> > mvn clean install -DskipTests
> > >> > #-Drat.skip=true
> > >> > echo Royale AsJs built with Maven
> > >> >
> > >> > ant all -Dbuild.noprompt=true -Drelease.target=true
> > >> > echo Royale SDK built with Ant
> > >> >
> > >> >
> > >> > if this not works for you, you must to check your environment vars
> and
> > >> the
> > >> > rest of configuration to check where things are going wrong.
> > >> >
> > >> > HTH,
> > >> >
> > >> > Carlos
> > >> >
> > >> >
> > >> >
> > >> >
> > >> > El mié., 14 nov. 2018 a las 13:15, Alina Kazi (<alina.k...@d-bz.com
> >)
> > >> > escribió:
> > >> >
> > >> > > Hi Carlos,
> > >> > >
> > >> > > It's not first time I try to run maven. I run that last year with
> > >> > > successful build.
> > >> > > But after that I started to work using ant.
> > >> > > Now, I need maven to run this example:
> > >> > >
> > >> > >
> > >> >
> > >>
> >
> https://github.com/apache/royale-asjs/tree/develop/examples/amf/SampleAmfWebApp
> > >> > >
> > >> > > Thanks,
> > >> > > Alina
> > >> > >
> > >> > > -----Original Message-----
> > >> > > From: Carlos Rovira [mailto:carlosrov...@apache.org]
> > >> > > Sent: Wednesday, November 14, 2018 4:46 PM
> > >> > > To: dev@royale.apache.org
> > >> > > Subject: Re: Getting An Emulation Component To Run
> > >> > >
> > >> > > Hi Alina, is the first time you run try maven? until now you was
> > using
> > >> > ant?
> > >> > >
> > >> > >
> > >> > > El mié., 14 nov. 2018 a las 12:24, Alina Kazi (<
> alina.k...@d-bz.com
> > >)
> > >> > > escribió:
> > >> > >
> > >> > > >
> > >> > > > Both of you suggest me to run the existing Apache Royale
> > >> RemoteObject
> > >> > > > Example.
> > >> > > > But We are unable to download dependencies for maven build.
> > >> > > > Steps given in below given link are followed:
> > >> > > >
> > >>
> https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Ma
> > >> > > > ven Tried to download nightly build but link not working:
> > >> > > >
> > >> > > >
> > >>
> https://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-asjs
> > >> > > > /lastSuccessfulBuild/artifact/out/
> > >> > > >
> > >> > > > Executing task in folder SampleAmfWebApp :
> > >> > > > Error : https://paste.apache.org/JU0N
> > >> > > >
> > >> > > > Thanks
> > >> > > > Alina
> > >> > > >
> > >> > > > --
> > >> > > > Carlos Rovira
> > >> > > > http://about.me/carlosrovira
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > >
> > >> > >
> > >> >
> > >> > --
> > >> > Carlos Rovira
> > >> > http://about.me/carlosrovira
> > >> >
> > >>
> > >>
> > >> --
> > >>
> > >> Piotr Zarzycki
> > >>
> > >> Patreon: *https://www.patreon.com/piotrzarzycki
> > >> <https://www.patreon.com/piotrzarzycki>*
> > >>
> > >
> > >
> > > --
> > > Carlos Rovira
> > > http://about.me/carlosrovira
> > >
> > >
> >
> > --
> > Carlos Rovira
> > http://about.me/carlosrovira
> >
>
>
> --
>
> Piotr Zarzycki
>
> Patreon: *https://www.patreon.com/piotrzarzycki
> <https://www.patreon.com/piotrzarzycki>*
>


-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to