StarTeam Checkout Bug

2012-03-20 Thread Eric Fetzer
I am getting beat up by the following bug.  Any advise on getting past it?   https://issues.apache.org/bugzilla/show_bug.cgi?id=40946   I need to check out based on label and have it NOT converteol.  I'm running 1.7.0.   Thanks, Eric

Re: How do I trace where a target was called from in a complicated build?

2012-03-20 Thread Stefan Bodewig
On 2012-03-20, Echlin, Robert wrote: > I tried "ant -p -debug" on my own project. > It generated 840 lines of output, but did not show the dependencies of > targets. Maybe Stefan was thinking of a different parameter? It has been added in 1.8.2, maybe you are using an older version of Ant. On

RE: How do I trace where a target was called from in a complicated build?

2012-03-20 Thread Echlin, Robert
Hi David, I tried "ant -p -debug" on my own project. It generated 840 lines of output, but did not show the dependencies of targets. Maybe Stefan was thinking of a different parameter? So I tried doing it the hard way. I ran this grep command on all the ant xml files (30): grep -e "depends=" -e