On 8/20/16, 11:08 PM, "[email protected] on behalf of OmPrakash Muppirala" <[email protected] on behalf of [email protected]> wrote:
>On Aug 20, 2016 10:33 PM, "Alex Harui" <[email protected]> wrote: >> >> >> >> On 8/20/16, 5:50 PM, "[email protected] on behalf of OmPrakash >>Muppirala" >> <[email protected] on behalf of [email protected]> wrote: >> >> >Okay, looks like the falcon distribution has changed a lot. Can you >> >please >> >point me to the new way of doing these: >> > >> >Right now, we copy: >> > >> >falcon/js/lib to flexjs/js/lib >> >falcon/js/lib to flexjs/js/libs >> >falcon/externs to flexjs/externs >> >falcon/compiler/generated/dist/sdk/lib to flexjs/lib >> >falcon/compiler/lib to flexjs/lib/external >> > >> >How would this change with the new maven related changes? >> >> I'm not quite sure what you are looking for. Are you copying files from >> the repos or a binary package? > >Binary package. I am trying to reconcile the way we were packaging >0.6.0 >vs the way we are doing it with 0.7.0. If you are starting with apache-flex-falconjx-0.7.0-bin, then the answers are slightly different because the binary packages bundles flex-typedefs (sort of like how flex-sdk bundles flex-tlf): I think what was in falcon/js/lib is now in falcon/compiler-jx/lib falcon/js/libs should still be there What was in falcon/externs is now in falcon/flex-typedefs falcon/compiler/generated/dist/sdk/lib is probably in falcon/compiler/lib and already has the external folder set up correctly. -Alex
