Hi, Ok this is what I want to do with it. I will create a new project which will only run a script. This script will pick up various build jar,ear,war etc and place them in our release location which we can pass to the relevent individuals. Hence I need to map the numbers to the actual names of the projects. Hope is answers all your questions.
Thanks Zain Wendy Smoak-3 wrote: > > 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 > > -- View this message in context: http://old.nabble.com/Internal-id-for-projects-tp29206776p29212389.html Sent from the Continuum - Users mailing list archive at Nabble.com.
