Re: [general] More SVN restructuring thoughts... (was Re: Ant build | IOException)

2006-07-05 Thread Salikh Zakirov
Thorbjørn Ravn Andersen wrote: > Garrett Rooney skrev den 08-06-2006 16:04: >> The basic idea is that you initially check out a copy of trunk that >> has a few empty directories in it. Then, svn switch says "hey, this >> directory in my working copy that used to point to >> $HARMONY/trunk/classpa

Re: [general] More SVN restructuring thoughts... (was Re: Ant build | IOException)

2006-07-05 Thread Thorbjørn Ravn Andersen
Garrett Rooney skrev den 08-06-2006 16:04: The basic idea is that you initially check out a copy of trunk that has a few empty directories in it. Then, svn switch says "hey, this directory in my working copy that used to point to $HARMONY/trunk/classpath (which is empty) should now point to $HA

Re: [general] More SVN restructuring thoughts... (was Re: Ant build | IOException)

2006-06-08 Thread Oliver Deakin
That's great, thanks Garrett. Sound like a very sensible, simple way to approach global builds. Regards, Oliver Garrett Rooney wrote: On 6/8/06, Oliver Deakin <[EMAIL PROTECTED]> wrote: Would /classlib and /drlvm be checked out in your local workspace as peers to /trunk or would they be chec

Re: [general] More SVN restructuring thoughts... (was Re: Ant build | IOException)

2006-06-08 Thread Garrett Rooney
On 6/8/06, Oliver Deakin <[EMAIL PROTECTED]> wrote: Would /classlib and /drlvm be checked out in your local workspace as peers to /trunk or would they be checked out under /trunk/classlib etc. and linked to the right bit of SVN from there? i.e. if you wanted to make local changes to classlib, sa

Re: [general] More SVN restructuring thoughts... (was Re: Ant build | IOException)

2006-06-08 Thread Oliver Deakin
Geir Magnusson Jr wrote: This brings up a good point. (I'm so used to CVS, I keep forgetting that branches and tags really don't exist in SVN...) We have been talking a little about how to 'federate' things so that we have a harmony project, rather than separate islands of activity, so that a us

[general] More SVN restructuring thoughts... (was Re: Ant build | IOException)

2006-06-07 Thread Geir Magnusson Jr
This brings up a good point. (I'm so used to CVS, I keep forgetting that branches and tags really don't exist in SVN...) We have been talking a little about how to 'federate' things so that we have a harmony project, rather than separate islands of activity, so that a user can type 'build' somewhe

Re: Ant build | IOException

2006-06-07 Thread Garrett Rooney
On 6/7/06, Thorbjørn Ravn Andersen <[EMAIL PROTECTED]> wrote: svn checkout https://svn.apache.org/repos/asf/incubator/harmony ant -f harmony/enhanced/classlib/trunk/make/depends.xml download Please don't check out the root of the harmony tree. It's incredibly wasteful, that's far more conten

Re: Ant build | IOException

2006-06-07 Thread Thorbjørn Ravn Andersen
Anoop kumar V skrev den 30-05-2006 04:36: Hi, I am a n00b wanting to contribute to Harmony. All I have done so far (code-wise) is checkout the harmony code (revision 410710) from svn and run ant from ~/Harmony/make folder. I have just done the exercise for the first time with a fresh Ubunt

Re: [PATCH] Was: Ant build | IOException | JIRA HARMONY-555

2006-06-05 Thread Tim Ellison
Done (please allow an hour or so for the update to be reflected on the website). Regards, Tim Anoop kumar V wrote: > svn diff attached & pasted below... (for new JIRA issue created: > HARMONY-555). Please review and commit into svn. > > Index: build_classlib.xml > ===

[PATCH] Was: Ant build | IOException | JIRA HARMONY-555

2006-06-03 Thread Anoop kumar V
svn diff attached & pasted below... (for new JIRA issue created: HARMONY-555). Please review and commit into svn.Index: build_classlib.xml=== --- build_classlib.xml  (revision 411455)+++ build_classlib.xml  (working copy)@@ -57,7 +57,7

Re: Ant build | IOException

2006-06-03 Thread Geir Magnusson Jr
Anoop kumar V wrote: > Thanks to all for the suggestions... this is the first weekend I found > where > I could spend some time on Harmony. > > The error was because I did not have 'make' installed on my system (Ubuntu > on linux). The documentation talks about 'nmake' for windows, so > probably

Re: Ant build | IOException

2006-06-02 Thread Anoop kumar V
Thanks to all for the suggestions... this is the first weekend I found where I could spend some time on Harmony. The error was because I did not have 'make' installed on my system (Ubuntu on linux). The documentation talks about 'nmake' for windows, so probably it is a good idea to include 'make'

Re: Ant build | IOException

2006-05-30 Thread Geir Magnusson Jr
Anoop kumar V wrote: Hi, I am a n00b wanting to contribute to Harmony. We're all newbies at some point, so don't worry about that :) All I have done so far (code-wise) is checkout the harmony code (revision 410710) from svn and run ant from ~/Harmony/make folder. But I am running into e

Re: Ant build | IOException

2006-05-30 Thread Tim Ellison
Let us know how you get on, or if you need more help Anoop. Regards, Tim Anoop kumar V wrote: > Hi, > > I am a n00b wanting to contribute to Harmony. > > All I have done so far (code-wise) is checkout the harmony code (revision > 410710) from svn and run ant from ~/Harmony/make folder. > >

Re: Ant build | IOException

2006-05-30 Thread Alexey Petrenko
asslib root folder Harmony build works OK from make directory. > From: Anoop kumar V [mailto:[EMAIL PROTECTED] > Sent: Monday, May 29, 2006 9:37 PM > To: harmony-dev@incubator.apache.org > Subject: Ant build | IOException > > Hi, > > I am a n00b wanting to contribute to H

RE: Ant build | IOException

2006-05-29 Thread Nathan Beyer
ct SVN path. Another source for information is the Wiki (http://wiki.apache.org/harmony/FrontPage). -Nathan > -Original Message- > From: Anoop kumar V [mailto:[EMAIL PROTECTED] > Sent: Monday, May 29, 2006 9:37 PM > To: harmony-dev@incubator.apache.org > Subject: Ant build

Ant build | IOException

2006-05-29 Thread Anoop kumar V
Hi, I am a n00b wanting to contribute to Harmony. All I have done so far (code-wise) is checkout the harmony code (revision 410710) from svn and run ant from ~/Harmony/make folder. But I am running into errors: I am using GCJ on Ubuntu5.10. [EMAIL PROTE