Nicolas,
If you would need to reference TeamCity-stored artifacts you can user URL
like:
http://teamcity.jetbrains.com/guestAuth/viewLog.html?buildNumber=lastSuccessful&tab=artifacts&buildTypeId=bt128
Note "guestAuth" - this enforces "guest" user and ensures no redirect is
done to login form;
a
Thanks, Archie! So String.valueOf((Object) null)
would do it. Or "null". ;)
-Matt
--- Archie Cobbs wrote:
> Disassembling the class file shows this:
>
> String.valueOf(null)
> -> INVOKESTATIC
> java/lang/String.valueOf:([C)Ljava/lang/String;
>
> String.valueOf((Object)null)
> -> INVOKE
On 2009-01-14, Stefan Bodewig wrote:
> I'll try to modify the test to use a real transformation error
> instead.
Finally done. test-ant and test-ant-no-xerces should now fail for the
same reasons in Gump (XMLCatalog and BSF issues)
Stefan
--
Disassembling the class file shows this:
String.valueOf(null)
-> INVOKESTATIC java/lang/String.valueOf:([C)Ljava/lang/String;
String.valueOf((Object)null)
-> INVOKESTATIC
java/lang/String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
In the case of an ambiguous method call, the compiler cho
What JDK/JRE is that? The Sun Java6 API doc still
says it should return "null". Whatta bitch.
-Matt
--- Martijn Kruithof wrote:
> Doubted it, checked it and it returned
> NullPointerException.
>
> D:\>type Test.java
> public class Test
> {
> public static void main(String[] args)
> {
> Syste
On Mon, Feb 2, 2009 at 1:58 PM, Nicolas Lalevée
wrote:
> So now both Ivy and IvyDE are being build into an updatesite on Hudson. To
> not
> duplicate ant scripts, I created an IvyDE-updatesite job on Hudson that
> correspond to our checked in updatesite (ant/ivy/updatesite/trunk).
>
> Then the URL
So now both Ivy and IvyDE are being build into an updatesite on Hudson. To not
duplicate ant scripts, I created an IvyDE-updatesite job on Hudson that
correspond to our checked in updatesite (ant/ivy/updatesite/trunk).
Then the URL of the update site on Hudson changed:
http://hudson.zones.apache