You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Justin Mclean <ju...@classsoftware.com> on 2012/12/08 18:33:20 UTC

Re: svn commit: r1418709 - in /incubator/flex/sdk/branches/develop/frameworks/projects: rpc/build.xml spark/build.xml spark_dmv/build.xml

Hi,

> Remove version.properties include-file directive from rpc, spark and spark_dmv as conflicts with compile-config.xml and is currently unused
You might want to double check that it not used in the release build. I think that the version number is used when generating the RSLs.

Justin

Re: svn commit: r1418709 - in /incubator/flex/sdk/branches/develop/frameworks/projects: rpc/build.xml spark/build.xml spark_dmv/build.xml

Posted by Chema Balsas <jb...@gmail.com>.
Oh, I see...

How do you think this could affect the release? Are you aware if there's
any check for build.number somewhere? Only rpc, spark and spark_dmv were
including this file inside their swcs in the whole sdk. The release process
will still use the build.number to update all the Version.as files and
create the rsls.

The swcs produced pass the new checkintests that Alex fixed yesterday. I'll
try to run some mustella checks just in case.

If we do need to include them, then we need to find a way around it,
because as Alex noted, the include-file directive in the ant task overrides
the one inside the config file, and I think having them inside the config
file makes the new Falcon functional tests to fail (because the file is
created through the ant target).

Cheers,
Chema

2012/12/8 Justin Mclean <ju...@classsoftware.com>

> Hi,
>
> > Remove version.properties include-file directive from rpc, spark and
> spark_dmv as conflicts with compile-config.xml and is currently unused
> You might want to double check that it not used in the release build. I
> think that the version number is used when generating the RSLs.
>
> Justin