Re: maven wsdl2java

2006-10-18 Thread tulasi
the error is ;-) > > > On 10/18/06, tulasi <[EMAIL PROTECTED]> wrote: >> >> >> Actully i have xml files contain wsdl file location, path. First Read xml >> file, from thr its will converts to java and it compile. >> >> I have checked for configuration with

Re: maven wsdl2java

2006-10-18 Thread tulasi
gt; what is the problem with axistools-maven-plugin? > > On 10/18/06, tulasi <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> >> I tried with axistools-maven-plugin. but its not converting to java >> files. >> I >> have shifted to maven-antru

Re: maven wsdl2java

2006-10-18 Thread tulasi
in advance. dan tran wrote: > > Try > > sso/wsdl/ > > Instead of Url. > > BTW, 1.1-SNAPSHOT is more stable than the release 1.0 > > -D > > > On 10/17/06, tulasi <[EMAIL PROTECTED]> wrote: >>

Re: maven wsdl2java

2006-10-17 Thread tulasi
t http://mojo.codehaus.org It has both axis and jaxws > implementations > > On 10/17/06, tulasi <[EMAIL PROTECTED]> wrote: >> >> >> Hi all, >> >> How will compile .wsdl to generate java files. >> >> >> Thanks in adavance >> -- >> View

maven wsdl2java

2006-10-17 Thread tulasi
Hi all, How will compile .wsdl to generate java files. Thanks in adavance -- View this message in context: http://www.nabble.com/maven-wsdl2java-tf2458959.html#a6853459 Sent from the Maven - Users mailing list archive at Nabble.com. -

Re: SV: SV: SV: SV: SV: maven site not showing sub module links in paren

2006-09-26 Thread tulasi
+-dependency-convergence.html > +-index.html > +-etc... > > > After deployment (mvn site-deploy) you will have something like this > (links is working): > > +-[website]/ <- root > +-css/ > +-dependencies.html > +-dependency-conve

Re: SV: SV: SV: SV: maven site not showing sub module links in parent ht

2006-09-25 Thread tulasi
handle this exception. Thanks in advance Naess, Ronny wrote: > > It says that its missing distribution management information in the > project > > You know, the > > > -Opprinnelig melding- > Fra: tulasi [mailto:[EMAIL PROTECTED] > Sendt: 25. sep

Re: SV: SV: SV: maven site not showing sub module links in parent html

2006-09-25 Thread tulasi
eploy -e) > > -Ronny > > > -Opprinnelig melding- > Fra: tulasi [mailto:[EMAIL PROTECTED] > Sendt: 25. september 2006 14:04 > Til: users@maven.apache.org > Emne: Re: SV: SV: maven site not showing sub module links in parent html > > > Hi Rony > > How will i

Re: SV: SV: maven site not showing sub module links in parent html

2006-09-25 Thread tulasi
ite > file://localhost/tmp/mysite > > > > When I run 'mvn site site-deploy' I will find my full site structure in > /tmp/mysite > > -Ronny > > -Opprinnelig melding- > Fra: tulasi [mailto:[EMAIL PROTECTE

Re: SV: maven site not showing sub module links in parent html

2006-09-25 Thread tulasi
ven site not showing sub module links in parent html > > No idea then, it works for us at spring-rich-c.sf.net, maybe you can try > comparing the site.xml's etc. > > One thing I noticed is that you don't have an element in your parent > pom, which gives problems with site

Re: maven site not showing sub module links in parent html

2006-09-18 Thread tulasi
I have tried these two also. But its not showing in parent html Geoffrey De Smet-2 wrote: > > Try > > > > > > > tulasi wrote, On 2006-09-18 2:54 PM: >> >> Hi, >> >> I have created my /src/site/site.xml and

maven site not showing sub module links in parent html

2006-09-18 Thread tulasi
Hi, I have created my /src/site/site.xml and pom.xml like as follows. But when i am trying create mvn site, its not creating sub modules links in parent html. Here i have enclosed my site.xml and pom.xml. what was wrong in these files?. Site.xml My Framework http://maven.apache.

Re: Maven Site

2006-09-13 Thread tulasi
the > parent site (see svn). Don't forget to declare the entity your > parent pom. > > tulasi wrote, On 2006-09-12 4:35 PM: >> HI, >> >> My project contains 5 different modules. >> I am Creating site for my project. Site is Creating, but Parent >> i

Maven Site

2006-09-12 Thread tulasi
HI, My project contains 5 different modules. I am Creating site for my project. Site is Creating, but Parent index.html not showing modules and module links details. How will i do it?. please help me. any Configuration required? Thanks in advance. -- View this message in context: http://w

Re: Maven findbugs Settings

2006-07-07 Thread tulasi
Dear friend ... its failing... [WARNING] *** CHECKSUM FAILED - Error retrieving checksum file for maven-plugins/maven-findbugs-plugin/1.0-SNAPSHOT/maven-findbugs-plugin-1.0-SNAPSHOT.pom - IGNORING Downloading: http://snapshots.maven.codehaus.org/maven2/maven-plugins/maven-findbugs-plugin/1.0-SNA

RE: Maven findbugs Settings

2006-07-07 Thread tulasi
for Maven 2.0 . Any FindBugs plugin and also plz give me configuration Thanks in advance tulsi -- View this message in context: http://www.nabble.com/Maven-findbugs-Settings-tf1906038.html#a5216921 Sent from the Maven - Users forum at Nabble.com.

RE: Maven findbugs Settings

2006-07-07 Thread tulasi
Dear friends, its not working.. i have tried like this maven-findbugs maven-findbugs-plugin http://www.nabble.com/Maven-findbugs-Settings-tf1906038.html#a5216460 Sent from the Maven - Users forum at Nabble.com. -

Maven findbugs Settings

2006-07-07 Thread tulasi
Hi, Any know how to configure maven-findbugs-plugin (sourceforge pulgin) for site generation. Thanks & Regards, Tulasi -- View this message in context: http://www.nabble.com/Maven-findbugs-Settings-tf1906038.html#a5216122 Sent from the Maven - Users forum at Nabble

Re: Exclude pom.xml and pom.properties.

2006-07-06 Thread tulasi
Its Very Simple. open maven-jar-plugin-2.0.pom under .m2\repository\org\apache\maven\plugins\maven-jar-plugin\2.0 change dependency maven-archiver version 2.0 to 2.1 like as follows. org.apache.maven maven-archiver 2.1 -- View this message in context: http

Re: cobertura - Getting Error

2006-07-05 Thread tulasi
Thank you Arnaud Thanks for your help -- View this message in context: http://www.nabble.com/cobertura---Getting-Error-tf1890046.html#a5194252 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: cobertura - Getting Error

2006-07-05 Thread tulasi
Hi, According your sugguestion, i made config like this. why i dont know under classes folder repeatedly genereted-classes folder is creating. is thr configuration problem?. if you want to check i ll give you my complete pom.xml org.codehaus.mojo

Re: Cobertura plugin using version 1.7

2006-07-05 Thread tulasi
HI, when i am mvn test for mvn site, getting Error. Here I have enclosed my configuration and error. org.codehaus.mojo cobertura-maven-plugin target/cobertura/instrumented-classes target/cobertura/report

cobertura - Getting Error

2006-07-04 Thread tulasi
HI, when i am mvn test for mvn site, getting Error. Here I have enclosed my configuration and error. org.codehaus.mojo cobertura-maven-plugin target/cobertura/instrumented-classes

Re: Exclude pom.xml and pom.properties.

2006-06-29 Thread tulasi
Hi All, I got one temporery solution for this thread. Maven-archiver version 2.1 now available in remote repository. But Maven-jar-plugin pointing to maven-archiver 2.0. a small solution for this .. change the version in maven-jar-plugin.pom in your local repository. Thanks -- View th

share local repository

2006-06-26 Thread tulasi
Hi, I have to share my repository with my collegues. I have gave the shared permissions fir repository and and i have modified settings.xml set the tag like //xymachine/repository i have tested with yz machine. its working fine. My question is can i able to do without modifying settings.xml

RE: Change versions

2006-06-19 Thread tulasi
Thank you andy -- View this message in context: http://www.nabble.com/Change-versions-t1810848.html#a4936296 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Change versions

2006-06-19 Thread tulasi
is there possibilites to do with project.xml? -- View this message in context: http://www.nabble.com/Change-versions-t1810848.html#a4935743 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTE

Change versions

2006-06-19 Thread tulasi
Hi, My application containing parent directory and 5 sub modules. if change version of parent pom, should be change sub modules version How will i?. is any property need to set?. -- View this message in context: http://www.nabble.com/Change-versions-t1810848.html#a4934825 Sent from the Maven

Re: Copy jar file to lib folder

2006-06-18 Thread tulasi
No, I configured my output directory as "Classes". once i created package using "mvn package" command, the compiled classes and jar are available in classes directory. after i want to copy the created jar file into "lib" folder. how will i ?. -- View this message in context: http://www.nabble.

Re: Exclude pom.xml and pom.properties.

2006-06-18 Thread tulasi
why not in jars? -- View this message in context: http://www.nabble.com/Exclude-pom.xml-and-pom.properties.-t1797122.html#a4930617 Sent from the Maven - Users forum at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Exclude pom.xml and pom.properties.

2006-06-18 Thread tulasi
Hi, I am getting follwing error. i tried with -U option also. but .. same error [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Failed to configure plugi

Copy jar file to lib folder

2006-06-16 Thread tulasi
Hi, Creating jar file defualt in Classes Floder. But i want to move the jar from classes to folder to parent lib folder. how will i ?. please help me -- View this message in context: http://www.nabble.com/Copy-jar-file-to-lib-folder-t1797154.html#a4897414 Sent from the Maven - Users forum at N

Exclude pom.xml and pom.properties.

2006-06-16 Thread tulasi
Hi, I am trying to exclude pom.xml and pom.properties while creating jar. for this i am maven-jar-plugin. But i am getting build error. but i am getting error at "addMavenDescriptor". what was settings i missed?. i am configured like : org.apache.maven.plugins maven-jar-plugin false