Closed GoogleCodeExporter closed 9 years ago
Problem is solved, i just edited the property files in the jar.
Original comment by lmaer...@gmail.com
on 12 May 2009 at 4:44
You can also have the same full property file name in a directory of your
classpath
and it should be picked up automatically. That way you do not need to override
the
jar and upgrading should be easier for you.
The file name should be the full name: if you have a properties file in the
jar as
META-INF/service/my/class/conf.properties
then you can have a file named my/class/conf.properties in your class path, and
it will be used instead of the JAR file.
Original comment by ayman.al...@gmail.com
on 13 May 2009 at 5:34
Original issue reported on code.google.com by
lmaer...@gmail.com
on 12 May 2009 at 4:26