Re: Building installer for Linux

2013-07-04 Thread OmPrakash Muppirala
On Thu, Jul 4, 2013 at 3:10 PM, OmPrakash Muppirala wrote: > On Thu, Jul 4, 2013 at 3:07 PM, Justin Mclean wrote: > >> Hi, >> >> > We had a discussion a while ago that we don't want to clutter the root >> of >> > the website with numerous versions of the installer config file. Hence >> the >> > m

Re: Building installer for Linux

2013-07-04 Thread OmPrakash Muppirala
On Thu, Jul 4, 2013 at 3:07 PM, Justin Mclean wrote: > Hi, > > > We had a discussion a while ago that we don't want to clutter the root of > > the website with numerous versions of the installer config file. Hence > the > > move to the new installer directory. > Mind moving the config file to the

Re: Building installer for Linux

2013-07-04 Thread Justin Mclean
Hi, > We had a discussion a while ago that we don't want to clutter the root of > the website with numerous versions of the installer config file. Hence the > move to the new installer directory. Mind moving the config file to the correct place then? That probably easier than required people tes

Re: Building installer for Linux

2013-07-04 Thread OmPrakash Muppirala
We had a discussion a while ago that we don't want to clutter the root of the website with numerous versions of the installer config file. Hence the move to the new installer directory. Thanks, Om On Thu, Jul 4, 2013 at 2:53 PM, Justin Mclean wrote: > HI, > > > Which file, which location? Can

Re: Building installer for Linux

2013-07-04 Thread Justin Mclean
HI, > Which file, which location? Can you please be more specific? Did't the path use to be: http://flex.apache.org/sdk-installer-config-3.0.xml Rather than: http://flex.apache.org/installer/sdk-installer-config-3.0.xml Justin

Re: Building installer for Linux

2013-07-04 Thread OmPrakash Muppirala
On Thu, Jul 4, 2013 at 2:48 PM, Justin Mclean wrote: > Hi, > > >> http://flex.apache.org/installer/sdk-installer-config-3.0.xml > >> Error while trying to load XML configuration file: 2032 > >> Unable to clean up temporary installation directories > >> > >> which is obviously because the file aint

Re: Building installer for Linux

2013-07-04 Thread Justin Mclean
Hi, >> http://flex.apache.org/installer/sdk-installer-config-3.0.xml >> Error while trying to load XML configuration file: 2032 >> Unable to clean up temporary installation directories >> >> which is obviously because the file aint there yet. I see there is support >> for >> an override value - a

Re: Building installer for Linux

2013-07-04 Thread OmPrakash Muppirala
Moving to dev@f.a.o. In the loadXML() function, replace the line: request = new URLRequest(Constants.APACHE_FLEX_URL + Constants.CONFIG_XML_NAME); with request = new URLRequest(Constants.CONFIG_XML_NAME); This will let you load the config file from the local disk. Thanks, Om On Jul 4, 2013 11