Help building javadocs?

View: New views
12 Messages — Rating Filter:   Alert me  

Help building javadocs?

by Jonathan Gold-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi --

I'm new to Grizzly and really like it. I wanted to be able to read the javadocs
offline, and know that there is already a bug outstanding to the effect that the
javadoc.jar on the site is not correct.

Until it is, I'm trying just to use the maven task javadoc:javadoc on a Grizzly
checkout, but it's taking a long long time to run (hours) and ultimately running
out of memory.

Is this to be expected, or am I going about it the wrong way?

Thanks,

jon

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Help building javadocs?

by Jeanfrancois Arcand-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Salut,

try doing:

% mvn site

The result should be available under
/grizzly/trunk/target/site

Let me know how it goes.

A+
-_ Jeanfrancois

Jonathan Gold wrote:

> Hi --
>
> I'm new to Grizzly and really like it. I wanted to be able to read the javadocs
> offline, and know that there is already a bug outstanding to the effect that the
> javadoc.jar on the site is not correct.
>
> Until it is, I'm trying just to use the maven task javadoc:javadoc on a Grizzly
> checkout, but it's taking a long long time to run (hours) and ultimately running
> out of memory.
>
> Is this to be expected, or am I going about it the wrong way?
>
> Thanks,
>
> jon
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Help building javadocs?

by Jonathan Gold-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks. I tried that and it failed at first on a preliminary task with out of
memory errors. Then I set MAVEN_OPTS="-Xmx1g" and it appeared to make it into
the javadoc phase, but after about 25 minutes and 98% cpu usage attributed by
top to a javadoc process, it never made it past the last line below (I finally
killed it).

Normal?

Maven output:

[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   grizzly-project
[INFO]   grizzly-utils
[INFO]   grizzly-framework
[INFO]   grizzly-portunif
[INFO]   grizzly-rcm
[INFO]   grizzly-http
[INFO]   grizzly-http-servlet
[INFO]   grizzly-comet
[INFO]   grizzly-cometd
[INFO]   grizzly-compat
[INFO]   grizzly-servlet-deployer
[INFO]   grizzly-nio-framework
[INFO]   grizzly-http-webserver
[INFO]   grizzly-servlet-webserver
[INFO]   grizzly-comet-webserver
[INFO]   grizzly-cometd-webserver
[INFO]   grizzly-webserver
[INFO]   grizzly-http-servlet-deployer
[INFO]   grizzly-bundles
[INFO]   grizzly-config
[INFO]   grizzly-modules
[INFO]   grizzly-ajp
[INFO]   grizzly-hudson
[INFO]   grizzly-cachetest
[INFO]   grizzly-cometd-client
[INFO]   grizzly-extra
[INFO]   grizzly-comet-chat
[INFO]   grizzly-comet-chat-iframe
[INFO]   grizzly-comet-counter
[INFO]   grizzly-comet-jmaki
[INFO]   grizzly-comet-hidden
[INFO]   grizzly-cometd-example-chat
[INFO]   grizzly-cometd-sample-echo
[INFO]   grizzly-cometd-example-bayeux
[INFO]   grizzly-twitter
[INFO]   grizzly-framework-samples
[INFO]   grizzly-embed-samples
[INFO]   grizzly-multiple-adapter
[INFO]   grizzly-samples
[INFO]   Grizzly OSGi HttpService
[INFO]   Grizzly OSGi HttpService Bundle
[INFO]   grizzly-contribs-bundles
[INFO]   grizzly-contribs
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-project
[INFO]    task-segment: [site]
[INFO] ------------------------------------------------------------------------
[WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
[WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
[WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
[WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
[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.
[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.
[INFO] Preparing javadoc:javadoc
[INFO] No goals needed for project - skipping
[INFO] Preparing javadoc:aggregate
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-project
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-utils
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-framework
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-portunif
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-rcm
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-http
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-http-servlet
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-compat
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-servlet-deployer
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-nio-framework
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-http-webserver
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-servlet-webserver
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-webserver
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-webserver
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-webserver
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-http-servlet-deployer
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-bundles
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-config
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-modules
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-ajp
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-hudson
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cachetest
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-client
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-extra
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-chat
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-chat-iframe
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-counter
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-jmaki
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-hidden
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-example-chat
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-sample-echo
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-example-bayeux
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-twitter
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-framework-samples
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-embed-samples
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-multiple-adapter
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-samples
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building Grizzly OSGi HttpService
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building Grizzly OSGi HttpService Bundle
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-contribs-bundles
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-contribs
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] Preparing javadoc:test-javadoc
[INFO] No goals needed for project - skipping
[INFO] Preparing javadoc:test-aggregate
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-project
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-utils
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] File encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent!
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 10 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-framework
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-portunif
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/portunif/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-rcm
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-http
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-http-servlet
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-compat
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-servlet-deployer
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet-deployer/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-nio-framework
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/framework/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-http-webserver
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-servlet-webserver
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http-servlet/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-webserver
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/comet/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-webserver
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/cometd/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-webserver
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/webserver/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-http-servlet-deployer
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http-servlet-deployer/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-bundles
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-config
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [hk2:hk2-compile {execution: default-hk2-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [bundle:manifest {execution: bundle-manifest}]
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-modules
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-ajp
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-hudson
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cachetest
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/extras/cachetest/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-client
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/extras/cometd-client/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-extra
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-chat
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-chat-iframe
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-chat-iframe/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-counter
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-jmaki
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-jmaki/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-hidden
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-hidden/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-example-chat
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-chat/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-sample-echo
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-echo/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-example-bayeux
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-javaapiupdate-chat/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-twitter
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/twitter/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-framework-samples
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-embed-samples
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/http/http-embed/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-multiple-adapter
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-samples
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building Grizzly OSGi HttpService
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/contribs/grizzly-httpservice/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building Grizzly OSGi HttpService Bundle
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/contribs/bundles/grizzly-httpservice-bundle/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-contribs-bundles
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-contribs
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] Preparing findbugs:findbugs
[INFO] No goals needed for project - skipping
[INFO] [site:site {execution: default-site}]
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from java.net
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from maven-repository.dev.java.net
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from codehaus
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from glassfish-maven2-repository.dev.java.net
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from central
Downloading: http://repo1.maven.org/maven2/org/apache/maven/skins/maven-default-skin/1.0/maven-default-skin-1.0.jar
542/?
1050/?
1601/?
2111/?
2627/?
3189/?
3751/?
4124/?
4956/?
5465/?
5836/?
6346/?
6932/?
8168/?
     
[INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already exists for the English version.
[INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html" already exists for the English version.
[INFO] Generating "Project Team" report.
[INFO] Generating "Test JavaDocs" report.
Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-client/1.1.1-ea-SNAPSHOT/jersey-client-1.1.1-ea-SNAPSHOT.jar
Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-core/1.1.1-ea-SNAPSHOT/jersey-core-1.1.1-ea-SNAPSHOT.jar
Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-server/1.1.1-ea-SNAPSHOT/jersey-server-1.1.1-ea-SNAPSHOT.jar
[WARNING] Source files encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent!
[ERROR] Error fetching link: ../apidocs/package-list. Ignored it.
[INFO]
Loading source files for package com.sun.grizzly.util...
Loading source files for package com.sun.grizzly...
Loading source files for package com.sun.grizzly.utils...
Loading source files for package com.sun.grizzly.portunif...
Loading source files for package com.sun.grizzly.rcm...
Loading source files for package com.sun.grizzly.http...
Loading source files for package com.sun.grizzly.http.utils...
Loading source files for package filter...
Loading source files for package com.sun.grizzly.comet...
Loading source files for package com.sun.grizzly.cometd...
Loading source files for package com.sun.grizzly.http.servlet.deployer...
Loading source files for package com.sun.grizzly.config...
Loading source files for package com.sun.grizzly.cometd.client...
Loading source files for package com.sun.grizzly.osgi.httpservice...
Constructing Javadoc information...
Standard Doclet version 1.6.0_13
Building tree for all the packages and classes...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//B2CConverterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//GrizzlyVersionTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//SyncThreadPoolTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//BaseSelectionKeyHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ClientCacheTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ConnectionImpl.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ContactInfoImpl.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ReallySimpleFormatter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.SystemOutputHandler.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ControllerStateTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//DefaultControllerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//DefaultSelectionKeyHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//MultiReadThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ProtocolParserTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ReusableSelectorHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//RoundRobinSelectorHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SelectorHandlerStateTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ServerCacheTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLAsyncQueueReaderTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLAsyncQueueWriterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLConnectionTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//StateHolderTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SuspendableTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPAsyncQueueReaderTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPAsyncQueueWriterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPConnectorHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPAsyncQueueReaderTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPAsyncQueueWriterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPConnectorHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPControllerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//ControllerUtils.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingSSLIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingTCPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingUDPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//TCPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//UDPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//Utils.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//PUBasicTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//PUPreProcessorTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//SimpleProtocolFinder.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//SimpleProtocolHandler.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//RCMTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ArpBasicTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ArpSSLTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//AsyncHTTPResponseTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//AsyncHTTPResponseTest.BigResponseAdapter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicSelectorThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicSelectorThreadTest.HelloWorldAdapter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicServletTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ComplexGrizzlyWebServerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerAbstractTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerStatisticsTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HelloGrizzlyWebServerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HelloGrizzlyWebServerTest.HelloServlet.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HttpRedirectorTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//IdleHttpThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MapperTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MultiReadSelectorThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MultiReadSSLSelectorThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.CustomHttpAdapter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.SimpleProtocolFinder.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.SimpleProtocolHandler.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//RedirectTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ResponseFilterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//SelectorThreadStatsTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//StatisticsTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//SuspendTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EchoStreamAlgorithm.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EmptyHttpsStreamAlgorithm.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EmptyHttpStreamAlgorithm.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//NonBlockingTCPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//NonBlockingUDPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//SelectorThreadUtils.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//SSLEchoStreamAlgorithm.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//TCPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//UDPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//JerseyrNoServletTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//Main.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//MyResource.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//BasicCometTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//CometTestAdapter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//CometUnitTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//InvalidRequestTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//DeployerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//BaseGrizzlyConfigTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//GrizzlyConfigTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//GrizzlyServletTestBase.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//PUGrizzlyConfigTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//ThreadPoolIdleTimeoutTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//XProtocolFilter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//XProtocolFinder.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//BayeuxClientLoadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//OSGiCleanMapperTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/constant-values.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/serialized-form.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/SyncThreadPoolTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/GrizzlyVersionTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/B2CConverterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPControllerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPConnectorHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPAsyncQueueWriterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPAsyncQueueReaderTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPConnectorHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPAsyncQueueWriterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPAsyncQueueReaderTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SuspendableTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/StateHolderTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLConnectionTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLAsyncQueueWriterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLAsyncQueueReaderTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ServerCacheTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SelectorHandlerStateTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/RoundRobinSelectorHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ReusableSelectorHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ProtocolParserTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/MultiReadThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/DefaultSelectionKeyHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/DefaultControllerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ControllerStateTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ReallySimpleFormatter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.SystemOutputHandler.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ConnectionImpl.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ContactInfoImpl.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ClientCacheTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/BaseSelectionKeyHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/Utils.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/UDPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/TCPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingUDPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingTCPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingSSLIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/ControllerUtils.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/SimpleProtocolHandler.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/SimpleProtocolFinder.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/PUPreProcessorTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/PUBasicTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//class-use/RCMTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/StatisticsTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MapperTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HelloGrizzlyWebServerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HelloGrizzlyWebServerTest.HelloServlet.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerAbstractTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ComplexGrizzlyWebServerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicServletTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/SuspendTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/SelectorThreadStatsTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ResponseFilterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/RedirectTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.CustomHttpAdapter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.SimpleProtocolFinder.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.SimpleProtocolHandler.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MultiReadSSLSelectorThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MultiReadSelectorThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/IdleHttpThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HttpRedirectorTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerStatisticsTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicSelectorThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicSelectorThreadTest.HelloWorldAdapter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/AsyncHTTPResponseTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/AsyncHTTPResponseTest.BigResponseAdapter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ArpSSLTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ArpBasicTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/UDPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/TCPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/SSLEchoStreamAlgorithm.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/SelectorThreadUtils.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/NonBlockingUDPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/NonBlockingTCPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EmptyHttpStreamAlgorithm.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EmptyHttpsStreamAlgorithm.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EchoStreamAlgorithm.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/MyResource.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/Main.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/JerseyrNoServletTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/CometUnitTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/CometTestAdapter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/BasicCometTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//class-use/InvalidRequestTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//class-use/DeployerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/XProtocolFinder.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/XProtocolFilter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/ThreadPoolIdleTimeoutTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/PUGrizzlyConfigTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/GrizzlyServletTestBase.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/GrizzlyConfigTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/BaseGrizzlyConfigTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//class-use/BayeuxClientLoadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//class-use/OSGiCleanMapperTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-use.html...
Building index for all the packages and classes...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/index-all.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/deprecated-list.html...
Building index for all classes...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/allclasses-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/allclasses-noframe.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/index.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/help-doc.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/stylesheet.css...
13 warnings
[WARNING] Javadoc Warnings
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62: warning - Tag @link: reference not found: SelectoThread
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet/src/test/java/com/sun/grizzly/http/HelloGrizzlyWebServerTest.java:215: warning - @param argument "repsonse" is not a parameter name.
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55: warning - Tag @link: reference not found: Controller
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64: warning - Tag @link: reference not found: Controller
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73: warning - Tag @link: reference not found: Response.cancel
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62: warning - Tag @link: reference not found: SelectoThread
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55: warning - Tag @link: reference not found: Controller
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64: warning - Tag @link: reference not found: Controller
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73: warning - Tag @link: reference not found: Response.cancel
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62: warning - Tag @link: reference not found: SelectoThread
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55: warning - Tag @link: reference not found: Controller
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64: warning - Tag @link: reference not found: Controller
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73: warning - Tag @link: reference not found: Response.cancel
[INFO] Generating "JavaDocs" report.
[WARNING] Source files encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent!

jon

On Fri, Nov 06, 2009 at 09:57:28AM -0500, Jeanfrancois Arcand wrote:

> Salut,
>
> try doing:
>
> % mvn site
>
> The result should be available under
> /grizzly/trunk/target/site
>
> Let me know how it goes.
>
> A+
> -_ Jeanfrancois
>
> Jonathan Gold wrote:
> >Hi --
> >I'm new to Grizzly and really like it. I wanted to be able to read the
> >javadocs
> >offline, and know that there is already a bug outstanding to the effect that
> >the
> >javadoc.jar on the site is not correct. Until it is, I'm trying just to use
> >the maven task javadoc:javadoc on a Grizzly
> >checkout, but it's taking a long long time to run (hours) and ultimately
> >running
> >out of memory.
> >Is this to be expected, or am I going about it the wrong way?
> >Thanks,
> >jon
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: dev-unsubscribe@...
> >For additional commands, e-mail: dev-help@...
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Parent Message unknown Re: Help building javadocs?

by Hubert Iwaniuk :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi
What version of maven you are using? And if not 2.2.1 than try with that one.
HTH,
Hubert.

-original message-
Subject: Re: Help building javadocs?
From: Jonathan Gold <jgold.bg@...>
Date: 06-11-2009 17:03

Thanks. I tried that and it failed at first on a preliminary task with out of
memory errors. Then I set MAVEN_OPTS="-Xmx1g" and it appeared to make it into
the javadoc phase, but after about 25 minutes and 98% cpu usage attributed by
top to a javadoc process, it never made it past the last line below (I finally
killed it).

Normal?

Maven output:

[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   grizzly-project
[INFO]   grizzly-utils
[INFO]   grizzly-framework
[INFO]   grizzly-portunif
[INFO]   grizzly-rcm
[INFO]   grizzly-http
[INFO]   grizzly-http-servlet
[INFO]   grizzly-comet
[INFO]   grizzly-cometd
[INFO]   grizzly-compat
[INFO]   grizzly-servlet-deployer
[INFO]   grizzly-nio-framework
[INFO]   grizzly-http-webserver
[INFO]   grizzly-servlet-webserver
[INFO]   grizzly-comet-webserver
[INFO]   grizzly-cometd-webserver
[INFO]   grizzly-webserver
[INFO]   grizzly-http-servlet-deployer
[INFO]   grizzly-bundles
[INFO]   grizzly-config
[INFO]   grizzly-modules
[INFO]   grizzly-ajp
[INFO]   grizzly-hudson
[INFO]   grizzly-cachetest
[INFO]   grizzly-cometd-client
[INFO]   grizzly-extra
[INFO]   grizzly-comet-chat
[INFO]   grizzly-comet-chat-iframe
[INFO]   grizzly-comet-counter
[INFO]   grizzly-comet-jmaki
[INFO]   grizzly-comet-hidden
[INFO]   grizzly-cometd-example-chat
[INFO]   grizzly-cometd-sample-echo
[INFO]   grizzly-cometd-example-bayeux
[INFO]   grizzly-twitter
[INFO]   grizzly-framework-samples
[INFO]   grizzly-embed-samples
[INFO]   grizzly-multiple-adapter
[INFO]   grizzly-samples
[INFO]   Grizzly OSGi HttpService
[INFO]   Grizzly OSGi HttpService Bundle
[INFO]   grizzly-contribs-bundles
[INFO]   grizzly-contribs
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-project
[INFO]    task-segment: [site]
[INFO] ------------------------------------------------------------------------
[WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
[WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
[WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
[WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
[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.
[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.
[INFO] Preparing javadoc:javadoc
[INFO] No goals needed for project - skipping
[INFO] Preparing javadoc:aggregate
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-project
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-utils
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-framework
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-portunif
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-rcm
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-http
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-http-servlet
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-compat
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-servlet-deployer
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-nio-framework
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-http-webserver
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-servlet-webserver
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-webserver
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-webserver
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-webserver
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-http-servlet-deployer
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-bundles
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-config
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-modules
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-ajp
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-hudson
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cachetest
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-client
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-extra
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-chat
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-chat-iframe
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-counter
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-jmaki
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-hidden
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-example-chat
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-sample-echo
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-example-bayeux
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-twitter
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-framework-samples
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-embed-samples
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-multiple-adapter
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-samples
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building Grizzly OSGi HttpService
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building Grizzly OSGi HttpService Bundle
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-contribs-bundles
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-contribs
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] Preparing javadoc:test-javadoc
[INFO] No goals needed for project - skipping
[INFO] Preparing javadoc:test-aggregate
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-project
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-utils
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] File encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent!
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 10 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-framework
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-portunif
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/portunif/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-rcm
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-http
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-http-servlet
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-compat
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-servlet-deployer
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet-deployer/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-nio-framework
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/framework/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-http-webserver
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-servlet-webserver
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http-servlet/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-webserver
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/comet/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-webserver
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/cometd/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-webserver
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/webserver/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-http-servlet-deployer
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http-servlet-deployer/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-bundles
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-config
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [hk2:hk2-compile {execution: default-hk2-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] [bundle:manifest {execution: bundle-manifest}]
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-modules
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-ajp
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-hudson
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cachetest
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/extras/cachetest/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-client
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/extras/cometd-client/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-extra
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-chat
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-chat-iframe
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-chat-iframe/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-counter
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-jmaki
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-jmaki/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-comet-hidden
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-hidden/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-example-chat
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-chat/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-sample-echo
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-echo/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-cometd-example-bayeux
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-javaapiupdate-chat/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-twitter
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/twitter/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-framework-samples
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-embed-samples
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/http/http-embed/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-multiple-adapter
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-samples
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building Grizzly OSGi HttpService
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/contribs/grizzly-httpservice/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Nothing to compile - all classes are up to date
[INFO] ------------------------------------------------------------------------
[INFO] Building Grizzly OSGi HttpService Bundle
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/contribs/bundles/grizzly-httpservice-bundle/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-contribs-bundles
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building grizzly-contribs
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] Preparing findbugs:findbugs
[INFO] No goals needed for project - skipping
[INFO] [site:site {execution: default-site}]
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from java.net
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from maven-repository.dev.java.net
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from codehaus
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from glassfish-maven2-repository.dev.java.net
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from central
Downloading: http://repo1.maven.org/maven2/org/apache/maven/skins/maven-default-skin/1.0/maven-default-skin-1.0.jar
542/?
1050/?
1601/?
2111/?
2627/?
3189/?
3751/?
4124/?
4956/?
5465/?
5836/?
6346/?
6932/?
8168/?
     
[INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already exists for the English version.
[INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html" already exists for the English version.
[INFO] Generating "Project Team" report.
[INFO] Generating "Test JavaDocs" report.
Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-client/1.1.1-ea-SNAPSHOT/jersey-client-1.1.1-ea-SNAPSHOT.jar
Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-core/1.1.1-ea-SNAPSHOT/jersey-core-1.1.1-ea-SNAPSHOT.jar
Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-server/1.1.1-ea-SNAPSHOT/jersey-server-1.1.1-ea-SNAPSHOT.jar
[WARNING] Source files encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent!
[ERROR] Error fetching link: ../apidocs/package-list. Ignored it.
[INFO]
Loading source files for package com.sun.grizzly.util...
Loading source files for package com.sun.grizzly...
Loading source files for package com.sun.grizzly.utils...
Loading source files for package com.sun.grizzly.portunif...
Loading source files for package com.sun.grizzly.rcm...
Loading source files for package com.sun.grizzly.http...
Loading source files for package com.sun.grizzly.http.utils...
Loading source files for package filter...
Loading source files for package com.sun.grizzly.comet...
Loading source files for package com.sun.grizzly.cometd...
Loading source files for package com.sun.grizzly.http.servlet.deployer...
Loading source files for package com.sun.grizzly.config...
Loading source files for package com.sun.grizzly.cometd.client...
Loading source files for package com.sun.grizzly.osgi.httpservice...
Constructing Javadoc information...
Standard Doclet version 1.6.0_13
Building tree for all the packages and classes...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//B2CConverterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//GrizzlyVersionTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//SyncThreadPoolTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//BaseSelectionKeyHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ClientCacheTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ConnectionImpl.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ContactInfoImpl.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ReallySimpleFormatter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.SystemOutputHandler.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ControllerStateTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//DefaultControllerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//DefaultSelectionKeyHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//MultiReadThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ProtocolParserTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ReusableSelectorHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//RoundRobinSelectorHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SelectorHandlerStateTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ServerCacheTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLAsyncQueueReaderTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLAsyncQueueWriterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLConnectionTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//StateHolderTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SuspendableTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPAsyncQueueReaderTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPAsyncQueueWriterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPConnectorHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPAsyncQueueReaderTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPAsyncQueueWriterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPConnectorHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPControllerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//ControllerUtils.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingSSLIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingTCPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingUDPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//TCPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//UDPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//Utils.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//PUBasicTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//PUPreProcessorTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//SimpleProtocolFinder.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//SimpleProtocolHandler.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//RCMTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ArpBasicTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ArpSSLTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//AsyncHTTPResponseTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//AsyncHTTPResponseTest.BigResponseAdapter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicSelectorThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicSelectorThreadTest.HelloWorldAdapter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicServletTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ComplexGrizzlyWebServerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerAbstractTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerStatisticsTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HelloGrizzlyWebServerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HelloGrizzlyWebServerTest.HelloServlet.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HttpRedirectorTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//IdleHttpThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MapperTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MultiReadSelectorThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MultiReadSSLSelectorThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.CustomHttpAdapter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.SimpleProtocolFinder.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.SimpleProtocolHandler.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//RedirectTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ResponseFilterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//SelectorThreadStatsTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//StatisticsTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//SuspendTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EchoStreamAlgorithm.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EmptyHttpsStreamAlgorithm.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EmptyHttpStreamAlgorithm.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//NonBlockingTCPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//NonBlockingUDPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//SelectorThreadUtils.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//SSLEchoStreamAlgorithm.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//TCPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//UDPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//JerseyrNoServletTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//Main.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//MyResource.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//BasicCometTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//CometTestAdapter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//CometUnitTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//InvalidRequestTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//DeployerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//BaseGrizzlyConfigTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//GrizzlyConfigTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//GrizzlyServletTestBase.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//PUGrizzlyConfigTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//ThreadPoolIdleTimeoutTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//XProtocolFilter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//XProtocolFinder.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//BayeuxClientLoadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//OSGiCleanMapperTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/constant-values.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/serialized-form.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/SyncThreadPoolTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/GrizzlyVersionTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/B2CConverterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPControllerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPConnectorHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPAsyncQueueWriterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPAsyncQueueReaderTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPConnectorHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPAsyncQueueWriterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPAsyncQueueReaderTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SuspendableTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/StateHolderTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLConnectionTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLAsyncQueueWriterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLAsyncQueueReaderTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ServerCacheTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SelectorHandlerStateTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/RoundRobinSelectorHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ReusableSelectorHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ProtocolParserTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/MultiReadThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/DefaultSelectionKeyHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/DefaultControllerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ControllerStateTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ReallySimpleFormatter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.SystemOutputHandler.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ConnectionImpl.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ContactInfoImpl.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ClientCacheTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/BaseSelectionKeyHandlerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/Utils.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/UDPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/TCPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingUDPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingTCPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingSSLIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/ControllerUtils.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/SimpleProtocolHandler.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/SimpleProtocolFinder.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/PUPreProcessorTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/PUBasicTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//class-use/RCMTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/StatisticsTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MapperTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HelloGrizzlyWebServerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HelloGrizzlyWebServerTest.HelloServlet.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerAbstractTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ComplexGrizzlyWebServerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicServletTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/SuspendTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/SelectorThreadStatsTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ResponseFilterTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/RedirectTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.CustomHttpAdapter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.SimpleProtocolFinder.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.SimpleProtocolHandler.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MultiReadSSLSelectorThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MultiReadSelectorThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/IdleHttpThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HttpRedirectorTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerStatisticsTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicSelectorThreadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicSelectorThreadTest.HelloWorldAdapter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/AsyncHTTPResponseTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/AsyncHTTPResponseTest.BigResponseAdapter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ArpSSLTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ArpBasicTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/UDPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/TCPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/SSLEchoStreamAlgorithm.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/SelectorThreadUtils.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/NonBlockingUDPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/NonBlockingTCPIOClient.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EmptyHttpStreamAlgorithm.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EmptyHttpsStreamAlgorithm.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EchoStreamAlgorithm.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/MyResource.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/Main.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/JerseyrNoServletTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/CometUnitTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/CometTestAdapter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/BasicCometTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//class-use/InvalidRequestTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//class-use/DeployerTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/XProtocolFinder.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/XProtocolFilter.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/ThreadPoolIdleTimeoutTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/PUGrizzlyConfigTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/GrizzlyServletTestBase.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/GrizzlyConfigTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/BaseGrizzlyConfigTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//class-use/BayeuxClientLoadTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//class-use/OSGiCleanMapperTest.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-use.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-use.html...
Building index for all the packages and classes...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-tree.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/index-all.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/deprecated-list.html...
Building index for all classes...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/allclasses-frame.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/allclasses-noframe.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/index.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-summary.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/help-doc.html...
Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/stylesheet.css...
13 warnings
[WARNING] Javadoc Warnings
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62: warning - Tag @link: reference not found: SelectoThread
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet/src/test/java/com/sun/grizzly/http/HelloGrizzlyWebServerTest.java:215: warning - @param argument "repsonse" is not a parameter name.
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55: warning - Tag @link: reference not found: Controller
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64: warning - Tag @link: reference not found: Controller
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73: warning - Tag @link: reference not found: Response.cancel
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62: warning - Tag @link: reference not found: SelectoThread
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55: warning - Tag @link: reference not found: Controller
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64: warning - Tag @link: reference not found: Controller
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73: warning - Tag @link: reference not found: Response.cancel
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62: warning - Tag @link: reference not found: SelectoThread
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55: warning - Tag @link: reference not found: Controller
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64: warning - Tag @link: reference not found: Controller
[WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73: warning - Tag @link: reference not found: Response.cancel
[INFO] Generating "JavaDocs" report.
[WARNING] Source files encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent!

jon

On Fri, Nov 06, 2009 at 09:57:28AM -0500, Jeanfrancois Arcand wrote:

> Salut,
>
> try doing:
>
> % mvn site
>
> The result should be available under
> /grizzly/trunk/target/site
>
> Let me know how it goes.
>
> A+
> -_ Jeanfrancois
>
> Jonathan Gold wrote:
> >Hi --
> >I'm new to Grizzly and really like it. I wanted to be able to read the
> >javadocs
> >offline, and know that there is already a bug outstanding to the effect that
> >the
> >javadoc.jar on the site is not correct. Until it is, I'm trying just to use
> >the maven task javadoc:javadoc on a Grizzly
> >checkout, but it's taking a long long time to run (hours) and ultimately
> >running
> >out of memory.
> >Is this to be expected, or am I going about it the wrong way?
> >Thanks,
> >jon
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: dev-unsubscribe@...
> >For additional commands, e-mail: dev-help@...
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Help building javadocs?

by Jonathan Gold-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry, should have included that. I'm using 2.2.1 already. Also, the grizzly
checkout is from:

    https://grizzly.dev.java.net/svn/grizzly/tags/1_9_18e

jon

On Fri, Nov 06, 2009 at 06:18:05PM +0100, Hubert Iwaniuk wrote:

> Hi
> What version of maven you are using? And if not 2.2.1 than try with that one.
> HTH,
> Hubert.
>
> -original message-
> Subject: Re: Help building javadocs?
> From: Jonathan Gold <jgold.bg@...>
> Date: 06-11-2009 17:03
>
> Thanks. I tried that and it failed at first on a preliminary task with out of
> memory errors. Then I set MAVEN_OPTS="-Xmx1g" and it appeared to make it into
> the javadoc phase, but after about 25 minutes and 98% cpu usage attributed by
> top to a javadoc process, it never made it past the last line below (I finally
> killed it).
>
> Normal?
>
> Maven output:
>
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   grizzly-project
> [INFO]   grizzly-utils
> [INFO]   grizzly-framework
> [INFO]   grizzly-portunif
> [INFO]   grizzly-rcm
> [INFO]   grizzly-http
> [INFO]   grizzly-http-servlet
> [INFO]   grizzly-comet
> [INFO]   grizzly-cometd
> [INFO]   grizzly-compat
> [INFO]   grizzly-servlet-deployer
> [INFO]   grizzly-nio-framework
> [INFO]   grizzly-http-webserver
> [INFO]   grizzly-servlet-webserver
> [INFO]   grizzly-comet-webserver
> [INFO]   grizzly-cometd-webserver
> [INFO]   grizzly-webserver
> [INFO]   grizzly-http-servlet-deployer
> [INFO]   grizzly-bundles
> [INFO]   grizzly-config
> [INFO]   grizzly-modules
> [INFO]   grizzly-ajp
> [INFO]   grizzly-hudson
> [INFO]   grizzly-cachetest
> [INFO]   grizzly-cometd-client
> [INFO]   grizzly-extra
> [INFO]   grizzly-comet-chat
> [INFO]   grizzly-comet-chat-iframe
> [INFO]   grizzly-comet-counter
> [INFO]   grizzly-comet-jmaki
> [INFO]   grizzly-comet-hidden
> [INFO]   grizzly-cometd-example-chat
> [INFO]   grizzly-cometd-sample-echo
> [INFO]   grizzly-cometd-example-bayeux
> [INFO]   grizzly-twitter
> [INFO]   grizzly-framework-samples
> [INFO]   grizzly-embed-samples
> [INFO]   grizzly-multiple-adapter
> [INFO]   grizzly-samples
> [INFO]   Grizzly OSGi HttpService
> [INFO]   Grizzly OSGi HttpService Bundle
> [INFO]   grizzly-contribs-bundles
> [INFO]   grizzly-contribs
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-project
> [INFO]    task-segment: [site]
> [INFO] ------------------------------------------------------------------------
> [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
> [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
> [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
> [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
> [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.
> [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.
> [INFO] Preparing javadoc:javadoc
> [INFO] No goals needed for project - skipping
> [INFO] Preparing javadoc:aggregate
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-project
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-utils
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-framework
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-portunif
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-rcm
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http-servlet
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-compat
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-servlet-deployer
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-nio-framework
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-servlet-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http-servlet-deployer
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-bundles
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-config
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-modules
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-ajp
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-hudson
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cachetest
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-client
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-extra
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-chat
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-chat-iframe
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-counter
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-jmaki
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-hidden
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-example-chat
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-sample-echo
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-example-bayeux
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-twitter
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-framework-samples
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-embed-samples
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-multiple-adapter
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-samples
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Grizzly OSGi HttpService
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Grizzly OSGi HttpService Bundle
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-contribs-bundles
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-contribs
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] Preparing javadoc:test-javadoc
> [INFO] No goals needed for project - skipping
> [INFO] Preparing javadoc:test-aggregate
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-project
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-utils
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] File encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent!
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 10 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-framework
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-portunif
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/portunif/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-rcm
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http-servlet
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-compat
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-servlet-deployer
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet-deployer/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-nio-framework
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/framework/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-servlet-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http-servlet/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/comet/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/cometd/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/webserver/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http-servlet-deployer
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http-servlet-deployer/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-bundles
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-config
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [hk2:hk2-compile {execution: default-hk2-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [bundle:manifest {execution: bundle-manifest}]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-modules
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-ajp
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-hudson
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cachetest
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/extras/cachetest/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-client
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/extras/cometd-client/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-extra
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-chat
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-chat-iframe
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-chat-iframe/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-counter
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-jmaki
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-jmaki/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-hidden
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-hidden/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-example-chat
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-chat/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-sample-echo
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-echo/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-example-bayeux
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-javaapiupdate-chat/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-twitter
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/twitter/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-framework-samples
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 2 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-embed-samples
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/http/http-embed/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-multiple-adapter
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-samples
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Grizzly OSGi HttpService
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/contribs/grizzly-httpservice/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Grizzly OSGi HttpService Bundle
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/contribs/bundles/grizzly-httpservice-bundle/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-contribs-bundles
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-contribs
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] Preparing findbugs:findbugs
> [INFO] No goals needed for project - skipping
> [INFO] [site:site {execution: default-site}]
> [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from java.net
> [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from maven-repository.dev.java.net
> [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from codehaus
> [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from glassfish-maven2-repository.dev.java.net
> [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from central
> Downloading: http://repo1.maven.org/maven2/org/apache/maven/skins/maven-default-skin/1.0/maven-default-skin-1.0.jar
> 542/?
> 1050/?
> 1601/?
> 2111/?
> 2627/?
> 3189/?
> 3751/?
> 4124/?
> 4956/?
> 5465/?
> 5836/?
> 6346/?
> 6932/?
> 8168/?
>      
> [INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already exists for the English version.
> [INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html" already exists for the English version.
> [INFO] Generating "Project Team" report.
> [INFO] Generating "Test JavaDocs" report.
> Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-client/1.1.1-ea-SNAPSHOT/jersey-client-1.1.1-ea-SNAPSHOT.jar
> Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-core/1.1.1-ea-SNAPSHOT/jersey-core-1.1.1-ea-SNAPSHOT.jar
> Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-server/1.1.1-ea-SNAPSHOT/jersey-server-1.1.1-ea-SNAPSHOT.jar
> [WARNING] Source files encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent!
> [ERROR] Error fetching link: ../apidocs/package-list. Ignored it.
> [INFO]
> Loading source files for package com.sun.grizzly.util...
> Loading source files for package com.sun.grizzly...
> Loading source files for package com.sun.grizzly.utils...
> Loading source files for package com.sun.grizzly.portunif...
> Loading source files for package com.sun.grizzly.rcm...
> Loading source files for package com.sun.grizzly.http...
> Loading source files for package com.sun.grizzly.http.utils...
> Loading source files for package filter...
> Loading source files for package com.sun.grizzly.comet...
> Loading source files for package com.sun.grizzly.cometd...
> Loading source files for package com.sun.grizzly.http.servlet.deployer...
> Loading source files for package com.sun.grizzly.config...
> Loading source files for package com.sun.grizzly.cometd.client...
> Loading source files for package com.sun.grizzly.osgi.httpservice...
> Constructing Javadoc information...
> Standard Doclet version 1.6.0_13
> Building tree for all the packages and classes...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//B2CConverterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//GrizzlyVersionTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//SyncThreadPoolTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//BaseSelectionKeyHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ClientCacheTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ConnectionImpl.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ContactInfoImpl.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ReallySimpleFormatter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.SystemOutputHandler.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ControllerStateTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//DefaultControllerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//DefaultSelectionKeyHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//MultiReadThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ProtocolParserTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ReusableSelectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//RoundRobinSelectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SelectorHandlerStateTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ServerCacheTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLAsyncQueueReaderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLAsyncQueueWriterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLConnectionTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//StateHolderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SuspendableTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPAsyncQueueReaderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPAsyncQueueWriterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPConnectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPAsyncQueueReaderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPAsyncQueueWriterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPConnectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPControllerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//ControllerUtils.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingSSLIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingTCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingUDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//TCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//UDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//Utils.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//PUBasicTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//PUPreProcessorTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//SimpleProtocolFinder.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//SimpleProtocolHandler.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//RCMTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ArpBasicTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ArpSSLTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//AsyncHTTPResponseTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//AsyncHTTPResponseTest.BigResponseAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicSelectorThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicSelectorThreadTest.HelloWorldAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicServletTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ComplexGrizzlyWebServerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerAbstractTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerStatisticsTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HelloGrizzlyWebServerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HelloGrizzlyWebServerTest.HelloServlet.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HttpRedirectorTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//IdleHttpThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MapperTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MultiReadSelectorThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MultiReadSSLSelectorThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.CustomHttpAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.SimpleProtocolFinder.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.SimpleProtocolHandler.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//RedirectTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ResponseFilterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//SelectorThreadStatsTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//StatisticsTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//SuspendTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EchoStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EmptyHttpsStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EmptyHttpStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//NonBlockingTCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//NonBlockingUDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//SelectorThreadUtils.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//SSLEchoStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//TCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//UDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//JerseyrNoServletTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//Main.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//MyResource.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//BasicCometTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//CometTestAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//CometUnitTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//InvalidRequestTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//DeployerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//BaseGrizzlyConfigTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//GrizzlyConfigTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//GrizzlyServletTestBase.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//PUGrizzlyConfigTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//ThreadPoolIdleTimeoutTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//XProtocolFilter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//XProtocolFinder.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//BayeuxClientLoadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//OSGiCleanMapperTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/constant-values.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/serialized-form.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/SyncThreadPoolTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/GrizzlyVersionTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/B2CConverterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPControllerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPConnectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPAsyncQueueWriterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPAsyncQueueReaderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPConnectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPAsyncQueueWriterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPAsyncQueueReaderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SuspendableTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/StateHolderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLConnectionTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLAsyncQueueWriterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLAsyncQueueReaderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ServerCacheTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SelectorHandlerStateTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/RoundRobinSelectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ReusableSelectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ProtocolParserTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/MultiReadThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/DefaultSelectionKeyHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/DefaultControllerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ControllerStateTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ReallySimpleFormatter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.SystemOutputHandler.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ConnectionImpl.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ContactInfoImpl.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ClientCacheTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/BaseSelectionKeyHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/Utils.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/UDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/TCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingUDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingTCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingSSLIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/ControllerUtils.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/SimpleProtocolHandler.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/SimpleProtocolFinder.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/PUPreProcessorTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/PUBasicTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//class-use/RCMTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/StatisticsTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MapperTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HelloGrizzlyWebServerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HelloGrizzlyWebServerTest.HelloServlet.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerAbstractTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ComplexGrizzlyWebServerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicServletTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/SuspendTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/SelectorThreadStatsTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ResponseFilterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/RedirectTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.CustomHttpAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.SimpleProtocolFinder.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.SimpleProtocolHandler.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MultiReadSSLSelectorThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MultiReadSelectorThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/IdleHttpThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HttpRedirectorTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerStatisticsTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicSelectorThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicSelectorThreadTest.HelloWorldAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/AsyncHTTPResponseTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/AsyncHTTPResponseTest.BigResponseAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ArpSSLTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ArpBasicTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/UDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/TCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/SSLEchoStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/SelectorThreadUtils.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/NonBlockingUDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/NonBlockingTCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EmptyHttpStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EmptyHttpsStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EchoStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/MyResource.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/Main.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/JerseyrNoServletTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/CometUnitTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/CometTestAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/BasicCometTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//class-use/InvalidRequestTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//class-use/DeployerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/XProtocolFinder.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/XProtocolFilter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/ThreadPoolIdleTimeoutTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/PUGrizzlyConfigTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/GrizzlyServletTestBase.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/GrizzlyConfigTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/BaseGrizzlyConfigTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//class-use/BayeuxClientLoadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//class-use/OSGiCleanMapperTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-use.html...
> Building index for all the packages and classes...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/index-all.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/deprecated-list.html...
> Building index for all classes...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/allclasses-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/allclasses-noframe.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/index.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/help-doc.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/stylesheet.css...
> 13 warnings
> [WARNING] Javadoc Warnings
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62: warning - Tag @link: reference not found: SelectoThread
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet/src/test/java/com/sun/grizzly/http/HelloGrizzlyWebServerTest.java:215: warning - @param argument "repsonse" is not a parameter name.
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55: warning - Tag @link: reference not found: Controller
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64: warning - Tag @link: reference not found: Controller
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73: warning - Tag @link: reference not found: Response.cancel
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62: warning - Tag @link: reference not found: SelectoThread
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55: warning - Tag @link: reference not found: Controller
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64: warning - Tag @link: reference not found: Controller
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73: warning - Tag @link: reference not found: Response.cancel
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62: warning - Tag @link: reference not found: SelectoThread
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55: warning - Tag @link: reference not found: Controller
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64: warning - Tag @link: reference not found: Controller
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73: warning - Tag @link: reference not found: Response.cancel
> [INFO] Generating "JavaDocs" report.
> [WARNING] Source files encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent!
>
> jon
>
> On Fri, Nov 06, 2009 at 09:57:28AM -0500, Jeanfrancois Arcand wrote:
> > Salut,
> >
> > try doing:
> >
> > % mvn site
> >
> > The result should be available under
> > /grizzly/trunk/target/site
> >
> > Let me know how it goes.
> >
> > A+
> > -_ Jeanfrancois
> >
> > Jonathan Gold wrote:
> > >Hi --
> > >I'm new to Grizzly and really like it. I wanted to be able to read the
> > >javadocs
> > >offline, and know that there is already a bug outstanding to the effect that
> > >the
> > >javadoc.jar on the site is not correct. Until it is, I'm trying just to use
> > >the maven task javadoc:javadoc on a Grizzly
> > >checkout, but it's taking a long long time to run (hours) and ultimately
> > >running
> > >out of memory.
> > >Is this to be expected, or am I going about it the wrong way?
> > >Thanks,
> > >jon
> > >---------------------------------------------------------------------
> > >To unsubscribe, e-mail: dev-unsubscribe@...
> > >For additional commands, e-mail: dev-help@...
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@...
> > For additional commands, e-mail: dev-help@...
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Help building javadocs?

by survivant :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have that in my mvn.bat

set MAVEN_OPTS=-Xmx384M




2009/11/6 Jonathan Gold <jgold.bg@gmail.com>
Sorry, should have included that. I'm using 2.2.1 already. Also, the grizzly
checkout is from:

   https://grizzly.dev.java.net/svn/grizzly/tags/1_9_18e

jon

On Fri, Nov 06, 2009 at 06:18:05PM +0100, Hubert Iwaniuk wrote:
> Hi
> What version of maven you are using? And if not 2.2.1 than try with that one.
> HTH,
> Hubert.
>
> -original message-
> Subject: Re: Help building javadocs?
> From: Jonathan Gold <jgold.bg@gmail.com>
> Date: 06-11-2009 17:03
>
> Thanks. I tried that and it failed at first on a preliminary task with out of
> memory errors. Then I set MAVEN_OPTS="-Xmx1g" and it appeared to make it into
> the javadoc phase, but after about 25 minutes and 98% cpu usage attributed by
> top to a javadoc process, it never made it past the last line below (I finally
> killed it).
>
> Normal?
>
> Maven output:
>
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   grizzly-project
> [INFO]   grizzly-utils
> [INFO]   grizzly-framework
> [INFO]   grizzly-portunif
> [INFO]   grizzly-rcm
> [INFO]   grizzly-http
> [INFO]   grizzly-http-servlet
> [INFO]   grizzly-comet
> [INFO]   grizzly-cometd
> [INFO]   grizzly-compat
> [INFO]   grizzly-servlet-deployer
> [INFO]   grizzly-nio-framework
> [INFO]   grizzly-http-webserver
> [INFO]   grizzly-servlet-webserver
> [INFO]   grizzly-comet-webserver
> [INFO]   grizzly-cometd-webserver
> [INFO]   grizzly-webserver
> [INFO]   grizzly-http-servlet-deployer
> [INFO]   grizzly-bundles
> [INFO]   grizzly-config
> [INFO]   grizzly-modules
> [INFO]   grizzly-ajp
> [INFO]   grizzly-hudson
> [INFO]   grizzly-cachetest
> [INFO]   grizzly-cometd-client
> [INFO]   grizzly-extra
> [INFO]   grizzly-comet-chat
> [INFO]   grizzly-comet-chat-iframe
> [INFO]   grizzly-comet-counter
> [INFO]   grizzly-comet-jmaki
> [INFO]   grizzly-comet-hidden
> [INFO]   grizzly-cometd-example-chat
> [INFO]   grizzly-cometd-sample-echo
> [INFO]   grizzly-cometd-example-bayeux
> [INFO]   grizzly-twitter
> [INFO]   grizzly-framework-samples
> [INFO]   grizzly-embed-samples
> [INFO]   grizzly-multiple-adapter
> [INFO]   grizzly-samples
> [INFO]   Grizzly OSGi HttpService
> [INFO]   Grizzly OSGi HttpService Bundle
> [INFO]   grizzly-contribs-bundles
> [INFO]   grizzly-contribs
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-project
> [INFO]    task-segment: [site]
> [INFO] ------------------------------------------------------------------------
> [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
> [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
> [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
> [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
> [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.
> [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.
> [INFO] Preparing javadoc:javadoc
> [INFO] No goals needed for project - skipping
> [INFO] Preparing javadoc:aggregate
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-project
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-utils
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-framework
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-portunif
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-rcm
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http-servlet
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-compat
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-servlet-deployer
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-nio-framework
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-servlet-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http-servlet-deployer
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-bundles
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-config
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-modules
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-ajp
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-hudson
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cachetest
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-client
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-extra
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-chat
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-chat-iframe
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-counter
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-jmaki
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-hidden
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-example-chat
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-sample-echo
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-example-bayeux
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-twitter
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-framework-samples
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-embed-samples
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-multiple-adapter
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-samples
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Grizzly OSGi HttpService
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Grizzly OSGi HttpService Bundle
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-contribs-bundles
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-contribs
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] Preparing javadoc:test-javadoc
> [INFO] No goals needed for project - skipping
> [INFO] Preparing javadoc:test-aggregate
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-project
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-utils
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] File encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent!
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 10 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-framework
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-portunif
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/portunif/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-rcm
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http-servlet
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-compat
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-servlet-deployer
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet-deployer/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-nio-framework
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/framework/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-servlet-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http-servlet/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/comet/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/cometd/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/webserver/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http-servlet-deployer
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http-servlet-deployer/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-bundles
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-config
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [hk2:hk2-compile {execution: default-hk2-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [bundle:manifest {execution: bundle-manifest}]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-modules
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-ajp
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-hudson
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cachetest
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/extras/cachetest/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-client
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/extras/cometd-client/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-extra
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-chat
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-chat-iframe
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-chat-iframe/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-counter
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-jmaki
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-jmaki/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-hidden
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-hidden/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-example-chat
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-chat/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-sample-echo
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-echo/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-example-bayeux
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-javaapiupdate-chat/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-twitter
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/twitter/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-framework-samples
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 2 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-embed-samples
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/http/http-embed/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-multiple-adapter
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-samples
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Grizzly OSGi HttpService
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/contribs/grizzly-httpservice/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Grizzly OSGi HttpService Bundle
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/contribs/bundles/grizzly-httpservice-bundle/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-contribs-bundles
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-contribs
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] Preparing findbugs:findbugs
> [INFO] No goals needed for project - skipping
> [INFO] [site:site {execution: default-site}]
> [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from java.net
> [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from maven-repository.dev.java.net
> [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from codehaus
> [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from glassfish-maven2-repository.dev.java.net
> [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from central
> Downloading: http://repo1.maven.org/maven2/org/apache/maven/skins/maven-default-skin/1.0/maven-default-skin-1.0.jar
> 542/?
> 1050/?
> 1601/?
> 2111/?
> 2627/?
> 3189/?
> 3751/?
> 4124/?
> 4956/?
> 5465/?
> 5836/?
> 6346/?
> 6932/?
> 8168/?
>
> [INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already exists for the English version.
> [INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html" already exists for the English version.
> [INFO] Generating "Project Team" report.
> [INFO] Generating "Test JavaDocs" report.
> Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-client/1.1.1-ea-SNAPSHOT/jersey-client-1.1.1-ea-SNAPSHOT.jar
> Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-core/1.1.1-ea-SNAPSHOT/jersey-core-1.1.1-ea-SNAPSHOT.jar
> Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-server/1.1.1-ea-SNAPSHOT/jersey-server-1.1.1-ea-SNAPSHOT.jar
> [WARNING] Source files encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent!
> [ERROR] Error fetching link: ../apidocs/package-list. Ignored it.
> [INFO]
> Loading source files for package com.sun.grizzly.util...
> Loading source files for package com.sun.grizzly...
> Loading source files for package com.sun.grizzly.utils...
> Loading source files for package com.sun.grizzly.portunif...
> Loading source files for package com.sun.grizzly.rcm...
> Loading source files for package com.sun.grizzly.http...
> Loading source files for package com.sun.grizzly.http.utils...
> Loading source files for package filter...
> Loading source files for package com.sun.grizzly.comet...
> Loading source files for package com.sun.grizzly.cometd...
> Loading source files for package com.sun.grizzly.http.servlet.deployer...
> Loading source files for package com.sun.grizzly.config...
> Loading source files for package com.sun.grizzly.cometd.client...
> Loading source files for package com.sun.grizzly.osgi.httpservice...
> Constructing Javadoc information...
> Standard Doclet version 1.6.0_13
> Building tree for all the packages and classes...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//B2CConverterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//GrizzlyVersionTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//SyncThreadPoolTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//BaseSelectionKeyHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ClientCacheTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ConnectionImpl.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ContactInfoImpl.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ReallySimpleFormatter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.SystemOutputHandler.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ControllerStateTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//DefaultControllerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//DefaultSelectionKeyHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//MultiReadThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ProtocolParserTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ReusableSelectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//RoundRobinSelectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SelectorHandlerStateTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ServerCacheTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLAsyncQueueReaderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLAsyncQueueWriterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLConnectionTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//StateHolderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SuspendableTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPAsyncQueueReaderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPAsyncQueueWriterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPConnectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPAsyncQueueReaderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPAsyncQueueWriterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPConnectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPControllerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//ControllerUtils.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingSSLIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingTCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingUDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//TCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//UDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//Utils.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//PUBasicTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//PUPreProcessorTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//SimpleProtocolFinder.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//SimpleProtocolHandler.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//RCMTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ArpBasicTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ArpSSLTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//AsyncHTTPResponseTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//AsyncHTTPResponseTest.BigResponseAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicSelectorThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicSelectorThreadTest.HelloWorldAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicServletTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ComplexGrizzlyWebServerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerAbstractTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerStatisticsTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HelloGrizzlyWebServerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HelloGrizzlyWebServerTest.HelloServlet.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HttpRedirectorTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//IdleHttpThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MapperTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MultiReadSelectorThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MultiReadSSLSelectorThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.CustomHttpAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.SimpleProtocolFinder.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.SimpleProtocolHandler.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//RedirectTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ResponseFilterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//SelectorThreadStatsTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//StatisticsTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//SuspendTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EchoStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EmptyHttpsStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EmptyHttpStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//NonBlockingTCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//NonBlockingUDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//SelectorThreadUtils.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//SSLEchoStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//TCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//UDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//JerseyrNoServletTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//Main.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//MyResource.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//BasicCometTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//CometTestAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//CometUnitTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//InvalidRequestTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//DeployerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//BaseGrizzlyConfigTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//GrizzlyConfigTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//GrizzlyServletTestBase.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//PUGrizzlyConfigTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//ThreadPoolIdleTimeoutTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//XProtocolFilter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//XProtocolFinder.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//BayeuxClientLoadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//OSGiCleanMapperTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/constant-values.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/serialized-form.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/SyncThreadPoolTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/GrizzlyVersionTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/B2CConverterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPControllerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPConnectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPAsyncQueueWriterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPAsyncQueueReaderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPConnectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPAsyncQueueWriterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPAsyncQueueReaderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SuspendableTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/StateHolderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLConnectionTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLAsyncQueueWriterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLAsyncQueueReaderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ServerCacheTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SelectorHandlerStateTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/RoundRobinSelectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ReusableSelectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ProtocolParserTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/MultiReadThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/DefaultSelectionKeyHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/DefaultControllerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ControllerStateTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ReallySimpleFormatter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.SystemOutputHandler.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ConnectionImpl.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ContactInfoImpl.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ClientCacheTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/BaseSelectionKeyHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/Utils.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/UDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/TCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingUDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingTCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingSSLIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/ControllerUtils.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/SimpleProtocolHandler.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/SimpleProtocolFinder.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/PUPreProcessorTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/PUBasicTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//class-use/RCMTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/StatisticsTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MapperTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HelloGrizzlyWebServerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HelloGrizzlyWebServerTest.HelloServlet.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerAbstractTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ComplexGrizzlyWebServerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicServletTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/SuspendTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/SelectorThreadStatsTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ResponseFilterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/RedirectTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.CustomHttpAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.SimpleProtocolFinder.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.SimpleProtocolHandler.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MultiReadSSLSelectorThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MultiReadSelectorThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/IdleHttpThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HttpRedirectorTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerStatisticsTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicSelectorThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicSelectorThreadTest.HelloWorldAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/AsyncHTTPResponseTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/AsyncHTTPResponseTest.BigResponseAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ArpSSLTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ArpBasicTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/UDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/TCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/SSLEchoStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/SelectorThreadUtils.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/NonBlockingUDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/NonBlockingTCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EmptyHttpStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EmptyHttpsStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EchoStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/MyResource.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/Main.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/JerseyrNoServletTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/CometUnitTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/CometTestAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/BasicCometTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//class-use/InvalidRequestTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//class-use/DeployerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/XProtocolFinder.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/XProtocolFilter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/ThreadPoolIdleTimeoutTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/PUGrizzlyConfigTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/GrizzlyServletTestBase.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/GrizzlyConfigTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/BaseGrizzlyConfigTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//class-use/BayeuxClientLoadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//class-use/OSGiCleanMapperTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-use.html...
> Building index for all the packages and classes...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/index-all.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/deprecated-list.html...
> Building index for all classes...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/allclasses-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/allclasses-noframe.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/index.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/help-doc.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/stylesheet.css...
> 13 warnings
> [WARNING] Javadoc Warnings
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62: warning - Tag @link: reference not found: SelectoThread
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet/src/test/java/com/sun/grizzly/http/HelloGrizzlyWebServerTest.java:215: warning - @param argument "repsonse" is not a parameter name.
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55: warning - Tag @link: reference not found: Controller
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64: warning - Tag @link: reference not found: Controller
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73: warning - Tag @link: reference not found: Response.cancel
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62: warning - Tag @link: reference not found: SelectoThread
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55: warning - Tag @link: reference not found: Controller
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64: warning - Tag @link: reference not found: Controller
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73: warning - Tag @link: reference not found: Response.cancel
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62: warning - Tag @link: reference not found: SelectoThread
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55: warning - Tag @link: reference not found: Controller
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64: warning - Tag @link: reference not found: Controller
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73: warning - Tag @link: reference not found: Response.cancel
> [INFO] Generating "JavaDocs" report.
> [WARNING] Source files encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent!
>
> jon
>
> On Fri, Nov 06, 2009 at 09:57:28AM -0500, Jeanfrancois Arcand wrote:
> > Salut,
> >
> > try doing:
> >
> > % mvn site
> >
> > The result should be available under
> > /grizzly/trunk/target/site
> >
> > Let me know how it goes.
> >
> > A+
> > -_ Jeanfrancois
> >
> > Jonathan Gold wrote:
> > >Hi --
> > >I'm new to Grizzly and really like it. I wanted to be able to read the
> > >javadocs
> > >offline, and know that there is already a bug outstanding to the effect that
> > >the
> > >javadoc.jar on the site is not correct. Until it is, I'm trying just to use
> > >the maven task javadoc:javadoc on a Grizzly
> > >checkout, but it's taking a long long time to run (hours) and ultimately
> > >running
> > >out of memory.
> > >Is this to be expected, or am I going about it the wrong way?
> > >Thanks,
> > >jon
> > >---------------------------------------------------------------------
> > >To unsubscribe, e-mail: dev-unsubscribe@...
> > >For additional commands, e-mail: dev-help@...
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@...
> > For additional commands, e-mail: dev-help@...
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...




--

Vous pouvez me suivre sur Twitter / You can follow me on Twitter : http://twitter.com/survivant

Re: Help building javadocs?

by Hubert Iwaniuk :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

Can you check on trunk.

Just executed mvn clean javadoc:aggregate on trunk and it completed in <1 minute.

$ mvn -version
Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
Java version: 1.6.0_15
Java home: /usr/lib/jvm/java-6-sun-1.6.0.15/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux" version: "2.6.31-14-generic" arch: "i386" Family: "unix"

HTH,
   Hubert.

PS. if you still have problems generating it I can send you tarball with it.

On Fri, Nov 6, 2009 at 8:13 PM, Jonathan Gold <jgold.bg@gmail.com> wrote:
Sorry, should have included that. I'm using 2.2.1 already. Also, the grizzly
checkout is from:

   https://grizzly.dev.java.net/svn/grizzly/tags/1_9_18e

jon

On Fri, Nov 06, 2009 at 06:18:05PM +0100, Hubert Iwaniuk wrote:
> Hi
> What version of maven you are using? And if not 2.2.1 than try with that one.
> HTH,
> Hubert.
>
> -original message-
> Subject: Re: Help building javadocs?
> From: Jonathan Gold <jgold.bg@gmail.com>
> Date: 06-11-2009 17:03
>
> Thanks. I tried that and it failed at first on a preliminary task with out of
> memory errors. Then I set MAVEN_OPTS="-Xmx1g" and it appeared to make it into
> the javadoc phase, but after about 25 minutes and 98% cpu usage attributed by
> top to a javadoc process, it never made it past the last line below (I finally
> killed it).
>
> Normal?
>
> Maven output:
>
> [INFO] Scanning for projects...
> [INFO] Reactor build order:
> [INFO]   grizzly-project
> [INFO]   grizzly-utils
> [INFO]   grizzly-framework
> [INFO]   grizzly-portunif
> [INFO]   grizzly-rcm
> [INFO]   grizzly-http
> [INFO]   grizzly-http-servlet
> [INFO]   grizzly-comet
> [INFO]   grizzly-cometd
> [INFO]   grizzly-compat
> [INFO]   grizzly-servlet-deployer
> [INFO]   grizzly-nio-framework
> [INFO]   grizzly-http-webserver
> [INFO]   grizzly-servlet-webserver
> [INFO]   grizzly-comet-webserver
> [INFO]   grizzly-cometd-webserver
> [INFO]   grizzly-webserver
> [INFO]   grizzly-http-servlet-deployer
> [INFO]   grizzly-bundles
> [INFO]   grizzly-config
> [INFO]   grizzly-modules
> [INFO]   grizzly-ajp
> [INFO]   grizzly-hudson
> [INFO]   grizzly-cachetest
> [INFO]   grizzly-cometd-client
> [INFO]   grizzly-extra
> [INFO]   grizzly-comet-chat
> [INFO]   grizzly-comet-chat-iframe
> [INFO]   grizzly-comet-counter
> [INFO]   grizzly-comet-jmaki
> [INFO]   grizzly-comet-hidden
> [INFO]   grizzly-cometd-example-chat
> [INFO]   grizzly-cometd-sample-echo
> [INFO]   grizzly-cometd-example-bayeux
> [INFO]   grizzly-twitter
> [INFO]   grizzly-framework-samples
> [INFO]   grizzly-embed-samples
> [INFO]   grizzly-multiple-adapter
> [INFO]   grizzly-samples
> [INFO]   Grizzly OSGi HttpService
> [INFO]   Grizzly OSGi HttpService Bundle
> [INFO]   grizzly-contribs-bundles
> [INFO]   grizzly-contribs
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-project
> [INFO]    task-segment: [site]
> [INFO] ------------------------------------------------------------------------
> [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
> [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
> [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
> [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code> instead.
> [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.
> [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.
> [INFO] Preparing javadoc:javadoc
> [INFO] No goals needed for project - skipping
> [INFO] Preparing javadoc:aggregate
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-project
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-utils
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-framework
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-portunif
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-rcm
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http-servlet
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-compat
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-servlet-deployer
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-nio-framework
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-servlet-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http-servlet-deployer
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-bundles
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-config
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-modules
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-ajp
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-hudson
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cachetest
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-client
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-extra
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-chat
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-chat-iframe
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-counter
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-jmaki
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-hidden
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-example-chat
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-sample-echo
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-example-bayeux
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-twitter
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-framework-samples
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-embed-samples
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-multiple-adapter
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-samples
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Grizzly OSGi HttpService
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Grizzly OSGi HttpService Bundle
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-contribs-bundles
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-contribs
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] Preparing javadoc:test-javadoc
> [INFO] No goals needed for project - skipping
> [INFO] Preparing javadoc:test-aggregate
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-project
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-utils
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] File encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent!
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 10 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-framework
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-portunif
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/portunif/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-rcm
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http-servlet
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-compat
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-servlet-deployer
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet-deployer/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-nio-framework
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/framework/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-servlet-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http-servlet/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/comet/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/cometd/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-webserver
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/webserver/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-http-servlet-deployer
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http-servlet-deployer/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-bundles
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-config
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [hk2:hk2-compile {execution: default-hk2-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [bundle:manifest {execution: bundle-manifest}]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-modules
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-ajp
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-hudson
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cachetest
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/extras/cachetest/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-client
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/extras/cometd-client/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-extra
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-chat
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-chat-iframe
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-chat-iframe/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-counter
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-jmaki
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-jmaki/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-comet-hidden
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-hidden/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-example-chat
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-chat/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-sample-echo
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-echo/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-cometd-example-bayeux
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-javaapiupdate-chat/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-twitter
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/comet/twitter/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-framework-samples
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 2 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-embed-samples
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/samples/http/http-embed/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-multiple-adapter
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] Copying 0 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-samples
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Grizzly OSGi HttpService
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/contribs/grizzly-httpservice/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Grizzly OSGi HttpService Bundle
> [INFO] ------------------------------------------------------------------------
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /Users/gold/workspace/grizzly-1.9.18e/contribs/bundles/grizzly-httpservice-bundle/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-contribs-bundles
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] ------------------------------------------------------------------------
> [INFO] Building grizzly-contribs
> [INFO] ------------------------------------------------------------------------
> [INFO] No goals needed for project - skipping
> [INFO] Preparing findbugs:findbugs
> [INFO] No goals needed for project - skipping
> [INFO] [site:site {execution: default-site}]
> [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from java.net
> [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from maven-repository.dev.java.net
> [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from codehaus
> [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from glassfish-maven2-repository.dev.java.net
> [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for updates from central
> Downloading: http://repo1.maven.org/maven2/org/apache/maven/skins/maven-default-skin/1.0/maven-default-skin-1.0.jar
> 542/?
> 1050/?
> 1601/?
> 2111/?
> 2627/?
> 3189/?
> 3751/?
> 4124/?
> 4956/?
> 5465/?
> 5836/?
> 6346/?
> 6932/?
> 8168/?
>
> [INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already exists for the English version.
> [INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html" already exists for the English version.
> [INFO] Generating "Project Team" report.
> [INFO] Generating "Test JavaDocs" report.
> Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-client/1.1.1-ea-SNAPSHOT/jersey-client-1.1.1-ea-SNAPSHOT.jar
> Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-core/1.1.1-ea-SNAPSHOT/jersey-core-1.1.1-ea-SNAPSHOT.jar
> Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-server/1.1.1-ea-SNAPSHOT/jersey-server-1.1.1-ea-SNAPSHOT.jar
> [WARNING] Source files encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent!
> [ERROR] Error fetching link: ../apidocs/package-list. Ignored it.
> [INFO]
> Loading source files for package com.sun.grizzly.util...
> Loading source files for package com.sun.grizzly...
> Loading source files for package com.sun.grizzly.utils...
> Loading source files for package com.sun.grizzly.portunif...
> Loading source files for package com.sun.grizzly.rcm...
> Loading source files for package com.sun.grizzly.http...
> Loading source files for package com.sun.grizzly.http.utils...
> Loading source files for package filter...
> Loading source files for package com.sun.grizzly.comet...
> Loading source files for package com.sun.grizzly.cometd...
> Loading source files for package com.sun.grizzly.http.servlet.deployer...
> Loading source files for package com.sun.grizzly.config...
> Loading source files for package com.sun.grizzly.cometd.client...
> Loading source files for package com.sun.grizzly.osgi.httpservice...
> Constructing Javadoc information...
> Standard Doclet version 1.6.0_13
> Building tree for all the packages and classes...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//B2CConverterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//GrizzlyVersionTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//SyncThreadPoolTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//BaseSelectionKeyHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ClientCacheTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ConnectionImpl.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ContactInfoImpl.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ReallySimpleFormatter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.SystemOutputHandler.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ControllerStateTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//DefaultControllerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//DefaultSelectionKeyHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//MultiReadThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ProtocolParserTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ReusableSelectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//RoundRobinSelectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SelectorHandlerStateTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ServerCacheTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLAsyncQueueReaderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLAsyncQueueWriterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLConnectionTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//StateHolderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SuspendableTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPAsyncQueueReaderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPAsyncQueueWriterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPConnectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPAsyncQueueReaderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPAsyncQueueWriterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPConnectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPControllerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//ControllerUtils.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingSSLIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingTCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingUDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//TCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//UDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//Utils.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//PUBasicTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//PUPreProcessorTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//SimpleProtocolFinder.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//SimpleProtocolHandler.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//RCMTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ArpBasicTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ArpSSLTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//AsyncHTTPResponseTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//AsyncHTTPResponseTest.BigResponseAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicSelectorThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicSelectorThreadTest.HelloWorldAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicServletTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ComplexGrizzlyWebServerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerAbstractTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerStatisticsTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HelloGrizzlyWebServerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HelloGrizzlyWebServerTest.HelloServlet.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HttpRedirectorTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//IdleHttpThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MapperTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MultiReadSelectorThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MultiReadSSLSelectorThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.CustomHttpAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.SimpleProtocolFinder.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.SimpleProtocolHandler.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//RedirectTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ResponseFilterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//SelectorThreadStatsTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//StatisticsTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//SuspendTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EchoStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EmptyHttpsStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EmptyHttpStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//NonBlockingTCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//NonBlockingUDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//SelectorThreadUtils.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//SSLEchoStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//TCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//UDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//JerseyrNoServletTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//Main.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//MyResource.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//BasicCometTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//CometTestAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//CometUnitTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//InvalidRequestTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//DeployerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//BaseGrizzlyConfigTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//GrizzlyConfigTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//GrizzlyServletTestBase.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//PUGrizzlyConfigTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//ThreadPoolIdleTimeoutTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//XProtocolFilter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//XProtocolFinder.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//BayeuxClientLoadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//OSGiCleanMapperTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/constant-values.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/serialized-form.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/SyncThreadPoolTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/GrizzlyVersionTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/B2CConverterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPControllerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPConnectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPAsyncQueueWriterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPAsyncQueueReaderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPConnectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPAsyncQueueWriterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPAsyncQueueReaderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SuspendableTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/StateHolderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLConnectionTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLAsyncQueueWriterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLAsyncQueueReaderTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ServerCacheTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SelectorHandlerStateTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/RoundRobinSelectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ReusableSelectorHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ProtocolParserTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/MultiReadThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/DefaultSelectionKeyHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/DefaultControllerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ControllerStateTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ReallySimpleFormatter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.SystemOutputHandler.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ConnectionImpl.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ContactInfoImpl.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ClientCacheTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/BaseSelectionKeyHandlerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/Utils.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/UDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/TCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingUDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingTCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingSSLIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/ControllerUtils.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/SimpleProtocolHandler.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/SimpleProtocolFinder.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/PUPreProcessorTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/PUBasicTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//class-use/RCMTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/StatisticsTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MapperTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HelloGrizzlyWebServerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HelloGrizzlyWebServerTest.HelloServlet.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerAbstractTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ComplexGrizzlyWebServerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicServletTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/SuspendTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/SelectorThreadStatsTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ResponseFilterTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/RedirectTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.CustomHttpAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.SimpleProtocolFinder.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.SimpleProtocolHandler.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MultiReadSSLSelectorThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MultiReadSelectorThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/IdleHttpThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HttpRedirectorTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerStatisticsTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicSelectorThreadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicSelectorThreadTest.HelloWorldAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/AsyncHTTPResponseTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/AsyncHTTPResponseTest.BigResponseAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ArpSSLTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ArpBasicTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/UDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/TCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/SSLEchoStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/SelectorThreadUtils.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/NonBlockingUDPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/NonBlockingTCPIOClient.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EmptyHttpStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EmptyHttpsStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EchoStreamAlgorithm.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/MyResource.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/Main.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/JerseyrNoServletTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/CometUnitTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/CometTestAdapter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/BasicCometTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//class-use/InvalidRequestTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//class-use/DeployerTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/XProtocolFinder.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/XProtocolFilter.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/ThreadPoolIdleTimeoutTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/PUGrizzlyConfigTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/GrizzlyServletTestBase.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/GrizzlyConfigTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/BaseGrizzlyConfigTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//class-use/BayeuxClientLoadTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//class-use/OSGiCleanMapperTest.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-use.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-use.html...
> Building index for all the packages and classes...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-tree.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/index-all.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/deprecated-list.html...
> Building index for all classes...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/allclasses-frame.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/allclasses-noframe.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/index.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-summary.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/help-doc.html...
> Generating /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/stylesheet.css...
> 13 warnings
> [WARNING] Javadoc Warnings
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62: warning - Tag @link: reference not found: SelectoThread
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet/src/test/java/com/sun/grizzly/http/HelloGrizzlyWebServerTest.java:215: warning - @param argument "repsonse" is not a parameter name.
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55: warning - Tag @link: reference not found: Controller
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64: warning - Tag @link: reference not found: Controller
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73: warning - Tag @link: reference not found: Response.cancel
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62: warning - Tag @link: reference not found: SelectoThread
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55: warning - Tag @link: reference not found: Controller
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64: warning - Tag @link: reference not found: Controller
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73: warning - Tag @link: reference not found: Response.cancel
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62: warning - Tag @link: reference not found: SelectoThread
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55: warning - Tag @link: reference not found: Controller
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64: warning - Tag @link: reference not found: Controller
> [WARNING] /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73: warning - Tag @link: reference not found: Response.cancel
> [INFO] Generating "JavaDocs" report.
> [WARNING] Source files encoding has not been set, using platform encoding MacRoman, i.e. build is platform dependent!
>
> jon
>
> On Fri, Nov 06, 2009 at 09:57:28AM -0500, Jeanfrancois Arcand wrote:
> > Salut,
> >
> > try doing:
> >
> > % mvn site
> >
> > The result should be available under
> > /grizzly/trunk/target/site
> >
> > Let me know how it goes.
> >
> > A+
> > -_ Jeanfrancois
> >
> > Jonathan Gold wrote:
> > >Hi --
> > >I'm new to Grizzly and really like it. I wanted to be able to read the
> > >javadocs
> > >offline, and know that there is already a bug outstanding to the effect that
> > >the
> > >javadoc.jar on the site is not correct. Until it is, I'm trying just to use
> > >the maven task javadoc:javadoc on a Grizzly
> > >checkout, but it's taking a long long time to run (hours) and ultimately
> > >running
> > >out of memory.
> > >Is this to be expected, or am I going about it the wrong way?
> > >Thanks,
> > >jon
> > >---------------------------------------------------------------------
> > >To unsubscribe, e-mail: dev-unsubscribe@...
> > >For additional commands, e-mail: dev-help@...
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@...
> > For additional commands, e-mail: dev-help@...
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...



Grizzly 2.0.0 http serve implementation question

by ming qin :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi Oleksiy Stashok:

 Gizzly 2.0.0 http server implementation is clear and straight forward, thanks for bringing in main concepts ( Connection, StreamReader, StreamWriter ). But, I could not figure out how do you resolve the below problem mentioned in  Jean-Frrancois Arcand’s blog - http://weblogs.java.net/blog/jfarcand/archive/2005/06/grizzly_an_http.html

 

Here is a quote to remind: “The problem with NIO non blocking and HTTP is your never know when all the bytes have been read (this is how non blocking works). With blocking, you just wait on the socket's input stream. With non-blocking, you cannot wait on the socket input stream because it will return as soon as you have read all the available data. But that doesn't means you have received all the request bytes. Technically, you have no guarantee than all the bytes has been read from the socket channel:

count = socketChannel.read(byteBuffer));

This may not read the entire stream bytes, and may require several extra read operations. Unfortunately, this situation occurs frequently when reading HTTP requests. I've explored several strategies (which I will details in my next blog) and kept the most performant one, which consist of a state machine used to parse the content-length header and predict the end of the stream. “

For Grizzly prior to Gizzly 2.0.0, Grizzly has some state machine implementation such as StateMachineAlgorith.java,  ConetnetLenghtAlgorith.java,

 

In Oleksiy Stashok’s blog ,  you mentioned : “

In order to use StreamReader in non-blocking mode - we may want to check if StreamReader has enough data to be read: streamReader.availableDataSize(); So once StreamReader has enough data - we can safely read it without blocking. 

It is also possible to ask StreamReader to notify us once it will have enough data, or provide any other custom Condition, which StreamReader should check each time new data come - and notify us, once this Condition is met.”

 

In Girzzly 2.0.0 http server implementation,  how is the mechanism of notification and condition working out with http request and reply?

 



Ming Qin
Cell Phone 858-353-2839


Re: Grizzly 2.0.0 http serve implementation question

by Oleksiy Stashok :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Ming Qin,

for HTTP module we recommend to use higher level API: GrizzlyWebServer and GrizzlyAdapter, this API is more simple to use with HTTP.
Grizzly 2.0 supports it similar way as 1.9.x [1].

WBR,
Alexey.



On Nov 9, 2009, at 9:19 , ming qin wrote:

Hi Oleksiy Stashok:

 Gizzly 2.0.0 http server implementation is clear and straight forward, thanks for bringing in main concepts ( Connection, StreamReader, StreamWriter ). But, I could not figure out how do you resolve the below problem mentioned in  Jean-Frrancois Arcand’s blog - http://weblogs.java.net/blog/jfarcand/archive/2005/06/grizzly_an_http.html
 

Here is a quote to remind: “The problem with NIO non blocking and HTTP is your never know when all the bytes have been read (this is how non blocking works). With blocking, you just wait on the socket's input stream. With non-blocking, you cannot wait on the socket input stream because it will return as soon as you have read all the available data. But that doesn't means you have received all the request bytes. Technically, you have no guarantee than all the bytes has been read from the socket channel:

count = socketChannel.read(byteBuffer));

This may not read the entire stream bytes, and may require several extra read operations. Unfortunately, this situation occurs frequently when reading HTTP requests. I've explored several strategies (which I will details in my next blog) and kept the most performant one, which consist of a state machine used to parse the content-length header and predict the end of the stream. “

For Grizzly prior to Gizzly 2.0.0, Grizzly has some state machine implementation such as StateMachineAlgorith.java,  ConetnetLenghtAlgorith.java,

 

In Oleksiy Stashok’s blog ,  you mentioned : “

In order to use StreamReader in non-blocking mode - we may want to check if StreamReader has enough data to be read: streamReader.availableDataSize(); So once StreamReader has enough data - we can safely read it without blocking. 

It is also possible to ask StreamReader to notify us once it will have enough data, or provide any other custom Condition, which StreamReader should check each time new data come - and notify us, once this Condition is met.”

 

In Girzzly 2.0.0 http server implementation,  how is the mechanism of notification and condition working out with http request and reply?

 



Ming Qin
Cell Phone 858-353-2839



Re: Help building javadocs?

by Jonathan Gold-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hubert --

Thanks for the suggestion. I checked out trunk and tried again, but get the same
results: very slow processing, eventually (after about 20 minutes) resulting in
out of memory errors, and during processing seeing javadoc peg 100% of a cpu.
Are there MAVEN_* or other env variables you have set that perhaps I need to set
as well?

Here's my mvn version too:

Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
Java version: 1.6.0_13
Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x" version: "10.5.8" arch: "x86_64" Family: "mac"

jon

On Sun, Nov 08, 2009 at 09:12:36PM +0100, Hubert Iwaniuk wrote:

> Hi,
>
> Can you check on trunk.
>
> Just executed mvn clean javadoc:aggregate on trunk and it completed in <1
> minute.
>
> $ mvn -version
> Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
> Java version: 1.6.0_15
> Java home: /usr/lib/jvm/java-6-sun-1.6.0.15/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux" version: "2.6.31-14-generic" arch: "i386" Family: "unix"
>
> HTH,
>    Hubert.
>
> PS. if you still have problems generating it I can send you tarball with it.
>
> On Fri, Nov 6, 2009 at 8:13 PM, Jonathan Gold <jgold.bg@...> wrote:
>
> > Sorry, should have included that. I'm using 2.2.1 already. Also, the
> > grizzly
> > checkout is from:
> >
> >    https://grizzly.dev.java.net/svn/grizzly/tags/1_9_18e
> >
> > jon
> >
> > On Fri, Nov 06, 2009 at 06:18:05PM +0100, Hubert Iwaniuk wrote:
> > > Hi
> > > What version of maven you are using? And if not 2.2.1 than try with that
> > one.
> > > HTH,
> > > Hubert.
> > >
> > > -original message-
> > > Subject: Re: Help building javadocs?
> > > From: Jonathan Gold <jgold.bg@...>
> > > Date: 06-11-2009 17:03
> > >
> > > Thanks. I tried that and it failed at first on a preliminary task with
> > out of
> > > memory errors. Then I set MAVEN_OPTS="-Xmx1g" and it appeared to make it
> > into
> > > the javadoc phase, but after about 25 minutes and 98% cpu usage
> > attributed by
> > > top to a javadoc process, it never made it past the last line below (I
> > finally
> > > killed it).
> > >
> > > Normal?
> > >
> > > Maven output:
> > >
> > > [INFO] Scanning for projects...
> > > [INFO] Reactor build order:
> > > [INFO]   grizzly-project
> > > [INFO]   grizzly-utils
> > > [INFO]   grizzly-framework
> > > [INFO]   grizzly-portunif
> > > [INFO]   grizzly-rcm
> > > [INFO]   grizzly-http
> > > [INFO]   grizzly-http-servlet
> > > [INFO]   grizzly-comet
> > > [INFO]   grizzly-cometd
> > > [INFO]   grizzly-compat
> > > [INFO]   grizzly-servlet-deployer
> > > [INFO]   grizzly-nio-framework
> > > [INFO]   grizzly-http-webserver
> > > [INFO]   grizzly-servlet-webserver
> > > [INFO]   grizzly-comet-webserver
> > > [INFO]   grizzly-cometd-webserver
> > > [INFO]   grizzly-webserver
> > > [INFO]   grizzly-http-servlet-deployer
> > > [INFO]   grizzly-bundles
> > > [INFO]   grizzly-config
> > > [INFO]   grizzly-modules
> > > [INFO]   grizzly-ajp
> > > [INFO]   grizzly-hudson
> > > [INFO]   grizzly-cachetest
> > > [INFO]   grizzly-cometd-client
> > > [INFO]   grizzly-extra
> > > [INFO]   grizzly-comet-chat
> > > [INFO]   grizzly-comet-chat-iframe
> > > [INFO]   grizzly-comet-counter
> > > [INFO]   grizzly-comet-jmaki
> > > [INFO]   grizzly-comet-hidden
> > > [INFO]   grizzly-cometd-example-chat
> > > [INFO]   grizzly-cometd-sample-echo
> > > [INFO]   grizzly-cometd-example-bayeux
> > > [INFO]   grizzly-twitter
> > > [INFO]   grizzly-framework-samples
> > > [INFO]   grizzly-embed-samples
> > > [INFO]   grizzly-multiple-adapter
> > > [INFO]   grizzly-samples
> > > [INFO]   Grizzly OSGi HttpService
> > > [INFO]   Grizzly OSGi HttpService Bundle
> > > [INFO]   grizzly-contribs-bundles
> > > [INFO]   grizzly-contribs
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-project
> > > [INFO]    task-segment: [site]
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals
> > <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code>
> > instead.
> > > [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals
> > <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code>
> > instead.
> > > [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals
> > <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code>
> > instead.
> > > [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals
> > <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code>
> > instead.
> > > [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.
> > > [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.
> > > [INFO] Preparing javadoc:javadoc
> > > [INFO] No goals needed for project - skipping
> > > [INFO] Preparing javadoc:aggregate
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-project
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-utils
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-framework
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-portunif
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-rcm
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-http
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-http-servlet
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-compat
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-servlet-deployer
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-nio-framework
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-http-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-servlet-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-http-servlet-deployer
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-bundles
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-config
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-modules
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-ajp
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-hudson
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cachetest
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-client
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-extra
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-chat
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-chat-iframe
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-counter
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-jmaki
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-hidden
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-example-chat
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-sample-echo
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-example-bayeux
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-twitter
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-framework-samples
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-embed-samples
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-multiple-adapter
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-samples
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building Grizzly OSGi HttpService
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building Grizzly OSGi HttpService Bundle
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-contribs-bundles
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-contribs
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO] Preparing javadoc:test-javadoc
> > > [INFO] No goals needed for project - skipping
> > > [INFO] Preparing javadoc:test-aggregate
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-project
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-utils
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] File encoding has not been set, using platform encoding
> > MacRoman, i.e. build is platform dependent!
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 10 resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-framework
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 0 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-portunif
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/portunif/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-rcm
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 0 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-http
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 1 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-http-servlet
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 0 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 1 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-compat
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 0 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-servlet-deployer
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet-deployer/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-nio-framework
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/framework/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-http-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-servlet-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http-servlet/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/comet/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/cometd/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/webserver/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-http-servlet-deployer
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http-servlet-deployer/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-bundles
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-config
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 0 resource
> > > [INFO] [hk2:hk2-compile {execution: default-hk2-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO] [bundle:manifest {execution: bundle-manifest}]
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-modules
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-ajp
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 0 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-hudson
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 1 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cachetest
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/extras/cachetest/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-client
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/extras/cometd-client/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-extra
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-chat
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 1 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-chat-iframe
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-chat-iframe/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-counter
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 0 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-jmaki
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-jmaki/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-hidden
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-hidden/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-example-chat
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-chat/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] No sources to compile
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-sample-echo
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-echo/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] No sources to compile
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-example-bayeux
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-javaapiupdate-chat/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-twitter
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/twitter/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-framework-samples
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 2 resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-embed-samples
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/samples/http/http-embed/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-multiple-adapter
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 0 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-samples
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building Grizzly OSGi HttpService
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/contribs/grizzly-httpservice/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building Grizzly OSGi HttpService Bundle
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/contribs/bundles/grizzly-httpservice-bundle/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] No sources to compile
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-contribs-bundles
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-contribs
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO] Preparing findbugs:findbugs
> > > [INFO] No goals needed for project - skipping
> > > [INFO] [site:site {execution: default-site}]
> > > [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for
> > updates from java.net
> > > [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for
> > updates from maven-repository.dev.java.net
> > > [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for
> > updates from codehaus
> > > [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for
> > updates from glassfish-maven2-repository.dev.java.net
> > > [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for
> > updates from central
> > > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/skins/maven-default-skin/1.0/maven-default-skin-1.0.jar
> > > 542/?
> > > 1050/?
> > > 1601/?
> > > 2111/?
> > > 2627/?
> > > 3189/?
> > > 3751/?
> > > 4124/?
> > > 4956/?
> > > 5465/?
> > > 5836/?
> > > 6346/?
> > > 6932/?
> > > 8168/?
> > >
> > > [INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already
> > exists for the English version.
> > > [INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html"
> > already exists for the English version.
> > > [INFO] Generating "Project Team" report.
> > > [INFO] Generating "Test JavaDocs" report.
> > > Downloading:
> > http://download.java.net/maven/2/com/sun/jersey/jersey-client/1.1.1-ea-SNAPSHOT/jersey-client-1.1.1-ea-SNAPSHOT.jar
> > > Downloading:
> > http://download.java.net/maven/2/com/sun/jersey/jersey-core/1.1.1-ea-SNAPSHOT/jersey-core-1.1.1-ea-SNAPSHOT.jar
> > > Downloading:
> > http://download.java.net/maven/2/com/sun/jersey/jersey-server/1.1.1-ea-SNAPSHOT/jersey-server-1.1.1-ea-SNAPSHOT.jar
> > > [WARNING] Source files encoding has not been set, using platform encoding
> > MacRoman, i.e. build is platform dependent!
> > > [ERROR] Error fetching link: ../apidocs/package-list. Ignored it.
> > > [INFO]
> > > Loading source files for package com.sun.grizzly.util...
> > > Loading source files for package com.sun.grizzly...
> > > Loading source files for package com.sun.grizzly.utils...
> > > Loading source files for package com.sun.grizzly.portunif...
> > > Loading source files for package com.sun.grizzly.rcm...
> > > Loading source files for package com.sun.grizzly.http...
> > > Loading source files for package com.sun.grizzly.http.utils...
> > > Loading source files for package filter...
> > > Loading source files for package com.sun.grizzly.comet...
> > > Loading source files for package com.sun.grizzly.cometd...
> > > Loading source files for package com.sun.grizzly.http.servlet.deployer...
> > > Loading source files for package com.sun.grizzly.config...
> > > Loading source files for package com.sun.grizzly.cometd.client...
> > > Loading source files for package com.sun.grizzly.osgi.httpservice...
> > > Constructing Javadoc information...
> > > Standard Doclet version 1.6.0_13
> > > Building tree for all the packages and classes...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//B2CConverterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//GrizzlyVersionTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//SyncThreadPoolTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//BaseSelectionKeyHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ClientCacheTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ConnectionImpl.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ContactInfoImpl.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ReallySimpleFormatter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.SystemOutputHandler.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ControllerStateTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//DefaultControllerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//DefaultSelectionKeyHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//MultiReadThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ProtocolParserTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ReusableSelectorHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//RoundRobinSelectorHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SelectorHandlerStateTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ServerCacheTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLAsyncQueueReaderTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLAsyncQueueWriterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLConnectionTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//StateHolderTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SuspendableTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPAsyncQueueReaderTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPAsyncQueueWriterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPConnectorHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPAsyncQueueReaderTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPAsyncQueueWriterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPConnectorHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPControllerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//ControllerUtils.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingSSLIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingTCPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingUDPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//TCPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//UDPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//Utils.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//PUBasicTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//PUPreProcessorTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//SimpleProtocolFinder.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//SimpleProtocolHandler.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//RCMTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ArpBasicTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ArpSSLTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//AsyncHTTPResponseTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//AsyncHTTPResponseTest.BigResponseAdapter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicSelectorThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicSelectorThreadTest.HelloWorldAdapter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicServletTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ComplexGrizzlyWebServerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerAbstractTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerStatisticsTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HelloGrizzlyWebServerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HelloGrizzlyWebServerTest.HelloServlet.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HttpRedirectorTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//IdleHttpThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MapperTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MultiReadSelectorThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MultiReadSSLSelectorThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.CustomHttpAdapter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.SimpleProtocolFinder.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.SimpleProtocolHandler.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//RedirectTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ResponseFilterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//SelectorThreadStatsTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//StatisticsTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//SuspendTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EchoStreamAlgorithm.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EmptyHttpsStreamAlgorithm.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EmptyHttpStreamAlgorithm.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//NonBlockingTCPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//NonBlockingUDPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//SelectorThreadUtils.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//SSLEchoStreamAlgorithm.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//TCPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//UDPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//JerseyrNoServletTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//Main.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//MyResource.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//BasicCometTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//CometTestAdapter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//CometUnitTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//InvalidRequestTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//DeployerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//BaseGrizzlyConfigTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//GrizzlyConfigTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//GrizzlyServletTestBase.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//PUGrizzlyConfigTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//ThreadPoolIdleTimeoutTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//XProtocolFilter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//XProtocolFinder.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//BayeuxClientLoadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//OSGiCleanMapperTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/constant-values.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/serialized-form.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/SyncThreadPoolTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/GrizzlyVersionTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/B2CConverterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPControllerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPConnectorHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPAsyncQueueWriterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPAsyncQueueReaderTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPConnectorHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPAsyncQueueWriterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPAsyncQueueReaderTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SuspendableTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/StateHolderTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLConnectionTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLAsyncQueueWriterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLAsyncQueueReaderTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ServerCacheTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SelectorHandlerStateTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/RoundRobinSelectorHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ReusableSelectorHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ProtocolParserTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/MultiReadThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/DefaultSelectionKeyHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/DefaultControllerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ControllerStateTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ReallySimpleFormatter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.SystemOutputHandler.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ConnectionImpl.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ContactInfoImpl.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ClientCacheTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/BaseSelectionKeyHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/Utils.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/UDPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/TCPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingUDPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingTCPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingSSLIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/ControllerUtils.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/SimpleProtocolHandler.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/SimpleProtocolFinder.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/PUPreProcessorTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/PUBasicTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//class-use/RCMTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/StatisticsTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MapperTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HelloGrizzlyWebServerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HelloGrizzlyWebServerTest.HelloServlet.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerAbstractTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ComplexGrizzlyWebServerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicServletTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/SuspendTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/SelectorThreadStatsTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ResponseFilterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/RedirectTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.CustomHttpAdapter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.SimpleProtocolFinder.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.SimpleProtocolHandler.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MultiReadSSLSelectorThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MultiReadSelectorThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/IdleHttpThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HttpRedirectorTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerStatisticsTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicSelectorThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicSelectorThreadTest.HelloWorldAdapter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/AsyncHTTPResponseTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/AsyncHTTPResponseTest.BigResponseAdapter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ArpSSLTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ArpBasicTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/UDPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/TCPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/SSLEchoStreamAlgorithm.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/SelectorThreadUtils.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/NonBlockingUDPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/NonBlockingTCPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EmptyHttpStreamAlgorithm.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EmptyHttpsStreamAlgorithm.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EchoStreamAlgorithm.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/MyResource.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/Main.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/JerseyrNoServletTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/CometUnitTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/CometTestAdapter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/BasicCometTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//class-use/InvalidRequestTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//class-use/DeployerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/XProtocolFinder.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/XProtocolFilter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/ThreadPoolIdleTimeoutTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/PUGrizzlyConfigTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/GrizzlyServletTestBase.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/GrizzlyConfigTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/BaseGrizzlyConfigTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//class-use/BayeuxClientLoadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//class-use/OSGiCleanMapperTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-use.html...
> > > Building index for all the packages and classes...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/index-all.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/deprecated-list.html...
> > > Building index for all classes...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/allclasses-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/allclasses-noframe.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/index.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/help-doc.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/stylesheet.css...
> > > 13 warnings
> > > [WARNING] Javadoc Warnings
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62:
> > warning - Tag @link: reference not found: SelectoThread
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet/src/test/java/com/sun/grizzly/http/HelloGrizzlyWebServerTest.java:215:
> > warning - @param argument "repsonse" is not a parameter name.
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55:
> > warning - Tag @link: reference not found: Controller
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64:
> > warning - Tag @link: reference not found: Controller
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73:
> > warning - Tag @link: reference not found: Response.cancel
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62:
> > warning - Tag @link: reference not found: SelectoThread
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55:
> > warning - Tag @link: reference not found: Controller
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64:
> > warning - Tag @link: reference not found: Controller
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73:
> > warning - Tag @link: reference not found: Response.cancel
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62:
> > warning - Tag @link: reference not found: SelectoThread
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55:
> > warning - Tag @link: reference not found: Controller
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64:
> > warning - Tag @link: reference not found: Controller
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73:
> > warning - Tag @link: reference not found: Response.cancel
> > > [INFO] Generating "JavaDocs" report.
> > > [WARNING] Source files encoding has not been set, using platform encoding
> > MacRoman, i.e. build is platform dependent!
> > >
> > > jon
> > >
> > > On Fri, Nov 06, 2009 at 09:57:28AM -0500, Jeanfrancois Arcand wrote:
> > > > Salut,
> > > >
> > > > try doing:
> > > >
> > > > % mvn site
> > > >
> > > > The result should be available under
> > > > /grizzly/trunk/target/site
> > > >
> > > > Let me know how it goes.
> > > >
> > > > A+
> > > > -_ Jeanfrancois
> > > >
> > > > Jonathan Gold wrote:
> > > > >Hi --
> > > > >I'm new to Grizzly and really like it. I wanted to be able to read the
> > > > >javadocs
> > > > >offline, and know that there is already a bug outstanding to the
> > effect that
> > > > >the
> > > > >javadoc.jar on the site is not correct. Until it is, I'm trying just
> > to use
> > > > >the maven task javadoc:javadoc on a Grizzly
> > > > >checkout, but it's taking a long long time to run (hours) and
> > ultimately
> > > > >running
> > > > >out of memory.
> > > > >Is this to be expected, or am I going about it the wrong way?
> > > > >Thanks,
> > > > >jon
> > > > >---------------------------------------------------------------------
> > > > >To unsubscribe, e-mail: dev-unsubscribe@...
> > > > >For additional commands, e-mail: dev-help@...
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@...
> > > > For additional commands, e-mail: dev-help@...
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@...
> > > For additional commands, e-mail: dev-help@...
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@...
> > > For additional commands, e-mail: dev-help@...
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@...
> > For additional commands, e-mail: dev-help@...
> >
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


Re: Help building javadocs?

by Hubert Iwaniuk :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Jonathan,

It takes ages on Mac. No idea why.
Can you file an issue at https://grizzly.dev.java.net/issues/ so we won't forget about it?

Thanks,
   Hubert.


On Mon, Nov 9, 2009 at 7:05 PM, Jonathan Gold <jgold.bg@gmail.com> wrote:
Hubert --

Thanks for the suggestion. I checked out trunk and tried again, but get the same
results: very slow processing, eventually (after about 20 minutes) resulting in
out of memory errors, and during processing seeing javadoc peg 100% of a cpu.
Are there MAVEN_* or other env variables you have set that perhaps I need to set
as well?

Here's my mvn version too:

Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
Java version: 1.6.0_13
Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x" version: "10.5.8" arch: "x86_64" Family: "mac"

jon

On Sun, Nov 08, 2009 at 09:12:36PM +0100, Hubert Iwaniuk wrote:
> Hi,
>
> Can you check on trunk.
>
> Just executed mvn clean javadoc:aggregate on trunk and it completed in <1
> minute.
>
> $ mvn -version
> Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
> Java version: 1.6.0_15
> Java home: /usr/lib/jvm/java-6-sun-1.6.0.15/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux" version: "2.6.31-14-generic" arch: "i386" Family: "unix"
>
> HTH,
>    Hubert.
>
> PS. if you still have problems generating it I can send you tarball with it.
>
> On Fri, Nov 6, 2009 at 8:13 PM, Jonathan Gold <jgold.bg@gmail.com> wrote:
>
> > Sorry, should have included that. I'm using 2.2.1 already. Also, the
> > grizzly
> > checkout is from:
> >
> >    https://grizzly.dev.java.net/svn/grizzly/tags/1_9_18e
> >
> > jon
> >
> > On Fri, Nov 06, 2009 at 06:18:05PM +0100, Hubert Iwaniuk wrote:
> > > Hi
> > > What version of maven you are using? And if not 2.2.1 than try with that
> > one.
> > > HTH,
> > > Hubert.
> > >
> > > -original message-
> > > Subject: Re: Help building javadocs?
> > > From: Jonathan Gold <jgold.bg@gmail.com>
> > > Date: 06-11-2009 17:03
> > >
> > > Thanks. I tried that and it failed at first on a preliminary task with
> > out of
> > > memory errors. Then I set MAVEN_OPTS="-Xmx1g" and it appeared to make it
> > into
> > > the javadoc phase, but after about 25 minutes and 98% cpu usage
> > attributed by
> > > top to a javadoc process, it never made it past the last line below (I
> > finally
> > > killed it).
> > >
> > > Normal?
> > >
> > > Maven output:
> > >
> > > [INFO] Scanning for projects...
> > > [INFO] Reactor build order:
> > > [INFO]   grizzly-project
> > > [INFO]   grizzly-utils
> > > [INFO]   grizzly-framework
> > > [INFO]   grizzly-portunif
> > > [INFO]   grizzly-rcm
> > > [INFO]   grizzly-http
> > > [INFO]   grizzly-http-servlet
> > > [INFO]   grizzly-comet
> > > [INFO]   grizzly-cometd
> > > [INFO]   grizzly-compat
> > > [INFO]   grizzly-servlet-deployer
> > > [INFO]   grizzly-nio-framework
> > > [INFO]   grizzly-http-webserver
> > > [INFO]   grizzly-servlet-webserver
> > > [INFO]   grizzly-comet-webserver
> > > [INFO]   grizzly-cometd-webserver
> > > [INFO]   grizzly-webserver
> > > [INFO]   grizzly-http-servlet-deployer
> > > [INFO]   grizzly-bundles
> > > [INFO]   grizzly-config
> > > [INFO]   grizzly-modules
> > > [INFO]   grizzly-ajp
> > > [INFO]   grizzly-hudson
> > > [INFO]   grizzly-cachetest
> > > [INFO]   grizzly-cometd-client
> > > [INFO]   grizzly-extra
> > > [INFO]   grizzly-comet-chat
> > > [INFO]   grizzly-comet-chat-iframe
> > > [INFO]   grizzly-comet-counter
> > > [INFO]   grizzly-comet-jmaki
> > > [INFO]   grizzly-comet-hidden
> > > [INFO]   grizzly-cometd-example-chat
> > > [INFO]   grizzly-cometd-sample-echo
> > > [INFO]   grizzly-cometd-example-bayeux
> > > [INFO]   grizzly-twitter
> > > [INFO]   grizzly-framework-samples
> > > [INFO]   grizzly-embed-samples
> > > [INFO]   grizzly-multiple-adapter
> > > [INFO]   grizzly-samples
> > > [INFO]   Grizzly OSGi HttpService
> > > [INFO]   Grizzly OSGi HttpService Bundle
> > > [INFO]   grizzly-contribs-bundles
> > > [INFO]   grizzly-contribs
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-project
> > > [INFO]    task-segment: [site]
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals
> > <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code>
> > instead.
> > > [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals
> > <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code>
> > instead.
> > > [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals
> > <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code>
> > instead.
> > > [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals
> > <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code>
> > instead.
> > > [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.
> > > [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.
> > > [INFO] Preparing javadoc:javadoc
> > > [INFO] No goals needed for project - skipping
> > > [INFO] Preparing javadoc:aggregate
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-project
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-utils
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-framework
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-portunif
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-rcm
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-http
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-http-servlet
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-compat
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-servlet-deployer
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-nio-framework
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-http-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-servlet-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-http-servlet-deployer
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-bundles
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-config
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-modules
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-ajp
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-hudson
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cachetest
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-client
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-extra
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-chat
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-chat-iframe
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-counter
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-jmaki
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-hidden
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-example-chat
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-sample-echo
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-example-bayeux
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-twitter
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-framework-samples
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-embed-samples
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-multiple-adapter
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-samples
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building Grizzly OSGi HttpService
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building Grizzly OSGi HttpService Bundle
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-contribs-bundles
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-contribs
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO] Preparing javadoc:test-javadoc
> > > [INFO] No goals needed for project - skipping
> > > [INFO] Preparing javadoc:test-aggregate
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-project
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-utils
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] File encoding has not been set, using platform encoding
> > MacRoman, i.e. build is platform dependent!
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 10 resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-framework
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 0 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-portunif
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/portunif/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-rcm
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 0 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-http
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 1 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-http-servlet
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 0 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 1 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-compat
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 0 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-servlet-deployer
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet-deployer/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-nio-framework
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/framework/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-http-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-servlet-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http-servlet/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/comet/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/cometd/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-webserver
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/webserver/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-http-servlet-deployer
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http-servlet-deployer/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-bundles
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-config
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 0 resource
> > > [INFO] [hk2:hk2-compile {execution: default-hk2-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO] [bundle:manifest {execution: bundle-manifest}]
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-modules
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-ajp
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 0 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-hudson
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 1 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cachetest
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/extras/cachetest/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-client
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/extras/cometd-client/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-extra
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-chat
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 1 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-chat-iframe
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-chat-iframe/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-counter
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 0 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-jmaki
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-jmaki/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-comet-hidden
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-hidden/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-example-chat
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-chat/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] No sources to compile
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-sample-echo
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-echo/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] No sources to compile
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-cometd-example-bayeux
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-javaapiupdate-chat/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-twitter
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/twitter/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-framework-samples
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 2 resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-embed-samples
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/samples/http/http-embed/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-multiple-adapter
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] Copying 0 resource
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-samples
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building Grizzly OSGi HttpService
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/contribs/grizzly-httpservice/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] Nothing to compile - all classes are up to date
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building Grizzly OSGi HttpService Bundle
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] [resources:resources {execution: default-resources}]
> > > [WARNING] Using platform encoding (MacRoman actually) to copy filtered
> > resources, i.e. build is platform dependent!
> > > [INFO] skip non existing resourceDirectory
> > /Users/gold/workspace/grizzly-1.9.18e/contribs/bundles/grizzly-httpservice-bundle/src/main/resources
> > > [INFO] [compiler:compile {execution: default-compile}]
> > > [INFO] No sources to compile
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-contribs-bundles
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] Building grizzly-contribs
> > > [INFO]
> > ------------------------------------------------------------------------
> > > [INFO] No goals needed for project - skipping
> > > [INFO] Preparing findbugs:findbugs
> > > [INFO] No goals needed for project - skipping
> > > [INFO] [site:site {execution: default-site}]
> > > [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for
> > updates from java.net
> > > [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for
> > updates from maven-repository.dev.java.net
> > > [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for
> > updates from codehaus
> > > [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for
> > updates from glassfish-maven2-repository.dev.java.net
> > > [INFO] artifact org.apache.maven.skins:maven-default-skin: checking for
> > updates from central
> > > Downloading:
> > http://repo1.maven.org/maven2/org/apache/maven/skins/maven-default-skin/1.0/maven-default-skin-1.0.jar
> > > 542/?
> > > 1050/?
> > > 1601/?
> > > 2111/?
> > > 2627/?
> > > 3189/?
> > > 3751/?
> > > 4124/?
> > > 4956/?
> > > 5465/?
> > > 5836/?
> > > 6346/?
> > > 6932/?
> > > 8168/?
> > >
> > > [INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already
> > exists for the English version.
> > > [INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html"
> > already exists for the English version.
> > > [INFO] Generating "Project Team" report.
> > > [INFO] Generating "Test JavaDocs" report.
> > > Downloading:
> > http://download.java.net/maven/2/com/sun/jersey/jersey-client/1.1.1-ea-SNAPSHOT/jersey-client-1.1.1-ea-SNAPSHOT.jar
> > > Downloading:
> > http://download.java.net/maven/2/com/sun/jersey/jersey-core/1.1.1-ea-SNAPSHOT/jersey-core-1.1.1-ea-SNAPSHOT.jar
> > > Downloading:
> > http://download.java.net/maven/2/com/sun/jersey/jersey-server/1.1.1-ea-SNAPSHOT/jersey-server-1.1.1-ea-SNAPSHOT.jar
> > > [WARNING] Source files encoding has not been set, using platform encoding
> > MacRoman, i.e. build is platform dependent!
> > > [ERROR] Error fetching link: ../apidocs/package-list. Ignored it.
> > > [INFO]
> > > Loading source files for package com.sun.grizzly.util...
> > > Loading source files for package com.sun.grizzly...
> > > Loading source files for package com.sun.grizzly.utils...
> > > Loading source files for package com.sun.grizzly.portunif...
> > > Loading source files for package com.sun.grizzly.rcm...
> > > Loading source files for package com.sun.grizzly.http...
> > > Loading source files for package com.sun.grizzly.http.utils...
> > > Loading source files for package filter...
> > > Loading source files for package com.sun.grizzly.comet...
> > > Loading source files for package com.sun.grizzly.cometd...
> > > Loading source files for package com.sun.grizzly.http.servlet.deployer...
> > > Loading source files for package com.sun.grizzly.config...
> > > Loading source files for package com.sun.grizzly.cometd.client...
> > > Loading source files for package com.sun.grizzly.osgi.httpservice...
> > > Constructing Javadoc information...
> > > Standard Doclet version 1.6.0_13
> > > Building tree for all the packages and classes...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//B2CConverterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//GrizzlyVersionTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//SyncThreadPoolTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//BaseSelectionKeyHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ClientCacheTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ConnectionImpl.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ContactInfoImpl.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ReallySimpleFormatter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.SystemOutputHandler.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ControllerStateTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//DefaultControllerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//DefaultSelectionKeyHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//MultiReadThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ProtocolParserTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ReusableSelectorHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//RoundRobinSelectorHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SelectorHandlerStateTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ServerCacheTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLAsyncQueueReaderTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLAsyncQueueWriterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLConnectionTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//StateHolderTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SuspendableTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPAsyncQueueReaderTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPAsyncQueueWriterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPConnectorHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPAsyncQueueReaderTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPAsyncQueueWriterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPConnectorHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPControllerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//ControllerUtils.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingSSLIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingTCPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingUDPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//TCPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//UDPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//Utils.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//PUBasicTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//PUPreProcessorTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//SimpleProtocolFinder.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//SimpleProtocolHandler.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//RCMTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ArpBasicTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ArpSSLTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//AsyncHTTPResponseTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//AsyncHTTPResponseTest.BigResponseAdapter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicSelectorThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicSelectorThreadTest.HelloWorldAdapter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicServletTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ComplexGrizzlyWebServerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerAbstractTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerStatisticsTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HelloGrizzlyWebServerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HelloGrizzlyWebServerTest.HelloServlet.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HttpRedirectorTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//IdleHttpThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MapperTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MultiReadSelectorThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MultiReadSSLSelectorThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.CustomHttpAdapter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.SimpleProtocolFinder.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.SimpleProtocolHandler.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//RedirectTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ResponseFilterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//SelectorThreadStatsTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//StatisticsTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//SuspendTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EchoStreamAlgorithm.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EmptyHttpsStreamAlgorithm.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EmptyHttpStreamAlgorithm.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//NonBlockingTCPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//NonBlockingUDPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//SelectorThreadUtils.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//SSLEchoStreamAlgorithm.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//TCPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//UDPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//JerseyrNoServletTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//Main.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//MyResource.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//BasicCometTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//CometTestAdapter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//CometUnitTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//InvalidRequestTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//DeployerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//BaseGrizzlyConfigTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//GrizzlyConfigTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//GrizzlyServletTestBase.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//PUGrizzlyConfigTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//ThreadPoolIdleTimeoutTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//XProtocolFilter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//XProtocolFinder.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//BayeuxClientLoadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//OSGiCleanMapperTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/constant-values.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/serialized-form.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/SyncThreadPoolTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/GrizzlyVersionTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/B2CConverterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPControllerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPConnectorHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPAsyncQueueWriterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPAsyncQueueReaderTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPConnectorHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPAsyncQueueWriterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPAsyncQueueReaderTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SuspendableTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/StateHolderTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLConnectionTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLAsyncQueueWriterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLAsyncQueueReaderTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ServerCacheTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SelectorHandlerStateTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/RoundRobinSelectorHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ReusableSelectorHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ProtocolParserTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/MultiReadThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/DefaultSelectionKeyHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/DefaultControllerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ControllerStateTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ReallySimpleFormatter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.SystemOutputHandler.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ConnectionImpl.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ContactInfoImpl.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ClientCacheTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/BaseSelectionKeyHandlerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/Utils.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/UDPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/TCPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingUDPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingTCPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingSSLIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/ControllerUtils.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/SimpleProtocolHandler.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/SimpleProtocolFinder.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/PUPreProcessorTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/PUBasicTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//class-use/RCMTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/StatisticsTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MapperTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HelloGrizzlyWebServerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HelloGrizzlyWebServerTest.HelloServlet.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerAbstractTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ComplexGrizzlyWebServerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicServletTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/SuspendTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/SelectorThreadStatsTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ResponseFilterTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/RedirectTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.CustomHttpAdapter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.SimpleProtocolFinder.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.SimpleProtocolHandler.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MultiReadSSLSelectorThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MultiReadSelectorThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/IdleHttpThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HttpRedirectorTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerStatisticsTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicSelectorThreadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicSelectorThreadTest.HelloWorldAdapter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/AsyncHTTPResponseTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/AsyncHTTPResponseTest.BigResponseAdapter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ArpSSLTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ArpBasicTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/UDPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/TCPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/SSLEchoStreamAlgorithm.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/SelectorThreadUtils.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/NonBlockingUDPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/NonBlockingTCPIOClient.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EmptyHttpStreamAlgorithm.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EmptyHttpsStreamAlgorithm.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EchoStreamAlgorithm.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/MyResource.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/Main.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/JerseyrNoServletTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/CometUnitTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/CometTestAdapter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/BasicCometTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//class-use/InvalidRequestTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//class-use/DeployerTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/XProtocolFinder.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/XProtocolFilter.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/ThreadPoolIdleTimeoutTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/PUGrizzlyConfigTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/GrizzlyServletTestBase.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/GrizzlyConfigTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/BaseGrizzlyConfigTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//class-use/BayeuxClientLoadTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//class-use/OSGiCleanMapperTest.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-use.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-use.html...
> > > Building index for all the packages and classes...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-tree.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/index-all.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/deprecated-list.html...
> > > Building index for all classes...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/allclasses-frame.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/allclasses-noframe.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/index.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-summary.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/help-doc.html...
> > > Generating
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/stylesheet.css...
> > > 13 warnings
> > > [WARNING] Javadoc Warnings
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62:
> > warning - Tag @link: reference not found: SelectoThread
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet/src/test/java/com/sun/grizzly/http/HelloGrizzlyWebServerTest.java:215:
> > warning - @param argument "repsonse" is not a parameter name.
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55:
> > warning - Tag @link: reference not found: Controller
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64:
> > warning - Tag @link: reference not found: Controller
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73:
> > warning - Tag @link: reference not found: Response.cancel
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62:
> > warning - Tag @link: reference not found: SelectoThread
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55:
> > warning - Tag @link: reference not found: Controller
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64:
> > warning - Tag @link: reference not found: Controller
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73:
> > warning - Tag @link: reference not found: Response.cancel
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62:
> > warning - Tag @link: reference not found: SelectoThread
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55:
> > warning - Tag @link: reference not found: Controller
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64:
> > warning - Tag @link: reference not found: Controller
> > > [WARNING]
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73:
> > warning - Tag @link: reference not found: Response.cancel
> > > [INFO] Generating "JavaDocs" report.
> > > [WARNING] Source files encoding has not been set, using platform encoding
> > MacRoman, i.e. build is platform dependent!
> > >
> > > jon
> > >
> > > On Fri, Nov 06, 2009 at 09:57:28AM -0500, Jeanfrancois Arcand wrote:
> > > > Salut,
> > > >
> > > > try doing:
> > > >
> > > > % mvn site
> > > >
> > > > The result should be available under
> > > > /grizzly/trunk/target/site
> > > >
> > > > Let me know how it goes.
> > > >
> > > > A+
> > > > -_ Jeanfrancois
> > > >
> > > > Jonathan Gold wrote:
> > > > >Hi --
> > > > >I'm new to Grizzly and really like it. I wanted to be able to read the
> > > > >javadocs
> > > > >offline, and know that there is already a bug outstanding to the
> > effect that
> > > > >the
> > > > >javadoc.jar on the site is not correct. Until it is, I'm trying just
> > to use
> > > > >the maven task javadoc:javadoc on a Grizzly
> > > > >checkout, but it's taking a long long time to run (hours) and
> > ultimately
> > > > >running
> > > > >out of memory.
> > > > >Is this to be expected, or am I going about it the wrong way?
> > > > >Thanks,
> > > > >jon
> > > > >---------------------------------------------------------------------
> > > > >To unsubscribe, e-mail: dev-unsubscribe@...
> > > > >For additional commands, e-mail: dev-help@...
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@...
> > > > For additional commands, e-mail: dev-help@...
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@...
> > > For additional commands, e-mail: dev-help@...
> > >
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@...
> > > For additional commands, e-mail: dev-help@...
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@...
> > For additional commands, e-mail: dev-help@...
> >
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...



Re: Help building javadocs?

by Jonathan Gold-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Done!

    https://grizzly.dev.java.net/issues/show_bug.cgi?id=760

I'll find a linux box in the meantime.

jon

On Mon, Nov 09, 2009 at 10:06:52PM +0100, Hubert Iwaniuk wrote:

> Hi Jonathan,
>
> It takes ages on Mac. No idea why.
> Can you file an issue at https://grizzly.dev.java.net/issues/ so we won't
> forget about it?
>
> Thanks,
>    Hubert.
>
>
> On Mon, Nov 9, 2009 at 7:05 PM, Jonathan Gold <jgold.bg@...> wrote:
>
> > Hubert --
> >
> > Thanks for the suggestion. I checked out trunk and tried again, but get the
> > same
> > results: very slow processing, eventually (after about 20 minutes)
> > resulting in
> > out of memory errors, and during processing seeing javadoc peg 100% of a
> > cpu.
> > Are there MAVEN_* or other env variables you have set that perhaps I need
> > to set
> > as well?
> >
> > Here's my mvn version too:
> >
> > Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
> > Java version: 1.6.0_13
> > Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
> > Default locale: en_US, platform encoding: MacRoman
> > OS name: "mac os x" version: "10.5.8" arch: "x86_64" Family: "mac"
> >
> > jon
> >
> > On Sun, Nov 08, 2009 at 09:12:36PM +0100, Hubert Iwaniuk wrote:
> > > Hi,
> > >
> > > Can you check on trunk.
> > >
> > > Just executed mvn clean javadoc:aggregate on trunk and it completed in <1
> > > minute.
> > >
> > > $ mvn -version
> > > Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
> > > Java version: 1.6.0_15
> > > Java home: /usr/lib/jvm/java-6-sun-1.6.0.15/jre
> > > Default locale: en_US, platform encoding: UTF-8
> > > OS name: "linux" version: "2.6.31-14-generic" arch: "i386" Family: "unix"
> > >
> > > HTH,
> > >    Hubert.
> > >
> > > PS. if you still have problems generating it I can send you tarball with
> > it.
> > >
> > > On Fri, Nov 6, 2009 at 8:13 PM, Jonathan Gold <jgold.bg@...>
> > wrote:
> > >
> > > > Sorry, should have included that. I'm using 2.2.1 already. Also, the
> > > > grizzly
> > > > checkout is from:
> > > >
> > > >    https://grizzly.dev.java.net/svn/grizzly/tags/1_9_18e
> > > >
> > > > jon
> > > >
> > > > On Fri, Nov 06, 2009 at 06:18:05PM +0100, Hubert Iwaniuk wrote:
> > > > > Hi
> > > > > What version of maven you are using? And if not 2.2.1 than try with
> > that
> > > > one.
> > > > > HTH,
> > > > > Hubert.
> > > > >
> > > > > -original message-
> > > > > Subject: Re: Help building javadocs?
> > > > > From: Jonathan Gold <jgold.bg@...>
> > > > > Date: 06-11-2009 17:03
> > > > >
> > > > > Thanks. I tried that and it failed at first on a preliminary task
> > with
> > > > out of
> > > > > memory errors. Then I set MAVEN_OPTS="-Xmx1g" and it appeared to make
> > it
> > > > into
> > > > > the javadoc phase, but after about 25 minutes and 98% cpu usage
> > > > attributed by
> > > > > top to a javadoc process, it never made it past the last line below
> > (I
> > > > finally
> > > > > killed it).
> > > > >
> > > > > Normal?
> > > > >
> > > > > Maven output:
> > > > >
> > > > > [INFO] Scanning for projects...
> > > > > [INFO] Reactor build order:
> > > > > [INFO]   grizzly-project
> > > > > [INFO]   grizzly-utils
> > > > > [INFO]   grizzly-framework
> > > > > [INFO]   grizzly-portunif
> > > > > [INFO]   grizzly-rcm
> > > > > [INFO]   grizzly-http
> > > > > [INFO]   grizzly-http-servlet
> > > > > [INFO]   grizzly-comet
> > > > > [INFO]   grizzly-cometd
> > > > > [INFO]   grizzly-compat
> > > > > [INFO]   grizzly-servlet-deployer
> > > > > [INFO]   grizzly-nio-framework
> > > > > [INFO]   grizzly-http-webserver
> > > > > [INFO]   grizzly-servlet-webserver
> > > > > [INFO]   grizzly-comet-webserver
> > > > > [INFO]   grizzly-cometd-webserver
> > > > > [INFO]   grizzly-webserver
> > > > > [INFO]   grizzly-http-servlet-deployer
> > > > > [INFO]   grizzly-bundles
> > > > > [INFO]   grizzly-config
> > > > > [INFO]   grizzly-modules
> > > > > [INFO]   grizzly-ajp
> > > > > [INFO]   grizzly-hudson
> > > > > [INFO]   grizzly-cachetest
> > > > > [INFO]   grizzly-cometd-client
> > > > > [INFO]   grizzly-extra
> > > > > [INFO]   grizzly-comet-chat
> > > > > [INFO]   grizzly-comet-chat-iframe
> > > > > [INFO]   grizzly-comet-counter
> > > > > [INFO]   grizzly-comet-jmaki
> > > > > [INFO]   grizzly-comet-hidden
> > > > > [INFO]   grizzly-cometd-example-chat
> > > > > [INFO]   grizzly-cometd-sample-echo
> > > > > [INFO]   grizzly-cometd-example-bayeux
> > > > > [INFO]   grizzly-twitter
> > > > > [INFO]   grizzly-framework-samples
> > > > > [INFO]   grizzly-embed-samples
> > > > > [INFO]   grizzly-multiple-adapter
> > > > > [INFO]   grizzly-samples
> > > > > [INFO]   Grizzly OSGi HttpService
> > > > > [INFO]   Grizzly OSGi HttpService Bundle
> > > > > [INFO]   grizzly-contribs-bundles
> > > > > [INFO]   grizzly-contribs
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-project
> > > > > [INFO]    task-segment: [site]
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals
> > > > <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code>
> > > > instead.
> > > > > [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals
> > > > <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code>
> > > > instead.
> > > > > [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals
> > > > <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code>
> > > > instead.
> > > > > [WARNING] DEPRECATED [aggregate]: since 2.5. Use the goals
> > > > <code>javadoc:aggregate</code> and <code>javadoc:test-aggregate</code>
> > > > instead.
> > > > > [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.
> > > > > [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.
> > > > > [INFO] Preparing javadoc:javadoc
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO] Preparing javadoc:aggregate
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-project
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-utils
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-framework
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-portunif
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-rcm
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-http
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-http-servlet
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-comet
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-cometd
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-compat
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-servlet-deployer
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-nio-framework
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-http-webserver
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-servlet-webserver
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-comet-webserver
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-cometd-webserver
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-webserver
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-http-servlet-deployer
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-bundles
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-config
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-modules
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-ajp
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-hudson
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-cachetest
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-cometd-client
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-extra
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-comet-chat
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-comet-chat-iframe
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-comet-counter
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-comet-jmaki
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-comet-hidden
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-cometd-example-chat
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-cometd-sample-echo
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-cometd-example-bayeux
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-twitter
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-framework-samples
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-embed-samples
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-multiple-adapter
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-samples
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building Grizzly OSGi HttpService
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building Grizzly OSGi HttpService Bundle
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-contribs-bundles
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-contribs
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO] Preparing javadoc:test-javadoc
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO] Preparing javadoc:test-aggregate
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-project
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-utils
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] File encoding has not been set, using platform encoding
> > > > MacRoman, i.e. build is platform dependent!
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] Copying 10 resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-framework
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] Copying 0 resource
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-portunif
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/portunif/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-rcm
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] Copying 0 resource
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-http
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] Copying 1 resource
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-http-servlet
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-comet
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] Copying 0 resource
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-cometd
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] Copying 1 resource
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-compat
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] Copying 0 resource
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-servlet-deployer
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet-deployer/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-nio-framework
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/framework/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-http-webserver
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-servlet-webserver
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http-servlet/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-comet-webserver
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/comet/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-cometd-webserver
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/cometd/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-webserver
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/webserver/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-http-servlet-deployer
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/bundles/http-servlet-deployer/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-bundles
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-config
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] Copying 0 resource
> > > > > [INFO] [hk2:hk2-compile {execution: default-hk2-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO] [bundle:manifest {execution: bundle-manifest}]
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-modules
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-ajp
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] Copying 0 resource
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-hudson
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] Copying 1 resource
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-cachetest
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/extras/cachetest/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-cometd-client
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/extras/cometd-client/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-extra
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-comet-chat
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] Copying 1 resource
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-comet-chat-iframe
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-chat-iframe/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-comet-counter
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] Copying 0 resource
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-comet-jmaki
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-jmaki/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-comet-hidden
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/comet-hidden/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-cometd-example-chat
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-chat/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] No sources to compile
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-cometd-sample-echo
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-echo/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] No sources to compile
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-cometd-example-bayeux
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/cometd-javaapiupdate-chat/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-twitter
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/samples/comet/twitter/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-framework-samples
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] Copying 2 resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-embed-samples
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/samples/http/http-embed/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-multiple-adapter
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] Copying 0 resource
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-samples
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building Grizzly OSGi HttpService
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/contribs/grizzly-httpservice/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] Nothing to compile - all classes are up to date
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building Grizzly OSGi HttpService Bundle
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] [resources:resources {execution: default-resources}]
> > > > > [WARNING] Using platform encoding (MacRoman actually) to copy
> > filtered
> > > > resources, i.e. build is platform dependent!
> > > > > [INFO] skip non existing resourceDirectory
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/contribs/bundles/grizzly-httpservice-bundle/src/main/resources
> > > > > [INFO] [compiler:compile {execution: default-compile}]
> > > > > [INFO] No sources to compile
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-contribs-bundles
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] Building grizzly-contribs
> > > > > [INFO]
> > > >
> > ------------------------------------------------------------------------
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO] Preparing findbugs:findbugs
> > > > > [INFO] No goals needed for project - skipping
> > > > > [INFO] [site:site {execution: default-site}]
> > > > > [INFO] artifact org.apache.maven.skins:maven-default-skin: checking
> > for
> > > > updates from java.net
> > > > > [INFO] artifact org.apache.maven.skins:maven-default-skin: checking
> > for
> > > > updates from maven-repository.dev.java.net
> > > > > [INFO] artifact org.apache.maven.skins:maven-default-skin: checking
> > for
> > > > updates from codehaus
> > > > > [INFO] artifact org.apache.maven.skins:maven-default-skin: checking
> > for
> > > > updates from glassfish-maven2-repository.dev.java.net
> > > > > [INFO] artifact org.apache.maven.skins:maven-default-skin: checking
> > for
> > > > updates from central
> > > > > Downloading:
> > > >
> > http://repo1.maven.org/maven2/org/apache/maven/skins/maven-default-skin/1.0/maven-default-skin-1.0.jar
> > > > > 542/?
> > > > > 1050/?
> > > > > 1601/?
> > > > > 2111/?
> > > > > 2627/?
> > > > > 3189/?
> > > > > 3751/?
> > > > > 4124/?
> > > > > 4956/?
> > > > > 5465/?
> > > > > 5836/?
> > > > > 6346/?
> > > > > 6932/?
> > > > > 8168/?
> > > > >
> > > > > [INFO] Skipped "JavaDocs" report, file "apidocs/index.html" already
> > > > exists for the English version.
> > > > > [INFO] Skipped "Test JavaDocs" report, file "testapidocs/index.html"
> > > > already exists for the English version.
> > > > > [INFO] Generating "Project Team" report.
> > > > > [INFO] Generating "Test JavaDocs" report.
> > > > > Downloading:
> > > >
> > http://download.java.net/maven/2/com/sun/jersey/jersey-client/1.1.1-ea-SNAPSHOT/jersey-client-1.1.1-ea-SNAPSHOT.jar
> > > > > Downloading:
> > > >
> > http://download.java.net/maven/2/com/sun/jersey/jersey-core/1.1.1-ea-SNAPSHOT/jersey-core-1.1.1-ea-SNAPSHOT.jar
> > > > > Downloading:
> > > >
> > http://download.java.net/maven/2/com/sun/jersey/jersey-server/1.1.1-ea-SNAPSHOT/jersey-server-1.1.1-ea-SNAPSHOT.jar
> > > > > [WARNING] Source files encoding has not been set, using platform
> > encoding
> > > > MacRoman, i.e. build is platform dependent!
> > > > > [ERROR] Error fetching link: ../apidocs/package-list. Ignored it.
> > > > > [INFO]
> > > > > Loading source files for package com.sun.grizzly.util...
> > > > > Loading source files for package com.sun.grizzly...
> > > > > Loading source files for package com.sun.grizzly.utils...
> > > > > Loading source files for package com.sun.grizzly.portunif...
> > > > > Loading source files for package com.sun.grizzly.rcm...
> > > > > Loading source files for package com.sun.grizzly.http...
> > > > > Loading source files for package com.sun.grizzly.http.utils...
> > > > > Loading source files for package filter...
> > > > > Loading source files for package com.sun.grizzly.comet...
> > > > > Loading source files for package com.sun.grizzly.cometd...
> > > > > Loading source files for package
> > com.sun.grizzly.http.servlet.deployer...
> > > > > Loading source files for package com.sun.grizzly.config...
> > > > > Loading source files for package com.sun.grizzly.cometd.client...
> > > > > Loading source files for package com.sun.grizzly.osgi.httpservice...
> > > > > Constructing Javadoc information...
> > > > > Standard Doclet version 1.6.0_13
> > > > > Building tree for all the packages and classes...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//B2CConverterTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//GrizzlyVersionTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//SyncThreadPoolTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//BaseSelectionKeyHandlerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ClientCacheTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ConnectionImpl.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ContactInfoImpl.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.ReallySimpleFormatter.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ConnectionCacheImplTest.SystemOutputHandler.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ControllerStateTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//DefaultControllerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//DefaultSelectionKeyHandlerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//MultiReadThreadTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ProtocolParserTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ReusableSelectorHandlerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//RoundRobinSelectorHandlerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SelectorHandlerStateTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//ServerCacheTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLAsyncQueueReaderTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLAsyncQueueWriterTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SSLConnectionTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//StateHolderTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//SuspendableTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPAsyncQueueReaderTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPAsyncQueueWriterTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//TCPConnectorHandlerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPAsyncQueueReaderTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPAsyncQueueWriterTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPConnectorHandlerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//UDPControllerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//ControllerUtils.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingSSLIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingTCPIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//NonBlockingUDPIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//TCPIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//UDPIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//Utils.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//PUBasicTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//PUPreProcessorTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//SimpleProtocolFinder.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//SimpleProtocolHandler.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//RCMTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ArpBasicTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ArpSSLTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//AsyncHTTPResponseTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//AsyncHTTPResponseTest.BigResponseAdapter.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicSelectorThreadTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicSelectorThreadTest.HelloWorldAdapter.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//BasicServletTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ComplexGrizzlyWebServerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerAbstractTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerStatisticsTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//GrizzlyWebServerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HelloGrizzlyWebServerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HelloGrizzlyWebServerTest.HelloServlet.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//HttpRedirectorTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//IdleHttpThreadTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MapperTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MultiReadSelectorThreadTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//MultiReadSSLSelectorThreadTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.CustomHttpAdapter.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.SimpleProtocolFinder.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//PortUnificationTest.SimpleProtocolHandler.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//RedirectTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//ResponseFilterTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//SelectorThreadStatsTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//StatisticsTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//SuspendTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EchoStreamAlgorithm.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EmptyHttpsStreamAlgorithm.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//EmptyHttpStreamAlgorithm.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//NonBlockingTCPIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//NonBlockingUDPIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//SelectorThreadUtils.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//SSLEchoStreamAlgorithm.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//TCPIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//UDPIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//JerseyrNoServletTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//Main.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//MyResource.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//BasicCometTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//CometTestAdapter.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//CometUnitTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//InvalidRequestTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//DeployerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//BaseGrizzlyConfigTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//GrizzlyConfigTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//GrizzlyServletTestBase.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//PUGrizzlyConfigTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//ThreadPoolIdleTimeoutTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//XProtocolFilter.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//XProtocolFinder.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//BayeuxClientLoadTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//OSGiCleanMapperTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-frame.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-frame.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-summary.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-tree.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-frame.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-summary.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-tree.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-frame.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-summary.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-tree.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-frame.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-summary.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-tree.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-frame.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-summary.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-tree.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-frame.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-summary.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-tree.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-frame.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-summary.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-tree.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-frame.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-summary.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-tree.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-frame.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-summary.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-tree.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-frame.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-summary.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-tree.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-frame.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-summary.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-tree.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-frame.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-summary.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-tree.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-frame.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-summary.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-tree.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-frame.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-summary.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-tree.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/constant-values.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/serialized-form.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/SyncThreadPoolTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/GrizzlyVersionTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//class-use/B2CConverterTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPControllerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPConnectorHandlerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPAsyncQueueWriterTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/UDPAsyncQueueReaderTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPConnectorHandlerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPAsyncQueueWriterTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/TCPAsyncQueueReaderTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SuspendableTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/StateHolderTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLConnectionTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLAsyncQueueWriterTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SSLAsyncQueueReaderTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ServerCacheTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/SelectorHandlerStateTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/RoundRobinSelectorHandlerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ReusableSelectorHandlerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ProtocolParserTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/MultiReadThreadTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/DefaultSelectionKeyHandlerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/DefaultControllerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ControllerStateTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ReallySimpleFormatter.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.SystemOutputHandler.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ConnectionImpl.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ConnectionCacheImplTest.ContactInfoImpl.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/ClientCacheTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//class-use/BaseSelectionKeyHandlerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/Utils.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/UDPIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/TCPIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingUDPIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingTCPIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingSSLIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/NonBlockingIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//class-use/ControllerUtils.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/SimpleProtocolHandler.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/SimpleProtocolFinder.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/PUPreProcessorTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//class-use/PUBasicTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//class-use/RCMTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/StatisticsTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MapperTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HelloGrizzlyWebServerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HelloGrizzlyWebServerTest.HelloServlet.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerAbstractTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ComplexGrizzlyWebServerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicServletTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/SuspendTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/SelectorThreadStatsTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ResponseFilterTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/RedirectTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.CustomHttpAdapter.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.SimpleProtocolFinder.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/PortUnificationTest.SimpleProtocolHandler.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MultiReadSSLSelectorThreadTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/MultiReadSelectorThreadTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/IdleHttpThreadTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/HttpRedirectorTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/GrizzlyWebServerStatisticsTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicSelectorThreadTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/BasicSelectorThreadTest.HelloWorldAdapter.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/AsyncHTTPResponseTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/AsyncHTTPResponseTest.BigResponseAdapter.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ArpSSLTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//class-use/ArpBasicTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/UDPIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/TCPIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/SSLEchoStreamAlgorithm.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/SelectorThreadUtils.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/NonBlockingUDPIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/NonBlockingTCPIOClient.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EmptyHttpStreamAlgorithm.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EmptyHttpsStreamAlgorithm.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//class-use/EchoStreamAlgorithm.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/MyResource.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/Main.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//class-use/JerseyrNoServletTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/CometUnitTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/CometTestAdapter.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//class-use/BasicCometTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//class-use/InvalidRequestTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//class-use/DeployerTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/XProtocolFinder.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/XProtocolFilter.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/ThreadPoolIdleTimeoutTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/PUGrizzlyConfigTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/GrizzlyServletTestBase.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/GrizzlyConfigTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//class-use/BaseGrizzlyConfigTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//class-use/BayeuxClientLoadTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//class-use/OSGiCleanMapperTest.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly//package-use.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/comet//package-use.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd//package-use.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/cometd/client//package-use.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/config//package-use.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http//package-use.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/servlet/deployer//package-use.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/http/utils//package-use.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/osgi/httpservice//package-use.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/portunif//package-use.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/rcm//package-use.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/util//package-use.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/com/sun/grizzly/utils//package-use.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/filter//package-use.html...
> > > > > Building index for all the packages and classes...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-tree.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/index-all.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/deprecated-list.html...
> > > > > Building index for all classes...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/allclasses-frame.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/allclasses-noframe.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/index.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/overview-summary.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/help-doc.html...
> > > > > Generating
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/target/site/testapidocs/stylesheet.css...
> > > > > 13 warnings
> > > > > [WARNING] Javadoc Warnings
> > > > > [WARNING]
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62:
> > > > warning - Tag @link: reference not found: SelectoThread
> > > > > [WARNING]
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http-servlet/src/test/java/com/sun/grizzly/http/HelloGrizzlyWebServerTest.java:215:
> > > > warning - @param argument "repsonse" is not a parameter name.
> > > > > [WARNING]
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55:
> > > > warning - Tag @link: reference not found: Controller
> > > > > [WARNING]
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64:
> > > > warning - Tag @link: reference not found: Controller
> > > > > [WARNING]
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73:
> > > > warning - Tag @link: reference not found: Response.cancel
> > > > > [WARNING]
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62:
> > > > warning - Tag @link: reference not found: SelectoThread
> > > > > [WARNING]
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55:
> > > > warning - Tag @link: reference not found: Controller
> > > > > [WARNING]
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64:
> > > > warning - Tag @link: reference not found: Controller
> > > > > [WARNING]
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73:
> > > > warning - Tag @link: reference not found: Response.cancel
> > > > > [WARNING]
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/BasicSelectorThreadTest.java:62:
> > > > warning - Tag @link: reference not found: SelectoThread
> > > > > [WARNING]
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSelectorThreadTest.java:55:
> > > > warning - Tag @link: reference not found: Controller
> > > > > [WARNING]
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/MultiReadSSLSelectorThreadTest.java:64:
> > > > warning - Tag @link: reference not found: Controller
> > > > > [WARNING]
> > > >
> > /Users/gold/workspace/grizzly-1.9.18e/modules/http/src/test/java/com/sun/grizzly/http/SuspendTest.java:73:
> > > > warning - Tag @link: reference not found: Response.cancel
> > > > > [INFO] Generating "JavaDocs" report.
> > > > > [WARNING] Source files encoding has not been set, using platform
> > encoding
> > > > MacRoman, i.e. build is platform dependent!
> > > > >
> > > > > jon
> > > > >
> > > > > On Fri, Nov 06, 2009 at 09:57:28AM -0500, Jeanfrancois Arcand wrote:
> > > > > > Salut,
> > > > > >
> > > > > > try doing:
> > > > > >
> > > > > > % mvn site
> > > > > >
> > > > > > The result should be available under
> > > > > > /grizzly/trunk/target/site
> > > > > >
> > > > > > Let me know how it goes.
> > > > > >
> > > > > > A+
> > > > > > -_ Jeanfrancois
> > > > > >
> > > > > > Jonathan Gold wrote:
> > > > > > >Hi --
> > > > > > >I'm new to Grizzly and really like it. I wanted to be able to read
> > the
> > > > > > >javadocs
> > > > > > >offline, and know that there is already a bug outstanding to the
> > > > effect that
> > > > > > >the
> > > > > > >javadoc.jar on the site is not correct. Until it is, I'm trying
> > just
> > > > to use
> > > > > > >the maven task javadoc:javadoc on a Grizzly
> > > > > > >checkout, but it's taking a long long time to run (hours) and
> > > > ultimately
> > > > > > >running
> > > > > > >out of memory.
> > > > > > >Is this to be expected, or am I going about it the wrong way?
> > > > > > >Thanks,
> > > > > > >jon
> > > > > >
> > >---------------------------------------------------------------------
> > > > > > >To unsubscribe, e-mail: dev-unsubscribe@...
> > > > > > >For additional commands, e-mail: dev-help@...
> > > > > >
> > > > > >
> > ---------------------------------------------------------------------
> > > > > > To unsubscribe, e-mail: dev-unsubscribe@...
> > > > > > For additional commands, e-mail: dev-help@...
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: dev-unsubscribe@...
> > > > > For additional commands, e-mail: dev-help@...
> > > > >
> > > > >
> > > > >
> > > > > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: dev-unsubscribe@...
> > > > > For additional commands, e-mail: dev-help@...
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@...
> > > > For additional commands, e-mail: dev-help@...
> > > >
> > > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@...
> > For additional commands, e-mail: dev-help@...
> >
> >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...