package test; /*** * * @author jbrown */ public class TestDebug { /** * @param args the command line arguments */ public static void main(String[] args) { // String[] doargs = {"p4javassl://jbrown-p4:29191", "jbrown", "jfbrown2", "jbrown_JBROWN_7114", "//jstream/main/src/..."}; doargs = new String[]{"p4java://jbrown:28162", "jbrown", "jfbrown2", "j28162-unicode", "//depot/cases/sync-EA-unicode/..."}; StreamingSync.main(doargs); } }
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 28709 | Joel Brown |
Allow setting character encoding (charset) with syncs with the Java System Property -Dcharset=<value> |