************************************************************
***** NOTE: THIS BUG TRACKER IS FOR GERRIT CODE REVIEW *****
***** DO NOT SUBMIT BUGS FOR CHROME, ANDROID, INTERNAL *****
***** ISSUES WITH YOUR COMPANY'S GERRIT SETUP, ETC. *****
***** THOSE ISSUE BELONG IN DIFFERENT ISSUE TRACKERS! *****
************************************************************
Affected Version: 2.5
What steps will reproduce the problem? What is the expected output? What do you see instead?
Could you please advise which version of delete-project plugin can be used for Gerrit 2.5 version?
I can only build it on first commits: ec93f3f, d818c59, af29daf, 18c2b48, 73933dc.
But, because we use PostgreSQL database, when I try to delete project I get:
------ stack trace -------------
[2013-11-08 14:16:58,197] ERROR com.google.gerrit.sshd.BaseCommand : Internal server error (user admin account 1000000) during deleteproject-1.0 delete --yes-really-delete --force test_project
org.postgresql.util.PSQLException: Operation requires a scrollable ResultSet, but this ResultSet is FORWARD_ONLY.
------ stack trace -------------
Trying to build on any higher revision with 2.5 gerrit-plugin-api returns an error:
[ERROR] /home/user/GitRepos/Main/GerritPlugins/delete-project/src/main/java/com/google/gerrit/plugins/DeleteProjectCommandModule.java:[25,37] guessVersion(java.lang.Class<?>) has private access in com.google.gerrit.server.schema.SchemaVersion
Please provide any additional information below.