You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dennis Lundberg <de...@apache.org> on 2007/07/20 15:03:36 UTC

Re: Help

First off - do not send questions directly to the developers. This is 
what the users mailing list is for.

Now to your problem.

Have you verified that the scm configuration for your project is 
working, before trying to run it through Continuum? If not, you can do 
this by using the maven-scm-plugin:
   http://maven.apache.org/scm/plugins/index.html

You should also be using version 1.0 of maven-scm-* - not the beta-3 
version.

Sujit Samantaray wrote:
> 
> Hi,
>  
> I am trying to use continuum .i am using visual source safe with ant 
> projects.First the vss SCM url showed invalid .& i didnt found 
> *maven-scm-provider-vss:jar:1.0-beta-3 *
> file in lib folder.So i searched in net and found this jar file.after 
> putting this jar file SCM url is validated but now  it is showing
> CHECKOUT COMMAND not found and UPDATE command not found while building 
> it.I saw the jar file and saw that it is not having checkout class or 
> update class.
> plz help me what to do regarding this. I am not sure whether Continuum 
> supports VSS fully or not .
>  
> If u have the correct jar file plz send it to me soon.If i am doing 
> wrong somewhere else plz tell me.
>  
> Or please send me some links by which i will be able to work in VSS,Ant 
> project and continuum .
>  
> thanks in advance.
>  
> sujit


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Help

Posted by Sujit Samantaray <su...@gmail.com>.
Thanks Dennis again for sparing ur valuable time

On 7/20/07, Dennis Lundberg <de...@apache.org> wrote:
>
> I'm sorry, but I have little experience with Continuum, perhaps someone
> else can help you.
>
> Sujit Samantaray wrote:
> > Thanks Dennis,
> >                     I am really very sorry about mailing you.I had
> > mailed to userlist earlier .But i didnt got any reply.I found continuum
> > really interesting ,but i am completely new to it and i am struck at one
> > point since 15 days and getting no idea how to procede.
> > please spare a little time in helping me.
> >
> > till now i have installed continuum.i am using vss and an ant project.so
> > through add an ant project i have given vss foldername which i want to
> > get.i have used the scm url which is given in internet.
> > scm:vss:path to repository:\foldername
> >
> > after thati am trying to build it.but it is showing update & checkout
> > command not found. i dont have much idea about scm configuration.
> >
> > plz help me   .again i am really sorry for taking ur valuable time .
> >
> > thanks in advance
> > sujit
> >
> >
> > On 7/20/07, *Dennis Lundberg* <dennisl@apache.org
> > <ma...@apache.org>> wrote:
> >
> >     First off - do not send questions directly to the developers. This
> is
> >     what the users mailing list is for.
> >
> >     Now to your problem.
> >
> >     Have you verified that the scm configuration for your project is
> >     working, before trying to run it through Continuum? If not, you can
> do
> >     this by using the maven-scm-plugin:
> >        http://maven.apache.org/scm/plugins/index.html
> >
> >     You should also be using version 1.0 of maven-scm-* - not the beta-3
> >     version.
> >
> >     Sujit Samantaray wrote:
> >      >
> >      > Hi,
> >      >
> >      > I am trying to use continuum .i am using visual source safe with
> ant
> >      > projects.First the vss SCM url showed invalid .& i didnt found
> >      > *maven-scm-provider-vss:jar:1.0-beta-3 *
> >      > file in lib folder.So i searched in net and found this jar
> file.after
> >      > putting this jar file SCM url is validated but now  it is showing
> >      > CHECKOUT COMMAND not found and UPDATE command not found while
> >     building
> >      > it.I saw the jar file and saw that it is not having checkout
> class or
> >      > update class.
> >      > plz help me what to do regarding this. I am not sure whether
> >     Continuum
> >      > supports VSS fully or not .
> >      >
> >      > If u have the correct jar file plz send it to me soon.If i am
> doing
> >      > wrong somewhere else plz tell me.
> >      >
> >      > Or please send me some links by which i will be able to work in
> >     VSS,Ant
> >      > project and continuum .
> >      >
> >      > thanks in advance.
> >      >
> >      > sujit
> >
> >
> >     --
> >     Dennis Lundberg
> >
> >
>
>
> --
> Dennis Lundberg
>

Re: Maven proxy

Posted by Dennis Lundberg <de...@apache.org>.
Please do not hijack other people's threads and change the subject for 
them. Create your own message by sending an e-mail to users@maven.apache.org

Dmitry wrote:
> I have succesfuly installed codehaus eclipse plugin and i have 
> downloaded dependencys for my projects (connection to internet works fine).
> 
> The next step was to create a network repository so that co-workers and 
> I could share the jars that we download from the internet and have less 
> lag when in need of a jar.
> 
> I THINK I have configured maven-proxy ok but I DONT think its working 
> correctly. This is what I did: 1) Downloaded maven-proxy and the config 
> file 2) Adjust config file to my needs. 3) Start maven-proxy.
> 
> After that I started to try to configure the eclipse plugin so that it 
> uses my repository. To do that I had to copy the conf.xml file from 
> maven folder to the root of my local repository and I added the 
> following lines:
> 
> <mirror> <id>maven-proxy</id> <name>Maven-Proxy Mirror</name> 
> <url>http://j2eedesar3:9999/repository</url> 
> <mirrorOf>central</mirrorOf> </mirror> <mirror> <id>maven-proxy</id> 
> <name>Maven-Proxy Mirror</name> 
> <url>http://j2eedesar3:9999/repository</url> 
> <mirrorOf>snapshots</mirrorOf> </mirror> where j2eedesar3 is the name of 
> the machine where maven-proxy is running.When I view maven-proxy's log I 
> see the requests made from my machine to maven-proxy but I in the 
> filesystem I don't see any downloaded jars
> thanks,
> DM
> www.ejinz.com - Search Biz
> 
> ----- Original Message ----- From: "Dennis Lundberg" <de...@apache.org>
> To: "Sujit Samantaray" <su...@gmail.com>; "Maven Users List" 
> <us...@maven.apache.org>
> Sent: Friday, July 20, 2007 1:33 PM
> Subject: Re: Help
> 
> 
>> I'm sorry, but I have little experience with Continuum, perhaps 
>> someone else can help you.
>>
>> Sujit Samantaray wrote:
>>> Thanks Dennis,
>>>                     I am really very sorry about mailing you.I had 
>>> mailed to userlist earlier .But i didnt got any reply.I found 
>>> continuum really interesting ,but i am completely new to it and i am 
>>> struck at one point since 15 days and getting no idea how to procede.
>>> please spare a little time in helping me.
>>>  till now i have installed continuum.i am using vss and an ant 
>>> project.so through add an ant project i have given vss foldername 
>>> which i want to get.i have used the scm url which is given in internet.
>>> scm:vss:path to repository:\foldername
>>>  after thati am trying to build it.but it is showing update & 
>>> checkout command not found. i dont have much idea about scm 
>>> configuration.
>>>  plz help me   .again i am really sorry for taking ur valuable time .
>>>  thanks in advance
>>> sujit On 7/20/07, *Dennis Lundberg* <dennisl@apache.org 
>>> <ma...@apache.org>> wrote:
>>>
>>>     First off - do not send questions directly to the developers. 
>>> This is
>>>     what the users mailing list is for.
>>>
>>>     Now to your problem.
>>>
>>>     Have you verified that the scm configuration for your project is
>>>     working, before trying to run it through Continuum? If not, you 
>>> can do
>>>     this by using the maven-scm-plugin:
>>>        http://maven.apache.org/scm/plugins/index.html
>>>
>>>     You should also be using version 1.0 of maven-scm-* - not the beta-3
>>>     version.
>>>
>>>     Sujit Samantaray wrote:
>>>      >
>>>      > Hi,
>>>      >
>>>      > I am trying to use continuum .i am using visual source safe 
>>> with ant
>>>      > projects.First the vss SCM url showed invalid .& i didnt found
>>>      > *maven-scm-provider-vss:jar:1.0-beta-3 *
>>>      > file in lib folder.So i searched in net and found this jar 
>>> file.after
>>>      > putting this jar file SCM url is validated but now  it is showing
>>>      > CHECKOUT COMMAND not found and UPDATE command not found while
>>>     building
>>>      > it.I saw the jar file and saw that it is not having checkout 
>>> class or
>>>      > update class.
>>>      > plz help me what to do regarding this. I am not sure whether
>>>     Continuum
>>>      > supports VSS fully or not .
>>>      >
>>>      > If u have the correct jar file plz send it to me soon.If i am 
>>> doing
>>>      > wrong somewhere else plz tell me.
>>>      >
>>>      > Or please send me some links by which i will be able to work in
>>>     VSS,Ant
>>>      > project and continuum .
>>>      >
>>>      > thanks in advance.
>>>      >
>>>      > sujit
>>>
>>>
>>>     --
>>>     Dennis Lundberg
>>>
>>>
>>
>>
>> -- 
>> Dennis Lundberg
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>> For additional commands, e-mail: users-help@maven.apache.org
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Maven proxy

Posted by Dmitry <dm...@hotmail.com>.
I have succesfuly installed codehaus eclipse plugin and i have downloaded 
dependencys for my projects (connection to internet works fine).

The next step was to create a network repository so that co-workers and I 
could share the jars that we download from the internet and have less lag 
when in need of a jar.

I THINK I have configured maven-proxy ok but I DONT think its working 
correctly. This is what I did: 1) Downloaded maven-proxy and the config file 
2) Adjust config file to my needs. 3) Start maven-proxy.

After that I started to try to configure the eclipse plugin so that it uses 
my repository. To do that I had to copy the conf.xml file from maven folder 
to the root of my local repository and I added the following lines:

<mirror> <id>maven-proxy</id> <name>Maven-Proxy Mirror</name> 
<url>http://j2eedesar3:9999/repository</url> <mirrorOf>central</mirrorOf> 
</mirror> <mirror> <id>maven-proxy</id> <name>Maven-Proxy Mirror</name> 
<url>http://j2eedesar3:9999/repository</url> <mirrorOf>snapshots</mirrorOf> 
</mirror> where j2eedesar3 is the name of the machine where maven-proxy is 
running.When I view maven-proxy's log I see the requests made from my 
machine to maven-proxy but I in the filesystem I don't see any downloaded 
jars
thanks,
DM
www.ejinz.com - Search Biz

----- Original Message ----- 
From: "Dennis Lundberg" <de...@apache.org>
To: "Sujit Samantaray" <su...@gmail.com>; "Maven Users List" 
<us...@maven.apache.org>
Sent: Friday, July 20, 2007 1:33 PM
Subject: Re: Help


> I'm sorry, but I have little experience with Continuum, perhaps someone 
> else can help you.
>
> Sujit Samantaray wrote:
>> Thanks Dennis,
>>                     I am really very sorry about mailing you.I had mailed 
>> to userlist earlier .But i didnt got any reply.I found continuum really 
>> interesting ,but i am completely new to it and i am struck at one point 
>> since 15 days and getting no idea how to procede.
>> please spare a little time in helping me.
>>  till now i have installed continuum.i am using vss and an ant project.so 
>> through add an ant project i have given vss foldername which i want to 
>> get.i have used the scm url which is given in internet.
>> scm:vss:path to repository:\foldername
>>  after thati am trying to build it.but it is showing update & checkout 
>> command not found. i dont have much idea about scm configuration.
>>  plz help me   .again i am really sorry for taking ur valuable time .
>>  thanks in advance
>> sujit On 7/20/07, *Dennis Lundberg* <dennisl@apache.org 
>> <ma...@apache.org>> wrote:
>>
>>     First off - do not send questions directly to the developers. This is
>>     what the users mailing list is for.
>>
>>     Now to your problem.
>>
>>     Have you verified that the scm configuration for your project is
>>     working, before trying to run it through Continuum? If not, you can 
>> do
>>     this by using the maven-scm-plugin:
>>        http://maven.apache.org/scm/plugins/index.html
>>
>>     You should also be using version 1.0 of maven-scm-* - not the beta-3
>>     version.
>>
>>     Sujit Samantaray wrote:
>>      >
>>      > Hi,
>>      >
>>      > I am trying to use continuum .i am using visual source safe with 
>> ant
>>      > projects.First the vss SCM url showed invalid .& i didnt found
>>      > *maven-scm-provider-vss:jar:1.0-beta-3 *
>>      > file in lib folder.So i searched in net and found this jar 
>> file.after
>>      > putting this jar file SCM url is validated but now  it is showing
>>      > CHECKOUT COMMAND not found and UPDATE command not found while
>>     building
>>      > it.I saw the jar file and saw that it is not having checkout class 
>> or
>>      > update class.
>>      > plz help me what to do regarding this. I am not sure whether
>>     Continuum
>>      > supports VSS fully or not .
>>      >
>>      > If u have the correct jar file plz send it to me soon.If i am 
>> doing
>>      > wrong somewhere else plz tell me.
>>      >
>>      > Or please send me some links by which i will be able to work in
>>     VSS,Ant
>>      > project and continuum .
>>      >
>>      > thanks in advance.
>>      >
>>      > sujit
>>
>>
>>     --
>>     Dennis Lundberg
>>
>>
>
>
> -- 
> Dennis Lundberg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


issues maven- hibernate- spring

Posted by Dmitry <dm...@hotmail.com>.
hey, I'm building a project that uses Spring and Hibernate with Maven. So 
far I've been able to get a jar of just my project or a jar of everything 
with dependencies (using assembly:assembly). Unfortunately, when I do the 
with dependencies build, I'm getting errors from Spring trying to find the 
Hibernate mapping files inside the jar. They are in the same location inside 
the jar as in the non-dependency jar (and the same as the manually built 
jars from the pre-Maven builds). I'm using the standard Maven directory 
structure for my project.

Is there something special about the with dependency jars? Is there a 
special way I need to specify the classpath? Previously I was able to just 
specify the jar as part of the classpath, but that doesn't seem to be 
working for the Maven-built jar.

Also, the assembly:assembly build is placing my Spring xml configuration and 
properties files inside the jar. I'm having a bit of trouble figuring out 
how to configure my pom to achieve that, since the documentation is a bit 
sparse. Does someone have an example of how to do that?

thnaks,

Dmtiry Tkach

www.ejinz.com search biz





----- Original Message ----- 
From: "Dennis Lundberg" <de...@apache.org>
To: "Sujit Samantaray" <su...@gmail.com>; "Maven Users List" 
<us...@maven.apache.org>
Sent: Friday, July 20, 2007 1:33 PM
Subject: Re: Help


> I'm sorry, but I have little experience with Continuum, perhaps someone 
> else can help you.
>
> Sujit Samantaray wrote:
>> Thanks Dennis,
>>                     I am really very sorry about mailing you.I had mailed 
>> to userlist earlier .But i didnt got any reply.I found continuum really 
>> interesting ,but i am completely new to it and i am struck at one point 
>> since 15 days and getting no idea how to procede.
>> please spare a little time in helping me.
>>  till now i have installed continuum.i am using vss and an ant project.so 
>> through add an ant project i have given vss foldername which i want to 
>> get.i have used the scm url which is given in internet.
>> scm:vss:path to repository:\foldername
>>  after thati am trying to build it.but it is showing update & checkout 
>> command not found. i dont have much idea about scm configuration.
>>  plz help me   .again i am really sorry for taking ur valuable time .
>>  thanks in advance
>> sujit On 7/20/07, *Dennis Lundberg* <dennisl@apache.org 
>> <ma...@apache.org>> wrote:
>>
>>     First off - do not send questions directly to the developers. This is
>>     what the users mailing list is for.
>>
>>     Now to your problem.
>>
>>     Have you verified that the scm configuration for your project is
>>     working, before trying to run it through Continuum? If not, you can 
>> do
>>     this by using the maven-scm-plugin:
>>        http://maven.apache.org/scm/plugins/index.html
>>
>>     You should also be using version 1.0 of maven-scm-* - not the beta-3
>>     version.
>>
>>     Sujit Samantaray wrote:
>>      >
>>      > Hi,
>>      >
>>      > I am trying to use continuum .i am using visual source safe with 
>> ant
>>      > projects.First the vss SCM url showed invalid .& i didnt found
>>      > *maven-scm-provider-vss:jar:1.0-beta-3 *
>>      > file in lib folder.So i searched in net and found this jar 
>> file.after
>>      > putting this jar file SCM url is validated but now  it is showing
>>      > CHECKOUT COMMAND not found and UPDATE command not found while
>>     building
>>      > it.I saw the jar file and saw that it is not having checkout class 
>> or
>>      > update class.
>>      > plz help me what to do regarding this. I am not sure whether
>>     Continuum
>>      > supports VSS fully or not .
>>      >
>>      > If u have the correct jar file plz send it to me soon.If i am 
>> doing
>>      > wrong somewhere else plz tell me.
>>      >
>>      > Or please send me some links by which i will be able to work in
>>     VSS,Ant
>>      > project and continuum .
>>      >
>>      > thanks in advance.
>>      >
>>      > sujit
>>
>>
>>     --
>>     Dennis Lundberg
>>
>>
>
>
> -- 
> Dennis Lundberg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Help

Posted by Dennis Lundberg <de...@apache.org>.
I'm sorry, but I have little experience with Continuum, perhaps someone 
else can help you.

Sujit Samantaray wrote:
> Thanks Dennis,
>                     I am really very sorry about mailing you.I had 
> mailed to userlist earlier .But i didnt got any reply.I found continuum 
> really interesting ,but i am completely new to it and i am struck at one 
> point since 15 days and getting no idea how to procede.
> please spare a little time in helping me.
>  
> till now i have installed continuum.i am using vss and an ant project.so 
> through add an ant project i have given vss foldername which i want to 
> get.i have used the scm url which is given in internet.
> scm:vss:path to repository:\foldername
>  
> after thati am trying to build it.but it is showing update & checkout 
> command not found. i dont have much idea about scm configuration.
>  
> plz help me   .again i am really sorry for taking ur valuable time .
>  
> thanks in advance
> sujit 
> 
>  
> On 7/20/07, *Dennis Lundberg* <dennisl@apache.org 
> <ma...@apache.org>> wrote:
> 
>     First off - do not send questions directly to the developers. This is
>     what the users mailing list is for.
> 
>     Now to your problem.
> 
>     Have you verified that the scm configuration for your project is
>     working, before trying to run it through Continuum? If not, you can do
>     this by using the maven-scm-plugin:
>        http://maven.apache.org/scm/plugins/index.html
> 
>     You should also be using version 1.0 of maven-scm-* - not the beta-3
>     version.
> 
>     Sujit Samantaray wrote:
>      >
>      > Hi,
>      >
>      > I am trying to use continuum .i am using visual source safe with ant
>      > projects.First the vss SCM url showed invalid .& i didnt found
>      > *maven-scm-provider-vss:jar:1.0-beta-3 *
>      > file in lib folder.So i searched in net and found this jar file.after
>      > putting this jar file SCM url is validated but now  it is showing
>      > CHECKOUT COMMAND not found and UPDATE command not found while
>     building
>      > it.I saw the jar file and saw that it is not having checkout class or
>      > update class.
>      > plz help me what to do regarding this. I am not sure whether
>     Continuum
>      > supports VSS fully or not .
>      >
>      > If u have the correct jar file plz send it to me soon.If i am doing
>      > wrong somewhere else plz tell me.
>      >
>      > Or please send me some links by which i will be able to work in
>     VSS,Ant
>      > project and continuum .
>      >
>      > thanks in advance.
>      >
>      > sujit
> 
> 
>     --
>     Dennis Lundberg
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org