Great! Yeah, it seemed simple enough to copy a pom.xml from the other projects and make a couple of tweaks. I figured I'd save you a minute. :)
- Josh On Fri, Jul 15, 2016 at 12:31 PM, Christofer Dutz <christofer.d...@c-ware.de > wrote: > Ok so I adjusted the Maven build and it now builds nicely again. > > By the way the pom.xml you created was 100% correct. All that was missing > was to tell maven to build that module in the pom.xml up one level and to > add dependencies to the new module in a few modules that needed it to > compile. > > > Chris > > ________________________________ > Von: Christofer Dutz <christofer.d...@c-ware.de> > Gesendet: Freitag, 15. Juli 2016 19:10:41 > An: dev@flex.apache.org > Betreff: AW: git commit: [flex-asjs] [refs/heads/develop] - > js-config-template (plus jquery and node): added missing reference to > Core.swc, which is required for org.apache.flex.utils.Language > > Ok ... I'll monitor the commits in order to replicate the config for Maven. > > > Chris > > ________________________________ > Von: Josh Tynjala <joshtynj...@gmail.com> > Gesendet: Freitag, 15. Juli 2016 19:08:32 > An: dev@flex.apache.org > Betreff: Re: git commit: [flex-asjs] [refs/heads/develop] - > js-config-template (plus jquery and node): added missing reference to > Core.swc, which is required for org.apache.flex.utils.Language > > I'll be creating frameworks/projects/Language and > frameworks/js/FlexJS/projects/LanguageJS. > > I'm pulling out the Namespace, QName, and org.apache.flex.utils.Language > classes from Core/CoreJS. > > - Josh > > On Fri, Jul 15, 2016 at 10:03 AM, Christofer Dutz < > christofer.d...@c-ware.de > > wrote: > > > Where are you pulling it to? Just so I know what I need to adjust on the > > Maven side. > > > > > > Chris > > > > ________________________________ > > Von: Josh Tynjala <joshtynj...@gmail.com> > > Gesendet: Freitag, 15. Juli 2016 17:39:56 > > An: dev@flex.apache.org > > Betreff: Re: git commit: [flex-asjs] [refs/heads/develop] - > > js-config-template (plus jquery and node): added missing reference to > > Core.swc, which is required for org.apache.flex.utils.Language > > > > Yeah, I'll try to get this cleared up today. I'll also try to pull the > > Language class out of Core, as we discussed previously. > > > > - Josh > > > > On Fri, Jul 15, 2016 at 7:33 AM, Alex Harui <aha...@adobe.com> wrote: > > > > > That seems like a reasonable solution, at least for now. > > > > > > Thanks for putting it together. Josh, do you want to try it? > > > > > > -Alex > > > > > > On 7/14/16, 11:30 PM, "Greg Dove" <greg.d...@gmail.com> wrote: > > > > > > >I encountered this today when I tried to build flexjs for the first > time > > > >with the latest develop code. > > > > > > > >It's probably bad style (I am still figuring this stuff out, however > > > >duplicating the same library element at the lower level does seem > > > >"wrong"), > > > >but one option could be to do this [1] - that makes the ant build work > > > >again, at least. > > > > > > > > > > > >1. > > > > > > > https://dl.dropboxusercontent.com/u/13816570/config-js-config_patch.patch > > > > > > > > > > > > > > > >On Fri, Jul 15, 2016 at 4:56 PM, Alex Harui <aha...@adobe.com> wrote: > > > > > > > >> > > > >> > > > >> On 7/14/16, 2:22 PM, "Josh Tynjala" <joshtynj...@gmail.com> wrote: > > > >> > > > >> >So js-config.xml needs to be updated to include Core.swc in the > > > >> >library-path so that the org.apache.flex.utils.Language class is > > > >> >available. > > > >> >However, it looks like the build process for Core.swc may actually > be > > > >> >referencing js-config.xml, so it ends up expecting itself as a > > > >> >dependency... Any ideas on how to fix that? > > > >> > > > >> Well, we should probably break Language out of Core, but I think you > > may > > > >> still have an issue building the SWC with just Language in it. You > > may > > > >> need another config like js-only-config that is only used to get the > > > >>chain > > > >> of SWCs started. > > > >> > > > >> -Alex > > > >> > > > >> > > > > > > > > >