add classpath detection
This commit is contained in:
@ -142,7 +142,8 @@ func main() {
|
|||||||
for i, file := range files {
|
for i, file := range files {
|
||||||
cleaned := strings.Replace(file, *resdir, "$PLUGIN/", 1)
|
cleaned := strings.Replace(file, *resdir, "$PLUGIN/", 1)
|
||||||
cc.ExtendClassPath += cleaned
|
cc.ExtendClassPath += cleaned
|
||||||
if i != len(files)-1 {
|
fmt.Printf("%d:%d-%s\n", i,len(files) cleaned)
|
||||||
|
if i != len(files) { //-1 {
|
||||||
cc.ExtendClassPath += ","
|
cc.ExtendClassPath += ","
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user