OSDN Git Service

実行するのに必要な実行時依存ライブラリ追加
authoryukihane <yukihane.feather@gmail.com>
Sun, 14 Aug 2011 16:37:42 +0000 (01:37 +0900)
committeryukihane <yukihane.feather@gmail.com>
Sun, 14 Aug 2011 16:37:42 +0000 (01:37 +0900)
frontend/nbproject/project.properties
frontend/src/saccubus/net/VideoInfo.java

index 1ba01dc..be21f64 100644 (file)
@@ -75,7 +75,6 @@ main.class=saccubus.Saccubus
 manifest.file=manifest.mf\r
 meta.inf.dir=${src.dir}/META-INF\r
 mkdist.disabled=false\r
-no.dependencies=true\r
 platform.active=default_platform\r
 project.MediaInfoWrapper=../../MediaInfoWrapper\r
 project.NicoBrowser=../../NicoBrowser\r
@@ -83,7 +82,9 @@ reference.MediaInfoWrapper.jar=${project.MediaInfoWrapper}/dist/MediaInfoWrapper
 reference.NicoBrowser.jar=${project.NicoBrowser}/dist/NicoBrowser.jar\r
 run.classpath=\\r
     ${javac.classpath}:\\r
-    ${build.classes.dir}\r
+    ${build.classes.dir}:\\r
+    ${libs.Rome.classpath}:\\r
+    ${libs.groovy-all.classpath}\r
 # Space-separated list of JVM arguments used when running the project\r
 # (you may also define separate properties like run-sys-prop.name=value instead of -Dname=value\r
 # or test-sys-prop.name=value to set system properties for unit tests):\r
index 722755b..29083e3 100644 (file)
@@ -76,9 +76,9 @@ public class VideoInfo {
         private final String force184;
 
         public OfficialOption(String threadKey, String force184) {
-            if (threadKey == null || force184 == null) {
-                throw new IllegalArgumentException("公式動画用キーが不正です");
-            }
+//            if (threadKey == null || force184 == null) {
+//                throw new IllegalArgumentException("公式動画用キーが不正です");
+//            }
             this.threadKey = threadKey;
             this.force184 = force184;
         }