You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by zainuluk <za...@atosorigin.com> on 2010/07/19 18:42:44 UTC

Internal id for projects

When adding a project to continuum. It will create a folder for the project
but instead of using its name it will use an internal id. Is there a mapping
file somewhere deep in side the continuum application which we can read and
use to map the ids with the name of the project.
-- 
View this message in context: http://old.nabble.com/Internal-id-for-projects-tp29206776p29206776.html
Sent from the Continuum - Users mailing list archive at Nabble.com.


Re: Internal id for projects

Posted by Wendy Smoak <ws...@gmail.com>.
On Tue, Jul 20, 2010 at 4:06 AM, zainuluk <za...@atosorigin.com> wrote:
> 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.

It would probably be better to put the artifacts "somewhere" when you
build them rather than try to go pull them out of the various working
copies later.

With Maven, thats the local or remote repository.  What build tool are
you using?

-- 
Wendy

Re: Internal id for projects

Posted by zainuluk <za...@atosorigin.com>.
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
> <BB...@vitechinc.com> 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.


Re: Internal id for projects

Posted by Wendy Smoak <ws...@gmail.com>.
On Mon, Jul 19, 2010 at 12:51 PM, Benjamin Binford
<BB...@vitechinc.com> 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

Re: Internal id for projects

Posted by Benjamin Binford <BB...@vitechinc.com>.
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)


-----zainuluk <za...@atosorigin.com> wrote: -----

To: users@continuum.apache.org
From: zainuluk <za...@atosorigin.com>
Date: 07/19/2010 12:42PM
Subject: Internal id for projects


When adding a project to continuum. It will create a folder for the project
but instead of using its name it will use an internal id. Is there a mapping
file somewhere deep in side the continuum application which we can read and
use to map the ids with the name of the project.
-- 
View this message in context: http://old.nabble.com/Internal-id-for-projects-tp29206776p29206776.html
Sent from the Continuum - Users mailing list archive at Nabble.com.