You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by yishayw <yi...@hotmail.com> on 2017/04/04 07:38:59 UTC

Re: AW: AW: [FlexJS] flex-asjs build failing

Does anyone have ideas about this? I can't build the framework in Maven...



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-flex-asjs-build-failing-tp60461p60990.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: AW: AW: [FlexJS] flex-asjs build failing

Posted by yishayw <yi...@hotmail.com>.
Chris fixed it on my machine by commenting out of
framework/frameworks/pom.xml the <module>fontsrc</module> element.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-flex-asjs-build-failing-tp60461p61674.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: AW: AW: [FlexJS] flex-asjs build failing

Posted by yishayw <yi...@hotmail.com>.
Tried again, Maven build still failing on this issue.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-flex-asjs-build-failing-tp60461p61591.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: AW: AW: [FlexJS] flex-asjs build failing

Posted by yishayw <yi...@hotmail.com>.
Ignore this mail. Fontkit download is still failing.


yishayw wrote
> I think I got passed the fontkit problem by copying the contents of 
> 
> %JAVA_HOME%/../jre/lib/security
> to
> %JAVA_HOME%/lib/security
> 
> (Copying it to %JAVA_HOME%/jre/lib/security didn't make a different to
> me.) Apparently there's a bunch of files other than local_policy.jar and
> US_export_policy.jar that need to be there.
> 
> Now rat.txt is telling me that templates/swfobject/swfobject.js has an
> unapproved license. This is strange because I don't even see it in the
> file system, so I'm not sure how to fix that.





--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-flex-asjs-build-failing-tp60461p61007.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: AW: AW: [FlexJS] flex-asjs build failing

Posted by yishayw <yi...@hotmail.com>.
I think I got passed the fontkit problem by copying the contents of 

%JAVA_HOME%/../jre/lib/security
to
%JAVA_HOME%/lib/security

(Copying it to %JAVA_HOME%/jre/lib/security didn't make a different to me.)
Apparently there's a bunch of files other than local_policy.jar and
US_export_policy.jar that need to be there.

Now rat.txt is telling me that templates/swfobject/swfobject.js has an
unapproved license. This is strange because I don't even see it in the file
system, so I'm not sure how to fix that.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-flex-asjs-build-failing-tp60461p61006.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: AW: AW: [FlexJS] flex-asjs build failing

Posted by yishayw <yi...@hotmail.com>.
I don't think it's the Maven version because I only downloaded it a few weeks
ago. I'm trying to get a dev environment on my new computer. At least I got
the Ant build to work. Thanks.



--
View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-flex-asjs-build-failing-tp60461p60997.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: AW: AW: [FlexJS] flex-asjs build failing

Posted by Alex Harui <ah...@adobe.com>.

On 4/4/17, 12:38 AM, "yishayw" <yi...@hotmail.com> wrote:

>Does anyone have ideas about this? I can't build the framework in Maven...

Don't know for sure.  What Maven version are you running?  I think older
ones don't quite know how to bring down a mavenized Flex SDK.

My repo cache has the following for font kit:

com/adobe//fontkit
com/adobe//fontkit/1.0
com/adobe//fontkit/1.0/fontkit-1.0.jar
com/adobe//fontkit/1.0/fontkit-1.0.pom
com/adobe//fontkit/afe
com/adobe//fontkit/afe/1.0
com/adobe//fontkit/afe/1.0/afe-1.0.jar
com/adobe//fontkit/afe/1.0/afe-1.0.pom
com/adobe//fontkit/aglj40
com/adobe//fontkit/aglj40/1.0
com/adobe//fontkit/aglj40/1.0/aglj40-1.0.jar
com/adobe//fontkit/aglj40/1.0/aglj40-1.0.pom
com/adobe//fontkit/rideau
com/adobe//fontkit/rideau/1.0
com/adobe//fontkit/rideau/1.0/rideau-1.0.jar
com/adobe//fontkit/rideau/1.0/rideau-1.0.pom


You might be able to piece that together as well.

HTH,
-Alex