Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirusCheckPlugin4Rosetta
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Digital Preservation
VirusCheckPlugin4Rosetta
Commits
ac408d45
Commit
ac408d45
authored
2 years ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- fixed junit class path
- fixed test-target
parent
a048013b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+2
-2
2 additions, 2 deletions
Makefile
with
2 additions
and
2 deletions
Makefile
+
2
−
2
View file @
ac408d45
...
@@ -17,7 +17,7 @@ ROSETTASDKPLUGINS:=${ROSETTASDK}/../../bundled_plugins/
...
@@ -17,7 +17,7 @@ ROSETTASDKPLUGINS:=${ROSETTASDK}/../../bundled_plugins/
ROSETTASDKJARS
=
$(
shell find
${
ROSETTASDKDEPOSIT
}
-name
"*.jar"
)
ROSETTASDKJARS
=
$(
shell find
${
ROSETTASDKDEPOSIT
}
-name
"*.jar"
)
# classpath
# classpath
JUNITCLASSPATH
=
/usr/share/java/junit4.jar
JUNITCLASSPATH
:
=
/usr/share/java/junit4.jar
:
$(
shell find
${
ROSETTASDKDEPOSIT
}
-name
"*.jar"
-print
|xargs
echo
|sed
-e
"s/ /:/g"
)
#SOURCESCLASSPATH=org/slub/rosetta/dps/repository/plugin/storage/nfs
#SOURCESCLASSPATH=org/slub/rosetta/dps/repository/plugin/storage/nfs
CLASSPATH
:=
./java:
${
ROSETTASDKDEPOSIT
}
/../src/:
${
ROSETTASDKDEPOSIT
}
/xmlbeans-2.3.0.jar:
${
ROSETTASDKDEPOSIT
}
/dps-sdk-
${
ROSETTAVERSION
}
.jar:
${
ROSETTASDKDEPOSIT
}
/log4j-1.2.14.jar:
${
ROSETTASDKPLUGINS
}
/NFSStoragePlugin.jar
CLASSPATH
:=
./java:
${
ROSETTASDKDEPOSIT
}
/../src/:
${
ROSETTASDKDEPOSIT
}
/xmlbeans-2.3.0.jar:
${
ROSETTASDKDEPOSIT
}
/dps-sdk-
${
ROSETTAVERSION
}
.jar:
${
ROSETTASDKDEPOSIT
}
/log4j-1.2.14.jar:
${
ROSETTASDKPLUGINS
}
/NFSStoragePlugin.jar
...
@@ -43,7 +43,7 @@ jarclean:
...
@@ -43,7 +43,7 @@ jarclean:
@
rm
-Rf
$(
BUILD
)
@
rm
-Rf
$(
BUILD
)
test
:
$(OBJS)
test
:
$(OBJS)
java
-cp
${
CLASSPATH
}
:
$(
JUNITCLASSPATH
)
org.junit.runner.JUnitCore
java
-cp
${
CLASSPATH
}
:
$(
JUNITCLASSPATH
)
:
$(
JAR
)
org.slub.rosetta.dps.repository.plugin.SLUBVirusCheckClamAVPlugin EICAR/eicar
clean
:
jarclean
clean
:
jarclean
@
rm
-Rf
doc/
@
rm
-Rf
doc/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment