dev@glassfish.java.net

Running QL in profiles

From: Ming Zhang <Ming.Zhang_at_Sun.COM>
Date: Wed, 22 Oct 2008 13:49:35 -0700

I added profiles into QL so that user can run QL in three different
scenarios:

   1. testing web distribution (default, same command as you run QL before).
   2. testing web distribution in development debug profile.
   3. testing v3 glassfish distribution.

The second scenario is for running QL when v3 is started in debug mode
or with other options. The third one is for running QL against v3 with
EJB and some other modules. Currently the 3rd profile has EJB tests as
extra. Please refer to the updated
quicklook/QuickLook_Test_Instructions.html for details.

Thanks,
Ming