Administrator
|
Hi,
Somebody knows the ant test targets syntax? I mean for run-single-test run-single-test-suite run-test-list For run-single-test I quickly tried ant run-single-test "service" "service-soap-tests" ant run-single-test 'service' 'service-soap-tests' ant run-single-test service service-soap-tests ant run-single-test component='service' case='service-soap-tests' None worked, so I finally used the traditionnal java -Xmx1024M -jar ofbiz.jar -test -component=service Thanks Jacques |
Try this,
ant run-single-test -Dtest.component=service -Dtest.case=service-soap-tests On Mon, Sep 27, 2010 at 11:04 PM, Jacques Le Roux < [hidden email]> wrote: > Hi, > > Somebody knows the ant test targets syntax? > > I mean for > run-single-test > run-single-test-suite > run-test-list > > For run-single-test I quickly tried > ant run-single-test "service" "service-soap-tests" > ant run-single-test 'service' 'service-soap-tests' > ant run-single-test service service-soap-tests > ant run-single-test component='service' case='service-soap-tests' > > None worked, so I finally used the traditionnal java -Xmx1024M -jar > ofbiz.jar -test -component=service > > Thanks > > Jacques > > > -- Regards, Varun Bhansaly |
Administrator
|
Thanks Varun,
Just found by myself. I have updated the run-single-test and run-single-test-suite descriptions at r1001834 Do you know how works run-test-list? Jacques From: "varun bhansaly" <[hidden email]> > Try this, > ant run-single-test -Dtest.component=service -Dtest.case=service-soap-tests > > On Mon, Sep 27, 2010 at 11:04 PM, Jacques Le Roux < > [hidden email]> wrote: > >> Hi, >> >> Somebody knows the ant test targets syntax? >> >> I mean for >> run-single-test >> run-single-test-suite >> run-test-list >> >> For run-single-test I quickly tried >> ant run-single-test "service" "service-soap-tests" >> ant run-single-test 'service' 'service-soap-tests' >> ant run-single-test service service-soap-tests >> ant run-single-test component='service' case='service-soap-tests' >> >> None worked, so I finally used the traditionnal java -Xmx1024M -jar >> ofbiz.jar -test -component=service >> >> Thanks >> >> Jacques >> >> >> > > > -- > Regards, > Varun Bhansaly > |
Administrator
|
In reply to this post by Jacques Le Roux
OK answering myself, found in the archives http://markmail.org/message/ps5ji4bpk25ibwse
ant run-single-test -Dtest.component=service -Dtest.case=service-soap-tests I will fill the descriptions with examples... Jacques From: "Jacques Le Roux" <[hidden email]> > Hi, > > Somebody knows the ant test targets syntax? > > I mean for > run-single-test > run-single-test-suite > run-test-list > > For run-single-test I quickly tried > > ant run-single-test "service" "service-soap-tests" > ant run-single-test 'service' 'service-soap-tests' > ant run-single-test service service-soap-tests > ant run-single-test component='service' case='service-soap-tests' > > None worked, so I finally used the traditionnal java -Xmx1024M -jar ofbiz.jar -test -component=service > > Thanks > > Jacques > > |
Thanks Jacques.
On Mon, Sep 27, 2010 at 11:20 PM, Jacques Le Roux < [hidden email]> wrote: > OK answering myself, found in the archives > http://markmail.org/message/ps5ji4bpk25ibwse > > > ant run-single-test -Dtest.component=service -Dtest.case=service-soap-tests > > I will fill the descriptions with examples... > > Jacques > > From: "Jacques Le Roux" <[hidden email]> > > Hi, >> >> Somebody knows the ant test targets syntax? >> >> I mean for >> run-single-test >> run-single-test-suite >> run-test-list >> >> For run-single-test I quickly tried >> ant run-single-test "service" "service-soap-tests" >> ant run-single-test 'service' 'service-soap-tests' >> ant run-single-test service service-soap-tests >> ant run-single-test component='service' case='service-soap-tests' >> >> None worked, so I finally used the traditionnal java -Xmx1024M -jar >> ofbiz.jar -test -component=service >> >> Thanks >> >> Jacques >> >> >> > -- Regards, Varun Bhansaly |
Free forum by Nabble | Edit this page |