[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jedit-cvs
Subject:    [ jEdit-commits ] SF.net SVN: jedit:[16132]
From:       berndbischl () users ! sourceforge ! net
Date:       2009-08-31 13:18:50
Message-ID: E1Mi6mY-0002Wu-GO () c3vjzd1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 16132
          http://jedit.svn.sourceforge.net/jedit/?rev=16132&view=rev
Author:   berndbischl
Date:     2009-08-31 13:18:50 +0000 (Mon, 31 Aug 2009)

Log Message:
-----------
delete senseless makedir code

Modified Paths:
--------------
    plugins/orchestra/trunk/com/addictedtor/orchestra/Installer.java

Modified: plugins/orchestra/trunk/com/addictedtor/orchestra/Installer.java
===================================================================
--- plugins/orchestra/trunk/com/addictedtor/orchestra/Installer.java	2009-08-31 \
                11:57:28 UTC (rev 16131)
+++ plugins/orchestra/trunk/com/addictedtor/orchestra/Installer.java	2009-08-31 \
13:18:50 UTC (rev 16132) @@ -103,14 +103,7 @@
             properties = properties.replace("@JAVA_EXE@", javaExeStr);
             properties = properties.replace("@JEDIT_HOME@", jeditStr);
             properties = properties.replace("@PLUGIN_HOME@", pluginHomeStr);
-            
-            if( !rlibsDir.exists() ){
-            	logger.info( "creating R library in plugin home: '" + pluginHomeStr + \
                "/library" ) ;
-            	rlibsDir.mkdirs();
-            } else{
-            	// maybe check that the this actually is a library
-            }
-            
+
             writer.write(properties);
             writer.close();
         } catch (IOException e) {
@@ -191,7 +184,8 @@
         if (forcePackInstall || rp == null) {
             logAndPublish("Trying to install from CRAN.");
             try {
-            	if( ! rlibsDir.exists() ){
+            	if(!rlibsDir.exists()){
+                    logAndPublish("Creating dir for orchestra R packages: " + \
rlibsDir);  rlibsDir.mkdirs() ;
             	}
                 rCmdBatch.installCranPackage("orchestra", rlibsDir);


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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
jEdit-CVS mailing list
jEdit-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic