Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
abcl
abcl
Commits
d12ac59e
Commit
d12ac59e
authored
Feb 16, 2014
by
mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f
Browse files
Fix ABCL-ASDF:RESOLVE for MVN-COMPONENT arguments.
parent
c5713e03
Changes
1
Hide whitespace changes
Inline
Side-by-side
contrib/abcl-asdf/abcl-asdf.lisp
View file @
d12ac59e
...
...
@@ -106,6 +106,7 @@ Returns either a string in jvm classpath format as entries delimited
by classpath separator string or T. If the value T is returned, it
denotes that current JVM already has already loaded a given class. Can possibly be a
single entry denoting a remote binary artifact."
(
asdf:ensure-parsed-mvn
mvn-component
)
(
let
((
name
(
slot-value
mvn-component
'asdf::name
))
(
group-id
(
slot-value
mvn-component
'asdf::group-id
))
(
artifact-id
(
slot-value
mvn-component
'asdf::artifact-id
))
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment