|
View:
New views
13 Messages
—
Rating Filter:
Alert me
|
|
|
problem checking out graffito sourceHi,
I am using tortoise-svn on windows. I created a new windows folder e:\graffito-new and tried to checkout graffito source code from |http://svn.apache.org/repos/asf/incubator/graffito/trunk| But I get error : Working copy e:\graffito-new is already locked. Please do cleanup. I do clean up and perform checkout again . It does not work. I delete the directory and create new folder . \ Perform above steps again . It comes up with the same error. What am I missing ? -Ruchi |
|
|
Re: problem checking out graffito sourceI don't know - I'm using Eclipse and it works fine here.
On 2/9/07, ruchi goel <Ruchi.Goel@...> wrote: > Hi, > > I am using tortoise-svn on windows. I created a new windows folder > e:\graffito-new and tried to checkout graffito source code from > |http://svn.apache.org/repos/asf/incubator/graffito/trunk| > > But I get error : > Working copy e:\graffito-new is already locked. Please do cleanup. > > I do clean up and perform checkout again . It does not work. > I delete the directory and create new folder . \ > > Perform above steps again . It comes up with the same error. > > > What am I missing ? > > -Ruchi > |
|
|
Re: problem checking out graffito sourceHi,
On 2/9/07, ruchi goel <Ruchi.Goel@...> wrote: > I am using tortoise-svn on windows. I created a new windows folder > e:\graffito-new and tried to checkout graffito source code from > |http://svn.apache.org/repos/asf/incubator/graffito/trunk| > > But I get error : > Working copy e:\graffito-new is already locked. Please do cleanup. > > I do clean up and perform checkout again . It does not work. I just tried the same thing with TortoiseSVN 1.4.1 on Windows XP, no problems. I have however witnessed similar "Working copy locked. Please do cleanup." errors every now and then with TortoiseSVN. I've seen some reports about real-time antivirus scanners and other similar tools potentially interfering with the SVN operations on Windows, so you may want to try temporarily disabling any such scanners for your e: disk to see if that helps. BR, Jukka Zitting |
|
|
Re: problem checking out graffito sourceJukka Zitting wrote:
> Hi, > > On 2/9/07, ruchi goel <Ruchi.Goel@...> wrote: >> I am using tortoise-svn on windows. I created a new windows folder >> e:\graffito-new and tried to checkout graffito source code from >> |http://svn.apache.org/repos/asf/incubator/graffito/trunk| >> >> But I get error : >> Working copy e:\graffito-new is already locked. Please do cleanup. >> >> I do clean up and perform checkout again . It does not work. > > I just tried the same thing with TortoiseSVN 1.4.1 on Windows XP, no > problems. > > I have however witnessed similar "Working copy locked. Please do > cleanup." errors every now and then with TortoiseSVN. I've seen some > reports about real-time antivirus scanners and other similar tools > potentially interfering with the SVN operations on Windows, so you may > want to try temporarily disabling any such scanners for your e: disk > to see if that helps. scanning is not ON. Even firwall is disabled. The Tortoise svn version I am using is 1.3.5 I do not think that should be a problem. I used the same few months bac for checking out the source. -ruchi > > BR, > > Jukka Zitting |
|
|
Re: problem checking out graffito sourceHi,
On 2/9/07, ruchi goel <Ruchi.Goel@...> wrote: > scanning is not ON. Even firwall is disabled. The Tortoise svn version I > am using is 1.3.5 > I do not think that should be a problem. I used the same few months bac > for checking out the source. OK, it was just a long shot... I'm out of ideas, you may want to ask the TortoiseSVN mailing list for more hints. BR, Jukka Zitting |
|
|
Re: problem checking out graffito sourceJukka Zitting wrote:
> Hi, > > On 2/9/07, ruchi goel <Ruchi.Goel@...> wrote: >> scanning is not ON. Even firwall is disabled. The Tortoise svn version I >> am using is 1.3.5 >> I do not think that should be a problem. I used the same few months bac >> for checking out the source. > > OK, it was just a long shot... I'm out of ideas, you may want to ask > the TortoiseSVN mailing list for more hints. > > BR, > > Jukka Zitting |https://svn.apache.org/repos/asf/incubator/graffito/trunk| Is there a way to build just the jcr-mapping layer ? I do not really need the entire graffto -Ruchi |
|
|
Re: problem checking out graffito sourceHi Ruchin
> Is there a way to build just the jcr-mapping layer ? I do not really > need the entire graffto yes, from the directory trunk/jcr/jcr-mapping :execute "maven clean jar:install" The jar will be avaiable in the local maven repo and in the target folder. |
|
|
Re: problem checking out graffito sourceChristophe Lombart wrote:
> Hi Ruchin > > >> Is there a way to build just the jcr-mapping layer ? I do not really >> need the entire graffto > > yes, from the directory trunk/jcr/jcr-mapping :execute "maven clean > jar:install" > The jar will be avaiable in the local maven repo and in the target > folder. in project.xml . Does one need to download them from various places or grafito site has a link ? Another question is can this be compiled with Jackrabbit 1.2 -Ruchi |
|
|
Re: problem checking out graffito sourceOn 2/13/07, ruchi goel <Ruchi.Goel@...> wrote:
> The dependency jars are no more in the specified location as refererred > in project.xml . Which dependencies ? all ? > grafito site has a link ? Another question is can this be compiled with > Jackrabbit 1.2 not yet |
|
|
Re: problem checking out graffito sourceChristophe Lombart wrote:
> On 2/13/07, ruchi goel <Ruchi.Goel@...> wrote: > >> The dependency jars are no more in the specified location as refererred >> in project.xml . > > Which dependencies ? all ? The following : <dependencies> <dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-core</artifactId> <version>1.2.1</version> </dependency> <dependency> <!-- slf4j-log4j12 --> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> <version>1.0</version> <url>http://www.slf4j.org/download.html</url> <!-- SLF4J adapter for log4j. --> </dependency> <dependency> <groupId>concurrent</groupId> <artifactId>concurrent</artifactId> <version>1.3.4</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <properties> <scope>test</scope> </properties> </dependency> <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> <version>3.1</version> </dependency> <dependency> <groupId>geronimo-spec</groupId> <artifactId>geronimo-spec-jta</artifactId> <version>1.0-M1</version> </dependency> <dependency> <groupId>jsr170</groupId> <artifactId>jcr</artifactId> <version>1.0</version> <url>http://jcp.org/en/jsr/detail?id=170</url> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.8</version> </dependency> <dependency> <groupId>lucene</groupId> <artifactId>lucene</artifactId> <version>1.4.3</version> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.6.2</version> </dependency> <dependency> <groupId>xerces</groupId> <artifactId>xmlParserAPIs</artifactId> <version>2.0.2</version> </dependency> <dependency> <groupId>org.apache.derby</groupId> <artifactId>derby</artifactId> <version>10.1.1.0</version> </dependency> <dependency> <groupId>commons-beanutils</groupId> <typeId>jar</typeId> <artifactId>commons-beanutils</artifactId> <version>1.7.0</version> </dependency> <dependency> <groupId>commons-digester</groupId> <typeId>jar</typeId> <artifactId>commons-digester</artifactId> <version>1.7</version> </dependency> <dependency> <id>commons-logging</id> <version>1.0.2</version> <url>http://jakarta.apache.org/commons/logging.html</url> </dependency> <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.1</version> <type>jar</type> <properties> <war.bundle>true</war.bundle> </properties> </dependency> <dependency> <id>cglib</id> <version>${cglib.version}</version> </dependency> </dependencies> > > >> grafito site has a link ? Another question is can this be compiled with >> Jackrabbit 1.2 > not yet Shouldn't be a problem , right since Jackrabbit1.2 is backward compatible. |
|
|
Re: problem checking out graffito sourceWhat is the output when you run the command "maven clean" & "maven jar:install"
Normally, almost dependencies will be downloaded and install on your pc. You will got a small list (2 or3 dependencies) that you have to download manually due to some licence issue. On 2/14/07, ruchi goel <Ruchi.Goel@...> wrote: > Christophe Lombart wrote: > > On 2/13/07, ruchi goel <Ruchi.Goel@...> wrote: > > > >> The dependency jars are no more in the specified location as refererred > >> in project.xml . > > > > Which dependencies ? all ? > > The following : > <dependencies> > <dependency> > <groupId>org.apache.jackrabbit</groupId> > <artifactId>jackrabbit-core</artifactId> > <version>1.2.1</version> > </dependency> > <dependency> > <!-- slf4j-log4j12 --> > <groupId>org.slf4j</groupId> > <artifactId>slf4j-log4j12</artifactId> > <version>1.0</version> > <url>http://www.slf4j.org/download.html</url> > <!-- > SLF4J adapter for log4j. > --> > </dependency> > <dependency> > <groupId>concurrent</groupId> > <artifactId>concurrent</artifactId> > <version>1.3.4</version> > </dependency> > <dependency> > <groupId>junit</groupId> > <artifactId>junit</artifactId> > <version>3.8.1</version> > <properties> > <scope>test</scope> > </properties> > </dependency> > <dependency> > <groupId>commons-collections</groupId> > <artifactId>commons-collections</artifactId> > <version>3.1</version> > </dependency> > <dependency> > <groupId>geronimo-spec</groupId> > <artifactId>geronimo-spec-jta</artifactId> > <version>1.0-M1</version> > </dependency> > <dependency> > <groupId>jsr170</groupId> > <artifactId>jcr</artifactId> > <version>1.0</version> > <url>http://jcp.org/en/jsr/detail?id=170</url> > </dependency> > <dependency> > <groupId>log4j</groupId> > <artifactId>log4j</artifactId> > <version>1.2.8</version> > </dependency> > <dependency> > <groupId>lucene</groupId> > <artifactId>lucene</artifactId> > <version>1.4.3</version> > </dependency> > <dependency> > <groupId>xerces</groupId> > <artifactId>xercesImpl</artifactId> > <version>2.6.2</version> > </dependency> > <dependency> > <groupId>xerces</groupId> > <artifactId>xmlParserAPIs</artifactId> > <version>2.0.2</version> > </dependency> > <dependency> > <groupId>org.apache.derby</groupId> > <artifactId>derby</artifactId> > <version>10.1.1.0</version> > </dependency> > > > <dependency> > <groupId>commons-beanutils</groupId> > <typeId>jar</typeId> > <artifactId>commons-beanutils</artifactId> > <version>1.7.0</version> > > </dependency> > > <dependency> > <groupId>commons-digester</groupId> > <typeId>jar</typeId> > <artifactId>commons-digester</artifactId> > <version>1.7</version> > > </dependency> > <dependency> > <id>commons-logging</id> > <version>1.0.2</version> > <url>http://jakarta.apache.org/commons/logging.html</url> > </dependency> > <dependency> > <groupId>commons-lang</groupId> > <artifactId>commons-lang</artifactId> > <version>2.1</version> > <type>jar</type> > <properties> > <war.bundle>true</war.bundle> > </properties> > </dependency> > > <dependency> > <id>cglib</id> > <version>${cglib.version}</version> > </dependency> > > </dependencies> > > > > > >> grafito site has a link ? Another question is can this be compiled with > >> Jackrabbit 1.2 > > not yet > Shouldn't be a problem , right since Jackrabbit1.2 is backward compatible. > > |
|
|
Re: problem checking out graffito sourcethanks , it works. There was a proxy problem in downloading the
dependencies.But graffito does not compile with jackrabbit-core1.2.1. Some packages have been removed from RepositoryUtil.java -Ruchi Christophe Lombart wrote: > What is the output when you run the command "maven clean" & "maven > jar:install" > Normally, almost dependencies will be downloaded and install on your pc. > You will got a small list (2 or3 dependencies) that you have to > download manually due to some licence issue. > > On 2/14/07, ruchi goel <Ruchi.Goel@...> wrote: >> Christophe Lombart wrote: >> > On 2/13/07, ruchi goel <Ruchi.Goel@...> wrote: >> > >> >> The dependency jars are no more in the specified location as >> refererred >> >> in project.xml . >> > >> > Which dependencies ? all ? >> >> The following : >> <dependencies> >> <dependency> >> <groupId>org.apache.jackrabbit</groupId> >> <artifactId>jackrabbit-core</artifactId> >> <version>1.2.1</version> >> </dependency> >> <dependency> >> <!-- slf4j-log4j12 --> >> <groupId>org.slf4j</groupId> >> <artifactId>slf4j-log4j12</artifactId> >> <version>1.0</version> >> <url>http://www.slf4j.org/download.html</url> >> <!-- >> SLF4J adapter for log4j. >> --> >> </dependency> >> <dependency> >> <groupId>concurrent</groupId> >> <artifactId>concurrent</artifactId> >> <version>1.3.4</version> >> </dependency> >> <dependency> >> <groupId>junit</groupId> >> <artifactId>junit</artifactId> >> <version>3.8.1</version> >> <properties> >> <scope>test</scope> >> </properties> >> </dependency> >> <dependency> >> <groupId>commons-collections</groupId> >> <artifactId>commons-collections</artifactId> >> <version>3.1</version> >> </dependency> >> <dependency> >> <groupId>geronimo-spec</groupId> >> <artifactId>geronimo-spec-jta</artifactId> >> <version>1.0-M1</version> >> </dependency> >> <dependency> >> <groupId>jsr170</groupId> >> <artifactId>jcr</artifactId> >> <version>1.0</version> >> <url>http://jcp.org/en/jsr/detail?id=170</url> >> </dependency> >> <dependency> >> <groupId>log4j</groupId> >> <artifactId>log4j</artifactId> >> <version>1.2.8</version> >> </dependency> >> <dependency> >> <groupId>lucene</groupId> >> <artifactId>lucene</artifactId> >> <version>1.4.3</version> >> </dependency> >> <dependency> >> <groupId>xerces</groupId> >> <artifactId>xercesImpl</artifactId> >> <version>2.6.2</version> >> </dependency> >> <dependency> >> <groupId>xerces</groupId> >> <artifactId>xmlParserAPIs</artifactId> >> <version>2.0.2</version> >> </dependency> >> <dependency> >> <groupId>org.apache.derby</groupId> >> <artifactId>derby</artifactId> >> <version>10.1.1.0</version> >> </dependency> >> >> >> <dependency> >> <groupId>commons-beanutils</groupId> >> <typeId>jar</typeId> >> <artifactId>commons-beanutils</artifactId> >> <version>1.7.0</version> >> >> </dependency> >> >> <dependency> >> <groupId>commons-digester</groupId> >> <typeId>jar</typeId> >> <artifactId>commons-digester</artifactId> >> <version>1.7</version> >> >> </dependency> >> <dependency> >> <id>commons-logging</id> >> <version>1.0.2</version> >> <url>http://jakarta.apache.org/commons/logging.html</url> >> </dependency> >> <dependency> >> <groupId>commons-lang</groupId> >> <artifactId>commons-lang</artifactId> >> <version>2.1</version> >> <type>jar</type> >> <properties> >> <war.bundle>true</war.bundle> >> </properties> >> </dependency> >> >> <dependency> >> <id>cglib</id> >> <version>${cglib.version}</version> >> </dependency> >> >> </dependencies> >> > >> > >> >> grafito site has a link ? Another question is can this be compiled >> with >> >> Jackrabbit 1.2 >> > not yet >> Shouldn't be a problem , right since Jackrabbit1.2 is backward >> compatible. >> >> |
|
|
Re: problem checking out graffito sourceOk I'm going to add a new jira issue.
Thanks On 2/14/07, ruchi goel <Ruchi.Goel@...> wrote: > thanks , it works. There was a proxy problem in downloading the > dependencies.But graffito does not compile with jackrabbit-core1.2.1. > Some packages have been removed from RepositoryUtil.java > > -Ruchi > Christophe Lombart wrote: > > What is the output when you run the command "maven clean" & "maven > > jar:install" > > Normally, almost dependencies will be downloaded and install on your pc. > > You will got a small list (2 or3 dependencies) that you have to > > download manually due to some licence issue. > > > > On 2/14/07, ruchi goel <Ruchi.Goel@...> wrote: > >> Christophe Lombart wrote: > >> > On 2/13/07, ruchi goel <Ruchi.Goel@...> wrote: > >> > > >> >> The dependency jars are no more in the specified location as > >> refererred > >> >> in project.xml . > >> > > >> > Which dependencies ? all ? > >> > >> The following : > >> <dependencies> > >> <dependency> > >> <groupId>org.apache.jackrabbit</groupId> > >> <artifactId>jackrabbit-core</artifactId> > >> <version>1.2.1</version> > >> </dependency> > >> <dependency> > >> <!-- slf4j-log4j12 --> > >> <groupId>org.slf4j</groupId> > >> <artifactId>slf4j-log4j12</artifactId> > >> <version>1.0</version> > >> <url>http://www.slf4j.org/download.html</url> > >> <!-- > >> SLF4J adapter for log4j. > >> --> > >> </dependency> > >> <dependency> > >> <groupId>concurrent</groupId> > >> <artifactId>concurrent</artifactId> > >> <version>1.3.4</version> > >> </dependency> > >> <dependency> > >> <groupId>junit</groupId> > >> <artifactId>junit</artifactId> > >> <version>3.8.1</version> > >> <properties> > >> <scope>test</scope> > >> </properties> > >> </dependency> > >> <dependency> > >> <groupId>commons-collections</groupId> > >> <artifactId>commons-collections</artifactId> > >> <version>3.1</version> > >> </dependency> > >> <dependency> > >> <groupId>geronimo-spec</groupId> > >> <artifactId>geronimo-spec-jta</artifactId> > >> <version>1.0-M1</version> > >> </dependency> > >> <dependency> > >> <groupId>jsr170</groupId> > >> <artifactId>jcr</artifactId> > >> <version>1.0</version> > >> <url>http://jcp.org/en/jsr/detail?id=170</url> > >> </dependency> > >> <dependency> > >> <groupId>log4j</groupId> > >> <artifactId>log4j</artifactId> > >> <version>1.2.8</version> > >> </dependency> > >> <dependency> > >> <groupId>lucene</groupId> > >> <artifactId>lucene</artifactId> > >> <version>1.4.3</version> > >> </dependency> > >> <dependency> > >> <groupId>xerces</groupId> > >> <artifactId>xercesImpl</artifactId> > >> <version>2.6.2</version> > >> </dependency> > >> <dependency> > >> <groupId>xerces</groupId> > >> <artifactId>xmlParserAPIs</artifactId> > >> <version>2.0.2</version> > >> </dependency> > >> <dependency> > >> <groupId>org.apache.derby</groupId> > >> <artifactId>derby</artifactId> > >> <version>10.1.1.0</version> > >> </dependency> > >> > >> > >> <dependency> > >> <groupId>commons-beanutils</groupId> > >> <typeId>jar</typeId> > >> <artifactId>commons-beanutils</artifactId> > >> <version>1.7.0</version> > >> > >> </dependency> > >> > >> <dependency> > >> <groupId>commons-digester</groupId> > >> <typeId>jar</typeId> > >> <artifactId>commons-digester</artifactId> > >> <version>1.7</version> > >> > >> </dependency> > >> <dependency> > >> <id>commons-logging</id> > >> <version>1.0.2</version> > >> <url>http://jakarta.apache.org/commons/logging.html</url> > >> </dependency> > >> <dependency> > >> <groupId>commons-lang</groupId> > >> <artifactId>commons-lang</artifactId> > >> <version>2.1</version> > >> <type>jar</type> > >> <properties> > >> <war.bundle>true</war.bundle> > >> </properties> > >> </dependency> > >> > >> <dependency> > >> <id>cglib</id> > >> <version>${cglib.version}</version> > >> </dependency> > >> > >> </dependencies> > >> > > >> > > >> >> grafito site has a link ? Another question is can this be compiled > >> with > >> >> Jackrabbit 1.2 > >> > not yet > >> Shouldn't be a problem , right since Jackrabbit1.2 is backward > >> compatible. > >> > >> > > |
| Free Forum Powered by Nabble | Forum Help |