Hi Jacek, Sorry about that--I must have inadvertently reformatted the code in my
IDE. I shall be more careful though next time. Here is the only change made to
class though:
//-javaagent:"GERONIMO_BASE/bin/jpa.jar"
String javaagent = "";
File jpaJar = new File(runtimeLocation + "/bin/jpa.jar");
if (jpaJar.exists()) {
javaagent = "-javaagent:\"" + runtimeLocation + "/bin/jpa.jar\"";
}
Jacek Laskowski wrote:
On 7/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: mcconne
Date: Tue Jul 10 08:35:58 2007
New Revision: 554980
URL: http://svn.apache.org/viewvc?view=rev&rev=554980
Log:
GERONIMODEVTOOLS-173 Check for existence of the jpa.jar file when
setting javaagent
Hi,
Could code formatting be committed with no other code changes? It's
really hard to find out what changed in this commit.
Jacek
--
Thanks,
Tim McConnell