Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [wtp-releng] How do I run wtp-Automated-Tests locally?

I tried the following:

 

ant -Dbuild.home=D:/releng -DbuildType=M -DbuildId=1.5.1 -Dtimestamp

=200707261031 -Dbaseos=win32 -Dbasews=win32 -Dbasearch=x86 -Dbuild.stream=R1.5 -

DbuildBranch=R1.5 -Djava15-home=D:/p4/dev/src_bison/build/jdk1.5.0_06 -f D:/rele

ng/releng.wtpbuilder/distribution/wtp.tests/standaloneTest.xml

 

And I see the following error:

checkDependency:

     [copy] Copying 1 file to D:\releng\releng.wtpbuilder\distribution\wtp.tests

\${env.BUILD_HOME}\build-wtp-R1.5-M\workdir

     [echo] Creating dependency script: ${env.BUILD_HOME}/build-wtp-R1.5-M/workd

ir/dependency.dtp.xml

 

init:

 

get:

     [echo] Getting ${dtp.file}

     [echo] Url: ${dtp.url}

BUILD FAILED

D:\releng\releng.wtpbuilder\scripts\dependency\build.xml:66: The following error

 occurred while executing this line:

D:\releng\releng.wtpbuilder\scripts\dependency\build.xml:80: java.net.MalformedU

RLException: no protocol: ${dtp.url}/${dtp.file}

 

How shall I set ${dtp.url} and ${dtp.file} to get the download succeed?

 

Thanks again!

 

-James

 


From: wtp-releng-bounces@xxxxxxxxxxx [mailto:wtp-releng-bounces@xxxxxxxxxxx] On Behalf Of John Lanuti
Sent: Tuesday, August 07, 2007 9:45 PM
To: Webtools releng discussion list
Subject: Re: [wtp-releng] How do I run wtp-Automated-Tests locally?

 


You should be able to run the WTP standalone tests by executing our ANT task with something like this:

ant -Dbuild.home=D:/releng -DbuildType=M -DbuildId=1.5.1
-Dtimestamp=200608110237 -Dbaseos=win32 -Dbasews=win32 -Dbasearch=x86
-Dbuild.stream=R1.5 -DbuildBranch=R1.5 -Djava15-home="c:/Program
Files/Java/jdk1.5.0_06" -DcvsServer=sofs00001453a
-f D:/releng/releng.wtpbuilder/distribution/wtp.tests/standaloneTest.xml

Hope that helps,

John Lanuti
IBM Web Tools Platform Technical Lead, IBM Rational
IBM Software Lab - Research Triangle Park, NC
jlanuti@xxxxxxxxxx
t/l 441-7861


"James Song" <jsong@xxxxxxx>
Sent by: wtp-releng-bounces@xxxxxxxxxxx

08/07/2007 12:59 AM

Please respond to
Webtools releng discussion list <wtp-releng@xxxxxxxxxxx>

To

<wtp-releng@xxxxxxxxxxx>

cc

 

Subject

[wtp-releng] How do I run wtp-Automated-Tests locally?

 

 

 




Hello:
I’m James Song, a QA engineer of BEA’s WTP team.
I’m interested in running wtp-Automated-Tests (The Automated Test zip contains the unite tests) locally against the corresponding wtp build. Eventually I'd like to run these tests on jrockit and find out the compatibility of jrockit and wtp.
 
I tried by cloning the steps described in http://wiki.eclipse.org/index.php/Platform-releng-faq#How_do_I_run_the_JUnit_tests_used_in_the_build.3F , but I'm not sure how wtp-Automated-Tests and platform-Automated-Tests fit together.
 
Where can I find some instructions on running wtp-Automated-Tests locally?
 
Thanks!
 
-James
 _______________________________________________
wtp-releng mailing list
wtp-releng@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-releng



Back to the top