Thank you Chris :) Just tried and everything is working perfectly :)
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56551.html
Sent from the Apache Flex Development mailin
Chris,
I looked into this code yesterday cause I was curious whether I understand
some logic quickly, but without to much luck.
I don't have setup which allow me debug compiler etc. I think it will be
better if you fix this issue. I would like to move forward with some help on
FlexJS sight. I fi
I had a look at the problem, thanks for finding this one ☺
It only happens on windows machines, if the maven local repo is on a different
drive as the project you are compiling. I had a „lastIndexOf“ in the code,
which is absolutely valid on non-windows machines. On Windows machines it cuts
off
Ok ... forget that last email of mine ;-)
As soon as it came to the examples it failled with exactly the error you were
reporting. If you want to try to fix it, go ahead ... I’ll review your changes
after you did them. Otherwise I’ll try to tackle the problem.
Chris
Am 16.11.16, 13:11 schrie
Ok so I just setup my Windows 10 VM that I could run the build on a drive other
than C: and it worked perfectly.
What branch are you on, if I may ask?
Chris
Am 15.11.16, 22:13 schrieb "piotrz" :
Ok! I will try! :) It will be about my twenty first line of code in JAVA :)
Never touch jav
Ok! I will try! :) It will be about my twenty first line of code in JAVA :)
Never touch java in my life.
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56507.html
Sent f
On 11/15/16, 12:56 PM, "piotrz" wrote:
>Hmm...Cause source of falcon and other things I have on drive d:. Maven
>repository is on c:. That's could be the case - I will try to move
>everything to one drive.
If you have time, it would be better to try to fix the code in
MXMLFlexJSPublisher.java.
Hmm...Cause source of falcon and other things I have on drive d:. Maven
repository is on c:. That's could be the case - I will try to move
everything to one drive.
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.n
I'm wondering if it could be that the compiler is trying to find that path
on your d: drive instead of c:
There is code in
compiler-jx/src/main/java/org/apache/flex/compiler/internal/codegen/mxml/fl
exjs/MXMLFlexJSPublisher.java
in flex-falcon that tries to come up with the path. Maybe it isn'
Rally strange. Yes log is showing that file was downloaded [1]. I have full
permission on this file.
[1] https://paste.apache.org/i7fD
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-conce
On 11/15/16, 11:17 AM, "piotrz" wrote:
>Ohh... :) Ok I've added catch in that place. Compiler can't find file [1].
>I've checked and I have this file in that path:
>google-closure-library-0.0-20150902-b129bb9e.jar.
>
>I did remove everything from that folder and rebuild everything failed
>again
Ohh... :) Ok I've added catch in that place. Compiler can't find file [1].
I've checked and I have this file in that path:
google-closure-library-0.0-20150902-b129bb9e.jar.
I did remove everything from that folder and rebuild everything failed
again.
[1] https://paste.apache.org/nLd1
-
Ap
On 11/15/16, 10:32 AM, "piotrz" wrote:
>In general I'm able to build Falcon, FlexJS and typedefs, but built of
>example itself is just not working.
>
>What do you mean saying: "add more code to JSGoogPublisher " ?
The log shows an exception caused by code at line 264 in
compiler-jx/src/main/ja
In general I'm able to build Falcon, FlexJS and typedefs, but built of
example itself is just not working.
What do you mean saying: "add more code to JSGoogPublisher " ?
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n
On 11/15/16, 10:13 AM, "piotrz" wrote:
>Alex,
>
>The most recent is this one [1]. Take a look into the moment when App.js
>has
>been compiled.
I haven't seen that before. You have all the source code, right? Can you
add more code to JSGoogPublisher to get more information about the
exception
Alex,
The most recent is this one [1]. Take a look into the moment when App.js has
been compiled.
[1] https://paste.apache.org/WRup
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-
I'm unclear as to what error you are now getting. Which is the most
recent log?
-Alex
On 11/15/16, 10:04 AM, "piotrz" wrote:
>I've just update my java version and nothing change. Still same error.
>
>
>
>-
>Apache Flex PMC
>piotrzarzyck...@gmail.com
>--
>View this message in context:
>http:
I've just update my java version and nothing change. Still same error.
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56495.html
Sent from the Apache Flex Development mail
Carlos,
I would like to ask you for one thing - Could you please post me on
paste.apache.org output for successfull build. Please do build with
additional parameter. -> "args": ["clean", "install", "-DskipTests", "-X"]
Thanks,
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this
Thanks Carlos! I will try something tomorrow again. I'm on Windows 10 :)
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56491.html
Sent from the Apache Flex Develop
Hi Piotrz,
I have this
java version "1.8.0_102"
Java(TM) SE Runtime Environment (build 1.8.0_102-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode)
are you on Mac, if so I have a very simple setup:
*0.- (pre step) Install XCode and with this command line tools from App
St
Hi Carlos,
What version of Java are you using in your system ? Cause I still can't
built any example. Maybe it is some kind of maven-java problem.
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS
Chris,
That was it. - Thank you! :) I've updated GIT to newest version and
everything has built without the problem, but example is still failing with
same result. [1]
[1] https://paste.apache.org/WRup
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
htt
Chris,
Git: 2.7.4
Java:
Installed: java version "1.8.0_111"
JAVA_HOME: jdk1.8.0_74
Maven 3.3.9
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56433.html
Sent from
I’ve tried the build on windows 10 and it works nicely.
Could you please report the following versions:
- Git
- Java
- Maven
Chris
Am 10.11.16, 07:36 schrieb "piotrz" :
Tried through the bash and result is same.
-
Apache Flex PMC
piotrzarzyck...@gmail.com
-
Tried through the bash and result is same.
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56428.html
Sent from the Apache Flex Development mailing list archive at Nabble.c
Yes Alex I'm on Windows 10. I've tried apply patch by Source Tree [1]. Do you
recommend me to use command line ? Source tree has also bash console I will
try by console later today.
[1] https://www.sourcetreeapp.com/
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in
Hi Piotr,
You are using Windows? Are you running from command prompt, cygwin, git
bash or something else?
-Alex
On 11/9/16, 9:33 PM, "piotrz" wrote:
>I've tried apply patch using Source Tree and got same result as building
>by
>maven -> https://paste.apache.org/FsuI
>
>
>
>-
>Apache Flex
I've tried apply patch using Source Tree and got same result as building by
maven -> https://paste.apache.org/FsuI
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56425.htm
Alex,
Logs from build of typedefs was in previous post.
[1] https://paste.apache.org/XuzH
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp56292p56416.html
Sent from the
I'm not seeing a patch error in your pasted log. This log looks more like
the build for the MDL branch didn't build the MDL swc or store it as a
snapshot in your local repo.
Regarding the patch, I think Maven and Ant are calling git patch instead
of GNU's patch. Can you try manually applying the
I've removed everything from maven repo and all generated file in typedefs
repo. It's still failing on this patch file.
Maybe today I will try remove git repo and checkout once again. Same with
example. I've tried two and both are failing with the same error [1]
[1] https://paste.apache.org/Nnqt
Alex,
Unfortunately it didn't help. [1]. I see in log that it's download new file.
[1] https://paste.apache.org/XuzH
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Build-concerns-tp5629
On 11/8/16, 1:25 PM, "piotrz" wrote:
>Chris,
>
>I have switched to your branch on Falcon, typedefs and FlexJS. It's
>failing
>during execution of goal "patch-js". [1] What js.patch file is for ?
We make certain change to the externs via a .patch file. Try deleting
svg.js from your Maven cache
Chris,
I have switched to your branch on Falcon, typedefs and FlexJS. It's failing
during execution of goal "patch-js". [1] What js.patch file is for ?
[1] https://paste.apache.org/fHg0
Piotr
-
Apache Flex PMC
piotrzarzyck...@gmail.com
--
View this message in context:
http://apache-flex
I just merged everything from devlop and the mdl to the maven-examples branch
and that does build at the moment ...
Chris
Am 08.11.16, 18:18 schrieb "piotrz" :
I've rebuilt several times Falcon, FlexJS and later Chart example. I've
tried
also with DataBindingExample, but it's the same
I've rebuilt several times Falcon, FlexJS and later Chart example. I've tried
also with DataBindingExample, but it's the same.
I was used MDL branch (flexjs) with merged all changes from develop and
develop branches for Falcon and dypedefs.
Now typedefs are also failing [1].
Maybe something is w
37 matches
Mail list logo