jboss:start??

2006-04-06 Thread raja bangaru
Hi I'm able to run jboss:configure run successful but when i use jboss:start it is giving the following error: System cannot find the path specified.. any solutions please.

issue with jetty plugin????

2006-04-05 Thread raja bangaru
Hi guys, I started the jetty plugin using the command maven jetty:run now how do i need to stop it?? When i start the jboss server..i'm getting the error that 8080 port is already in use... it might be getting used by jetty.. so can anyone tell me how to stop the jettly i dont find any goals

Re: sharing artifacts without repositories???

2006-04-02 Thread raja bangaru
Regards, Raja Chaithanya Bangaru. On 4/1/06, Wayne Fay [EMAIL PROTECTED] wrote: Use scopesystem/scope everywhere. Good luck managing it. Wayne On 4/1/06, Kenney Westerhof [EMAIL PROTECTED] wrote: On Sat, 1 Apr 2006, raja bangaru wrote: You can't. Repositories are a core maven

sharing artifacts without repositories???

2006-04-01 Thread raja bangaru
I find that we can share any number of artifcats withing mulitple projects thru the repository. i mean we can take repository as a common place,... For example, If the built artifact of project A is to be needed for another project B,..we can place the built artifact of A in the repository so

Importing sub maven projects into Eclipse IDE???

2006-03-28 Thread raja bangaru
Can any one tell me how to import maven subprojects into Eclipse IDE?? I mean ..in the following format Underneath my main Project, i should be able to add other different maven projects +- metrics-commons |_ project.properties |_ project.xml +- metrics-core |_ project.xml +- metrics-master

Re: Importing sub maven projects into Eclipse IDE???

2006-03-28 Thread raja bangaru
PROTECTED] wrote: Try maven-multiproject-plugin or the reactor 2006/3/28, raja bangaru [EMAIL PROTECTED]: Can any one tell me how to import maven subprojects into Eclipse IDE?? I mean ..in the following format Underneath my main Project, i should be able to add other different maven

maven genapp plugin issue

2006-03-28 Thread raja bangaru
hi i'm using maven 1.0.2 genapp plugin it does'nt conform to the standards that src/java source java files src/test test files but when i change the unitSourceDirectory and unitTestDirectory tags in my POM, it its not creating this structurei want which is as follows.

Re: maven genapp plugin issue

2006-03-28 Thread raja bangaru
Thanks lucas On 3/29/06, Lukas Theussl [EMAIL PROTECTED] wrote: Upgrade your genapp plugin: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven, http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-genapp-plugin -Dversion=2.3 HTH, -Lukas raja

maven multiproject requirements????

2006-03-28 Thread raja bangaru
HI i'm goint to start a maven project in Eclipse IDE... i've 4 projects which share the jar and ear files How can i start the application???/ Any guidance from people who have implemented multiprojects with maven??? Help pls

what plugins r required for multiproject builds???

2006-03-28 Thread raja bangaru
Can anyone tell me what plugins r required for multiproject build??? in eclipse IDE??? like mulitproject dashboard...etc..

Re: JellyUnit Demo Pls

2006-03-27 Thread raja bangaru
Yeah Whats Jelly script and JellyUnit The difference and i find no resources on the net(internet) Any help pls On 3/27/06, Dion Gillard [EMAIL PROTECTED] wrote: Do you mean this: http://jakarta.apache.org/commons/jelly/jellyunit.html On 3/27/06, raja bangaru [EMAIL PROTECTED] wrote: Hi

jboss start plugin

2006-03-24 Thread raja bangaru
any one who is successful in running maven jboss:start plugin? please let me know the configuration required Also,...if we can let maven to copy the resources into jboss default deploy directory it will pick up then what is the big thing in running jboss:start

Making goals viewable in Outline of Eclipse IDE

2006-03-24 Thread raja bangaru
Hi guys, This question is for people who is using Eclipse IDE for maven How can i watch all goals when i double click maven.xml? in Outline of Eclipse IDE? It is saying that outline is unavailable How to make it available ANy help pls

Re: Making goals viewable in Outline of Eclipse IDE

2006-03-24 Thread raja bangaru
help pls On 3/25/06, Paul Li [EMAIL PROTECTED] wrote: I think there is something called mavenide that helps to incorporate eclipse ide with maven. However from memory this only works with maven 1 not 2. hth paul On 3/25/06, raja bangaru [EMAIL PROTECTED] wrote: Hi guys

M1 vs M2??????

2006-03-23 Thread raja bangaru
Attention all maven implementers Which is better? Maven 1.x OR Maven 2.x I found that most of the plugin support is for maven 1.x thru the following link But my current project needs to be future proof,...i mean we will implement for a .net project tooo

Re: Maven directory structure

2006-03-23 Thread raja bangaru
. Use cvs2svn to migrate from CVS to SVN, it works fine. Christophe raja bangaru a écrit : My project which is build in ant does'nt use maven standard directory structure src/main/java java source files src/test/java - java test files Now i want to migrate

ZoneInfo???? warning....help pls

2006-03-22 Thread raja bangaru
getting the Following warnings when i run maven goal thru Eclipse IDE ZoneInfo: C:\j2sdk1.4.2_10\lib\zi\ZoneInfoMappings (The system cannot find the path specified) can't open C:\j2sdk1.4.2_10\lib\tzmappings. any help please?

maven in Eclipse IDE

2006-03-22 Thread raja bangaru
Can i find any resources working with maven in Eclipse IDE?

Re: maven in Eclipse IDE

2006-03-22 Thread raja bangaru
. Nico. raja bangaru a écrit : Can i find any resources working with maven in Eclipse IDE? This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you

ZoneInfo warning!

2006-03-22 Thread raja bangaru
getting the Following warnings when i run maven goal thru Eclipse IDE ZoneInfo: C:\j2sdk1.4.2_10\lib\zi\ZoneInfoMappings (The system cannot find the path specified) can't open C:\j2sdk1.4.2_10\lib\tzmappings. any help please?

Re: ZoneInfo warning!

2006-03-22 Thread raja bangaru
THANKS ALOT MAN On 3/22/06, stéphane bouchet [EMAIL PROTECTED] wrote: i think you are using Mevenide. If so, in Windows/preferences/Maven/locations, change the java_home location to point to a jre and not the jdk_home . raja bangaru a écrit : getting the Following warnings when i run

Maven directory structure

2006-03-22 Thread raja bangaru
My project which is build in ant does'nt use maven standard directory structure src/main/java java source files src/test/java - java test files Now i want to migrate to maven Which way of directory structure is bettter? moving my files to the above directory structure?

Maven directory structure

2006-03-22 Thread raja bangaru
My project which is build in ant does'nt use maven standard directory structure src/main/java java source files src/test/java - java test files Now i want to migrate to maven Which way of directory structure is bettter? moving my files to the above directory structure?

multimodule project with maven1.0.2?

2006-03-22 Thread raja bangaru
Is it possible to maintain multi projects with maven 1.x?? If so how? I'm currently using Eclipse IDE. trying to migrate from ant build to maven POM...

Is it possible to maintain multi projects with maven 1.x??

2006-03-22 Thread raja bangaru
Is it possible to maintain multi projects with maven 1.x?? If so how? I'm currently using Eclipse IDE. trying to migrate from ant build to maven POM...

Is it possible to maintain multi projects with maven 1.x??

2006-03-22 Thread raja bangaru
Is it possible to maintain multi projects with maven 1.x?? If so how? I'm currently using Eclipse IDE. trying to migrate from ant build to maven POM...

Which way of directory structure is bettter?????

2006-03-22 Thread raja bangaru
My project which is build in ant does'nt use maven standard directory structure src/main/java java source files src/test/java - java test files Now i want to migrate to maven Which way of directory structure is bettter? moving my files to the above directory structure?

Re: Maven directory structure

2006-03-22 Thread raja bangaru
files with tags eg. sourceDirectorymyproject/JavaSource/sourceDirectory testSourceDirectory/myproject/test/testSourceDirectory Tom 2006/3/22, raja bangaru [EMAIL PROTECTED]: My project which is build in ant does'nt use maven standard directory structure src/main/java java

Maven Experts M1 vs M2

2006-03-22 Thread raja bangaru
Attention all maven implementers Which is better? Maven 1.x OR Maven 2.x I found that most of the plugin support is for maven 1.x thru the following link But my current project needs to be future proof,...i mean we will implement for a .net project tooo

Migrating from ant to maven

2006-03-21 Thread raja bangaru
Can anyone guide me to convert my build.xml of a project file to maven configuration files? I also need to use 2 projects configured by maven...

Migrating from ant to maven

2006-03-21 Thread raja bangaru
I'm currently working with maven 1.0.2 Did any one ever worked on migrating from ant to maven? i have a complex build.xml file of my project i need to migrate to maven also multi projects have to be maintained with maven 1.0.3

Re: Migrating from ant to maven

2006-03-21 Thread raja bangaru
problem you have in translating your build.xml to maven. The documentation on the site is sufficient for me to make the migration. So, take a look at the doc first. Cheers, AK -Original Message- From: raja bangaru [mailto:[EMAIL PROTECTED] Sent: Wednesday, 22 March 2006 5:01 PM