Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Wtp-wst-dev] Running WS-I tests from the commanline


The WS-I Test Tools are designed to be run from the command line. Have you looked around the WS-I web site for the documentation and code? WTP just integrates the code into Eclipse.

Maybe David Lauzon can provide pointers?

Arthur Ryman, PhD, AoT, DE
Process and Portfolio Management, Rational Division

phone: +1-905-413-3077, TL 969-3077
assistant: +1-905-413-3831 (T/L: 318-8867)
fax: +1-905-413-4920, TL 969-4920
mobile: +1-416-939-5063, text: 4169395063@xxxxxxx



"Eric Nygma" <profoundmystery@xxxxxxxxx>
Sent by: wtp-wst-dev-bounces@xxxxxxxxxxx

07/30/2007 10:17 AM

Please respond to
"Web Standard Tools developer discussions." <wtp-wst-dev@xxxxxxxxxxx>

To
d_a_carver@xxxxxxxxx, "Web Standard Tools developer discussions." <wtp-wst-dev@xxxxxxxxxxx>
cc
Subject
Re: [Wtp-wst-dev] Running WS-I tests from the commanline





Hi David,

I had spent 4 days tracing the flow control in the eclipse wst plugin code, and had commented out ( /** code */ ) most of the IDE dependencies - only to later run into NullPointers. Your patch actually patched all of the comments that I put in :D.

By pulling some jars from the eclipse ide into the classpath , I was able to run the code outside of the IDE, as of a few minutes back. Some more testing to do though. But your patch got me past the bulk of the problems. I must thank you.

Thanks again,
Eric.

On 7/26/07, David Carver <kingargyle@xxxxxxxxx> wrote:
Eric Nygma wrote:
> Hi,
>
> I am new to the mailing list.
>
> I need to run a WS-I compliance check on WSDLs. I looked at the WST
> CVS repository at :
>
http://dev.eclipse.org/viewcvs/index.cgi/wst/components/wsi/?root=WebTools_Project
> <
http://dev.eclipse.org/viewcvs/index.cgi/wst/components/wsi/plugins/org.eclipse.wst.wsi/?root=WebTools_Project >for
> thw WS-I compliance check source code.
>
> Upon checking out the code, I chanced to see the unit tests at :
>
http://dev.eclipse.org/viewcvs/index.cgi/wst/components/wsi/tests/?root=WebTools_Project
>
> Can you please let me know how to run these tests from the commandline
> , and the dependencies that need to be taken care of ?
> I was hoping to place my WSDLs in the testResources directory and use
> the unit tests to check for WS-I compliance.
While, not exactly what you want the patches included in this bug
report, may get you close:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=179722

They allow the WS-I tools to be used through an Ant Task.  I never did
track down the actual dependencies to see what is required to run it
outside of eclipse at the command line.

Dave

_______________________________________________
wtp-wst-dev mailing list

wtp-wst-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-wst-dev
_______________________________________________
wtp-wst-dev mailing list
wtp-wst-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-wst-dev


Back to the top