dynamo

How do you organise your ATG projects?

If you develop for ATG Dynamo, how do you structure your modules and dependencies? How do you structure the projects? source directories, JARs configs etc. How do you build and deploy? What tools do you use? ...

How do I get the log path in a DynamoRIO client at runtime?

I am creating a client in DynamoRIO, a dynamic binary instrumentation system. I need to generate some output files, but I want to put it in the same path that DynamoRIO is using for it's log path, which is a different directory for each run of the program. I want to use this directory, so I can create a unique file for each run, and yet ...