ED]
> Subject: Re: cvs commit:
> xml-axis/java/src/org/apache/axis/configuration
> FileProvider.java
>
>
> Well the problem here was that if you do a lookup for
> getClass().getResourceAsStream() it will look for a resource with the
> package name of the class prefixed to
glyn02/05/21 07:50:50
Modified:java/src/org/apache/axis/configuration FileProvider.java
Log:
Merge in patch provided by Thomas Sandholm to allow a configuration
file to be placed in the classpath outside of the Axis engine package.
Revision ChangesPath
1.27 +8
glyn02/02/27 06:54:27
Modified:java/src/org/apache/axis/configuration FileProvider.java
Log:
Provide diagnostics when configuration file directory is invalid.
Revision ChangesPath
1.23 +15 -0
xml-axis/java/src/org/apache/axis/configuration/FileProvider.java
glyn02/02/12 07:34:22
Modified:java/src/org/apache/axis/configuration FileProvider.java
Log:
Beef up test for read-only file which was causing a build failure.
Revision ChangesPath
1.18 +4 -3
xml-axis/java/src/org/apache/axis/configuration/FileProvider.jav
glyn02/02/12 06:32:14
Modified:java build.xml
java/src/org/apache/axis/configuration FileProvider.java
Log:
Avoid diagnostic about non-writeable config. file if it is also non-readable!
Revision ChangesPath
1.102 +1 -1 xml-axis/java/build.