From 7eb41fd1431019f44227af6f5d707e7c98e0416e Mon Sep 17 00:00:00 2001 From: geronimo Date: Wed, 15 Aug 2012 05:33:17 +0200 Subject: removed junit from client project and added -lcrypto to server makefile (fix for ubuntu) --- cmpcj/.classpath | 1 - cmpcj/src/de/schwarzrot/cmpc/util/MedialistParser.java | 3 +-- cmps/nbproject/Makefile-Debug.mk | 2 +- cmps/nbproject/configurations.xml | 1 + 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/cmpcj/.classpath b/cmpcj/.classpath index b28f98d..6c1a5de 100644 --- a/cmpcj/.classpath +++ b/cmpcj/.classpath @@ -4,7 +4,6 @@ - diff --git a/cmpcj/src/de/schwarzrot/cmpc/util/MedialistParser.java b/cmpcj/src/de/schwarzrot/cmpc/util/MedialistParser.java index 8f69af0..4b46a13 100644 --- a/cmpcj/src/de/schwarzrot/cmpc/util/MedialistParser.java +++ b/cmpcj/src/de/schwarzrot/cmpc/util/MedialistParser.java @@ -7,7 +7,6 @@ import java.io.InputStream; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.List; -import org.junit.Test; import com.google.gson.stream.JsonReader; import de.schwarzrot.cmpc.domain.Media; import de.schwarzrot.cmpc.domain.MediaType; @@ -35,7 +34,7 @@ public class MedialistParser { } - @Test + // @Test public void testJSonParsing() { FileInputStream fis = null; diff --git a/cmps/nbproject/Makefile-Debug.mk b/cmps/nbproject/Makefile-Debug.mk index d825972..4ae00ab 100644 --- a/cmps/nbproject/Makefile-Debug.mk +++ b/cmps/nbproject/Makefile-Debug.mk @@ -65,7 +65,7 @@ FFLAGS= ASFLAGS= # Link Libraries and Options -LDLIBSOPTIONS=serverlib/dist/Debug/GNU-Linux-x86/libserverlib.a ../libs/mediaScan/dist/Debug/GNU-Linux-x86/libmediascan.a ../libs/networking/dist/Debug/GNU-Linux-x86/libnetworking.a ../libs/IO/dist/Debug/GNU-Linux-x86/libio.a ../libs/util/dist/Debug/GNU-Linux-x86/libutil.a ../libs/vdr/dist/Debug/GNU-Linux-x86/libvdr.a -lpthread -lrt -lssl -lpcrecpp -lmediainfo +LDLIBSOPTIONS=serverlib/dist/Debug/GNU-Linux-x86/libserverlib.a ../libs/mediaScan/dist/Debug/GNU-Linux-x86/libmediascan.a ../libs/networking/dist/Debug/GNU-Linux-x86/libnetworking.a ../libs/IO/dist/Debug/GNU-Linux-x86/libio.a ../libs/util/dist/Debug/GNU-Linux-x86/libutil.a ../libs/vdr/dist/Debug/GNU-Linux-x86/libvdr.a -lpthread -lrt -lssl -lpcrecpp -lmediainfo -lcrypto # Build Targets .build-conf: ${BUILD_SUBPROJECTS} diff --git a/cmps/nbproject/configurations.xml b/cmps/nbproject/configurations.xml index d2880dd..be330f2 100644 --- a/cmps/nbproject/configurations.xml +++ b/cmps/nbproject/configurations.xml @@ -183,6 +183,7 @@ ssl pcrecpp mediainfo + crypto -- cgit v1.2.3