Is Reporter still working? I'm failing to get an AccessToken in Reporter:
~ % java -jar /Users/bw/Downloads/Reporter/Reporter.jar p=/Users/bw/Downloads/Reporter/Reporter.properties Sales.generateToken
Properties file not specified. Use format p=PropertiesFile.
~ % java -jar /Users/bw/Downloads/Reporter/Reporter.jar p=Reporter.properties Sales.generateToken
Cannot find properties file. Make sure it resides in the same directory.
Of course, the Reporter.properties file is in the same directory as Reporter. Am I doing something wrong? Is Reporter obsolete?
~ % java -jar /Users/bw/Downloads/Reporter/Reporter.jar p=/Users/bw/Downloads/Reporter/Reporter.properties Sales.generateToken
Properties file not specified. Use format p=PropertiesFile.
~ % java -jar /Users/bw/Downloads/Reporter/Reporter.jar p=Reporter.properties Sales.generateToken
Cannot find properties file. Make sure it resides in the same directory.
Of course, the Reporter.properties file is in the same directory as Reporter. Am I doing something wrong? Is Reporter obsolete?