Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [corona-dev] Test Data Moved

I do not quite understand this email. I couldn't find org.eclipse.corona.container.manager in both Eclipse and internal CVS.

Anyway I'm interested in team repository adapter. As I understand you have created one. Is it correct? It seams that org.eclipse.corona.server.team.repository is for this purpose but I cannot find adapter there.

Marcin


I had some test data files in org.eclipse.corona.server.container.project which got renamed to org.eclipse.corona.container.manager and then test files got moved to

org.eclipse.corona.server.test.container.project

/configs – container configurations which are properties files are inside of the CoronaConfigStore.zip file.

/containers – a couple of simple serialized Containers: Corona.xml and sampleEclipseProject.xml which reference the TeamMember.xml “repository”

/repository – contains simplest TeamMember.xml file ever created which is used for the sample repository

Note1: The container definitions have hard coded file paths in them which you will have to change to find the TeamMember.xml repository

Note2: The configuration properties file name must use the same name as the container.xml file name that is currently how they are resolved.

Note3: The path org.eclipse.corona.server.container.project inside of the CoronaConfigStore.zip file is needed but I think it should change

Note4: The CoronaConfigStore.zip file is located via environment variable: CORONA_CONFIG_HOME the location of the zip file needs to be in < CORONA_CONFIG_HOME>/configs

I define CORONA_CONFIG_HOME on the Run | Debug | Environment tab

So here is the quick configuration path explanation:

<CORONA_CONFIG_HOME>/configs points to

CoronaConfigStore.zip which contains the container.properties files which point to

Corona.xml and sampleEclipseProject.xml which both currently point to

TeamMember.xml

Its all good.

The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

------------------------------------------------------------------------

_______________________________________________
corona-dev mailing list
corona-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/corona-dev
The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.

Back to the top