Re: too much log for p4sync command

2008-05-29 Thread Martin
Hi Guy check your JAVA_OPTS environment variable for presence of java.util.logging.manager something like set JAVA_OPTS=%JAVA_OPTS% -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file="%CATALINA_BASE%\conf\logging.properties" find the *logging.pr

too much log for p4sync command

2008-05-29 Thread Guy Catz
hey guys, I'm running a p4sync command on a huge branch and the log is flooded with the command's output. is there a way of "turning the log off" for that command? the problem is that I'm running this command from ANT, which is called by the CC. I've tried already calling the ANT with quiet mod

Re: AW: AW: AW: generate file list with parameterized regexp

2008-05-29 Thread msorens
Thanks for the suggestion; I will take a look at the scriptselector you mention. In the meantime I came up with a solution that uses just existing ant and ant-contrib constructs. Here it is in case others are interested: />

Re: Setting path to MSVC compiler with cctask

2008-05-29 Thread Dominique Devienne
On Thu, May 29, 2008 at 3:51 AM, Paul Richards <[EMAIL PROTECTED]> wrote: > I'm afraid I was only evaluating ant+cpptask (as well as other tools) > in order to find the best tool for my project. Unfortunately > ant+cpptask didn't win, and so I didn't spend any more time on it. Care to share a bit

Re: Setting path to MSVC compiler with cctask

2008-05-29 Thread Paul Richards
I'm afraid I was only evaluating ant+cpptask (as well as other tools) in order to find the best tool for my project. Unfortunately ant+cpptask didn't win, and so I didn't spend any more time on it. 2008/5/29 <[EMAIL PROTECTED]>: > Hi Paul, > > I'm in the same boat and was only able to solve it

Re: AW: NullPointerException in PropertyHelper.setProperty

2008-05-29 Thread tdakanalisw
Hi again, and thanks for your reply Jan, the problem occurs when I call the init() function wherever it is placed. I have try many different positions for that function but it fails. The last test I made was the following: Project p = new Project(); p.init(); ...BUT NOTHING AGAIN :-( . Ιs it p

Re: How can I "conditionall chooise" a target implementation?

2008-05-29 Thread Gilles Scokart
Wouldn't be possible to put an if="use.A" in every target of lib_A.xml, and have every target of A and B repeated in your generic with a dependency on the A and B implementation. Maybe you can also try to play with macro instead of target. You replace every target by a macro, and place them in A