Hi fadhlirahim,
yes if run maven in offline-mode (mvn -o integration-test)  the
integration-test works!
I think it's a maven problem as states in the thread that you suggest me...
I'll try to investigate on maven mailing list...

Thank you very much!

-- 
Nothingman




fadhlirahim wrote:
> 
> I don't know if your problem is related to mine, but maybe you can check
> it
> out:
> 
> http://www.nabble.com/Error-while-running-integration-test-tf3807912s2369.html#a10779061
> 
> All I did was just added the mvn options -o while doing my integration
> test.
> 
> On 5/25/07, Matt Raible <[EMAIL PROTECTED]> wrote:
>>
>> I don't know the answer to this, but please let us know if you find
>> out. You might look at Canoo WebTest's documentation:
>>
>> http://webtest.canoo.com/webtest/manual/manualOverview.html
>>
>> My guess is it's in Canoo's <config> settings (which it doesn't look
>> like):
>>
>> http://webtest.canoo.com/webtest/manual/config.html
>>
>> Or the maven-antrun-plugin:
>>
>> http://maven.apache.org/plugins/maven-antrun-plugin/
>>
>> Matt
>>
>> On 5/25/07, nothingman <[EMAIL PROTECTED]> wrote:
>> >
>> > Hi,
>> > in our environment we have to use an http-proxy and I've configured
>> > setting.xml in the following manner:
>> > <settings>
>> >   <proxies>
>> >    <proxy>
>> >       <active>true</active>
>> >       <protocol>http</protocol>
>> >       <host>myproxy.it</host>
>> >       <port>31080</port>
>> >       <nonProxyHosts>localhost|127.0.0.1</nonProxyHosts>
>> >       <username>nothingman</username>
>> >       <password>passwd</password>
>> >     </proxy>
>> >   </proxies>
>> > </settings>
>> >
>> > Every thing work and maven can download dependencies but when I try to
>> > execute the mvn integration-tests I get the following error:
>> >
>> > [ERROR] BUILD ERROR
>> > [INFO]
>> >
>> ------------------------------------------------------------------------
>> > [INFO] Error executing ant tasks
>> >
>> > Embedded error: The following error occurred while executing this line:
>> > C:\Documents and
>> Settings\myappfuse\src\test\resources\web-tests.xml:23:
>> > Canoo Webtest: R_1454. Test failed.
>> > Test step steps (C:\Documents and
>> > Settings\myappfuse\src\test\resources\web-tests.xml:25: ) null failed
>> with
>> > message "Step[invoke "get Login Page" (1/6)]: HTTP error 407, at:
>> invoke"
>> >
>> > Sniffing the network traffic I see that Canoo is trying to contact
>> > localhost:8081 using the proxy defined in the setting.xml!!
>> >
>> > Do you know how to configure Canoo to bypass proxy on local address ?
>> >
>> > Thanx for your excellent works!
>> >
>> >
>> >
>> >
>> > --
>> > View this message in context:
>> http://www.nabble.com/Canoo-Webtest-and-http_proxy-tf3815484s2369.html#a10800981
>> > Sent from the AppFuse - User mailing list archive at Nabble.com.
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>>
>>
>> --
>> http://raibledesigns.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> -- 
> /fadhli
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Canoo-Webtest-and-http_proxy-tf3815484s2369.html#a10832666
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to