Re: [appfuse-user] Adding extra jar

2007-07-20 Thread Eric Fitzsimmons
ct for Eclipse. If not, I always made a mistake in the maven pom. HTH, Tobias -Ursprüngliche Nachricht- Von: Eric Fitzsimmons [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 20. Juli 2007 16:26 An: users@appfuse.dev.java.net Betreff: Re: [appfuse-user] Adding extra jar I have issues with e

AW: [appfuse-user] Adding extra jar

2007-07-20 Thread Tobias Vogel
- Von: Eric Fitzsimmons [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 20. Juli 2007 16:26 An: users@appfuse.dev.java.net Betreff: Re: [appfuse-user] Adding extra jar I have issues with eclipse not picking up library files all the time using maven. Try closing the project and reopening it and

Re: [appfuse-user] Adding extra jar

2007-07-20 Thread Eric Fitzsimmons
I have issues with eclipse not picking up library files all the time using maven. Try closing the project and reopening it and disable and enable the dependencies. A lot of times I just don't even bother as long as the maven commands still work from command line. I don't believe the maven ec

Re: [appfuse-user] Adding extra jar

2007-07-20 Thread Msarda
I tried it adding manually also,but .. :( mraible wrote: > > If Eclipse is not resolving the JAR, I'd suggest you add it manually > by navigating to the JAR. Maybe that will help you figure out if > you're overlooking something. > > Matt > > On 7/20/07, Msarda <[EMAIL PROTECTED]> wrote: >> >>

Re: [appfuse-user] Adding extra jar

2007-07-20 Thread Matt Raible
If Eclipse is not resolving the JAR, I'd suggest you add it manually by navigating to the JAR. Maybe that will help you figure out if you're overlooking something. Matt On 7/20/07, Msarda <[EMAIL PROTECTED]> wrote: Yes, I executed command as C:\work>mvn install:install-file -Dfile=C:\work\repo

Re: [appfuse-user] Adding extra jar

2007-07-20 Thread Msarda
Yes, I executed command as C:\work>mvn install:install-file -Dfile=C:\work\repository\HROnline\SML_PeoplePickerControls.jar -DgroupId=au.com.suncorp.PeoplePi cker -DartifactId=PeoplePicker -Dversion=1.0 -Dpackaging=jar -DgeneratePom=true The jar is at C:\work\repository\au\com\suncorp\PeoplePic

Re: [appfuse-user] Adding extra jar

2007-07-19 Thread Matt Raible
Based on this error, your groupId should be au.com.suncorp.PeoplePicker - is that what it is? Matt On 7/19/07, Msarda <[EMAIL PROTECTED]> wrote: Hi, I am getting following thing when running mvn eclipse:eclipse after running mvn install:install-file Downloading: http://pbnecvs4002:8080/proxim

Re: [appfuse-user] Adding extra jar

2007-07-19 Thread Msarda
Hi, I am getting following thing when running mvn eclipse:eclipse after running mvn install:install-file Downloading: http://pbnecvs4002:8080/proximity/repository/inhouse/au/com/suncorp/PeoplePicker/PeoplePicker/1.0/PeoplePicker-1.0-ja vadoc.jar Downloading: http://pbnecvs4002:8080/proximity/repo

Re: [appfuse-user] Adding extra jar

2007-07-19 Thread Michael Horwitz
Could you post the specific error you are seeing in Maven? Maven will try and download a pom file for your project too. It may take some time before it generates an error/warning, but after that the build will proceed as normal. Mike. On 7/19/07, Msarda <[EMAIL PROTECTED]> wrote: Yes,when i w

Re: [appfuse-user] Adding extra jar

2007-07-19 Thread Msarda
Yes,when i was puting HROnline SML_PeoplePickerControls 1.0 provided in pom.xml,it was trying to download that jar from repository i have specified in settings.xml But i am not sure if this jar exists there or not. But why it is not taki

Re: [appfuse-user] Adding extra jar

2007-07-19 Thread fadhli
Hi, have you define dependency in your pom.xml file? On 7/19/07, Msarda <[EMAIL PROTECTED]> wrote: Hi, Thanks for ur reply. I am using appfuse 2.0-m5. I tried executing command C:\work> mvn install:install-file -DgroupId=HROnline -DartifactId=SML_PeoplePickerControls -Dversion=1.0 -Dpackaging

Re: [appfuse-user] Adding extra jar

2007-07-19 Thread Msarda
Hi, Thanks for ur reply. I am using appfuse 2.0-m5. I tried executing command C:\work> mvn install:install-file -DgroupId=HROnline -DartifactId=SML_PeoplePickerControls -Dversion=1.0 -Dpackaging=jar -Dfile=c:/work/repository/HROnline/SML_PeoplePickerControls.jar This is executed sussecffully but

Re: [appfuse-user] Adding extra jar

2007-07-18 Thread Eric Fitzsimmons
What version of appfuse are you using? If you are using any version of appfuse 2.*(aka using maven), you will want to add the dependency to your pom. If the jar does not exist in the repositories you are checking, then you will have to add it manually add it. You can find tons of examples wi

[appfuse-user] Adding extra jar

2007-07-18 Thread Msarda
Hi all, I want to add one jar in application. I copied that jar in WEB-INF/lib folder manuallly and put it in java build path,but it was not getting recognized. I copied that jar in c:/work/repository and added in java build path but still it was not getting recognized. Is there any other way i