Update of /cvsroot/metamorphosis/krysalis-version/src/java/org/krysalis/version/util/envsafe
In directory sc8-pr-cvs1:/tmp/cvs-serv17677/src/java/org/krysalis/version/util/envsafe
Modified Files:
RelativelySafe.java
Log Message:
Try 2: Allow Eclipse plug-in to set the Classpath
Index: RelativelySafe.java
===================================================================
RCS file: /cvsroot/metamorphosis/krysalis-version/src/java/org/krysalis/version/util/envsafe/RelativelySafe.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** RelativelySafe.java 7 Feb 2003 20:11:53 -0000 1.5
--- RelativelySafe.java 18 Feb 2003 22:17:09 -0000 1.6
***************
*** 480,485 ****
}
}
!
! argumentClasses = new Class[0];
}
else if (argumentClasses.length != arguments.length)
--- 480,486 ----
}
}
! else {
! argumentClasses = new Class[0];
! }
}
else if (argumentClasses.length != arguments.length)
***************
*** 527,531 ****
Class clazz = argumentClasses[ac];
buffer.append(DebugUtils.getShortName(clazz));
! if ((ac+1) < argumentClasses.length)
buffer.append(", ");
}
--- 528,532 ----
Class clazz = argumentClasses[ac];
buffer.append(DebugUtils.getShortName(clazz));
! if ((ac + 1) < argumentClasses.length)
buffer.append(", ");
}
***************
*** 539,543 ****
Object obj = arguments[a];
buffer.append(obj.toString());
! if ((a+1) < arguments.length)
buffer.append(", ");
}
--- 540,544 ----
Object obj = arguments[a];
buffer.append(obj.toString());
! if ((a + 1) < arguments.length)
buffer.append(", ");
}
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.