Re: Ant SVN Trunk - errors in LocatorTest RmicAdvancedTest

2007-11-02 Thread Martijn Kruithof

Steve Loughran schreef:

Kev Jackson wrote:

Hi,

After Steve's work yesterday, I was going to pull in the changes to 
the release to try and get a clean build...but:


(these errors occur with the svn trunk code)

LocatorTest testNetworkURI Failure Expected 
file:\\PC03\jclasses\lib\ant-1.7.0.jar to resolve to 
\\PC03\jclasses\lib\ant-1.7.0.jar but got 
D:\\PC03\jclasses\lib\ant-1.7.0.jar 
expected:[]\\PC03\jclasses\lib\... but 
was:[D:]\\PC03\jclasses\lib\...


I'm not sure what this should be - \\ is a unc path right, and 
windows should support that, so I'm not sure where the D: comes from 
(except that's the local disk that I'm running the ant tests from)


LocatorTest testUnixNetworkPath Failure Expected 
file://cluster/home/ant/lib to resolve to \\cluster\home\ant\lib but 
got D:\\cluster\home\ant\lib expected:[]\\cluster\home\ant\l... but 
was:[D:]\\cluster\home\ant\l...


Should this execute at all on a windows machine?


I hadnt decided what the right outcome here was...the code has the 
option of us providing a separate windows expected string, but we need 
to know what to expect



If I type, in ie7, file://morzine/slo I get a new windows explorer 
window opening up to the share \\morzine\slo
If I type, in ie6, file://morzine/slo the IE6 window turns into an 
windows explorer window showing the share \\morzine\slo  in icon vew




In firefox i have to type
file:/home.famkruithof.net/jkf
(Yes that's 5 slashes) before it opens an share
file:// is the base
/ represents root
and // reprensents the start of the share
It won't settle for more or less slashes.

I still have to test under java uri handling

Martijn

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



Re: Ant SVN Trunk - errors in LocatorTest RmicAdvancedTest

2007-11-02 Thread Steve Loughran

Kev Jackson wrote:

Hi,

After Steve's work yesterday, I was going to pull in the changes to the 
release to try and get a clean build...but:


(these errors occur with the svn trunk code)

LocatorTest testNetworkURI Failure Expected 
file:\\PC03\jclasses\lib\ant-1.7.0.jar to resolve to 
\\PC03\jclasses\lib\ant-1.7.0.jar but got 
D:\\PC03\jclasses\lib\ant-1.7.0.jar expected:[]\\PC03\jclasses\lib\... 
but was:[D:]\\PC03\jclasses\lib\...


I'm not sure what this should be - \\ is a unc path right, and windows 
should support that, so I'm not sure where the D: comes from (except 
that's the local disk that I'm running the ant tests from)


LocatorTest testUnixNetworkPath Failure Expected 
file://cluster/home/ant/lib to resolve to \\cluster\home\ant\lib but got 
D:\\cluster\home\ant\lib expected:[]\\cluster\home\ant\l... but 
was:[D:]\\cluster\home\ant\l...


Should this execute at all on a windows machine?


I hadnt decided what the right outcome here was...the code has the 
option of us providing a separate windows expected string, but we need 
to know what to expect



If I type, in ie7, file://morzine/slo I get a new windows explorer 
window opening up to the share \\morzine\slo
If I type, in ie6, file://morzine/slo the IE6 window turns into an 
windows explorer window showing the share \\morzine\slo  in icon vew





RmicAdvancedTest testWlrmic Error Error starting WebLogic rmic:
D:\eclipse\workspace2\ant-core-trunk\src\etc\testcases\taskdefs\rmic\rmic.xml:174: 
Error starting WebLogic rmic:

at org.apache.tools.ant.taskdefs.rmic.WLRmic.execute(WLRmic.java:84)

I have the weblogic* jars and the ant- stubs so there shouldn't be an 
issue finding classes


RmicAdvancedTest testWlrmicJArg Error Error starting WebLogic rmic:
D:\eclipse\workspace2\ant-core-trunk\src\etc\testcases\taskdefs\rmic\rmic.xml:180: 
Error starting WebLogic rmic:

at org.apache.tools.ant.taskdefs.rmic.WLRmic.execute(WLRmic.java:84)


ahh. I bet that test doesnt run on my box, as I dont have the rmi tests



When we can resolve these last couple of things I'll pull the changes 
into the branch - re-test (on java6+win, java5+win and java4+win, 
java6+*nix, java5+*nix and java4+*nix), finally if everything looks ok 
I'll post a vote for alpha release of 1.7.1 ok?


Thanks,
Kev

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




--
Steve Loughran  http://www.1060.org/blogxter/publish/5
Author: Ant in Action   http://antbook.org/

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



Ant SVN Trunk - errors in LocatorTest RmicAdvancedTest

2007-11-01 Thread Kev Jackson

Hi,

After Steve's work yesterday, I was going to pull in the changes to the 
release to try and get a clean build...but:


(these errors occur with the svn trunk code)

LocatorTest testNetworkURI Failure Expected 
file:\\PC03\jclasses\lib\ant-1.7.0.jar to resolve to 
\\PC03\jclasses\lib\ant-1.7.0.jar but got 
D:\\PC03\jclasses\lib\ant-1.7.0.jar expected:[]\\PC03\jclasses\lib\... 
but was:[D:]\\PC03\jclasses\lib\...


I'm not sure what this should be - \\ is a unc path right, and windows 
should support that, so I'm not sure where the D: comes from (except 
that's the local disk that I'm running the ant tests from)


LocatorTest testUnixNetworkPath Failure Expected 
file://cluster/home/ant/lib to resolve to \\cluster\home\ant\lib but got 
D:\\cluster\home\ant\lib expected:[]\\cluster\home\ant\l... but 
was:[D:]\\cluster\home\ant\l...


Should this execute at all on a windows machine?

RmicAdvancedTest testWlrmic Error Error starting WebLogic rmic:
D:\eclipse\workspace2\ant-core-trunk\src\etc\testcases\taskdefs\rmic\rmic.xml:174: 
Error starting WebLogic rmic:

at org.apache.tools.ant.taskdefs.rmic.WLRmic.execute(WLRmic.java:84)

I have the weblogic* jars and the ant- stubs so there shouldn't be an 
issue finding classes


RmicAdvancedTest testWlrmicJArg Error Error starting WebLogic rmic:
D:\eclipse\workspace2\ant-core-trunk\src\etc\testcases\taskdefs\rmic\rmic.xml:180: 
Error starting WebLogic rmic:

at org.apache.tools.ant.taskdefs.rmic.WLRmic.execute(WLRmic.java:84)

When we can resolve these last couple of things I'll pull the changes 
into the branch - re-test (on java6+win, java5+win and java4+win, 
java6+*nix, java5+*nix and java4+*nix), finally if everything looks ok 
I'll post a vote for alpha release of 1.7.1 ok?


Thanks,
Kev

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