Yes, this is for testing glassfish distribution. Sorry for breaking the
web distribution. I've commented out the wsit.classpath for now. Will
add back later with protection.
Thanks,
Ming
Jane Young wrote:
> Looks like a QL issue.
> Ming added a task for wsimport. See commit attached.
> Ming, is this for testing the glassfish distribution?
> Can you disable this test for now?
>
> Thanks,
> Jane
>
>
> Jane Young wrote:
>> This is happening after Nithya committed the fix to the osgi bundle.
>> I''m not sure if it's related.
>> Does anyone have any insights to why WsImport cannot be found?
>> In the meantime, please refrain from committing any code changes to
>> the trunk.
>>
>> Thanks,
>> Jane
>>
>>
>> Shing Wai Chan wrote:
>>> I have just updated my workspace.
>>> I cannot start the quicklook tests with the following error.
>>> Any idea? (I was working before.)
>>> Shing Wai Chan
>>>
>>> [ERROR] BUILD ERROR
>>> [INFO]
>>> ------------------------------------------------------------------------
>>>
>>> [INFO] An Ant BuildException has occured: The following error
>>> occurred while executing this line:
>>> /export/gfv3/src/v3/tests/quicklook/build.xml:49: The following
>>> error occurred while executing this line:
>>> /export/gfv3/src/v3/tests/quicklook/build.xml:98: The following
>>> error occurred while executing this line:
>>> /export/gfv3/src/v3/tests/quicklook/amx/build.xml:44: The following
>>> error occurred while executing this line:
>>> /export/gfv3/src/v3/tests/quicklook/gfproject/build-impl.xml:323:
>>> taskdef class com.sun.tools.ws.ant.WsImport cannot be found
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
>
> ------------------------------------------------------------------------
>
> Subject:
> svn commit: r24423 - trunk/v3/tests/quicklook/gfproject/build-impl.xml
> From:
> mzh777_at_dev.java.net
> Date:
> Thu, 22 Jan 2009 02:25:27 +0000
> To:
> commits_at_glassfish-svn.dev.java.net
>
> To:
> commits_at_glassfish-svn.dev.java.net
>
>
> Author: mzh777
> Date: 2009-01-22 02:25:25+0000
> New Revision: 24423
>
> Modified:
> trunk/v3/tests/quicklook/gfproject/build-impl.xml
>
> Log:
> Add call to wsimport task.
>
> Modified: trunk/v3/tests/quicklook/gfproject/build-impl.xml
> Url: https://glassfish-svn.dev.java.net/source/browse/glassfish-svn/trunk/v3/tests/quicklook/gfproject/build-impl.xml?view=diff&rev=24423&p1=trunk/v3/tests/quicklook/gfproject/build-impl.xml&p2=trunk/v3/tests/quicklook/gfproject/build-impl.xml&r1=24422&r2=24423
> ==============================================================================
> --- trunk/v3/tests/quicklook/gfproject/build-impl.xml (original)
> +++ trunk/v3/tests/quicklook/gfproject/build-impl.xml 2009-01-22 02:25:25+0000
> @@ -316,6 +316,15 @@
>
>
> <!-- the following targets are for running the wsit tests -->
> + <path id="wsit.classpath">
> + <pathelement location="${java.home}/../lib/tools.jar"/>
> + </path>
> +
> + <taskdef name="wsimport" classname="com.sun.tools.ws.ant.WsImport">
> + <classpath refid="class.path"/>
> + <classpath refid="wsit.classpath"/>
> + </taskdef>
> +
> <target name="runwsittest-impl">
> <antcall target="runwsittest-impl-class"/>
> <antcall target="runwsittest-impl-xml"/>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commits-unsubscribe_at_glassfish-svn.dev.java.net
> For additional commands, e-mail: commits-help_at_glassfish-svn.dev.java.net
>
>
>
> ------------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>