[jboss-cvs] JBossAS SVN: r94095 - projects/aop/branches/Branch_2_1/asintegration-core/src/main/java/org/jboss/aop/asintegration/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Sep 29 07:53:07 EDT 2009


Author: kabir.khan at jboss.com
Date: 2009-09-29 07:53:07 -0400 (Tue, 29 Sep 2009)
New Revision: 94095

Modified:
   projects/aop/branches/Branch_2_1/asintegration-core/src/main/java/org/jboss/aop/asintegration/core/AspectManagerServiceDelegate.java
Log:


Modified: projects/aop/branches/Branch_2_1/asintegration-core/src/main/java/org/jboss/aop/asintegration/core/AspectManagerServiceDelegate.java
===================================================================
--- projects/aop/branches/Branch_2_1/asintegration-core/src/main/java/org/jboss/aop/asintegration/core/AspectManagerServiceDelegate.java	2009-09-29 11:51:41 UTC (rev 94094)
+++ projects/aop/branches/Branch_2_1/asintegration-core/src/main/java/org/jboss/aop/asintegration/core/AspectManagerServiceDelegate.java	2009-09-29 11:53:07 UTC (rev 94095)
@@ -226,6 +226,7 @@
       // Set a default tmp classes dir to the jboss tmp dir/aopclasses
       if (tmpClassesDir == null)
       {
+         //Hardcode this since the constant exists in different locations in AS 4 and AS 5
          String jbossTmpDir = System.getProperty("jboss.server.temp.dir");
          if (jbossTmpDir == null)
             jbossTmpDir = System.getProperty("java.io.tmpdir");




More information about the jboss-cvs-commits mailing list