Re: IvyDE on Hudson

2009-02-02 Thread Xavier Hanin
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

Re: svn commit: r739577 - /ant/core/trunk/src/main/org/apache/tools/ant/property/NullReturn.java

2009-02-02 Thread Archie Cobbs
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

Re: [GUMP@vmgump]: Project test-ant-no-xerces (in module ant) failed

2009-02-02 Thread Stefan Bodewig
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 --

Re: svn commit: r739577 - /ant/core/trunk/src/main/org/apache/tools/ant/property/NullReturn.java

2009-02-02 Thread Matt Benson
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

Re: svn commit: r739577 - /ant/core/trunk/src/main/org/apache/tools/ant/property/NullReturn.java

2009-02-02 Thread Matt Benson
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

Re: IvyDE on Hudson

2009-02-02 Thread Yegor Yarko
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

Re: IvyDE on Hudson

2009-02-02 Thread Nicolas Lalevée
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