You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/05/26 22:28:17 UTC

git commit: [flex-asjs] [refs/heads/develop] - allow for sdk and not just flex-sdk

Repository: flex-asjs
Updated Branches:
  refs/heads/develop 9cb961f7c -> 4c542a96e


allow for sdk and not just flex-sdk


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/4c542a96
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/4c542a96
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/4c542a96

Branch: refs/heads/develop
Commit: 4c542a96e482595579ded7e4a34369a595773027
Parents: 9cb961f
Author: Alex Harui <ah...@apache.org>
Authored: Tue May 26 13:27:24 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue May 26 13:28:03 2015 -0700

----------------------------------------------------------------------
 asdoc/build.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4c542a96/asdoc/build.xml
----------------------------------------------------------------------
diff --git a/asdoc/build.xml b/asdoc/build.xml
index 17cc44e..c8aa06f 100644
--- a/asdoc/build.xml
+++ b/asdoc/build.xml
@@ -19,6 +19,10 @@
 -->
 <project name="ASDocs" default="main" basedir=".">
     <property environment="env"/>
+    <available file="${basedir}/../../sdk"
+        type="dir"
+        property="FLEX_HOME"
+        value="${basedir}/../../sdk" />
 	<property name="FLEX_HOME" value="${basedir}/../../flex-sdk"/>
 	<property name="lenient" value="true"/>
 	<property name="flexlib" location="${basedir}/../frameworks"/>


Re: git commit: [flex-asjs] [refs/heads/develop] - allow for sdk and not just flex-sdk

Posted by Michael Schmalle <te...@gmail.com>.
Looks good to me.

I totally forget how to update the site and don't really want to right but,
it would also be nice to list each repo where there is an active develop
branch, for instance flex-tlf, flex-falcon.

I would say anything that the readme mentions develop it should be there.

Mike

On Wed, May 27, 2015 at 1:29 AM, OmPrakash Muppirala <bi...@gmail.com>
wrote:

> I've fixed the two pages where I found such references:
> http://flex.apache.org/dev-sourcecode.html
> http://flex.apache.org/download-source.html
>
> It would be great if a couple of people proof read the changes.
>
> Thanks,
> Om
>
> On Tue, May 26, 2015 at 4:11 PM, Michael Schmalle <
> teotigraphixllc@gmail.com
> > wrote:
>
> > Sorry, didn't mean the WIKI I meant the source code page on the site;
> >
> > http://flex.apache.org/dev-sourcecode.html
> >
> > That is what screwed me up and wasted time from the beginning,  I should
> > have went with my intuition and just checked them out like I always do
> with
> > the repo name as the root directory on my computer. :)
> >
> > Mike
> >
> > On Tue, May 26, 2015 at 7:08 PM, Michael Schmalle <
> > teotigraphixllc@gmail.com
> > > wrote:
> >
> > > If you have a problem with this, the WIKI needs to change 'sdk' to
> > > 'flex-sdk' and as well the others that are shortened.
> > >
> > > I think it's a bad idea having the names different when you are telling
> > > devs or users to check out the repos using a different root.
> > >
> > > I have noticed this inconsistency in more than one place in the
> different
> > > flex projects.
> > >
> > > Mike
> > >
> > > On Tue, May 26, 2015 at 7:02 PM, Justin Mclean <
> justin@classsoftware.com
> > >
> > > wrote:
> > >
> > >> Hi,
> > >>
> > >> Is this a good idea given the term “sdk” is generic and may refer to
> > >> something other than the Flex SDK?
> > >>
> > >> Justin
> > >>
> > >> > On 27 May 2015, at 6:28 am, aharui@apache.org wrote:
> > >> >
> > >> > Repository: flex-asjs
> > >> > Updated Branches:
> > >> >  refs/heads/develop 9cb961f7c -> 4c542a96e
> > >> >
> > >> >
> > >> > allow for sdk and not just flex-sdk
> > >> >
> > >> >
> > >> > Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
> > >> > Commit:
> > >> http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/4c542a96
> > >> > Tree:
> http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/4c542a96
> > >> > Diff:
> http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/4c542a96
> > >> >
> > >> > Branch: refs/heads/develop
> > >> > Commit: 4c542a96e482595579ded7e4a34369a595773027
> > >> > Parents: 9cb961f
> > >> > Author: Alex Harui <ah...@apache.org>
> > >> > Authored: Tue May 26 13:27:24 2015 -0700
> > >> > Committer: Alex Harui <ah...@apache.org>
> > >> > Committed: Tue May 26 13:28:03 2015 -0700
> > >> >
> > >> >
> ----------------------------------------------------------------------
> > >> > asdoc/build.xml | 4 ++++
> > >> > 1 file changed, 4 insertions(+)
> > >> >
> ----------------------------------------------------------------------
> > >> >
> > >> >
> > >> >
> > >>
> >
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4c542a96/asdoc/build.xml
> > >> >
> ----------------------------------------------------------------------
> > >> > diff --git a/asdoc/build.xml b/asdoc/build.xml
> > >> > index 17cc44e..c8aa06f 100644
> > >> > --- a/asdoc/build.xml
> > >> > +++ b/asdoc/build.xml
> > >> > @@ -19,6 +19,10 @@
> > >> > -->
> > >> > <project name="ASDocs" default="main" basedir=".">
> > >> >     <property environment="env"/>
> > >> > +    <available file="${basedir}/../../sdk"
> > >> > +        type="dir"
> > >> > +        property="FLEX_HOME"
> > >> > +        value="${basedir}/../../sdk" />
> > >> >       <property name="FLEX_HOME" value="${basedir}/../../flex-sdk"/>
> > >> >       <property name="lenient" value="true"/>
> > >> >       <property name="flexlib" location="${basedir}/../frameworks"/>
> > >> >
> > >>
> > >>
> > >
> >
>

Re: git commit: [flex-asjs] [refs/heads/develop] - allow for sdk and not just flex-sdk

Posted by OmPrakash Muppirala <bi...@gmail.com>.
I've fixed the two pages where I found such references:
http://flex.apache.org/dev-sourcecode.html
http://flex.apache.org/download-source.html

It would be great if a couple of people proof read the changes.

Thanks,
Om

On Tue, May 26, 2015 at 4:11 PM, Michael Schmalle <teotigraphixllc@gmail.com
> wrote:

> Sorry, didn't mean the WIKI I meant the source code page on the site;
>
> http://flex.apache.org/dev-sourcecode.html
>
> That is what screwed me up and wasted time from the beginning,  I should
> have went with my intuition and just checked them out like I always do with
> the repo name as the root directory on my computer. :)
>
> Mike
>
> On Tue, May 26, 2015 at 7:08 PM, Michael Schmalle <
> teotigraphixllc@gmail.com
> > wrote:
>
> > If you have a problem with this, the WIKI needs to change 'sdk' to
> > 'flex-sdk' and as well the others that are shortened.
> >
> > I think it's a bad idea having the names different when you are telling
> > devs or users to check out the repos using a different root.
> >
> > I have noticed this inconsistency in more than one place in the different
> > flex projects.
> >
> > Mike
> >
> > On Tue, May 26, 2015 at 7:02 PM, Justin Mclean <justin@classsoftware.com
> >
> > wrote:
> >
> >> Hi,
> >>
> >> Is this a good idea given the term “sdk” is generic and may refer to
> >> something other than the Flex SDK?
> >>
> >> Justin
> >>
> >> > On 27 May 2015, at 6:28 am, aharui@apache.org wrote:
> >> >
> >> > Repository: flex-asjs
> >> > Updated Branches:
> >> >  refs/heads/develop 9cb961f7c -> 4c542a96e
> >> >
> >> >
> >> > allow for sdk and not just flex-sdk
> >> >
> >> >
> >> > Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
> >> > Commit:
> >> http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/4c542a96
> >> > Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/4c542a96
> >> > Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/4c542a96
> >> >
> >> > Branch: refs/heads/develop
> >> > Commit: 4c542a96e482595579ded7e4a34369a595773027
> >> > Parents: 9cb961f
> >> > Author: Alex Harui <ah...@apache.org>
> >> > Authored: Tue May 26 13:27:24 2015 -0700
> >> > Committer: Alex Harui <ah...@apache.org>
> >> > Committed: Tue May 26 13:28:03 2015 -0700
> >> >
> >> > ----------------------------------------------------------------------
> >> > asdoc/build.xml | 4 ++++
> >> > 1 file changed, 4 insertions(+)
> >> > ----------------------------------------------------------------------
> >> >
> >> >
> >> >
> >>
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4c542a96/asdoc/build.xml
> >> > ----------------------------------------------------------------------
> >> > diff --git a/asdoc/build.xml b/asdoc/build.xml
> >> > index 17cc44e..c8aa06f 100644
> >> > --- a/asdoc/build.xml
> >> > +++ b/asdoc/build.xml
> >> > @@ -19,6 +19,10 @@
> >> > -->
> >> > <project name="ASDocs" default="main" basedir=".">
> >> >     <property environment="env"/>
> >> > +    <available file="${basedir}/../../sdk"
> >> > +        type="dir"
> >> > +        property="FLEX_HOME"
> >> > +        value="${basedir}/../../sdk" />
> >> >       <property name="FLEX_HOME" value="${basedir}/../../flex-sdk"/>
> >> >       <property name="lenient" value="true"/>
> >> >       <property name="flexlib" location="${basedir}/../frameworks"/>
> >> >
> >>
> >>
> >
>

Re: git commit: [flex-asjs] [refs/heads/develop] - allow for sdk and not just flex-sdk

Posted by Michael Schmalle <te...@gmail.com>.
Sorry, didn't mean the WIKI I meant the source code page on the site;

http://flex.apache.org/dev-sourcecode.html

That is what screwed me up and wasted time from the beginning,  I should
have went with my intuition and just checked them out like I always do with
the repo name as the root directory on my computer. :)

Mike

On Tue, May 26, 2015 at 7:08 PM, Michael Schmalle <teotigraphixllc@gmail.com
> wrote:

> If you have a problem with this, the WIKI needs to change 'sdk' to
> 'flex-sdk' and as well the others that are shortened.
>
> I think it's a bad idea having the names different when you are telling
> devs or users to check out the repos using a different root.
>
> I have noticed this inconsistency in more than one place in the different
> flex projects.
>
> Mike
>
> On Tue, May 26, 2015 at 7:02 PM, Justin Mclean <ju...@classsoftware.com>
> wrote:
>
>> Hi,
>>
>> Is this a good idea given the term “sdk” is generic and may refer to
>> something other than the Flex SDK?
>>
>> Justin
>>
>> > On 27 May 2015, at 6:28 am, aharui@apache.org wrote:
>> >
>> > Repository: flex-asjs
>> > Updated Branches:
>> >  refs/heads/develop 9cb961f7c -> 4c542a96e
>> >
>> >
>> > allow for sdk and not just flex-sdk
>> >
>> >
>> > Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
>> > Commit:
>> http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/4c542a96
>> > Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/4c542a96
>> > Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/4c542a96
>> >
>> > Branch: refs/heads/develop
>> > Commit: 4c542a96e482595579ded7e4a34369a595773027
>> > Parents: 9cb961f
>> > Author: Alex Harui <ah...@apache.org>
>> > Authored: Tue May 26 13:27:24 2015 -0700
>> > Committer: Alex Harui <ah...@apache.org>
>> > Committed: Tue May 26 13:28:03 2015 -0700
>> >
>> > ----------------------------------------------------------------------
>> > asdoc/build.xml | 4 ++++
>> > 1 file changed, 4 insertions(+)
>> > ----------------------------------------------------------------------
>> >
>> >
>> >
>> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4c542a96/asdoc/build.xml
>> > ----------------------------------------------------------------------
>> > diff --git a/asdoc/build.xml b/asdoc/build.xml
>> > index 17cc44e..c8aa06f 100644
>> > --- a/asdoc/build.xml
>> > +++ b/asdoc/build.xml
>> > @@ -19,6 +19,10 @@
>> > -->
>> > <project name="ASDocs" default="main" basedir=".">
>> >     <property environment="env"/>
>> > +    <available file="${basedir}/../../sdk"
>> > +        type="dir"
>> > +        property="FLEX_HOME"
>> > +        value="${basedir}/../../sdk" />
>> >       <property name="FLEX_HOME" value="${basedir}/../../flex-sdk"/>
>> >       <property name="lenient" value="true"/>
>> >       <property name="flexlib" location="${basedir}/../frameworks"/>
>> >
>>
>>
>

Re: git commit: [flex-asjs] [refs/heads/develop] - allow for sdk and not just flex-sdk

Posted by Michael Schmalle <te...@gmail.com>.
If you have a problem with this, the WIKI needs to change 'sdk' to
'flex-sdk' and as well the others that are shortened.

I think it's a bad idea having the names different when you are telling
devs or users to check out the repos using a different root.

I have noticed this inconsistency in more than one place in the different
flex projects.

Mike

On Tue, May 26, 2015 at 7:02 PM, Justin Mclean <ju...@classsoftware.com>
wrote:

> Hi,
>
> Is this a good idea given the term “sdk” is generic and may refer to
> something other than the Flex SDK?
>
> Justin
>
> > On 27 May 2015, at 6:28 am, aharui@apache.org wrote:
> >
> > Repository: flex-asjs
> > Updated Branches:
> >  refs/heads/develop 9cb961f7c -> 4c542a96e
> >
> >
> > allow for sdk and not just flex-sdk
> >
> >
> > Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
> > Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/4c542a96
> > Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/4c542a96
> > Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/4c542a96
> >
> > Branch: refs/heads/develop
> > Commit: 4c542a96e482595579ded7e4a34369a595773027
> > Parents: 9cb961f
> > Author: Alex Harui <ah...@apache.org>
> > Authored: Tue May 26 13:27:24 2015 -0700
> > Committer: Alex Harui <ah...@apache.org>
> > Committed: Tue May 26 13:28:03 2015 -0700
> >
> > ----------------------------------------------------------------------
> > asdoc/build.xml | 4 ++++
> > 1 file changed, 4 insertions(+)
> > ----------------------------------------------------------------------
> >
> >
> >
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4c542a96/asdoc/build.xml
> > ----------------------------------------------------------------------
> > diff --git a/asdoc/build.xml b/asdoc/build.xml
> > index 17cc44e..c8aa06f 100644
> > --- a/asdoc/build.xml
> > +++ b/asdoc/build.xml
> > @@ -19,6 +19,10 @@
> > -->
> > <project name="ASDocs" default="main" basedir=".">
> >     <property environment="env"/>
> > +    <available file="${basedir}/../../sdk"
> > +        type="dir"
> > +        property="FLEX_HOME"
> > +        value="${basedir}/../../sdk" />
> >       <property name="FLEX_HOME" value="${basedir}/../../flex-sdk"/>
> >       <property name="lenient" value="true"/>
> >       <property name="flexlib" location="${basedir}/../frameworks"/>
> >
>
>

Re: git commit: [flex-asjs] [refs/heads/develop] - allow for sdk and not just flex-sdk

Posted by Justin Mclean <ju...@classsoftware.com>.
Hi,

Is this a good idea given the term “sdk” is generic and may refer to something other than the Flex SDK?

Justin

> On 27 May 2015, at 6:28 am, aharui@apache.org wrote:
> 
> Repository: flex-asjs
> Updated Branches:
>  refs/heads/develop 9cb961f7c -> 4c542a96e
> 
> 
> allow for sdk and not just flex-sdk
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
> Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/4c542a96
> Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/4c542a96
> Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/4c542a96
> 
> Branch: refs/heads/develop
> Commit: 4c542a96e482595579ded7e4a34369a595773027
> Parents: 9cb961f
> Author: Alex Harui <ah...@apache.org>
> Authored: Tue May 26 13:27:24 2015 -0700
> Committer: Alex Harui <ah...@apache.org>
> Committed: Tue May 26 13:28:03 2015 -0700
> 
> ----------------------------------------------------------------------
> asdoc/build.xml | 4 ++++
> 1 file changed, 4 insertions(+)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/4c542a96/asdoc/build.xml
> ----------------------------------------------------------------------
> diff --git a/asdoc/build.xml b/asdoc/build.xml
> index 17cc44e..c8aa06f 100644
> --- a/asdoc/build.xml
> +++ b/asdoc/build.xml
> @@ -19,6 +19,10 @@
> -->
> <project name="ASDocs" default="main" basedir=".">
>     <property environment="env"/>
> +    <available file="${basedir}/../../sdk"
> +        type="dir"
> +        property="FLEX_HOME"
> +        value="${basedir}/../../sdk" />
> 	<property name="FLEX_HOME" value="${basedir}/../../flex-sdk"/>
> 	<property name="lenient" value="true"/>
> 	<property name="flexlib" location="${basedir}/../frameworks"/>
>