I'm trying to generate a Javadocs Jar with Tycho.
I'm running into all sorts of problems.
Before trouble-shooting this more, is this supposed to work like regular Maven, or is it broken in Tycho? Just running 'mvn javadoc:javadoc' does claim to do something, but does not produce anything.
I've attached (some lines of) the -X output down below.
Thanks!
-Max

...
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO] **************************************************************
[INFO] Starting Jakarta Velocity v1.4
[INFO] RuntimeInstance initializing.
[INFO] Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties [INFO] Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl) [INFO] Resource Loader Instantiated: org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader
[INFO] ClasspathResourceLoader : initialization starting.
[INFO] ClasspathResourceLoader : initialization complete.
[INFO] ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
[INFO] Default ResourceManager initialization complete.
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Literal
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Macro
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Parse
[INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Include [INFO] Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
[INFO] Created: 20 parsers.
[INFO] Velocimacro : initialization starting.
[INFO] Velocimacro : adding VMs from VM library template : VM_global_library.vm [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. [INFO] Velocimacro : error using VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm'
[INFO] Velocimacro :  VM library template macro registration complete.
[INFO] Velocimacro : allowInline = true : VMs can be defined inline in templates [INFO] Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions [INFO] Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
[INFO] Velocimacro : initialization complete.
[INFO] Velocity successfully started.
[DEBUG] Looked up - [EMAIL PROTECTED] - ClassRealm[/plugins/org.apache.maven.plugins:maven-javadoc-plugin:[EMAIL PROTECTED]/thread:main, parent: ClassRealm[plexus.core, parent: null]] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-javadoc-plugin:2.4:javadoc' with basic configurator -->
[DEBUG]   (f) aggregate = false
[DEBUG]   (f) author = true
[DEBUG] (f) bottom = Copyright © {inceptionYear}-{currentYear} {organizationName}. All Rights Reserved.
[DEBUG]   (f) breakiterator = false
[DEBUG]   (f) charset = ISO-8859-1
[DEBUG]   (f) debug = false
[DEBUG]   (f) destDir = apidocs
[DEBUG]   (f) docfilessubdirs = false
[DEBUG]   (f) docletArtifact = groupId = 'null'
artifactId = 'null'
version = 'null'
[DEBUG] (f) docletArtifacts = [Lorg.apache.maven.plugin.javadoc.options.DocletArtifact;@1367dca [DEBUG] (f) doctitle = Unnamed - my.tests:ab-javadocs:eclipse-plugin:1.0.0 1.0.0 API
[DEBUG]   (f) encoding = ISO-8859-1
[DEBUG] (f) groups = [Lorg.apache.maven.plugin.javadoc.options.Group;@1d1068c
[DEBUG]   (f) isOffline = false
[DEBUG] (f) javadocDirectory = /auto/cliq/tools/maven/tests/ab-javadocs/src/main/javadoc
[DEBUG]   (f) keywords = false
[DEBUG]   (f) links = []
[DEBUG]   (f) linksource = false
[DEBUG] (f) localRepository = Repository[local|file:///users/mspring/.m2/repository]
[DEBUG]   (f) nocomment = false
[DEBUG]   (f) nodeprecated = false
[DEBUG]   (f) nodeprecatedlist = false
[DEBUG]   (f) nohelp = false
[DEBUG]   (f) noindex = false
[DEBUG]   (f) nonavbar = false
[DEBUG]   (f) nooverview = false
[DEBUG]   (f) nosince = false
[DEBUG]   (f) notimestamp = false
[DEBUG]   (f) notree = false
[DEBUG] (f) offlineLinks = [Lorg.apache.maven.plugin.javadoc.options.OfflineLink;@c0c9d0
[DEBUG]   (f) old = false
[DEBUG] (f) outputDirectory = /auto/cliq/tools/maven/tests/ab-javadocs/target/apidocs [DEBUG] (f) overview = /auto/cliq/tools/maven/tests/ab-javadocs/src/main/javadoc/overview.html [DEBUG] (f) project = MavenProject: my.tests:ab-javadocs:1.0.0 @ /auto/cliq/tools/maven/tests/ab-javadocs/pom.xml
[DEBUG]   (f) quiet = false
[DEBUG] (f) reactorProjects = [MavenProject: my.tests:ab-javadocs:1.0.0 @ /auto/cliq/tools/maven/tests/ab-javadocs/pom.xml] [DEBUG] (f) remoteRepositories = [Repository[forge|http://repository.sonatype.org/content/groups/public], Repository[central|http://repo1.maven.org/maven2]] [DEBUG] (s) reportOutputDirectory = /auto/cliq/tools/maven/tests/ab-javadocs/target/site/apidocs
[DEBUG]   (f) serialwarn = false
[DEBUG]   (f) settings = [EMAIL PROTECTED]
[DEBUG]   (f) show = protected
[DEBUG]   (f) splitindex = false
[DEBUG]   (f) stylesheet = java
[DEBUG]   (f) tagletArtifact = groupId = 'null'
artifactId = 'null'
version = 'null'
[DEBUG] (f) taglets = [Lorg.apache.maven.plugin.javadoc.options.Taglet;@10c624a
[DEBUG]   (f) tags = [Lorg.apache.maven.plugin.javadoc.options.Tag;@f99651
[DEBUG]   (f) use = true
[DEBUG]   (f) verbose = false
[DEBUG]   (f) version = true
[DEBUG] (f) windowtitle = Unnamed - my.tests:ab-javadocs:eclipse-plugin:1.0.0 1.0.0 API
[DEBUG] -- end configuration --
[INFO] [javadoc:javadoc]
[DEBUG] Setting context classloader for plugin to: /plugins/org.apache.maven.plugins:maven-javadoc-plugin:[EMAIL PROTECTED]/thread:main (instance is: ClassRealm[/plugins/org.apache.maven.plugins:maven-javadoc-plugin:[EMAIL PROTECTED]/thread:main, parent: ClassRealm[plexus.core, parent: null]]) [INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 seconds
[INFO] Finished at: Fri Nov 21 17:42:16 PST 2008
[INFO] Final Memory: 9M/17M
[INFO] ------------------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to