On 12 July 2013 13:44, Luke Daley <[email protected]> wrote: > I can take over the fix if you are pressed for time. >
That would be cool, I won't be working on it until Monday evening your time either way. > If you have a failing test case, push it and I'll pick it up. > I don't have anything coded up, it would be simple to do: just take the build script that I put into the forum entry, but move the 'nom' and 'util' project sections into nom/build.gradle and util/build.gradle. Execute 'gradle generatePom' and inspect 'util/build/publications/mavenJava/pom-default.xml. With the all-in-one script the 'jxpath' dependency is included in the pom, with separate build scripts they are not. I used git bisect to track it down to the specified commit. My suspicion is that it's ordering related: that the dependency is not yet configured at the time we call "publication.from(components.java)". If you don't get around to it I'll look on Monday, but I've got plenty C++ stuff to work on (learning assembler, woot). Daz > > On 12/07/2013, at 7:43 PM, Daz DeBoer <[email protected]> > wrote: > > > OK I've tracked it down to this commit of mine: > https://github.com/gradle/gradle/commit/1991e8310218b42af4c45bc95a1d6857dc1dbf22 > > I'll see if I can get a fix by Tuesday morning (GMT) > > Daz > > > > > > On 12 July 2013 12:15, Daz DeBoer <[email protected]> wrote: > > G'day > > A problem was reported in > http://forums.gradle.org/gradle/topics/using_the_maven_publish_plugin_no_dependencies_in_pom_xml(second > half of thread) that I've confirmed to be a 1.6->1.7 regression. > > > > I'm investigating now, but my work on it will be sporadic. Hopefully > have an answer by Monday. > > > > -- > > Darrell (Daz) DeBoer > > Principal Engineer, Gradleware > > http://www.gradleware.com > > > > > > > > -- > > Darrell (Daz) DeBoer > > Principal Engineer, Gradleware > > http://www.gradleware.com > > -- > Luke Daley > Principal Engineer, Gradleware > http://gradleware.com > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > > -- Darrell (Daz) DeBoer Principal Engineer, Gradleware http://www.gradleware.com
