Thank you a lot for your response.
I have downloaded and installed maven 1.1 and tried to build kandula2.
Using 'maven clean install' i got this error :
Error parsing project.xml 'C:\.....\project.xml'
ParseError at [row,col]:[302,9]
Message: Duplicated tag: 'build'
-------------------------------------------------------------------------------
BUILD FAILED
Infact in project.xml there are two entries for the tag build i deleted the
one following
<build>
<nagEmailAddress>[email protected]</nagEmailAddress>
<sourceDirectory>src</sourceDirectory>
</build>
and tried to build again with the same command.Now the error is:
Goal 'install' does not exist in this project.
What can i do to fix this problem?
Thanks for the attention.
2007/7/12, Thilina Gunarathne <[EMAIL PROTECTED]>:
Hi,
>I have added to the project all the axis's lib but in the project
> there are still a lot of
> not found import like
> "org.oasis_open.docs.ws_tx.wscoor._2006._06.CoordinationContext_type3"
> or "import
> org.oasis_open.docs.ws_tx.wscoor._2006._06.Register;".
> Some class import also some java file like
> "org.apache.kandula.wscoor.RegistrationServiceStub" that
> dosen't exist in the package of the project i have checked out.
Above files are code generated during the build process... You'll need
to add the "target/src" as a source directory after doing a maven
build..
> I've tried too to build the project with maven or ant but that cause
other
> errors because there aren't the buil.xml and the pom.xml files.
Kandula2 is based on maven1.x not 2.x.. There exists project.xml &
maven.xml files..
Use 'maven clean install'
thanks,
Thilina
>
> Can anyone tell me the resons of this problems and if is possible give
me a
> list of the things to do for build and run kandula2 with axis2?
>
> Thanks a lot for the attention.
>
>
--
Thilina Gunarathne - http://www.wso2.com - http://thilinag.blogspot.com