Re: Timeout in junit and sysout

2010-06-11 Thread Stefan Bodewig
On 2010-06-11, Knuplesch, Juergen wrote: > some of our Junit tests run sometimes into the timeout I have set. > Sadly we do not see any sysouts in my logs. > Do I have to use system.out.flush or how can I make this sysouts visible? If you are using a plain logger, this should help. The XML log

Re: stcheckout on

2010-06-11 Thread reno
Eric, You can change the "umask" of the ant user to change default permissions: see http://www.dartmouth.edu/~rc/help/faq/permissions.html S. The problem is that I'm trying to check out recursively. It creates the first folder, tries to create the second folder and crashes because it create

Re: stcheckout on

2010-06-11 Thread Eric Fetzer
The problem is that I'm trying to check out recursively.  It creates the first folder, tries to create the second folder and crashes because it created the first with 666 perms.  So it appears that stcheckout is rather jacked up in unix. From: reno To: Ant U

Re: stcheckout on

2010-06-11 Thread reno
Eric Fetzer wrote: When using stcheckout recursively in Linux, I'm getting a folder created with permissions of 666, and thus, it can't checkout anything below the folder out because it doesn't have permissions. Any way to say check out and give files / folders ??? perms? Eric,

Ivy warnings when accessing local repository setup using namespaces

2010-06-11 Thread Bailey, Darragh
Setup a local repository using the example from the src/examples directory, and just have it populated with the exact jars that are required. I made an assumption that when using a namespace for the repository creation, that once the artifacts were in a acceptable layout, i.e. commons-lang#com

Timeout in junit and sysout

2010-06-11 Thread Knuplesch, Juergen
Hello, some of our Junit tests run sometimes into the timeout I have set. Sadly we do not see any sysouts in my logs. Do I have to use system.out.flush or how can I make this sysouts visible? Juergen -- Jürgen Knupleschwww.icongmbh.de