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

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/classpath (which

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,

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

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

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 content

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 it

[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-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

Re: Ant build | IOException

2006-05-30 Thread Alexey Petrenko
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 Harmony. All I have done so far (code-wise

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. But I

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

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

RE: Ant build | IOException

2006-05-29 Thread Nathan Beyer
/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 | IOException Hi, I am a n00b wanting to contribute to Harmony. All I have done so far (code