[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
- From: "Oisin Hurley" <oisin.hurley@xxxxxxxxx>
- Date: Mon, 10 Nov 2008 11:30:51 +0000
- Delivered-to: stp-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=/jd7BsCQFalXFiPtlgRfY3ZSTcpPI5Jn2q/aVsw6sbQ=; b=GEiQONLC1dwjzgKMLZmwfl8VkFiAR2QlvI6HXb125kKoe90grXXdHWd5c0ph55X8dO LsbdsXmyVfhEd2oaR+5RiXM7iXbjdjdIkOa0Kt/PPTaEQdwVdHFqUTlv23Gff348b3Nf LxRUm9VvDgPRmvwIzGFdaFRhak3dV1eqmfQtU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=v7BZE3rF85DmTE8g1FqfeYcAn3DnjzvCiXhgytqtn36g9TR/1xtoaixbmdSLLjvKZ5 ZanH9yFyOOBitTlNjx3T6plSOTv14o5aeT6H3u8hppvs6/AFnEInkMAFN5yXuHwrXod2 OsUOTAv8BLcqi1NO2DD8Qv7z0cxKVwDyNsydM=
Just to let you know I'm doing builds for M3.
I've branched the build system to keep a 3.4.x stream in place as
well as a 3.5 stream.
It's up to all you project owners to make sure that you intend to keep
a 3.4.x stream going, or move over entirely to 3.5, or both. Whatever
you decide, you'll need to let me know so that I can update the build
rmaps. Best to do this as soon as possible :)
If you decide to keep 3.4.1 and 3.5.0 efforts, then my suggestion
would be to create a branch called 3.4.x, and leave 3.5.0 development
on trunk. This is one option.
The other option is to keep just trunk, and make sure that you don't
use any new 3.5.0-specific APIs. You are depending on Eclipse
backward compatibility here, which in general is good.
Just one more point (since we have so many developer with
accents in their names) -- the compiler we use for doing builds
on the Eclipse infrastructure is a bit sensitive to certain chars
in Javadoc comments. If you use say ú é ó í etc directly in the
comment, the compiler will insist that the enclosing file doesn't
exist :) To workaround this, please use the standard HTML
entities, e.g.
Stéphane -> Stéphane
Oisín -> Oisín
and so on.
cheers
--oh