[hibernate-dev] byteman

Steve Ebersole steve at hibernate.org
Tue Mar 20 08:27:25 EDT 2012


Strong passed that to the Gradle file() method, which handles the file 
separators I believe.  files() does the same, calling file() for each 
thing in whatever collection it is given.

I am curious Strong why you explicitly handle classes.jar (apparently 
for MacOS) when it is already handled?


On 03/20/2012 06:16 AM, Hardy Ferentschik wrote:
> On Mar 20, 2012, at 11:02, Sanne Grinovero<sanne at hibernate.org>  wrote:
>
>> On 20 March 2012 08:42, Strong Liu<stliu at hibernate.org>  wrote:
>>> On Mar 20, 2012, at 4:32 PM, Sanne Grinovero wrote:
>>>
>>> Nice, but I guess that won't work on Windows?
>>>
>>>
>>> the file path separator?
>> Yes I'm thinking about the file separator, but I didn't try it.. maybe
>> it's fine because of some groovy magic.
>> For the same reason I'm surprised that the approach we use in Search
>> works, not sure why. Maybe windows has the same weirdness as OSX.
> I think Maven as well as Groovy apply some magic when it comes to elements on
> the classpath. Let's see what the ci jobs tell us.
>
> --hardy
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev
>
> -- 
> steve at hibernate.org
> http://hibernate.org



More information about the hibernate-dev mailing list