@Cyril @Gordon What do you think about updating unittests.properties with
the environment values inside the eclipse target for example? This way,
running ant eclipse will automatically update the variables and allow to
run the tests from within eclipse without having to worry about copying the
sdk
Hi,
> Hi, are committers allowed to assign and resolve Jira tickets?
What's your Jira user name?
Justin
Hi,
I'm about to check in the sources, before, I tried to compile via Ant,
creating the build targets, as I don't know Ant/compc/mxmlc (generaly, I
compile via maven), I'm facing an issue, can't be
resolved as a component implementation, this is my ant target :
>
> What's your Jira user name?
That would be jbalsas. Thanks!
Cheers,
Chema
2012/12/15 Justin Mclean
> Hi,
>
> > Hi, are committers allowed to assign and resolve Jira tickets?
> What's your Jira user name?
>
> Justin
>
Hi,
I'm still getting to know some of this stuff, so I'd like someone more
experienced to try and explain :)
In the meantime, I think this has something to do with namespaces and
manifests. I'd say you need to add something like
You can then copy the contents for manifest_spark.xml from manife
Hi,
> That would be jbalsas. Thanks!
I've added you to the JIRA committers group. You may need to log off and on
again for it to take effect.
Justin
HI,
> In the meantime, I think this has something to do with namespaces and
> manifests. I'd say you need to add something like.
My guess (and I've not looked at the code) would be that the new classes are
missing from the manifest files. Take a look at apache/manifest.xml for a
simple example.
Yeah, I'm up and running! Thanks!
2012/12/16 Justin Mclean
> Hi,
>
> > That would be jbalsas. Thanks!
> I've added you to the JIRA committers group. You may need to log off and
> on again for it to take effect.
>
> Justin
>
>
@Chema
I don't want to include the manifest of other libraries and it's not like
that in others or maybe I missed something.
@Justin
I double checked my manifest.xml and it contains all classes included inside
the experimental library
I had the same problem with and I resolved it adding nam
Hi,
The compile target is looking a bit too complex than needed, for instance if
you look at the apache build.xml one (which relies on mx classes) it's much
simpler. It's it perhaps just the order in which compile targets are compiled?
Thanks,
Justin
@Justin,
The compile target of the apache build.xml is simpler because it deleagates
the detail of the config to compile-config.xml, I tried to do so but I ran
into the problem that the manifest.xml hasn't been taken in account and had
to add manualy all the classes to ExperimentalClasses.as to
I still get the problem but I've been able to use the compile-config.xml to
simply the build.xml, it was enough to add out of the compiler tag :
http://flex.apache.org/experimental/ns
I guess, it's missing in the apache lib too, that the reason why it does not
compile what there's in the
@Chema,
You was right, I'm surprised it works like that but it does, I added and
declared a new manifest file without include it (with all the used classes)
and it works, then thank you very much.
- Fred
-Message d'origine-
From: Frédéric THOMAS
Sent: Sunday, December 16, 2012 3:31
[
https://issues.apache.org/jira/browse/FLEX-33284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13533267#comment-13533267
]
Frédéric THOMAS commented on FLEX-33284:
- I renamed the bundle files to make them
Frédéric THOMAS created FLEX-33298:
--
Summary: The apache lib compile without including anything
Key: FLEX-33298
URL: https://issues.apache.org/jira/browse/FLEX-33298
Project: Apache Flex
Iss
Well, the new spark components are now checked in :)
Remains the fact that the apache.swc compiles with nothing inside, I created
a tickect.
- Fred
-Message d'origine-
From: Frédéric THOMAS
Sent: Sunday, December 16, 2012 5:00 AM
To: flex-dev@incubator.apache.org
Subject: Re: New Sp
[
https://issues.apache.org/jira/browse/FLEX-33242?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Frédéric THOMAS closed FLEX-33242.
--
Assignee: Frédéric THOMAS
> Mustella tests failed: when your computer language doesn't matc
[
https://issues.apache.org/jira/browse/FLEX-33267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Frédéric THOMAS closed FLEX-33267.
--
> RuntimeLocalization/RTL_SparkSkin/Integration/RTL_Compiler_LocaleParams_2_Tester
> RTL_Compi
[
https://issues.apache.org/jira/browse/FLEX-33250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Frédéric THOMAS closed FLEX-33250.
--
> pre_compile.sh from RuntimeLocalization\RTL_SparkSkin try to include files
> which don't exi
[
https://issues.apache.org/jira/browse/FLEX-33269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Frédéric THOMAS closed FLEX-33269.
--
> testcase for sort function of Sort without SortField set to fields property
> on spark:List
[
https://issues.apache.org/jira/browse/FLEX-33270?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Frédéric THOMAS closed FLEX-33270.
--
> spark/validators/CurrencyValidator/Methods/CV_validate_error_message_localized_tester
> CV_e
[
https://issues.apache.org/jira/browse/FLEX-33284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Frédéric THOMAS resolved FLEX-33284.
Resolution: Implemented
> New Spark Components
>
>
>
[
https://issues.apache.org/jira/browse/FLEX-33284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Frédéric THOMAS closed FLEX-33284.
--
> New Spark Components
>
>
> Key: FLEX-33284
>
Hi,
The release candidate can be found here;
http://people.apache.org/~jmclean/Apache%20Flex%204.9.0%20Release%20Candidate%203/
Fixed in this release candidate:
- Can compile on OSX with Java 1.7
- Make ide scripts now use AIR 3.4 rather than AIR 3.1
- Fix for TLF text truncation
I've done some
Hi,
Unless I'm misunderstanding something this:
http://flex.apache.org/ns
manifest.xml
is in apache/compile-config.xml and the manifest includes all the classes:
Are you saying these classes don't get included in apache.swc?
Thanks,
Ju
The manifest file is not taken in account until there's no :
http://flex.apache.org/ns
somewhere out of the compiler tag.
- Fred
-Message d'origine-
From: Justin Mclean
Sent: Sunday, December 16, 2012 7:03 AM
To: flex-dev@incubator.apache.org
Subject: Re: [jira] [Created] (FLEX
the manifest includes all the classes
All the exposed classes, yes, but not the classes used in this lib but
comming from other libs and that's apparently needed to compile
successfully.
- Fred
-Message d'origine-
From: Justin Mclean
Sent: Sunday, December 16, 2012 7:03 AM
To: fle
If you look at [1], you'll see I had to create a new manifest for the
external classes in more than the normal manifest [2] and had to declare the
2 namespaces [3] (and declared included only the experimental namespace) in
order to build successfully the experimental lib.
BTW, I still have to
HI,
> All the exposed classes, yes, but not the classes used in this lib but
> comming from other libs and that's apparently needed to compile successfully.
"ant apache" compiles without error, so I'm sure sure what you mean by
"sucessfully"? I would assume that the external-library-path in the
Hi,
Fairly certain that the manifest only need to include classes that you can
compiled into the swc not classes from other parts of the SDK. While it might
make it compile like that I think the swcs will end up bigger than we need.
Thanks,
Justin
Hi,
> BTW, I still have to well update the build_framework.xml in consequence.
You might want to hold off on that, as I don't think the build_framework files
are required any more.
Thanks,
Justin
Only the apache classes need to end up in the apache swc
Sure and that's what happen even if we create a new manifest file for the
external classes and declare the relative namespace until we mention only
the apache namespace in include-namespaces directive.
if you look at the catalog file o
Hi,
> in order to build successfully the experimental lib.
You might want to run a swfdump on the swc to see what it contains - just to
check nothing extra is being placed in there.
Justin
Thank's for that precision, I didn't know and updated it anyway.
- Fred.
-Message d'origine-
From: Justin Mclean
Sent: Sunday, December 16, 2012 7:47 AM
To: flex-dev@incubator.apache.org
Subject: Re: [jira] [Created] (FLEX-33298) The apache lib compile without
including anything
Hi,
It contains only what is needed :
size='1x7500' compressed='true' >
actionScript3='true' suppressCrossDomainCaching='false' swfRelati
veUrls='false' useNetwork='true'/>
compileDate='16/12/12 05:11'/>
AAB/f39/f39/f39/f39/f39/f39/fwA
There's nothing in the apache.swc :
size='1x7500' compressed='true' >
actionScript3='true' suppressCrossDomainCaching='false' swfRelati
veUrls='false' useNetwork='true'/>
compileDate='16/12/12 05:11'/>
name='_3cce83e09f78ff840a7a5958c148298dd9fabf82f15f9c948899ca55ad
36 matches
Mail list logo