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

List:       jedit-cvs
Subject:    [ jEdit-commits ] SF.net SVN: jedit:[16130]
From:       rfrancois () users ! sourceforge ! net
Date:       2009-08-31 10:58:24
Message-ID: E1Mi4ae-0003LS-6m () dn4whf1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 16130
          http://jedit.svn.sourceforge.net/jedit/?rev=16130&view=rev
Author:   rfrancois
Date:     2009-08-31 10:58:23 +0000 (Mon, 31 Aug 2009)

Log Message:
-----------
create r library directory if it does not exist when installing R package

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

Modified: plugins/orchestra/trunk/com/addictedtor/orchestra/FinishedDialog.java
===================================================================
--- plugins/orchestra/trunk/com/addictedtor/orchestra/FinishedDialog.java	2009-08-30 \
                23:06:46 UTC (rev 16129)
+++ plugins/orchestra/trunk/com/addictedtor/orchestra/FinishedDialog.java	2009-08-31 \
10:58:23 UTC (rev 16130) @@ -12,6 +12,7 @@
 import java.awt.event.ActionListener;
 import java.io.File;
 
+@SuppressWarnings("serial")
 public class FinishedDialog extends JDialog implements ActionListener {
     public FinishedDialog(File shortCutDir, File startScript) {
         super(jEdit.getActiveView());

Modified: plugins/orchestra/trunk/com/addictedtor/orchestra/Installer.java
===================================================================
--- plugins/orchestra/trunk/com/addictedtor/orchestra/Installer.java	2009-08-30 \
                23:06:46 UTC (rev 16129)
+++ plugins/orchestra/trunk/com/addictedtor/orchestra/Installer.java	2009-08-31 \
10:58:23 UTC (rev 16130) @@ -191,6 +191,9 @@
         if (forcePackInstall || rp == null) {
             logAndPublish("Trying to install from CRAN.");
             try {
+            	if( ! rlibsDir.exists() ){
+            		rlibsDir.mkdirs() ;
+            	}
                 rCmdBatch.installCranPackage("orchestra", rlibsDir);
                 setProgress(40);
             } catch (CantFindPackageException e) {

Modified: plugins/orchestra/trunk/com/addictedtor/orchestra/ProgressDialogInstaller.java
 ===================================================================
--- plugins/orchestra/trunk/com/addictedtor/orchestra/ProgressDialogInstaller.java	2009-08-30 \
                23:06:46 UTC (rev 16129)
+++ plugins/orchestra/trunk/com/addictedtor/orchestra/ProgressDialogInstaller.java	2009-08-31 \
10:58:23 UTC (rev 16130) @@ -5,6 +5,7 @@
 import javax.swing.*;
 import java.awt.*;
 
+@SuppressWarnings("serial")
 public class ProgressDialogInstaller extends ProgressDialog<Void, String> {
 
     private ProgressDialogInstaller(Dialog parent, Installer i) {


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