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 <teotigraphix...@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 <jus...@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, aha...@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 <aha...@apache.org>
>> > Authored: Tue May 26 13:27:24 2015 -0700
>> > Committer: Alex Harui <aha...@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"/>
>> >
>>
>>
>

Reply via email to