On Mon, Jul 19, 2010 at 12:51 PM, Benjamin Binford <[email protected]> wrote: > A useful quick and dirty trick is to click on a view project link. The url > contains ?projectId=XXXX, where XXXX is the same as the name of the working > directory. If you don't have too many projects it's easy to build a list of > them. Otherwise you'll need to query the Project table in the database (derby > in a default installation)
As Benjamin mentioned, it's stored in the database and visible in the url. It's also one of the properties that gets passed through to the build: http://continuum.apache.org/docs/1.3.6/user_guides/building_project/index.html What do you want to do with it? Knowing that will help people give better advice... -- Wendy
