I have no problem to check out all Equinox projects. But I can't build
them in Eclipse. The main problem is that there are dependences on the
"system.bundle" project. For example: "org.eclipse.equinox.preferences"
depends on "system.bundle". So Eclpse shows me multiply build errors.
I guess that it is a problem of a bad version of "org.eclipse.osgi" or
something like that.... Or I am using a bad branch in CVS.
Is it possible to publish somewere (or send me directly) a good
TeamProjectSet file containing all Equinox projects with all required
dependences? It will facilitate a lot first steps with Equinox :-)
Thanks in advance.
Mikhail
Thomas Watson a écrit :
I have not tried pserver personally
but doesn't the build use pserver everyday? What version of Eclipse
are you using for your development environment. If it is not 3.2
M5a please give it a try.
Tom
Interesting. This works fine for me. there may be something
wrong wrt permissions or something. Perhaps you are checking out
as anonymous and there is some problem there. Can someone else try
this using pserver anonymous?
Jeff
Hello!
I have a very basic question: how I can download/build all equinox
projects? I checked out from HEAD basic osgi and all equinox projects
and it does not work there many different compilation errors. One of
these errors is the broken imports of "system.bundle" (for example
- in
"org.eclipse.equinox.preferences" project). It looks like
"org.eclipse.osgi" project, but with an another name.
Also "org.eclipse.equinox.persistence" project is empty.
What is wrong? Should I use projects from specific branches/folders?
I created two Team Project Set files. The first one contains core
projects:
<?xml version="1.0" encoding="UTF-8"?>
<psf version="2.0">
<provider id="org.eclipse.team.cvs.core.cvsnature">
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.osgi,org.eclipse.osgi"/>
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.osgi.services,org.eclipse.osgi.services"/>
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.osgi.util,org.eclipse.osgi.util"/>
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.core.jobs,org.eclipse.core.jobs"/>
</provider>
</psf>
Here all imported projects are compiled without any errors.
The second team project set refers all equinox plugins:
<?xml version="1.0" encoding="UTF-8"?>
<psf version="2.0">
<provider id="org.eclipse.team.cvs.core.cvsnature">
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.equinox.app,org.eclipse.equinox.app"/>
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.equinox.common,org.eclipse.equinox.common"/>
<!-- project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.equinox.config,org.eclipse.equinox.config"/
-->
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.equinox.device,org.eclipse.equinox.device"/>
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.equinox.ds,org.eclipse.equinox.ds"/>
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.equinox.event,org.eclipse.equinox.event"/>
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.equinox.http,org.eclipse.equinox.http"/>
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.equinox.log,org.eclipse.equinox.log"/>
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.equinox.metatype,org.eclipse.equinox.metatype"/>
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.equinox.persistence,org.eclipse.equinox.persistence"/>
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.equinox.preferences,org.eclipse.equinox.preferences"/>
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.equinox.registry,org.eclipse.equinox.registry"/>
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.equinox.servlet.api,org.eclipse.equinox.servlet.api"/>
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.equinox.supplement,org.eclipse.equinox.supplement"/>
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.equinox.useradmin,org.eclipse.equinox.useradmin"/>
<project
reference="1.0,:pserver:dev.eclipse.org:/cvsroot/eclipse,org.eclipse.equinox.wireadmin,org.eclipse.equinox.wireadmin"/>
</provider>
</psf>
And here I have many different unresolved dependences and compilation
errors.
Best regards,
Mikhail
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev
|