Hi, > The web site says the developers use Eclipse. Yes, I can confirm that we use Eclipse 3.5.2 or later, and on different platforms.
> But the source download is not in the form of an Eclipse project, or even > a set of Eclipse projects, though it seems not too far off. Is there an > easy way? Yes, because (under trunk or under tags/vX.x.x) there are all files for the source distribution, in the standard Apache way, so in root you can find Ant build file and other files for Licensing, Readme, etc. Here you can find sources for the Release 2.0 (and for other releases 1 level up): http://svn.apache.org/repos/asf/pivot/tags/v2.0/ To browse/test/compile in Eclipse the best is to download all projects under trunk (for example in a dedicated workspace) from here: http://svn.apache.org/repos/asf/pivot/trunk/ and tell to Eclipse to create the same projects in the workspace (keeping the same name). And Build all ... But note that with this approach you will not have all the files in root (outside projects), so if you want to build/package/etc from Ant (for example without using an IDE) you will have to download those files by hand. Otherwise you could download all the trunk in a folder, maybe using TortoiseSVN (for example in a folder called pivot_trunk) and maybe after "Import Projects from existing sources" in Eclipse. Tell me if you need other info. Bye, Sandro -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/How-best-to-browse-sources-tp2456317p2457416.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
