But there is a problem that the method returns after the statement
PackageBuilder builder = new PackageBuilder();
Please le me know what the problem can be.
Waiting for an early response
Thanks
It's likely throwing an exception because it cannot find the rule files.
Print a stacktrace in your catch block, I suspect it will tell you what
the problem is.
John