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