Revision: 269
          
http://mindtreeinsight.svn.sourceforge.net/mindtreeinsight/?rev=269&view=rev
Author:   bindul
Date:     2011-01-25 16:38:35 +0000 (Tue, 25 Jan 2011)

Log Message:
-----------
Fix to handle command line insight home setting

Modified Paths:
--------------
    
insight/insight-ui/branches/insight-ui-1.5.0/src/main/java/com/mindtree/techworks/insight/Insight.java

Modified: 
insight/insight-ui/branches/insight-ui-1.5.0/src/main/java/com/mindtree/techworks/insight/Insight.java
===================================================================
--- 
insight/insight-ui/branches/insight-ui-1.5.0/src/main/java/com/mindtree/techworks/insight/Insight.java
      2011-01-25 16:37:44 UTC (rev 268)
+++ 
insight/insight-ui/branches/insight-ui-1.5.0/src/main/java/com/mindtree/techworks/insight/Insight.java
      2011-01-25 16:38:35 UTC (rev 269)
@@ -1,8 +1,8 @@
 /*
- * $HeadURL: $
- * $Date: $
- * $Revision: $
- * $Author: $
+ * $HeadURL$
+ * $Date$
+ * $Revision$
+ * $Author$
  * 
  * Copyright (c) 2005 MindTree Consulting Ltd. 
  * 
@@ -183,6 +183,9 @@
                        System.exit(1);
                }
                
+               // Finally make sure we set Insight Home correctly
+               System.setProperty(InsightConstants.INSIGHT_HOME, insightHome);
+               
        }
        
        /**


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
MindTreeInsight-commits mailing list
MindTreeInsight-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mindtreeinsight-commits

Reply via email to