Re: [Bulk] Re: Build Not required
Jim Hague <[email protected]> Tue, 6 Jun 2006 14:27:05 +0100
| Newsgroups | gmane.comp.java.anthill |
|---|---|
| Message-ID | <[email protected]> |
On Tuesday 06 June 2006 13:10, Marcio Ribeiro wrote:
> Actually, I'm acessing the repository via http, i hope this solution solve
> my problem, but what should I do with these lines???
> " - headerRE = new RE("^r(\\d+) \\| (\\S+) \\| ([^\\(]+)");
> + headerRE = new RE("^r(\\d+) \\| ([^\\|]+) \\| ([^\\(]+)"); "
You'll need to make a change to
source/main/java/com/urbancode/anthill/adapter/SubversionRepositoryAdapter.java
and rebuild Anthill.
In that file, look for a line looking like the above. The first version of the
line is what is in the release. You need to replace it by the second version
of the line. The lines have '-' and '+' at the start here to indicate that
the first should be removed and the second added - don't add the '+' or '-'
to the file.
So the change you need to make to the line is to replace '(\\S+)'
with '([^\\|)'. Then rebuild and reinstall Anthill.
--
Jim Hague - [email protected] Never trust a computer you can't lift.