Hi John, Unfortunately, the mvn javadoc:javadoc didn't work:
~/DevTools/Java/oauth/core $ mvn javadoc:javadoc [INFO] Scanning for projects... Downloading: http://repo1.maven.org/maven2/net/oauth/oauth-parent/20090530/oauth-parent-20090530.pom [INFO] Unable to find resource 'net.oauth:oauth-parent:pom:20090530' in repository central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error building POM (may not be this project's POM). Project ID: net.oauth.core:oauth-core-parent:pom:20090530 Reason: Cannot find parent: net.oauth:oauth-parent for project: net.oauth.core:oauth-core-parent:pom:20090530 for project net.oauth.core:oauth-core-parent:pom:20090530 [INFO] ------------------------------------------------------------------------ [INFO] Trace org.apache.maven.reactor.MavenExecutionException: Cannot find parent: net.oauth:oauth-parent for project: net.oauth.core:oauth-core- parent:pom:20090530 for project net.oauth.core:oauth-core-parent:pom: 20090530 at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:432) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:300) at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137) at org.apache.maven.cli.MavenCli.main(MavenCli.java:362) at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:41) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun .reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: 39) at sun .reflect .DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: 25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java: 430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find parent: net.oauth:oauth-parent for project: net.oauth.core:oauth- core-parent:pom:20090530 for project net.oauth.core:oauth-core- parent:pom:20090530 at org .apache .maven .project .DefaultMavenProjectBuilder .assembleLineage(DefaultMavenProjectBuilder.java:1396) at org .apache .maven .project .DefaultMavenProjectBuilder .buildInternal(DefaultMavenProjectBuilder.java:823) at org .apache .maven .project .DefaultMavenProjectBuilder .buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:508) at org .apache .maven .project .DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:200) at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:632) at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:515) at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:419) ... 12 more Caused by: org.apache.maven.project.ProjectBuildingException: POM 'net.oauth:oauth-parent' not found in repository: Unable to download the artifact from any repository net.oauth:oauth-parent:pom:20090530 from the specified remote repositories: central (http://repo1.maven.org/maven2) for project net.oauth:oauth-parent at org .apache .maven .project .DefaultMavenProjectBuilder .findModelFromRepository(DefaultMavenProjectBuilder.java:605) at org .apache .maven .project .DefaultMavenProjectBuilder .assembleLineage(DefaultMavenProjectBuilder.java:1392) ... 18 more Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException: Unable to download the artifact from any repository net.oauth:oauth-parent:pom:20090530 from the specified remote repositories: central (http://repo1.maven.org/maven2) at org .apache .maven .artifact .resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java: 228) at org .apache .maven .artifact .resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java: 90) at org .apache .maven .project .DefaultMavenProjectBuilder .findModelFromRepository(DefaultMavenProjectBuilder.java:558) ... 19 more Caused by: org.apache.maven.wagon.ResourceDoesNotExistException: Unable to download the artifact from any repository at org .apache .maven .artifact .manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:349) at org .apache .maven .artifact .resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java: 216) ... 21 more [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1 second [INFO] Finished at: Mon Jul 27 00:23:04 PDT 2009 [INFO] Final Memory: 3M/79M [INFO] -Mike On Jul 25, 2009, at 12:17 PM, John Kristian wrote: > > You can generate javadoc like this: > > svn checkout http://oauth.googlecode.com/svn/code/java/core > cd core > mvn javadoc:javadoc > > You'll find the javadoc in target/site/apidocs/index.html. > > There's a beginner's guide http://oauth.net/documentation/getting-started > > Yes, tokens may be expired or revoked. But OAuth Core doesn't > standardize the process. > > On Jul 24, 10:53 pm, mw_java <[email protected]> wrote: >> I looked at the following URLs and noticed that there was no JavaDocs >> included with these libraries: >> >> http://oauth.googlecode.com/svn/code/java/core/ >> http://spring-security-oauth.codehaus.org >> http://code.google.com/p/oauth-signpost/ >> >> Question(s): >> >> (1) What is the best way to get up to speed with the OAuth libraries? >> (2) Can an OAuth token be expired or revoked? >> (3) What's the best tutorial / online resource for learning OAuth? > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OAuth" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/oauth?hl=en -~----------~----~----~----~------~----~------~--~---
