The fix has been merged. Thanks, Chris and Ciellie! Zach
On Jun 14, 2012, at 9:39 AM, Chris Tweney <[email protected]> wrote: > Ciellie -- > > o.s.n.user is an old bundle that's been split into o.s.n.user.api and > o.s.n.user.impl. The ldapauth bundle, since it's in contrib, isn't > officially supported by the core team. But the fix is easy enough -- > just swap in the user.api bundle instead. > > I've issued a pull request [1] which fixes the issue. One of the other > committers should merge it in soon -- or you can pull my branch at [2] > if you're in a rush to get the fixed version. > > -chris > > [1] https://github.com/sakaiproject/nakamura/pull/839 > > [2] https://github.com/ctweney/nakamura/tree/ldapauthfix > > On 6/14/12 8:42 AM, Ciellie Jansen Van Vuuren wrote: >> Hallo >> >> >> When I try to build the LDAP Authentication Module I get the following >> error: >> >> >> Where can I find this jar ? >> >> >> Thanx Ciellie >> >> >> [INFO] >> ------------------------------------------------------------------------ >> >> [ERROR] BUILD ERROR >> >> [INFO] >> ------------------------------------------------------------------------ >> >> [INFO] Failed to resolve artifact. >> >> >> Missing: >> >> ---------- >> >> 1) >> org.sakaiproject.nakamura:org.sakaiproject.nakamura.user:jar:1.4.0-SNAPSHOT >> >> >> Try downloading the file manually from the project website. >> >> >> Then, install it using the command: >> >> mvn install:install-file -DgroupId=org.sakaiproject.nakamura >> -DartifactId=org.sakaiproject.nakamura.user -Dversion=1.4.0-SNAPSHOT >> -Dpackaging=jar -Dfile=/path/to/file >> >> >> Alternatively, if you host your own repository you can deploy the file >> there: >> >> mvn deploy:deploy-file -DgroupId=org.sakaiproject.nakamura >> -DartifactId=org.sakaiproject.nakamura.user -Dversion=1.4.0-SNAPSHOT >> -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] >> >> >> Path to dependency: >> >> 1) >> org.sakaiproject.nakamura:org.sakaiproject.nakamura.auth.ldap:bundle:1.4.0-SNAPSHOT >> >> >> 2) >> org.sakaiproject.nakamura:org.sakaiproject.nakamura.user:jar:1.4.0-SNAPSHOT >> >> >> ---------- >> >> 1 required artifact is missing. >> >> >> for artifact: >> >> org.sakaiproject.nakamura:org.sakaiproject.nakamura.auth.ldap:bundle:1.4.0-SNAPSHOT >> >> >> >> from the specified remote repositories: >> >> sonatype (https://oss.sonatype.org/content/repositories/releases/), >> >> sakai-snapshots (http://source.sakaiproject.org/maven2-snapshots), >> >> central (http://repo1.maven.org/maven2), >> >> java.net (http://download.java.net/maven/2), >> >> sonatype-nexus-snapshots >> (https://oss.sonatype.org/content/repositories/snapshots), >> >> modularity-snapshots (http://m2.modularity.net.au/snapshots), >> >> apache-snapshots (http://repository.apache.org/snapshots/), >> >> maven repo (http://repo1.maven.org/maven2/), >> >> OPS4J (http://repository.ops4j.org/maven2), >> >> modularity-releases (http://m2.modularity.net.au/releases), >> >> sakai-releases (http://source.sakaiproject.org/maven2/) >> >> >> >> >> [INFO] >> ------------------------------------------------------------------------ >> >> [INFO] For more information, run Maven with the -e switch >> >> [INFO] >> ------------------------------------------------------------------------ >> >> [INFO] Total time: 14 seconds >> >> [INFO] Finished at: Thu Jun 14 12:50:54 SAST 2012 >> >> [INFO] Final Memory: 35M/618M >> >> [INFO] -------------------------------- >> >> >> Vrywaringsklousule / Disclaimer: >> _http://www.nwu.ac.za/it/gov-man/disclaimer.html _ >> >> >> >> _______________________________________________ >> oae-dev mailing list >> [email protected] >> http://collab.sakaiproject.org/mailman/listinfo/oae-dev > _______________________________________________ > oae-dev mailing list > [email protected] > http://collab.sakaiproject.org/mailman/listinfo/oae-dev _______________________________________________ oae-dev mailing list [email protected] http://collab.sakaiproject.org/mailman/listinfo/oae-dev
