You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Johan Vogelzang <jo...@gmail.com> on 2007/01/10 10:41:45 UTC

axistools-maven-plugin does not pick up properties in propertyfile

Hello,

The following configuration doesn't pick up the properties in
NStoPkg.properties.
The build run's succesful.

Any clue's?

<plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>axistools-maven-plugin</artifactId>
                <configuration>

<sourceDirectory>src/main/resources/wsdl</sourceDirectory>

<fileNamespaceToPackage>src/main/resources/wsdl/NStoPkg.properties</fileNamespaceToPackage>
                </configuration>
                <executions>
                    <execution>
                        <goals>
                            <goal>wsdl2java</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>

-- NStoPkg.properties file --
http://org/myorg/adapter/Adapter.wsdl=nl.mycomp.sim
http://org.myorg.adapter/Adapter.xsd=nl.mycomp.types

-- mvn -X log --
...
[DEBUG]     javax.activation:activation:jar:1.0.2:runtime (selected for
runtime)
[DEBUG] Configuring mojo '
org.codehaus.mojo:axistools-maven-plugin:1.0:wsdl2java' -->
[DEBUG]   (f) debug = false
[DEBUG]   (f) fileNamespaceToPackage =
src/main/resources/wsdl/NStoPkg.properties
[DEBUG]   (f) helperGen = false
[DEBUG]   (f) localRepository = [local] -> file://C:\Documents and
Settings\jvo\.m2\repository
[DEBUG]   (f) noImports = false
[DEBUG]   (f) noWrapped = false
[DEBUG]   (f) outputDirectory =
D:\myeclipse5.0_workspace\MYAPP\MyModule\target\generated-sources\axistools\wsdl2java
[DEBUG]   (f) pluginArtifacts = [
org.codehaus.plexus:plexus-compiler-api:jar:1.5.1:runtime,
axis:axis-wsdl4j:jar:1.5.1:runtime, commons-logging:commons-logging:jar:
1.0.4:runtime, a
xis:axis-saaj:jar:1.2.1:runtime, axis:axis-jaxrpc:jar:1.2:runtime,
javax.mail:mail:jar:1.3.2:runtime, commons-discovery:commons-discovery:jar:
20040218.194635:runtime, wsdl4j:wsdl4j
:jar:1.5.1:runtime, axis:axis:jar:1.2.1:runtime,
javax.activation:activation:jar:1.0.2:runtime,
org.apache.maven:maven-core:jar:2.0:runtime,
org.apache.maven:maven-plugin-api:jar:2
.0:runtime, plexus:plexus-utils:jar:1.0.1:runtime]
[DEBUG]   (f) project = org.apache.maven.project.MavenProject@36ddcce4
[DEBUG]   (f) runTestCasesAsUnitTests = false
[DEBUG]   (f) skeletonDeploy = false
[DEBUG]   (f) sourceDependencyDirectory =
D:\myeclipse5.0_workspace\MYAPP\MyModule\target\axistools\wsdl2java\sourceDependencies
[DEBUG]   (f) sourceDirectory =
D:\myeclipse5.0_workspace\MYAPP\MyModule\src\main\resources\wsdl
[DEBUG]   (f) staleMillis = 0
[DEBUG]   (f) testSourceDirectory =
D:\myeclipse5.0_workspace\MYAPP\MyModule\target\generated-test-sources\wsdl
[DEBUG]   (f) timestampDirectory =
D:\myeclipse5.0_workspace\MYAPP\MyModule\target
[DEBUG]   (f) urlDownloadDirectory =
D:\myeclipse5.0_workspace\MYAPP\MyModule\target\axistools\wsdl2java\urlDownloads
[DEBUG]   (f) useEmitter = false
[DEBUG] -- end configuration --
[INFO] [axistools:wsdl2java {execution: default}]
[INFO] about to add compile source root
[INFO] processing wsdl:
D:\myeclipse5.0_workspace\MYAPP\MyModule\src\main\resources\wsdl\Adapter.wsdl
[DEBUG] argslist: [-o,
D:\myeclipse5.0_workspace\MYAPP\MyModule\target\generated-sources\axistools\wsdl2java,
-f, src/main/resources/wsdl/NStoPkg.properties, D:\myeclipse5.0_w
orkspace\MYAPP\MyModule\src\main\resources\wsdl\Adapter.wsdl]
[INFO] processing wsdl:
D:\myeclipse5.0_workspace\MYAPP\MyModule\src\main\resources\wsdl\UbiWebService.wsdl
[DEBUG] argslist: [-o,
D:\myeclipse5.0_workspace\MYAPP\MyModule\target\generated-sources\axistools\wsdl2java,
-f, src/main/resources/wsdl/NStoPkg.properties, D:\myeclipse5.0_w
orkspace\MYAPP\MyModule\src\main\resources\wsdl\UbiWebService.wsdl]
[INFO] processing wsdl:
D:\myeclipse5.0_workspace\MYAPP\MyModule\src\main\resources\wsdl\ILS.wsdl
[DEBUG] argslist: [-o,
D:\myeclipse5.0_workspace\MYAPP\MyModule\target\generated-sources\axistools\wsdl2java,
-f, src/main/resources/wsdl/NStoPkg.properties, D:\myeclipse5.0_w
orkspace\MYAPP\MyModule\src\main\resources\wsdl\ILS.wsdl]
[INFO]
------------------------------------------------------------------------

-- 
Johan Vogelzang