You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm-users@maven.apache.org by Emmanuel Venisse <em...@venisse.net> on 2006/04/04 09:43:50 UTC

Re: Where is org.apache.maven.scm.providers.svn.settings.Settings?

mvn clean install in maven-scm-provider-svn-commons

Emmanuel

Zsolt a écrit :
> Can you provide me some instructions how to do that?
> 
> 
>>-----Original Message-----
>>From: Emmanuel Venisse [mailto:emmanuel@venisse.net]
>>Sent: Thursday, March 30, 2006 4:12 PM
>>To: scm-users@maven.apache.org
>>Subject: Re: Where is org.apache.maven.scm.providers.svn.settings.Settings?
>>
>>It's a generated class. If you want it, you must build with maven2.
>>
>>Emmanuel
>>
>>Zsolt a écrit :
>>
>>>I have checked out the sources from the trunk but cannot compile because
>>
>>for
>>
>>>example the class below is missing:
>>>
>>>org.apache.maven.scm.providers.svn.settings.Settings
>>>
>>>Where can I find it?
>>>
>>>Zsolt
>>>
>>>
>>>
>>>
>>>
>>>
> 
> 
> 
> 
> 


RE: Where is org.apache.maven.scm.providers.svn.settings.Settings?

Posted by Zsolt <zk...@intland.com>.
Sorry!

I have just checked out the entire trunk and now I don't get compilation
errors on those classes.

zsolt

>-----Original Message-----
>From: Emmanuel Venisse [mailto:emmanuel@venisse.net]
>Sent: Saturday, April 08, 2006 7:19 PM
>To: scm-users@maven.apache.org
>Subject: Re: Where is org.apache.maven.scm.providers.svn.settings.Settings?
>
>hehe, the command must be read 'mvn clean install' in maven-scm-provider-
>svn-commons directory
>
>Emmanuel
>
>Zsolt a écrit :
>> I got:
>>
>> mvn clean install in maven-scm-provider-svn-commons
>>
>>
>> [INFO] Scanning for projects...
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Invalid task 'in': you must specify a valid lifecycle phase, or a
>> goal in the format plugin:goal or
>> pluginGroupId:pluginArtifactId:pluginVersion:goal
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] For more information, run Maven with the -e switch
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] Total time: < 1 second
>> [INFO] Finished at: Sat Apr 08 16:55:57 CEST 2006
>> [INFO] Final Memory: 1M/2M
>> [INFO]
>> ------------------------------------------------------------------------
>>
>>
>>
>>>-----Original Message-----
>>>From: Emmanuel Venisse [mailto:emmanuel@venisse.net]
>>>Sent: Tuesday, April 04, 2006 9:44 AM
>>>To: scm-users@maven.apache.org
>>>Subject: Re: Where is
>org.apache.maven.scm.providers.svn.settings.Settings?
>>>
>>>mvn clean install in maven-scm-provider-svn-commons
>>>
>>>Emmanuel
>>>
>>>Zsolt a écrit :
>>>
>>>>Can you provide me some instructions how to do that?
>>>>
>>>>
>>>>
>>>>>-----Original Message-----
>>>>>From: Emmanuel Venisse [mailto:emmanuel@venisse.net]
>>>>>Sent: Thursday, March 30, 2006 4:12 PM
>>>>>To: scm-users@maven.apache.org
>>>>>Subject: Re: Where is
>>>
>>>org.apache.maven.scm.providers.svn.settings.Settings?
>>>
>>>>>It's a generated class. If you want it, you must build with maven2.
>>>>>
>>>>>Emmanuel
>>>>>
>>>>>Zsolt a écrit :
>>>>>
>>>>>
>>>>>>I have checked out the sources from the trunk but cannot compile
>because
>>>>>
>>>>>for
>>>>>
>>>>>
>>>>>>example the class below is missing:
>>>>>>
>>>>>>org.apache.maven.scm.providers.svn.settings.Settings
>>>>>>
>>>>>>Where can I find it?
>>>>>>
>>>>>>Zsolt
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>
>>
>>
>>


Re: Where is org.apache.maven.scm.providers.svn.settings.Settings?

Posted by Emmanuel Venisse <em...@venisse.net>.
hehe, the command must be read 'mvn clean install' in maven-scm-provider-svn-commons directory

Emmanuel

Zsolt a écrit :
> I got:
> 
> mvn clean install in maven-scm-provider-svn-commons
> 
> 
> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Invalid task 'in': you must specify a valid lifecycle phase, or a
> goal in the format plugin:goal or
> pluginGroupId:pluginArtifactId:pluginVersion:goal
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: < 1 second
> [INFO] Finished at: Sat Apr 08 16:55:57 CEST 2006
> [INFO] Final Memory: 1M/2M
> [INFO]
> ------------------------------------------------------------------------
> 
> 
> 
>>-----Original Message-----
>>From: Emmanuel Venisse [mailto:emmanuel@venisse.net]
>>Sent: Tuesday, April 04, 2006 9:44 AM
>>To: scm-users@maven.apache.org
>>Subject: Re: Where is org.apache.maven.scm.providers.svn.settings.Settings?
>>
>>mvn clean install in maven-scm-provider-svn-commons
>>
>>Emmanuel
>>
>>Zsolt a écrit :
>>
>>>Can you provide me some instructions how to do that?
>>>
>>>
>>>
>>>>-----Original Message-----
>>>>From: Emmanuel Venisse [mailto:emmanuel@venisse.net]
>>>>Sent: Thursday, March 30, 2006 4:12 PM
>>>>To: scm-users@maven.apache.org
>>>>Subject: Re: Where is
>>
>>org.apache.maven.scm.providers.svn.settings.Settings?
>>
>>>>It's a generated class. If you want it, you must build with maven2.
>>>>
>>>>Emmanuel
>>>>
>>>>Zsolt a écrit :
>>>>
>>>>
>>>>>I have checked out the sources from the trunk but cannot compile because
>>>>
>>>>for
>>>>
>>>>
>>>>>example the class below is missing:
>>>>>
>>>>>org.apache.maven.scm.providers.svn.settings.Settings
>>>>>
>>>>>Where can I find it?
>>>>>
>>>>>Zsolt
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>
>>>
>>>
>>>
>>>
> 
> 
> 
> 


Re: Where is org.apache.maven.scm.providers.svn.settings.Settings?

Posted by Jason van Zyl <ja...@maven.org>.
Zsolt wrote:
> I got:
> 
> mvn clean install in maven-scm-provider-svn-commons
> 

You typed "mvn in" somewhere in there.

> [INFO] Scanning for projects...
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Invalid task 'in': you must specify a valid lifecycle phase, or a
                        ^^
                        ^^
> goal in the format plugin:goal or
> pluginGroupId:pluginArtifactId:pluginVersion:goal
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: < 1 second
> [INFO] Finished at: Sat Apr 08 16:55:57 CEST 2006
> [INFO] Final Memory: 1M/2M
> [INFO]
> ------------------------------------------------------------------------
> 
> 
>> -----Original Message-----
>> From: Emmanuel Venisse [mailto:emmanuel@venisse.net]
>> Sent: Tuesday, April 04, 2006 9:44 AM
>> To: scm-users@maven.apache.org
>> Subject: Re: Where is org.apache.maven.scm.providers.svn.settings.Settings?
>>
>> mvn clean install in maven-scm-provider-svn-commons
>>
>> Emmanuel
>>
>> Zsolt a écrit :
>>> Can you provide me some instructions how to do that?
>>>
>>>
>>>> -----Original Message-----
>>>> From: Emmanuel Venisse [mailto:emmanuel@venisse.net]
>>>> Sent: Thursday, March 30, 2006 4:12 PM
>>>> To: scm-users@maven.apache.org
>>>> Subject: Re: Where is
>> org.apache.maven.scm.providers.svn.settings.Settings?
>>>> It's a generated class. If you want it, you must build with maven2.
>>>>
>>>> Emmanuel
>>>>
>>>> Zsolt a écrit :
>>>>
>>>>> I have checked out the sources from the trunk but cannot compile because
>>>> for
>>>>
>>>>> example the class below is missing:
>>>>>
>>>>> org.apache.maven.scm.providers.svn.settings.Settings
>>>>>
>>>>> Where can I find it?
>>>>>
>>>>> Zsolt
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>
>>>
>>>
>>>
> 
> 
> 


-- 
jvz.

Jason van Zyl
jason at maven.org
http://maven.apache.org

Simplex sigillum veri. (Simplicity is the seal of truth.)

RE: Where is org.apache.maven.scm.providers.svn.settings.Settings?

Posted by Zsolt <zk...@intland.com>.
I got:

mvn clean install in maven-scm-provider-svn-commons


[INFO] Scanning for projects...
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Invalid task 'in': you must specify a valid lifecycle phase, or a
goal in the format plugin:goal or
pluginGroupId:pluginArtifactId:pluginVersion:goal
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Sat Apr 08 16:55:57 CEST 2006
[INFO] Final Memory: 1M/2M
[INFO]
------------------------------------------------------------------------


>-----Original Message-----
>From: Emmanuel Venisse [mailto:emmanuel@venisse.net]
>Sent: Tuesday, April 04, 2006 9:44 AM
>To: scm-users@maven.apache.org
>Subject: Re: Where is org.apache.maven.scm.providers.svn.settings.Settings?
>
>mvn clean install in maven-scm-provider-svn-commons
>
>Emmanuel
>
>Zsolt a écrit :
>> Can you provide me some instructions how to do that?
>>
>>
>>>-----Original Message-----
>>>From: Emmanuel Venisse [mailto:emmanuel@venisse.net]
>>>Sent: Thursday, March 30, 2006 4:12 PM
>>>To: scm-users@maven.apache.org
>>>Subject: Re: Where is
>org.apache.maven.scm.providers.svn.settings.Settings?
>>>
>>>It's a generated class. If you want it, you must build with maven2.
>>>
>>>Emmanuel
>>>
>>>Zsolt a écrit :
>>>
>>>>I have checked out the sources from the trunk but cannot compile because
>>>
>>>for
>>>
>>>>example the class below is missing:
>>>>
>>>>org.apache.maven.scm.providers.svn.settings.Settings
>>>>
>>>>Where can I find it?
>>>>
>>>>Zsolt
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>
>>
>>
>>
>>