Mh, ok, that seems to work... I have no clue what is wrong. You have two options: 1) start debugging Maven and find the dropped exception that explains the error or 2) download a nightly build [1]
- Florian [1] https://hudson.apache.org/hudson/view/A-F/view/Chemistry/job/Chemistry%20-%20OpenCMIS%20-%20install/lastStableBuild/org.apache.chemistry.opencmis$chemistry-opencmis/artifact/chemistry-opencmis-0.2.0-incubating-SNAPSHOT-dev-client.zip On 13/12/2010 11:15, Frank Bølviken wrote: > When I run the command alone in CMD, i get the following ouput: > > generating code... > C:\dev\framework\jaxws-ri\bin> > > Which means that this probably ran with no errors right? > When I try to rerun the command after this, the same error occurs.. > > Frank B > > On Mon, Dec 13, 2010 at 11:09 AM, Florian Müller > <[email protected] <mailto:[email protected]>> wrote: > > Hi Frank, > > I have never seen that before. Unfortunately, Maven doesn't provide > any information about the cause the problem. > > Can you run wsimport manually from the command line? Use the > parameters stated in the error message and remove all comma. It > should output some more details. > > > Cheers, > > Florian > > > > > On 13/12/2010 09:04, Frank Bølviken wrote: > > Hi, > > Tried to build the whole OpenCMIS project, and got the following > error when > running command "mvn clean install -Dmaven.test.skip=true": > > [INFO] Building OpenCMIS Commons Implementation > [INFO] task-segment: [clean, install] > [INFO] > > ------------------------------------------------------------------------ > [INFO] [clean:clean {execution: default-clean}] > [INFO] Deleting file set: > > C:\<PATH>\opencmis\chemistry-opencmis-commons\chemistry-opencmis-commons-impl\targe > t (included: [**], excluded: []) > [INFO] [jaxws:wsimport {execution: default}] > [INFO] Processing: > > C:\<PATH>\opencmis\chemistry-opencmis-commons\chemistry-opencmis-commons-impl\src\main\res > ources\wsdl\CMISWS-Service.wsdl > [INFO] jaxws:wsimport args: [-s, > > C:\<PATH>\opencmis\chemistry-opencmis-commons\chemistry-opencmis-commons-imp > l\target\generated, -d, > > C:\<PATH>\opencmis\chemistry-opencmis-commons\chemistry-opencmis-commons-impl\target\ > classes, -p, org.apache.chemistry.opencmis.commons.impl.jaxb, > -target, 2.1, > -extension, -Xnocompile, > > C:\<PATH>\opencmis\chemistry-opencmis-commons\chemistry-opencmis-commons-impl\src\main\resources\wsdl\CMISWS-Service.wsdl] > parsing WSDL... > > > [INFO] > > ------------------------------------------------------------------------ > [ERROR] BUILD ERROR > [INFO] > > ------------------------------------------------------------------------ > [INFO] Error executing: wsimport [-s, > > C:\<PATH>\opencmis\chemistry-opencmis-commons\chemistry-opencmis-common > s-impl\target\generated, -d, > > C:\<PATH>\opencmis\chemistry-opencmis-commons\chemistry-opencmis-commons-impl\ta > rget\classes, -p, > org.apache.chemistry.opencmis.commons.impl.jaxb, -target, > 2.1, -extension, -Xnocompile, > > C:\<PATH>\opencmis\chemistry-opencmis-commons\chemistry-opencmis-commons-impl\src\main\resources\wsdl\CMISWS-Service.wsdl] > > Any idea whats wrong? > > Frank B > > >
