Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » XML Catalog Problem in Java and Plugin Projects
XML Catalog Problem in Java and Plugin Projects [message #198151] Mon, 13 August 2007 17:28 Go to next message
Eclipse UserFriend
Originally posted by: andres.feuz.postfinance.ch

Hello!

I have a XML Schema and i registered it in the XML Catalog. If i put the
dependent XML Files in a "simple" Project then the validation of these
files works. As soon as i move the XML file in a Java or Plugin Project
the files wont be validatated anymore.

Is this a Bug or did i miss something?

Thanks for your help!

Andres
Re: XML Catalog Problem in Java and Plugin Projects [message #198159 is a reply to message #198151] Mon, 13 August 2007 20:54 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: valentinbaciu.hotmail.com

Hi Andres, can you please be more explicit as to what WTP version you are
using? Can you also check the Java project's properties to make sure the XML
validator is present in the validators list and enabled. This bug fixed in
WTP 2.0 might be related
https://bugs.eclipse.org/bugs/show_bug.cgi?id=174392.

"Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
news:46c094a8$1@news.post.ch...
> Hello!
>
> I have a XML Schema and i registered it in the XML Catalog. If i put the
> dependent XML Files in a "simple" Project then the validation of these
> files works. As soon as i move the XML file in a Java or Plugin Project
> the files wont be validatated anymore.
>
> Is this a Bug or did i miss something?
>
> Thanks for your help!
>
> Andres
Re: XML Catalog Problem in Java and Plugin Projects [message #198190 is a reply to message #198159] Tue, 14 August 2007 08:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: andres.feuz.postfinance.ch

Hi Valentin.

Sorry, i held the information a little bit small. I'am using Eclipse 3.3
and WTP 2.0 which includes the 'Eclipse XML Editors and Tools' in the
version 2.0.0.v200706182145 (Europa Project).

The Validation Property Page on my Projects shows up (this is not as in
the bug you pointed to me).

In the project properties i do not override the validation preferences
of the workbench, so the validation should have the same configuration
for every project.
But i remarked that on the projects validation properties page of Java
and Plugin Projects there is only listed the
'HTML Syntax Validator' under 'The selected validators will run when
<project_name> is validated:'. In simple projects the XML and XML schema
validator and the others from the validation preferences are listed too.

That seems to be the problem, but it's not possible to add these
validators in the validation properties dialog. The missing validators
are filtered out automatically in java and plugin projects.

Thanks for further help!
Andres



Valentin schrieb:
> Hi Andres, can you please be more explicit as to what WTP version you are
> using? Can you also check the Java project's properties to make sure the XML
> validator is present in the validators list and enabled. This bug fixed in
> WTP 2.0 might be related
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=174392.
>
> "Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
> news:46c094a8$1@news.post.ch...
>> Hello!
>>
>> I have a XML Schema and i registered it in the XML Catalog. If i put the
>> dependent XML Files in a "simple" Project then the validation of these
>> files works. As soon as i move the XML file in a Java or Plugin Project
>> the files wont be validatated anymore.
>>
>> Is this a Bug or did i miss something?
>>
>> Thanks for your help!
>>
>> Andres
>
>
Re: XML Catalog Problem in Java and Plugin Projects [message #198215 is a reply to message #198190] Tue, 14 August 2007 13:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: valentinbaciu.hotmail.com

Thanks for the extra information Andres.

I tried your scenario and was unable to reproduce the issue with newly
created Java projects and Plug-in projects that contain Java code. Is there
anything special about your projects?

I have been able to reproduce the issue - only HTML and JSP validators
showing up - with Plug-in projects that do not contain source code. These
projects have the following nature only:

<natures>
<nature>org.eclipse.pde.PluginNature</nature>
</natures>

A typical plug-in project which contains Java code will have these natures:

<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
</natures>

Once we clarify the scenario further, I think this deserves a bug probably
against the wst.validation component.

Regards,
Valentin

"Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
news:46c16289$1@news.post.ch...
> Hi Valentin.
>
> Sorry, i held the information a little bit small. I'am using Eclipse 3.3
> and WTP 2.0 which includes the 'Eclipse XML Editors and Tools' in the
> version 2.0.0.v200706182145 (Europa Project).
>
> The Validation Property Page on my Projects shows up (this is not as in
> the bug you pointed to me).
>
> In the project properties i do not override the validation preferences of
> the workbench, so the validation should have the same configuration for
> every project.
> But i remarked that on the projects validation properties page of Java and
> Plugin Projects there is only listed the
> 'HTML Syntax Validator' under 'The selected validators will run when
> <project_name> is validated:'. In simple projects the XML and XML schema
> validator and the others from the validation preferences are listed too.
>
> That seems to be the problem, but it's not possible to add these
> validators in the validation properties dialog. The missing validators are
> filtered out automatically in java and plugin projects.
>
> Thanks for further help!
> Andres
>
>
>
> Valentin schrieb:
>> Hi Andres, can you please be more explicit as to what WTP version you are
>> using? Can you also check the Java project's properties to make sure the
>> XML validator is present in the validators list and enabled. This bug
>> fixed in WTP 2.0 might be related
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=174392.
>>
>> "Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
>> news:46c094a8$1@news.post.ch...
>>> Hello!
>>>
>>> I have a XML Schema and i registered it in the XML Catalog. If i put the
>>> dependent XML Files in a "simple" Project then the validation of these
>>> files works. As soon as i move the XML file in a Java or Plugin Project
>>> the files wont be validatated anymore.
>>>
>>> Is this a Bug or did i miss something?
>>>
>>> Thanks for your help!
>>>
>>> Andres
>>
Re: XML Catalog Problem in Java and Plugin Projects [message #198271 is a reply to message #198215] Tue, 14 August 2007 15:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: andres.feuz.postfinance.ch

This is a multi-part message in MIME format.
--------------020508030003070500090606
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 7bit

Hi Valentin!

There is nothing special about my projects! To reproduce the error I
created all new projects in a virgin workspace. The only configuration i
did, is setting the default jre to jdk 1.5 and the code compliance
level to 5.0 in the preferences, but this has no effect on the problem.

The plugin project has source code and the jdt and pde natures are
associated with the plugin project.

Are there listed all the validators from the validation preferences on
your plugins project validation property page?

I attached the configuration details of my eclipse installation. Perhaps
you can see something there...

Thanks for further help...

Andres


Valentin schrieb:
> Thanks for the extra information Andres.
>
> I tried your scenario and was unable to reproduce the issue with newly
> created Java projects and Plug-in projects that contain Java code. Is there
> anything special about your projects?
>
> I have been able to reproduce the issue - only HTML and JSP validators
> showing up - with Plug-in projects that do not contain source code. These
> projects have the following nature only:
>
> <natures>
> <nature>org.eclipse.pde.PluginNature</nature>
> </natures>
>
> A typical plug-in project which contains Java code will have these natures:
>
> <natures>
> <nature>org.eclipse.jdt.core.javanature</nature>
> <nature>org.eclipse.pde.PluginNature</nature>
> </natures>
>
> Once we clarify the scenario further, I think this deserves a bug probably
> against the wst.validation component.
>
> Regards,
> Valentin
>
> "Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
> news:46c16289$1@news.post.ch...
>> Hi Valentin.
>>
>> Sorry, i held the information a little bit small. I'am using Eclipse 3.3
>> and WTP 2.0 which includes the 'Eclipse XML Editors and Tools' in the
>> version 2.0.0.v200706182145 (Europa Project).
>>
>> The Validation Property Page on my Projects shows up (this is not as in
>> the bug you pointed to me).
>>
>> In the project properties i do not override the validation preferences of
>> the workbench, so the validation should have the same configuration for
>> every project.
>> But i remarked that on the projects validation properties page of Java and
>> Plugin Projects there is only listed the
>> 'HTML Syntax Validator' under 'The selected validators will run when
>> <project_name> is validated:'. In simple projects the XML and XML schema
>> validator and the others from the validation preferences are listed too.
>>
>> That seems to be the problem, but it's not possible to add these
>> validators in the validation properties dialog. The missing validators are
>> filtered out automatically in java and plugin projects.
>>
>> Thanks for further help!
>> Andres
>>
>>
>>
>> Valentin schrieb:
>>> Hi Andres, can you please be more explicit as to what WTP version you are
>>> using? Can you also check the Java project's properties to make sure the
>>> XML validator is present in the validators list and enabled. This bug
>>> fixed in WTP 2.0 might be related
>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=174392.
>>>
>>> "Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
>>> news:46c094a8$1@news.post.ch...
>>>> Hello!
>>>>
>>>> I have a XML Schema and i registered it in the XML Catalog. If i put the
>>>> dependent XML Files in a "simple" Project then the validation of these
>>>> files works. As soon as i move the XML file in a Java or Plugin Project
>>>> the files wont be validatated anymore.
>>>>
>>>> Is this a Bug or did i miss something?
>>>>
>>>> Thanks for your help!
>>>>
>>>> Andres
>


--------------020508030003070500090606
Content-Type: text/plain;
name="configuration_details.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline;
filename="configuration_details.txt"

*** Date: Dienstag, 14. August 2007 16:42 Uhr MESZ

*** Platform Details:

*** System properties:
awt.toolkit=3Dsun.awt.windows.WToolkit
eclipse.buildId=3DI20070625-1500
eclipse.commands=3D-os
win32
-ws
win32
-arch
x86
-showsplash
C:\prg\eclipse_33\eclipse\\plugins\org.eclipse.platform_3.3. 0.v20070613\s=
plash.bmp
-launcher
C:\prg\eclipse_33\eclipse\eclipse.exe
-name
Eclipse
--launcher.library
C:\prg\eclipse_33\eclipse\plugins\org.eclipse.equinox.launch er.win32.win3=
2.x86_1.0.0.v20070523\eclipse_1017a.dll
-startup
C:\prg\eclipse_33\eclipse\plugins\org.eclipse.equinox.launch er_1.0.0.v200=
70606.jar
-vm
C:\Program Files\Java\jre1.6.0_02\bin\client\jvm.dll
eclipse.ee.install.verify=3Dfalse
eclipse.product=3Dorg.eclipse.sdk.ide
eclipse.startTime=3D1187102546161
eclipse.vm=3DC:\Program Files\Java\jre1.6.0_02\bin\client\jvm.dll
eclipse.vmargs=3D-Xms40m
-Xmx256m
-XX:MaxPermSize=3D256m
-Djava.class.path=3DC:\prg\eclipse_33\eclipse\plugins\org.ec lipse.equinox=
=2Elauncher_1.0.0.v20070606.jar
eof=3Deof
file.encoding=3DCp1252
file.encoding.pkg=3Dsun.io
file.separator=3D\
java.awt.graphicsenv=3Dsun.awt.Win32GraphicsEnvironment
java.awt.printerjob=3Dsun.awt.windows.WPrinterJob
java.class.path=3DC:\prg\eclipse_33\eclipse\plugins\org.ecli pse.equinox.l=
auncher_1.0.0.v20070606.jar
java.class.version=3D50.0
java.endorsed.dirs=3DC:\Program Files\Java\jre1.6.0_02\lib\endorsed
java.ext.dirs=3DC:\Program Files\Java\jre1.6.0_02\lib\ext;C:\WINNT\Sun\Ja=
va\lib\ext
java.home=3DC:\Program Files\Java\jre1.6.0_02
java.io.tmpdir=3DC:\DOCUME~1\feuzand\LOCALS~1\Temp\
java.library.path=3DC:\prg\eclipse_33\eclipse;.;C:\WINNT\Sun \Java\bin;C:\=
WINNT\system32;C:\WINNT;C:\Program Files\Java\jre1.6.0_02\bin\client;C:\P=
rogram Files\Java\jre1.6.0_02\bin;C:\WINNT\system32;C:\WINNT;C:\WIN NT\Sys=
tem32\Wbem;C:\WINNT\AutoInst\Tools;C:\prg\cygwin\bin;c:\prg\ tools;C:\prg\=
MinGW\bin;C:\progra~1\oracle\ora92\bin;C:\Program Files\Rational\ClearCas=
e\bin;C:\Program Files\Rational\common;C:\Program Files\Common Files\Tele=
ca Shared;C:\Program Files\Hewlett-Packard\OpenView\service desk 4.5\clie=
nt\bin
java.runtime.name=3DJava(TM) SE Runtime Environment
java.runtime.version=3D1.6.0_02-b06
java.specification.name=3DJava Platform API Specification
java.specification.vendor=3DSun Microsystems Inc.
java.specification.version=3D1.6
java.vendor=3DSun Microsystems Inc.
java.vendor.url=3Dhttp://java.sun.com/
java.vendor.url.bug=3Dhttp://java.sun.com/cgi-bin/bugreport.cgi
java.version=3D1.6.0_02
java.vm.info=3Dmixed mode
java.vm.name=3DJava HotSpot(TM) Client VM
java.vm.specification.name=3DJava Virtual Machine Specification
java.vm.specification.vendor=3DSun Microsystems Inc.
java.vm.specification.version=3D1.0
java.vm.vendor=3DSun Microsystems Inc.
java.vm.version=3D1.6.0_02-b06
line.separator=3D

org.eclipse.equinox.launcher.splash.handle=3D1835696
org.eclipse.equinox.launcher.splash.location=3DC:\prg\eclips e_33\eclipse\=
\plugins\org.eclipse.platform_3.3.0.v20070613\splash.bmp
org.osgi.framework.executionenvironment=3DOSGi/Minimum-1.0,O SGi/Minimum-1=
=2E1,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
org.osgi.framework.language=3Dde
org.osgi.framework.os.name=3DWindows2000
org.osgi.framework.os.version=3D5.0
org.osgi.framework.processor=3Dx86
org.osgi.framework.system.packages=3Djavax.accessibility,jav ax.activation=
,javax.activity,javax.annotation,javax.annotation.processing ,javax.crypto=
,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,jav ax.imageio.ev=
ent,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.i mageio.plugin=
s.jpeg,javax.imageio.spi,javax.imageio.stream,javax.jws,java x.jws.soap,ja=
vax.lang.model,javax.lang.model.element,javax.lang.model.typ e,javax.lang.=
model.util,javax.management,javax.management.loading,javax.m anagement.mod=
elmbean,javax.management.monitor,javax.management.openmbean, javax.managem=
ent.relation,javax.management.remote,javax.management.remote .rmi,javax.ma=
nagement.timer,javax.naming,javax.naming.directory,javax.nam ing.event,jav=
ax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,java x.print,javax=
=2Eprint.attribute,javax.print.attribute.standard,javax.prin t.event,javax=
=2Ermi,javax.rmi.CORBA,javax.rmi.ssl,javax.script,javax.secu rity.auth,jav=
ax.security.auth.callback,javax.security.auth.kerberos,javax .security.aut=
h.login,javax.security.auth.spi,javax.security.auth.x500,jav ax.security.c=
ert,javax.security.sasl,javax.sound.midi,javax.sound.midi.sp i,javax.sound=
=2Esampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowse t,javax.sql.r=
owset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.bo rder,javax.sw=
ing.colorchooser,javax.swing.event,javax.swing.filechooser,j avax.swing.pl=
af,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing .plaf.multi,j=
avax.swing.plaf.synth,javax.swing.table,javax.swing.text,jav ax.swing.text=
=2Ehtml,javax.swing.text.html.parser,javax.swing.text.rtf,ja vax.swing.tre=
e,javax.swing.undo,javax.tools,javax.transaction,javax.trans action.xa,jav=
ax.xml,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bi nd.annotation=
=2Eadapters,javax.xml.bind.attachment,javax.xml.bind.helpers ,javax.xml.bi=
nd.util,javax.xml.crypto,javax.xml.crypto.dom,javax.xml.cryp to.dsig,javax=
=2Exml.crypto.dsig.dom,javax.xml.crypto.dsig.keyinfo,javax.x ml.crypto.dsi=
g.spec,javax.xml.datatype,javax.xml.namespace,javax.xml.pars ers,javax.xml=
=2Esoap,javax.xml.stream,javax.xml.stream.events,javax.xml.s tream.util,ja=
vax.xml.transform,javax.xml.transform.dom,javax.xml.transfor m.sax,javax.x=
ml.transform.stax,javax.xml.transform.stream,javax.xml.valid ation,javax.x=
ml.ws,javax.xml.ws.handler,javax.xml.ws.handler.soap,javax.x ml.ws.http,ja=
vax.xml.ws.soap,javax.xml.ws.spi,javax.xml.xpath,org.ietf.jg ss,org.omg.CO=
RBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.COR BA.DynAnyPack=
age,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg. CORBA.TypeCod=
ePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextEx tPackage,org.=
omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.D ynamicAny,org=
=2Eomg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.Dy nAnyPackage,o=
rg.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.Codec Package,org.o=
mg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInt erceptor.ORBI=
nitInfoPackage,org.omg.PortableServer,org.omg.PortableServer .CurrentPacka=
ge,org.omg.PortableServer.POAManagerPackage,org.omg.Portable Server.POAPac=
kage,org.omg.PortableServer.portable,org.omg.PortableServer. ServantLocato=
rPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3 c.dom,org.w3c=
=2Edom.bootstrap,org.w3c.dom.events,org.w3c.dom.ls,org.xml.s ax,org.xml.sa=
x.ext,org.xml.sax.helpers
org.osgi.framework.vendor=3DEclipse
org.osgi.framework.version=3D1.4.0
org.osgi.supports.framework.extension=3Dtrue
org.osgi.supports.framework.fragment=3Dtrue
org.osgi.supports.framework.requirebundle=3Dtrue
os.arch=3Dx86
os.name=3DWindows 2000
os.version=3D5.0
osgi.arch=3Dx86
osgi.bundles=3Dorg.eclipse.equinox.common@2:start, org.eclipse.update.con=
figurator@3:start, org.eclipse.core.runtime@start
osgi.bundlestore=3DC:\prg\eclipse_33\eclipse\configuration\o rg.eclipse.os=
gi\bundles
osgi.compatibility.bootdelegation=3Dtrue
osgi.configuration.area=3Dfile:/C:/prg/eclipse_33/eclipse/co nfiguration/
osgi.framework=3Dfile:/c:/prg/eclipse_33/eclipse/plugins/org .eclipse.osgi=
_3.3.0.v20070530.jar
osgi.framework.beginningstartlevel=3D1
osgi.framework.shape=3Djar
osgi.framework.version=3D3.3.0.v20070530
osgi.install.area=3Dfile:/C:/prg/eclipse_33/eclipse/
osgi.instance.area=3Dfile:/C:/dev/ews_testws/
osgi.instance.area.default=3Dfile:/C:/Documents and Settings/feuzand/work=
space/
osgi.logfile=3DC:\dev\ews_testws\.metadata\.log
osgi.manifest.cache=3DC:\prg\eclipse_33\eclipse\configuratio n\org.eclipse=
=2Eosgi\manifests
osgi.nl=3Dde_CH
osgi.os=3Dwin32
osgi.splashLocation=3DC:\prg\eclipse_33\eclipse\\plugins\org .eclipse.plat=
form_3.3.0.v20070613\splash.bmp
osgi.splashPath=3Dplatform:/base/plugins/org.eclipse.platfor m
osgi.syspath=3Dc:\prg\eclipse_33\eclipse\plugins
osgi.ws=3Dwin32
path.separator=3D;
sun.arch.data.model=3D32
sun.boot.class.path=3DC:\Program Files\Java\jre1.6.0_02\lib\resources.jar=
;C:\Program Files\Java\jre1.6.0_02\lib\rt.jar;C:\Program Files\Java\jre1.=
6.0_02\lib\sunrsasign.jar;C:\Program Files\Java\jre1.6.0_02\lib\jsse.jar;=
C:\Program Files\Java\jre1.6.0_02\lib\jce.jar;C:\Program Files\Java\jre1.=
6.0_02\lib\charsets.jar;C:\Program Files\Java\jre1.6.0_02\classes
sun.boot.library.path=3DC:\Program Files\Java\jre1.6.0_02\bin
sun.cpu.endian=3Dlittle
sun.cpu.isalist=3Dpentium_pro+mmx pentium_pro pentium+mmx pentium i486 i3=
86 i86
sun.desktop=3Dwindows
sun.io.unicode.encoding=3DUnicodeLittle
sun.jnu.encoding=3DCp1252
sun.management.compiler=3DHotSpot Client Compiler
sun.os.patch.level=3DService Pack 4
user.country=3DCH
user.dir=3DC:\prg\eclipse_33\eclipse
user.home=3DC:\Documents and Settings\feuzand
user.language=3Dde
user.name=3Dfeuzand
user.timezone=3DEurope/Berlin
user.variant=3D

*** Features:
com.ibm.rational.clearcase.ccimport.feature (7.0.0.20061020A) "Rational C=
learCase Remote Client"
com.ibm.rational.clearcase.ccrefresh (7.0.0.20061107A) "Rational ClearCas=
e Refresh Provider For MVFS Support"
com.rational.clearcase (7.0.0.20061206A) "Rational ClearCase SCM Adapter"=

org.eclipse.ajdt (1.5.0.200706070619) "AspectJ Development Tools"
org.eclipse.ajdt.source (1.5.0.200706070619) "Eclipse AspectJ Development=
Tools Source Code"
org.eclipse.cvs (1.0.0.v20070606-7C79_79EI99g_Y9e) "Eclipse CVS Client"
org.eclipse.cvs.source (1.0.0.v20070606-7C79_79EI99g_Y9e) "Eclipse CVS Cl=
ient SDK"
org.eclipse.emf (2.3.0.v200706262000) "Eclipse Modeling Framework (EMF)"
org.eclipse.emf.codegen (2.3.0.v200706262000) "EMF Template Code Generato=
r"
org.eclipse.emf.codegen.ecore (2.3.0.v200706262000) "EMF Ecore Code Gener=
ation"
org.eclipse.emf.codegen.ecore.ui (2.3.0.v200706262000) "EMF Ecore Code Ge=
neration UI"
org.eclipse.emf.codegen.ui (2.3.0.v200706262000) "EMF Template Code Gener=
ator UI"
org.eclipse.emf.common (2.3.0.v200706262000) "EMF Common"
org.eclipse.emf.common.ui (2.3.0.v200706262000) "EMF Common UI"
org.eclipse.emf.converter (2.3.0.v200706262000) "EMF Model Convert Suppor=
t"
org.eclipse.emf.doc (2.3.0.v200706262000) "Eclipse Modeling Framework (EM=
F) Programmers Guide"
org.eclipse.emf.ecore (2.3.0.v200706262000) "EMF Ecore"
org.eclipse.emf.ecore.edit (2.3.0.v200706262000) "EMF Ecore Edit Support"=

org.eclipse.emf.ecore.editor (2.3.0.v200706262000) "Sample Ecore Editor"
org.eclipse.emf.ecore.sdo (2.3.0.v200706262000) "EMF Service Data Objects=
(SDO)"
org.eclipse.emf.ecore.sdo.doc (2.3.0.v200706262000) "EMF Service Data Obj=
ects (SDO) Programmers Guide"
org.eclipse.emf.ecore.sdo.edit (2.3.0.v200706262000) "EMF Service Data Ob=
jects (SDO) Edit Support"
org.eclipse.emf.ecore.sdo.editor (2.3.0.v200706262000) "EMF Service Data =
Objects (SDO) Editor"
org.eclipse.emf.ecore.sdo.source (2.3.0.v200706262000) "EMF Service Data =
Objects (SDO) Source"
org.eclipse.emf.edit (2.3.0.v200706262000) "EMF Edit"
org.eclipse.emf.edit.ui (2.3.0.v200706262000) "EMF Edit UI"
org.eclipse.emf.examples (2.3.0.v200706262000) "Eclipse Modeling Framewor=
k (EMF) Examples"
org.eclipse.emf.examples.source (2.3.0.v200706262000) "Eclipse Modeling F=
ramework (EMF) Examples"
org.eclipse.emf.mapping (2.3.0.v200706262000) "EMF Mapping "
org.eclipse.emf.mapping.ecore (2.3.0.v200706262000) "Eclipse Modeling Fra=
mework (EMF) - org.eclipse.emf.mapping.ecore"
org.eclipse.emf.mapping.ecore.editor (2.3.0.v200706262000) "Eclipse Model=
ing Framework (EMF) - org.eclipse.emf.mapping.ecore.editor"
org.eclipse.emf.mapping.ui (2.3.0.v200706262000) "EMF Mapping UI"
org.eclipse.emf.ocl (1.1.0.v200706071450-10-7w311817312619) "Object Const=
raint Language (OCL) 2.0 Compatibility API"
org.eclipse.emf.ocl.doc (1.1.0.v200706071450-10-7w311817182561) "Object C=
onstraint Language (OCL) 2.0 Compatibility API Documentation"
org.eclipse.emf.ocl.source (1.1.0.v200706071450-10-7w311817312619) "Objec=
t Constraint Language (OCL) 2.0 Compatibility Source"
org.eclipse.emf.query (1.1.0.v200706071712-10-7w311817182823) "EMF Model =
Query"
org.eclipse.emf.query.doc (1.1.0.v200706071712-21-8s733G3E4C5B76) "EMF Mo=
del Query Documentation"
org.eclipse.emf.query.examples (1.1.0.v200706071712-428Y_kE77Y7U9QAOEC) "=
EMF Model Query Examples"
org.eclipse.emf.query.examples.source (1.1.0.v200706071712) "EMF Model Qu=
ery Examples Source"
org.eclipse.emf.query.ocl (1.1.0.v200706071712-10-7w311817182823) "EMF Mo=
del Query OCL Integration"
org.eclipse.emf.query.ocl.source (1.1.0.v200706071712-10-7w311817182823) =
"EMF Model Query OCL Integration Source"
org.eclipse.emf.query.source (1.1.0.v200706071712-10-7w311817182823) "EMF=
Model Query Source"
org.eclipse.emf.source (2.3.0.v200706262000) "Eclipse Modeling Framework =
(EMF) Source"
org.eclipse.emf.transaction (1.1.0.v200706071723-208Y8s733G3E4C5B96) "EMF=
Model Transaction Core"
org.eclipse.emf.transaction.doc (1.1.0.v200706071723-208Y8s733G3E3G5G79) =
"EMF Model Transaction Documentation"
org.eclipse.emf.transaction.examples (1.0.100.v200706071723-3-Ag8x8FlRtR_=
NWNVFQ9QBE) "EMF Model Transaction Examples"
org.eclipse.emf.transaction.examples.source (1.0.100.v200706071723) "EMF =
Model Transaction Examples Source"
org.eclipse.emf.transaction.source (1.1.0.v200706071723-208Y8s733G3E4C5B9=
6) "EMF Model Transaction Source"
org.eclipse.emf.validation (1.1.0.v200706071520-318Y9oA55P5M5P8JA5) "EMF =
Validation Framework Core"
org.eclipse.emf.validation.doc (1.1.0.v200706071520-21-8s733G3E4C5_88) "E=
MF Validation Framework Documentation"
org.eclipse.emf.validation.examples (1.1.0.v200706071520-52_7AgI99h9cAZDR=
KI) "EMF Validation Framework Example"
org.eclipse.emf.validation.examples.source (1.1.0.v200706071520) "EMF Val=
idation Framework Examples Source"
org.eclipse.emf.validation.ocl (1.1.0.v200706071520-10-7w311817182631) "E=
MF Validation Framework OCL Integration"
org.eclipse.emf.validation.ocl.source (1.1.0.v200706071520-10-7w311817182=
631) "EMF Validation Framework OCL Integration Source"
org.eclipse.emf.validation.source (1.1.0.v200706071520-318Y9oA55P5M5P8JA5=
) "EMF Validation Framework Source"
org.eclipse.emf.workspace (1.1.0.v200706071723-208Y8s733G3E4C5B96) "EMF M=
odel Transaction Workbench Integration Core"
org.eclipse.emf.workspace.doc (1.1.0.v200706071723-10-7w311817182834) "EM=
F Model Transaction Workbench Integration Documentation"
org.eclipse.emf.workspace.examples (1.0.100.v200706071723-3-Ag9oA55P5M5P8=
PAD) "EMF Model Transaction Workbench Integration Examples"
org.eclipse.emf.workspace.examples.source (1.0.100.v200706071723) "EMF Mo=
del Transaction Workbench Integration Examples Source"
org.eclipse.emf.workspace.source (1.1.0.v200706071723-208Y8s733G3E4C5B96)=
"EMF Model Transaction Workbench Integration Source"
org.eclipse.gef (3.3.0.v20070620) "Graphical Editing Framework"
org.eclipse.gmf (1.0.100.v20070601-1400-7d-ETeEYjiMWQX3az0fBWRjypkm7) "Gr=
aphical Modeling Framework"
org.eclipse.jdt (3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR) "Eclipse Ja=
va Development Tools"
org.eclipse.jdt.source (3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR) "Ecl=
ipse Java Development Tools SDK"
org.eclipse.ocl (1.1.0.v200706071450-32-9oA55P5M8C8KCK) "Object Constrain=
t Language (OCL) 2.0 Parser/Interpreter"
org.eclipse.ocl.doc (1.1.0.v200706071450-21-8s733G3E3G5AC3) "Object Const=
raint Language (OCL) 2.0 Documentation"
org.eclipse.ocl.source (1.1.0.v200706071450-32-9oA55P5M8C8KCK) "Object Co=
nstraint Language (OCL) 2.0 Source"
org.eclipse.ocl.uml (1.1.0.v200706071450-10-7w311817182561) "OCL 2.0 Bind=
ing for UML"
org.eclipse.ocl.uml.source (1.1.0.v200706071450-10-7w311817182561) "OCL 2=
=2E0 Binding for UML Source"
org.eclipse.pde (3.3.0.v20070607-7N7M-DUUEF6Ez0H46IcCC) "Eclipse Plug-in =
Development Environment"
org.eclipse.pde.source (3.3.0.v20070607-7N7M-DUUEF6Ez0H46IcCC) "Eclipse P=
lug-in Development Environment Developer Resources"
org.eclipse.platform (3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G) "Eclipse Plat=
form"
org.eclipse.platform.source (3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G) "Eclip=
se Platform Plug-in Developer Resources"
org.eclipse.rcp (3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG) "Eclipse RCP"
org.eclipse.rcp.source (3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG) "Eclipse=
RCP Plug-in Developer Resources"
org.eclipse.sdk (3.3.0.v20070607-7M7J-BIolz-OcxWxvWAPSfLPqevO) "Eclipse P=
roject SDK"
org.eclipse.uml2 (2.1.0.v200706251652) "UML2"
org.eclipse.uml2.diagram (0.7.0.v200707030850) "UML2 Diagramming Plug-in"=

org.eclipse.uml2.diagram.source (0.7.0.v200707030850) "UML2 Diagramming S=
ource"
org.eclipse.uml2.doc (2.1.0.v200706251652) "UML2 Documentation"
org.eclipse.uml2.examples (2.1.0.v200706251652) "UML2 Examples"
org.eclipse.uml2.examples.source (2.1.0.v200706251652) "UML2 Examples Sou=
rce"
org.eclipse.uml2.source (2.1.0.v200706251652) "UML2 Source"
org.eclipse.uml2tools (0.7.0.v200707030850) "UML2 Tools Plug-in"
org.eclipse.uml2tools.doc (0.7.0.v200707030850) "UML2 Tools Documentation=
Plug-in"
org.eclipse.wst (2.0.0.v200706041905-7C-18k0IWJZ93WDDJlQ60nUjTdJp) "Web S=
tandard Tools (WST)"
org.eclipse.xsd (2.3.0.v200706262000) "XML Schema Infoset Model (XSD)"
org.eclipse.xsd.doc (2.3.0.v200706262000) "XML Schema Infoset Model (XSD)=
Programmers Guide"
org.eclipse.xsd.ecore.converter (2.3.0.v200706262000) "XML Schema Infoset=
Model (XSD) - org.eclipse.xsd.ecore.converter"
org.eclipse.xsd.edit (2.3.0.v200706262000) "XML Schema Edit Framework"
org.eclipse.xsd.editor (2.3.0.v200706262000) "XML Schema Editor"
org.eclipse.xsd.mapping (2.3.0.v200706262000) "XML Schema Infoset Model (=
XSD) - org.eclipse.xsd.mapping"
org.eclipse.xsd.mapping.editor (2.3.0.v200706262000) "XML Schema Infoset =
Model (XSD) - org.eclipse.xsd.mapping.editor"
org.eclipse.xsd.source (2.3.0.v200706262000) "XML Schema Infoset Model (X=
SD) Source"

*** Plug-in Registry:
com.ibm.icu (3.6.1.v20070417) "International Components for Unicode for J=
ava (ICU4J)" [Active]
com.ibm.icu.source (3.6.1.v20070417) "International Components for Unicod=
e for Java (ICU4J) source plug-in" [Resolved]
com.ibm.icu36.data.update (3.6.1.v20070701_2007f) "ICU4J Data Update Frag=
ment" [Resolved]
com.ibm.rational.clearcase.ccimport (7.0.0.20061020A) "Rational ClearCase=
Remote Client" [Starting]
com.ibm.rational.clearcase.ccrefresh (7.0.0.20061107A) "Rational ClearCas=
e Refresh Provider For MVFS Support" [Starting]
com.jcraft.jsch (0.1.31) "JSch" [Resolved]
com.rational.clearcase (7.0.0.20061206A) "Rational ClearCase SCM Adapter"=
[Active]
com.rational.clearcase.activities (7.0.0.20061206A) "com.rational.clearca=
se.activities" [Starting]
com.rational.clearcase.help (7.0.0.20061206A) "com.rational.clearcase.hel=
p" [Starting]
javax.servlet (2.4.0.v200706111738) "Servlet API Bundle" [Resolved]
javax.servlet.jsp (2.0.0.v200706191603) "Java Server Pages API Bundle" [R=
esolved]
javax.servlet.jsp.source (2.0.0.v200706191603) "Java Server Pages API Sou=
rce Bundle" [Resolved]
javax.servlet.source (2.4.0.v200706111738) "Servlet API Source Bundle" [R=
esolved]
javax.wsdl (1.4.0.v200706111329) "WSDL4J" [Resolved]
javax.wsdl15 (1.5.1.v200705290614) "WSDL4J" [Resolved]
javax.xml.rpc (1.1.0.v200706111329) "JAX-RPC" [Resolved]
javax.xml.soap (1.2.0.v200706111329) "SAAJ" [Resolved]
net.sourceforge.lpg.lpgjavaruntime (1.1.0.v200706111738) "SourceForge LPG=
" [Resolved]
net.sourceforge.lpg.lpgjavaruntime.source (1.1.0.v200706111738) "SourceFo=
rge LPG Source Bundle" [Resolved]
org.apache.ant (1.7.0.v200706080842) "Apache Ant" [Resolved]
org.apache.ant.source (1.7.0.v200706080842) "Apache Ant Source" [Resolved=
]
org.apache.axis (1.4.0.v200706191647) "Apache Web Services" [Resolved]
org.apache.batik.bridge (1.6.0.v200706111724) "Apache Batik Bridge/GVT/Sc=
ripting" [Resolved]
org.apache.batik.css (1.6.0.v200706111724) "Apache Batik CSS" [Resolved]
org.apache.batik.dom (1.6.0.v200706111724) "Apache Batik DOM" [Resolved]
org.apache.batik.dom.svg (1.6.0.v200706111724) "Apache Batik SVG DOM" [Re=
solved]
org.apache.batik.ext.awt (1.6.0.v200706111724) "Apache Batik AWT Utilitie=
s" [Resolved]
org.apache.batik.parser (1.6.0.v200706111724) "Apache Batik Parser" [Reso=
lved]
org.apache.batik.svggen (1.6.0.v200706111724) "Apache Batik SVG Generatio=
n" [Resolved]
org.apache.batik.transcoder (1.6.0.v200706111724) "Apache Batik Transcode=
r" [Resolved]
org.apache.batik.util (1.6.0.v200706111724) "Apache Batik Utilities" [Res=
olved]
org.apache.batik.util.gui (1.6.0.v200706111724) "Apache Batik GUI Utiliti=
es" [Resolved]
org.apache.batik.xml (1.6.0.v200706111724) "Apache Batik XML" [Resolved]
org.apache.commons.discovery (0.2.0.v200706111329) "Jakarta-Commons Disco=
very" [Resolved]
org.apache.commons.el (1.0.0.v200706111724) "Apache Commons JSP 2.0 Expre=
ssion Language Interpreter" [Resolved]
org.apache.commons.el.source (1.0.0.v200706111724) "Apache Commons JSP 2.=
0 Expression Language Interpreter Source" [Resolved]
org.apache.commons.logging (1.0.4.v200706111724) "Apache Commons Logging =
Plug-in" [Resolved]
org.apache.commons.logging.source (1.0.4.v200706111724) "Apache Commons L=
ogging Plug-in Source" [Resolved]
org.apache.jasper (5.5.17.v200706111724) "Apache Jasper 2 Plug-in" [Resol=
ved]
org.apache.jasper.source (5.5.17.v200706111724) "Apache Jasper 2 Source P=
lug-in" [Resolved]
org.apache.log4j (1.2.13.v200706111418) "Apache Jakarta log4j Plug-in" [R=
esolved]
org.apache.lucene (1.9.1.v200706111724) "Apache Lucene" [Resolved]
org.apache.lucene.analysis (1.9.1.v200706181610) "Apache Lucene Analysis"=
[Resolved]
org.apache.lucene.analysis.source (1.9.1.v200706181610) "Apache Lucene An=
alysis Source" [Resolved]
org.apache.lucene.source (1.9.1.v200706111724) "Apache Lucene Source" [Re=
solved]
org.apache.wsil4j (1.0.0.v200706111329) "WSIL4J" [Resolved]
org.apache.xerces (2.8.0.v200705301630) "Apache Xerces-J" [Resolved]
org.apache.xml.resolver (1.1.0.v200705310020) "Apache XmlResolver" [Resol=
ved]
org.aspectj.ajde (1.5.4.200705211336) "AspectJ" [Starting]
org.aspectj.runtime (1.5.4.200705211336) "AspectJ Runtime" [Resolved]
org.aspectj.weaver (1.5.4.200705211336) "AspectJ Weaver" [Resolved]
org.eclipse.ajdt.core (1.5.0.200706070619) "AspectJ Development Tools Cor=
e" [Starting]
org.eclipse.ajdt.doc.user (1.5.0.200706070619) "AspectJ Development Tools=
User Documentation" [Resolved]
org.eclipse.ajdt.examples (1.5.0.200706070619) "AspectJ Examples" [Starti=
ng]
org.eclipse.ajdt.pde.build (1.5.0.200706070619) "AspectJ Plug-in Developm=
ent Environment Build Support" [Starting]
org.eclipse.ajdt.source (1.5.0.200706070619) "Eclipse AspectJ Development=
Tools Source Code" [Resolved]
org.eclipse.ajdt.ui (1.5.0.200706070619) "AspectJ Development Tools UI" [=
Starting]
org.eclipse.ant.core (3.1.200.v20070522) "Ant Build Tool Core" [Starting]=

org.eclipse.ant.ui (3.2.100.v20070511) "Ant UI" [Starting]
org.eclipse.aspectj (1.5.0.200706070619) "AspectJ Development Tools" [Sta=
rting]
org.eclipse.compare (3.3.0.I20070606) "Compare Support" [Starting]
org.eclipse.contribution.visualiser (2.2.0.200706070619) "Visualiser Plug=
-in" [Starting]
org.eclipse.contribution.xref.core (1.5.0.200706070619) "Cross Reference =
Core Plugin" [Starting]
org.eclipse.contribution.xref.ui (1.5.0.200706070619) "Cross Reference UI=
Plugin" [Starting]
org.eclipse.core.boot (3.1.100.v20060603) "Core Boot" [Starting]
org.eclipse.core.commands (3.3.0.I20070605-0010) "Commands" [Resolved]
org.eclipse.core.contenttype (3.2.100.v20070319) "Eclipse Content Mechani=
sm" [Active]
org.eclipse.core.databinding (1.0.0.I20070606-0010) "JFace Data Binding" =
[Resolved]
org.eclipse.core.databinding.beans (1.0.0.I20070606-0010) "JFace Data Bin=
ding for JavaBeans" [Resolved]
org.eclipse.core.expressions (3.3.0.v20070606-0010) "Expression Language"=
[Active]
org.eclipse.core.filebuffers (3.3.0.v20070606-0010) "File Buffers" [Activ=
e]
org.eclipse.core.filesystem (1.1.0.v20070606) "Core File Systems" [Active=
]
org.eclipse.core.filesystem.win32.x86 (1.1.0.v20070510) "Core File System=
for Windows" [Resolved]
org.eclipse.core.jobs (3.3.0.v20070423) "Eclipse Jobs Mechanism" [Active]=

org.eclipse.core.net (1.0.0.I20070531) "Internet Connection Management" [=
Active]
org.eclipse.core.resources (3.3.0.v20070604) "Core Resource Management" [=
Active]
org.eclipse.core.resources.compatibility (3.2.100.v20070502) "Core Resour=
ce Management Compatibility Fragment" [Resolved]
org.eclipse.core.resources.win32 (3.3.0.v20070226) "Core Resource Managem=
ent Win32 Fragment" [Resolved]
org.eclipse.core.runtime (3.3.100.v20070530) "Core Runtime" [Active]
org.eclipse.core.runtime.compatibility (3.1.200.v20070502) "Core Runtime =
Plug-in Compatibility" [Active]
org.eclipse.core.runtime.compatibility.auth (3.2.100.v20070502) "Authoriz=
ation Compatibility Plug-in" [Active]
org.eclipse.core.runtime.compatibility.registry (3.2.100.v20070316) "Ecli=
pse Registry Compatibility Fragment" [Resolved]
org.eclipse.core.variables (3.2.0.v20070426) "Core Variables" [Starting]
org.eclipse.cvs (1.0.0.v20070606) "Eclipse CVS Client" [Starting]
org.eclipse.cvs.source (1.0.0.v20070606-7C79_79EI99g_Y9e) "Eclipse CVS Cl=
ient SDK" [Resolved]
org.eclipse.debug.core (3.3.0.v20070607-1800) "Debug Core" [Active]
org.eclipse.debug.ui (3.3.0.v20070607-1800) "Debug UI" [Active]
org.eclipse.draw2d (3.2.100.v20070529) "Graphical Editing Framework Draw2=
d" [Active]
org.eclipse.emf (2.3.0.v200706262000) "Eclipse Modeling Framework (EMF)" =
[Starting]
org.eclipse.emf.activities (2.3.0.v200706262000) "EMF Activities" [Starti=
ng]
org.eclipse.emf.ant (2.3.0.v200706262000) "EMF Ant Tasks" [Starting]
org.eclipse.emf.cheatsheets (2.3.0.v200706262000) "EMF Cheat Sheets" [Sta=
rting]
org.eclipse.emf.codegen (2.3.0.v200706262000) "EMF Template Code Generato=
r" [Starting]
org.eclipse.emf.codegen.ecore (2.3.0.v200706262000) "EMF Ecore Code Gener=
ation" [Starting]
org.eclipse.emf.codegen.ecore.ui (2.3.0.v200706262000) "EMF Ecore Code Ge=
neration UI" [Starting]
org.eclipse.emf.codegen.ui (2.3.0.v200706262000) "EMF Template Code Gener=
ator UI" [Starting]
org.eclipse.emf.common (2.3.0.v200706262000) "EMF Common" [Active]
org.eclipse.emf.common.ui (2.3.0.v200706262000) "EMF Common UI" [Active]
org.eclipse.emf.commonj.sdo (2.3.0.v200706262000) "CommonJ SDO" [Starting=
]
org.eclipse.emf.converter (2.3.0.v200706262000) "EMF Model Convert Suppor=
t" [Starting]
org.eclipse.emf.doc (2.3.0.v200706262000) "Eclipse Modeling Framework (EM=
F) Programmers Guide" [Starting]
org.eclipse.emf.ecore (2.3.0.v200706262000) "EMF Ecore" [Active]
org.eclipse.emf.ecore.change (2.3.0.v200706262000) "EMF Ecore Change Mode=
l" [Starting]
org.eclipse.emf.ecore.change.edit (2.3.0.v200706262000) "EMF Ecore Change=
Edit Support" [Starting]
org.eclipse.emf.ecore.edit (2.3.0.v200706262000) "EMF Ecore Edit Support"=
[Starting]
org.eclipse.emf.ecore.editor (2.3.0.v200706262000) "Sample Ecore Editor" =
[Starting]
org.eclipse.emf.ecore.sdo (2.3.0.v200706262000) "EMF Service Data Objects=
(SDO)" [Starting]
org.eclipse.emf.ecore.sdo.doc (2.3.0.v200706262000) "EMF Service Data Obj=
ects (SDO) Programmers Guide" [Starting]
org.eclipse.emf.ecore.sdo.edit (2.3.0.v200706262000) "EMF Service Data Ob=
jects (SDO) Edit Support" [Starting]
org.eclipse.emf.ecore.sdo.editor (2.3.0.v200706262000) "EMF Service Data =
Objects (SDO) Editor" [Starting]
org.eclipse.emf.ecore.sdo.source (2.3.0.v200706262000) "EMF Service Data =
Objects (SDO) Source" [Resolved]
org.eclipse.emf.ecore.xmi (2.3.0.v200706262000) "EMF XMI" [Active]
org.eclipse.emf.edit (2.3.0.v200706262000) "EMF Edit" [Active]
org.eclipse.emf.edit.ui (2.3.0.v200706262000) "EMF Edit UI" [Active]
org.eclipse.emf.examples (2.3.0.v200706262000) "Eclipse Modeling Framewor=
k (EMF) Examples" [Starting]
org.eclipse.emf.examples.generator.validator (1.0.0.v200706262000) "Valid=
ator Generator Extension" [Starting]
org.eclipse.emf.examples.library (2.3.0.v200706262000) "Extended Library =
Model" [Active]
org.eclipse.emf.examples.library.edit (2.3.0.v200706262000) "Extended Lib=
rary Edit" [Starting]
org.eclipse.emf.examples.library.editor (2.3.0.v200706262000) "Extended L=
ibrary Editor" [Starting]
org.eclipse.emf.examples.source (2.3.0.v200706262000) "Eclipse Modeling F=
ramework (EMF) Examples" [Resolved]
org.eclipse.emf.exporter (2.3.0.v200706262000) "EMF Model Export Support"=
[Starting]
org.eclipse.emf.exporter.html (2.3.0.v200706262000) "HTML Exporter for EM=
F models" [Starting]
org.eclipse.emf.importer (2.3.0.v200706262000) "EMF Model Import Support"=
[Starting]
org.eclipse.emf.importer.ecore (2.3.0.v200706262000) "EMF Ecore Importer"=
[Starting]
org.eclipse.emf.importer.java (2.3.0.v200706262000) "EMF Annotated Java I=
mporter" [Starting]
org.eclipse.emf.importer.rose (2.3.0.v200706262000) "EMF Rose Importer" [=
Starting]
org.eclipse.emf.java (2.3.0.v200706262000) "EMF Java" [Starting]
org.eclipse.emf.java.edit (2.3.0.v200706262000) "EMF Java Edit" [Starting=
]
org.eclipse.emf.java.editor (2.3.0.v200706262000) "EMF Java Editor" [Star=
ting]
org.eclipse.emf.mapping (2.3.0.v200706262000) "EMF Mapping" [Starting]
org.eclipse.emf.mapping.ecore (2.3.0.v200706262000) "Eclipse Modeling Fra=
mework (EMF) - org.eclipse.emf.mapping.ecore" [Starting]
org.eclipse.emf.mapping.ecore.editor (2.3.0.v200706262000) "Eclipse Model=
ing Framework (EMF) - org.eclipse.emf.mapping.ecore.editor" [Starting]
org.eclipse.emf.mapping.ecore2ecore (2.3.0.v200706262000) "Ecore to Ecore=
Mapping" [Starting]
org.eclipse.emf.mapping.ecore2ecore.editor (2.3.0.v200706262000) "Ecore t=
o Ecore Mapping Editor" [Starting]
org.eclipse.emf.mapping.ecore2xml (2.3.0.v200706262000) "Ecore to XML Map=
ping" [Starting]
org.eclipse.emf.mapping.ecore2xml.ui (2.3.0.v200706262000) "Ecore to XML =
Mapping UI" [Starting]
org.eclipse.emf.mapping.ui (2.3.0.v200706262000) "EMF Mapping UI" [Starti=
ng]
org.eclipse.emf.mapping.xsd2ecore (2.3.0.v200706262000) "XSD to Ecore Map=
ping" [Starting]
org.eclipse.emf.mapping.xsd2ecore.editor (2.3.0.v200706262000) "XSD to Ec=
ore Mapping Editor" [Starting]
org.eclipse.emf.ocl (1.1.0.v200706201508) "Object Constraint Language (OC=
L) 2.0 Compatibility API" [Starting]
org.eclipse.emf.ocl.doc (1.1.0.v200706071450) "Object Constraint Language=
(OCL) 2.0 Compatibility API Documentation" [Starting]
org.eclipse.emf.ocl.examples (1.1.0.v200706071450) "Object Constraint Lan=
guage (OCL) 2.0 Examples" [Starting]
org.eclipse.emf.ocl.source (1.1.0.v200706071450-10-7w311817312619) "Objec=
t Constraint Language (OCL) 2.0 Compatibility Source" [Resolved]
org.eclipse.emf.query (1.1.0.v200706071712) "EMF Model Query" [Starting]
org.eclipse.emf.query.doc (1.1.0.v200706071712) "EMF Model Query Document=
ation" [Starting]
org.eclipse.emf.query.examples (1.1.0.v200706131231) "EMF Model Query Exa=
mples" [Starting]
org.eclipse.emf.query.examples.ocl (1.1.0.v200706071712) "EMF Model Query=
OCL Query Example" [Starting]
org.eclipse.emf.query.examples.source (1.1.0.v200706071712) "EMF Model Qu=
ery Examples Source" [Resolved]
org.eclipse.emf.query.examples.statements (1.0.100.v200706131231) "EMF Mo=
del Query Example" [Starting]
org.eclipse.emf.query.ocl (1.1.0.v200706071712) "EMF Model Query OCL Inte=
gration" [Starting]
org.eclipse.emf.query.ocl.source (1.1.0.v200706071712-10-7w311817182823) =
"EMF Model Query OCL Integration Source" [Resolved]
org.eclipse.emf.query.source (1.1.0.v200706071712-10-7w311817182823) "EMF=
Model Query Source" [Resolved]
org.eclipse.emf.source (2.3.0.v200706262000) "Eclipse Modeling Framework =
(EMF) Source" [Resolved]
org.eclipse.emf.transaction (1.1.0.v200706131240) "EMF Model Transaction =
Core" [Starting]
org.eclipse.emf.transaction.doc (1.1.0.v200706071723) "EMF Model Transact=
ion Documentation" [Starting]
org.eclipse.emf.transaction.examples (1.0.100.v200706071723) "EMF Model T=
ransaction Examples" [Starting]
org.eclipse.emf.transaction.examples.source (1.0.100.v200706071723) "EMF =
Model Transaction Examples Source" [Resolved]
org.eclipse.emf.transaction.source (1.1.0.v200706071723-208Y8s733G3E4C5B9=
6) "EMF Model Transaction Source" [Resolved]
org.eclipse.emf.transaction.ui (1.0.100.v200706071723) "EMF Model Transac=
tion UI" [Starting]
org.eclipse.emf.validation (1.1.0.v200706071520) "EMF Validation Framewor=
k Core" [Active]
org.eclipse.emf.validation.doc (1.1.0.v200706071520) "EMF Validation Fram=
ework Documentation" [Starting]
org.eclipse.emf.validation.examples (1.1.0.v200706131235) "EMF Validation=
Framework Example" [Starting]
org.eclipse.emf.validation.examples.adapter (1.0.100.v200706071520) "EMF =
Validation Framework Adapter Example" [Active]
org.eclipse.emf.validation.examples.general (1.0.100.v200706071520) "EMF =
Validation Framework Example" [Active]
org.eclipse.emf.validation.examples.ocl (1.1.0.v200706131235) "EMF Valida=
tion Framework OCL Constraints Example" [Starting]
org.eclipse.emf.validation.examples.source (1.1.0.v200706071520) "EMF Val=
idation Framework Examples Source" [Resolved]
org.eclipse.emf.validation.ocl (1.1.0.v200706071520) "EMF Validation Fram=
ework OCL Integration" [Resolved]
org.eclipse.emf.validation.ocl.source (1.1.0.v200706071520-10-7w311817182=
631) "EMF Validation Framework OCL Integration Source" [Resolved]
org.eclipse.emf.validation.source (1.1.0.v200706071520-318Y9oA55P5M5P8JA5=
) "EMF Validation Framework Source" [Resolved]
org.eclipse.emf.validation.ui (1.1.0.v200706071520) "EMF Validation Frame=
work UI" [Starting]
org.eclipse.emf.validation.ui.ide (1.0.100.v200706071520) "EMF Validation=
Framework UI IDE" [Starting]
org.eclipse.emf.workspace (1.1.0.v200706131240) "EMF Model Transaction Wo=
rkbench Integration Core" [Starting]
org.eclipse.emf.workspace.doc (1.1.0.v200706071723) "EMF Model Transactio=
n Workbench Integration Documentation" [Starting]
org.eclipse.emf.workspace.examples (1.0.100.v200706071723) "EMF Model Tra=
nsaction Workbench Integration Examples" [Starting]
org.eclipse.emf.workspace.examples.library.editor (1.0.100.v200706071723)=
"EMF Workbench EXTLibrary Editor" [Starting]
org.eclipse.emf.workspace.examples.source (1.0.100.v200706071723) "EMF Mo=
del Transaction Workbench Integration Examples Source" [Resolved]
org.eclipse.emf.workspace.source (1.1.0.v200706071723-208Y8s733G3E4C5B96)=
"EMF Model Transaction Workbench Integration Source" [Resolved]
org.eclipse.emf.workspace.ui (1.0.100.v200706071723) "EMF Model Transacti=
on Workbench Integration UI" [Starting]
org.eclipse.equinox.app (1.0.0.v20070606) "Equinox Application Container"=
[Active]
org.eclipse.equinox.common (3.3.0.v20070426) "Common Eclipse Runtime" [Ac=
tive]
org.eclipse.equinox.http.jetty (1.0.0.v20070607) "Jetty Http Service" [St=
arting]
org.eclipse.equinox.http.registry (1.0.0.v20070608) "Http Service Registr=
y Extensions" [Resolved]
org.eclipse.equinox.http.servlet (1.0.0.v20070606) "Http Services Servlet=
" [Starting]
org.eclipse.equinox.jsp.jasper (1.0.0.v20070607) "Jasper Jsp Support Bund=
le" [Starting]
org.eclipse.equinox.jsp.jasper.registry (1.0.0.v20070607) "Jasper Jsp Reg=
istry Support Plug-in" [Starting]
org.eclipse.equinox.launcher (1.0.0.v20070606) "Equinox Launcher" [Resolv=
ed]
org.eclipse.equinox.launcher.win32.win32.x86 (1.0.0.v20070523) "Equinox L=
auncher Win32 X86 Fragment" [Resolved]
org.eclipse.equinox.preferences (3.2.100.v20070522) "Eclipse Preferences =
Mechanism" [Active]
org.eclipse.equinox.registry (3.3.0.v20070522) "Extension Registry Suppor=
t" [Active]
org.eclipse.gef (3.2.100.v20070620) "Graphical Editing Framework" [Active=
]
org.eclipse.gmf (1.0.0.v20070601-1400) "Graphical Modeling Framework" [St=
arting]
org.eclipse.gmf.bridge (1.1.0.v20070621-0000) "GMF Models Bridging Plug-i=
n" [Starting]
org.eclipse.gmf.bridge.ui (1.1.0.v20070621-0000) "GMF Tooling UI" [Starti=
ng]
org.eclipse.gmf.bridge.ui.dashboard (2.0.0.v20070621-0000) "GMF Dashboard=
" [Starting]
org.eclipse.gmf.codegen (2.0.0.v20070621-0000) "GMF GenModel and Code Gen=
eration" [Starting]
org.eclipse.gmf.codegen.edit (2.0.0.v20070614-1400) "GMF GenModel Edit Su=
pport" [Starting]
org.eclipse.gmf.codegen.ui (1.1.0.v20070621-0000) "GMF Code Generation UI=
" [Starting]
org.eclipse.gmf.common (1.1.0.v20070621-0000) "GMF Tooling Commons Plug-i=
n" [Starting]
org.eclipse.gmf.doc.ui (1.1.0.v20070601-1400) "GMF Documentation Cheatshe=
ets" [Starting]
org.eclipse.gmf.ecore.editor (2.0.0.v20070621-0000) "ECore Sample Diagram=
Plugin" [Starting]
org.eclipse.gmf.graphdef (2.0.0.v20070621-0000) "GMF Graphical Definition=
" [Resolved]
org.eclipse.gmf.graphdef.codegen (2.0.0.v20070621-0000) "Graphical Defini=
tion Code Generator" [Starting]
org.eclipse.gmf.graphdef.codegen.ui (1.0.100.v20070621-0000) "Graphical D=
efinition Code Generator UI Support" [Resolved]
org.eclipse.gmf.graphdef.edit (2.0.0.v20070601-1400) "GMFGraph Edit Suppo=
rt" [Starting]
org.eclipse.gmf.map (2.0.0.v20070621-0000) "GMF Mapping Model" [Starting]=

org.eclipse.gmf.map.edit (2.0.0.v20070621-0000) "GMF Mapping Edit Support=
" [Starting]
org.eclipse.gmf.runtime.common.core (1.0.100.v20070601-1400) "GMF Common =
Core" [Starting]
org.eclipse.gmf.runtime.common.ui (1.0.100.v20070601-1400) "GMF Common UI=
" [Starting]
org.eclipse.gmf.runtime.common.ui.action (1.0.100.v20070601-1400) "GMF Co=
mmon UI Action" [Starting]
org.eclipse.gmf.runtime.common.ui.action.ide (1.0.1.v20070601-1400) "GMF =
Common UI Action IDE" [Starting]
org.eclipse.gmf.runtime.common.ui.printing (1.0.1.v20070601-1400) "GMF Pr=
inting" [Starting]
org.eclipse.gmf.runtime.common.ui.printing.win32 (1.0.2.v20070601-1400) "=
GMF Printing for Win32" [Resolved]
org.eclipse.gmf.runtime.common.ui.services (1.0.100.v20070601-1400) "GMF =
Common UI Services" [Starting]
org.eclipse.gmf.runtime.common.ui.services.action (1.0.100.v20070601-1400=
) "GMF Common UI Action Services" [Starting]
org.eclipse.gmf.runtime.common.ui.services.dnd (1.0.1.v20070601-1400) "GM=
F Common UI DND Services" [Starting]
org.eclipse.gmf.runtime.common.ui.services.dnd.ide (1.0.1.v20070601-1400)=
"GMF Common UI DND IDE Services" [Starting]
org.eclipse.gmf.runtime.common.ui.services.properties (1.0.1.v20070601-14=
00) "GMF Common UI Properties Service Framework" [Starting]
org.eclipse.gmf.runtime.diagram.core (1.0.100.v20070601-1400) "GMF Diagra=
m Core" [Starting]
org.eclipse.gmf.runtime.diagram.ui (1.0.100.v20070621-0000) "GMF Diagram =
UI" [Starting]
org.eclipse.gmf.runtime.diagram.ui.actions (1.0.100.v20070621-0000) "GMF =
Diagram Actions" [Starting]
org.eclipse.gmf.runtime.diagram.ui.dnd (1.0.1.v20070601-1400) "GMF Diagra=
m Browse" [Starting]
org.eclipse.gmf.runtime.diagram.ui.geoshapes (1.0.1.v20070601-1400) "GMF =
Geometric Shapes" [Starting]
org.eclipse.gmf.runtime.diagram.ui.printing (1.0.100.v20070621-0000) "GMF=
Diagram Printing" [Starting]
org.eclipse.gmf.runtime.diagram.ui.printing.render (1.0.1.v20070601-1400)=
"GMF Diagram UI Printing Render Plug-In" [Starting]
org.eclipse.gmf.runtime.diagram.ui.properties (1.0.100.v20070608-1300) "G=
MF Diagram UI Properties" [Starting]
org.eclipse.gmf.runtime.diagram.ui.providers (1.0.100.v20070621-0000) "GM=
F Diagram Providers" [Starting]
org.eclipse.gmf.runtime.diagram.ui.providers.ide (1.0.1.v20070601-1400) "=
GMF Diagram Providers IDE" [Starting]
org.eclipse.gmf.runtime.diagram.ui.render (1.0.100.v20070621-0000) "GMF D=
iagram UI Render Plug-In" [Starting]
org.eclipse.gmf.runtime.diagram.ui.resources.editor (1.0.3.v20070601-1400=
) "GMF Diagram UI Resources Editor Plug-In" [Starting]
org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide (1.0.3.v20070601-=
1400) "GMF IDE Editor" [Starting]
org.eclipse.gmf.runtime.draw2d.ui (1.0.100.v20070621-0000) "GMF Draw2d Ad=
ditions" [Starting]
org.eclipse.gmf.runtime.draw2d.ui.render (1.0.100.v20070614-1400) "GMF Dr=
aw2d Image Rendering Additions" [Starting]
org.eclipse.gmf.runtime.draw2d.ui.render.awt (1.0.100.v20070614-1400) "GM=
F Draw2d Image AWT based Rendering Additions" [Starting]
org.eclipse.gmf.runtime.emf.clipboard.core (1.0.100.v20070621-0000) "GMF =
EMF Clipboard Support" [Starting]
org.eclipse.gmf.runtime.emf.commands.core (1.0.3.v20070601-1400) "GMF Com=
mands" [Starting]
org.eclipse.gmf.runtime.emf.core (1.0.100.v20070601-1400) "GMF Modeling S=
ervice Layer" [Starting]
org.eclipse.gmf.runtime.emf.type.core (1.0.100.v20070601-1400) "GMF EMF T=
ype Core" [Starting]
org.eclipse.gmf.runtime.emf.type.ui (1.0.1.v20070601-1400) "GMF EMF Type =
UI" [Starting]
org.eclipse.gmf.runtime.emf.ui (1.0.100.v20070621-0000) "GMF MSL UI" [Sta=
rting]
org.eclipse.gmf.runtime.emf.ui.properties (1.0.2.v20070601-1400) "GMF EMF=
UI Properties Providers" [Starting]
org.eclipse.gmf.runtime.gef.ui (1.0.1.v20070601-1400) "GMF GEF Additions"=
[Starting]
org.eclipse.gmf.runtime.notation (1.0.100.v20070621-0000) "GMF Notation M=
odel Support" [Starting]
org.eclipse.gmf.runtime.notation.edit (1.0.1.v20070621-0000) "GMF Notatio=
n Edit Support" [Starting]
org.eclipse.gmf.runtime.notation.providers (1.0.1.v20070601-1400) "GMF No=
tation Metamodel" [Starting]
org.eclipse.gmf.sdk (1.0.0.v20070601-1400) "Graphical Modeling Framework =
SDK" [Starting]
org.eclipse.gmf.tooldef (2.0.0.v20070621-0000) "GMF Tooling Model" [Start=
ing]
org.eclipse.gmf.tooldef.edit (2.0.0.v20070601-1400) "GMF Tooling Edit Sup=
port" [Starting]
org.eclipse.gmf.validate (1.1.0.v20070621-0000) "GMF Validation" [Startin=
g]
org.eclipse.gmf.xpand (1.0.0.v20070608-1300) "GMF Xpand Template Engine" =
[Starting]
org.eclipse.help (3.3.0.v20070524) "Help System Core" [Active]
org.eclipse.help.appserver (3.1.200.v20070510) "Help Application Server" =
[Starting]
org.eclipse.help.base (3.3.0.v20070606) "Help System Base" [Starting]
org.eclipse.help.ui (3.3.0.v20070530) "Help System UI" [Starting]
org.eclipse.help.webapp (3.3.0.v20070607) "Help System Webapp" [Starting]=

org.eclipse.jdt (3.3.0.v20070607-1300) "Eclipse Java Development Tools" [=
Resolved]
org.eclipse.jdt.apt.core (3.3.0.v20070607-1200) "Java Annotation Processi=
ng Core" [Starting]
org.eclipse.jdt.apt.pluggable.core (1.0.0.v20070529-2100) "Java Compiler =
Apt IDE" [Starting]
org.eclipse.jdt.apt.ui (3.3.0.v20070430-1135) "Java Annotation Processing=
UI" [Starting]
org.eclipse.jdt.compiler.apt (1.0.0.v20070510-2000) "Java Compiler Apt" [=
Resolved]
org.eclipse.jdt.compiler.tool (1.0.0.v_771) "Java Compiler Tool Support" =
[Resolved]
org.eclipse.jdt.core (3.3.0.v_771) "Java Development Tools Core" [Active]=

org.eclipse.jdt.core.manipulation (1.1.0.v20070606-0010) "Java Code Manip=
ulation Functionality" [Active]
org.eclipse.jdt.debug (3.3.0.v20070530a) "JDI Debug Model" [Starting]
org.eclipse.jdt.debug.ui (3.2.100.v20070531-1800) "JDI Debug UI" [Startin=
g]
org.eclipse.jdt.doc.isv (3.3.0.v20070613) "Eclipse JDT Plug-in Developer =
Guide" [Starting]
org.eclipse.jdt.doc.user (3.3.0.v20070608-1300) "Eclipse Java Development=
User Guide" [Starting]
org.eclipse.jdt.junit (3.3.0.v20070606-0010) "Java Development Tools JUni=
t support" [Starting]
org.eclipse.jdt.junit.runtime (3.3.0.v20070606-0010) "Java Development To=
ols JUnit runtime support" [Resolved]
org.eclipse.jdt.junit4.runtime (1.0.100.v20070606-0010) "Java Development=
Tools JUnit4 runtime support" [Resolved]
org.eclipse.jdt.launching (3.3.0.v20070510) "Java Development Tools Launc=
hing Support" [Active]
org.eclipse.jdt.source (3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR) "Ecl=
ipse Java Development Tools SDK" [Resolved]
org.eclipse.jdt.ui (3.3.0.v20070607-0010) "Java Development Tools UI" [Ac=
tive]
org.eclipse.jem.util (2.0.0.v200705302225) "Java EMF Model Utilities" [Ac=
tive]
org.eclipse.jface (3.3.0.I20070606-0010) "JFace" [Active]
org.eclipse.jface.databinding (1.1.0.I20070606-0010) "JFace Data Binding =
for SWT and JFace" [Resolved]
org.eclipse.jface.text (3.3.0.v20070606-0010) "JFace Text" [Resolved]
org.eclipse.jsch.core (1.0.0.I20070426) "JSch Core" [Starting]
org.eclipse.jsch.ui (1.0.0.I20070525) "JSch UI" [Starting]
org.eclipse.ltk.core.refactoring (3.3.0.v20070606-0010) "Refactoring Core=
" [Active]
org.eclipse.ltk.ui.refactoring (3.3.0.v20070606-0010) "Refactoring UI" [S=
tarting]
org.eclipse.ocl (1.1.0.v200706201508) "Object Constraint Language (OCL) 2=
=2E0 Parser/Interpreter" [Starting]
org.eclipse.ocl.doc (1.1.0.v200706071450) "Object Constraint Language (OC=
L) 2.0 Documentation" [Starting]
org.eclipse.ocl.ecore (1.1.0.v200706071450) "OCL 2.0 Binding for Ecore" [=
Starting]
org.eclipse.ocl.source (1.1.0.v200706071450-32-9oA55P5M8C8KCK) "Object Co=
nstraint Language (OCL) 2.0 Source" [Resolved]
org.eclipse.ocl.uml (1.1.0.v200706071450) "OCL 2.0 Binding for UML" [Star=
ting]
org.eclipse.ocl.uml.source (1.1.0.v200706071450-10-7w311817182561) "OCL 2=
=2E0 Binding for UML Source" [Resolved]
org.eclipse.osgi (3.3.0.v20070530) "OSGi System Bundle" [Active]
org.eclipse.osgi.services (3.1.200.v20070605) "OSGi Release 4.0.1 Service=
s" [Resolved]
org.eclipse.osgi.util (3.1.200.v20070605) "OSGi Release 4.0.1 Utility Cla=
sses" [Resolved]
org.eclipse.pde (3.3.0.v20070608-1300) "Eclipse Plug-in Development Envir=
onment" [Resolved]
org.eclipse.pde.build (3.3.0.v20070612) "Plug-in Development Environment =
Build Support" [Starting]
org.eclipse.pde.core (3.3.0.v20070608-1300) "Plug-in Development Core" [S=
tarting]
org.eclipse.pde.doc.user (3.3.0.v20070614-0800) "Eclipse Plug-in Developm=
ent User Guide" [Resolved]
org.eclipse.pde.junit.runtime (3.3.0.v20070608-1300) "PDE JUnit Plug-in T=
est" [Resolved]
org.eclipse.pde.runtime (3.3.0.v20070608-1300) "Plug-in Development Envir=
onment Runtime" [Starting]
org.eclipse.pde.source (3.3.0.v20070607-7N7M-DUUEF6Ez0H46IcCC) "Eclipse P=
lug-in Development Environment Developer Resources" [Resolved]
org.eclipse.pde.ui (3.3.0.v20070608-1300) "Plug-in Development UI" [Start=
ing]
org.eclipse.pde.ui.templates (3.3.0.v20070608-1300) "PDE Templates" [Star=
ting]
org.eclipse.platform (3.3.0.v20070613) "Eclipse Platform" [Starting]
org.eclipse.platform.doc.isv (3.3.0.v20070621) "Eclipse Platform Plug-in =
Developer Guide" [Starting]
org.eclipse.platform.doc.user (3.3.0.I20070615-1300) "Eclipse Workbench U=
ser Guide" [Starting]
org.eclipse.platform.source (3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G) "Eclip=
se Platform Plug-in Developer Resources" [Resolved]
org.eclipse.platform.source.win32.win32.x86 (3.3.0.v20070612-_19UEkLEzwsd=
F9jSqQ-G) "Eclipse Platform Plug-in Developer Resources" [Resolved]
org.eclipse.rcp (3.2.0.v20070612) "Eclipse RCP" [Starting]
org.eclipse.rcp.source (3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG) "Eclipse=
RCP Plug-in Developer Resources" [Resolved]
org.eclipse.rcp.source.win32.win32.x86 (3.3.0.v20070607-8y8eE8NEbsN3X_fjW=
S8HPNG) "Eclipse RCP Plug-in Developer Resources" [Resolved]
org.eclipse.sdk (3.3.0.v20070613) "Eclipse Project SDK" [Starting]
org.eclipse.search (3.3.0.v20070606-0010) "Search Support" [Starting]
org.eclipse.swt (3.3.0.v3346) "Standard Widget Toolkit" [Resolved]
org.eclipse.swt.win32.win32.x86 (3.3.0.v3346) "Standard Widget Toolkit fo=
r Windows" [Resolved]
org.eclipse.team.core (3.3.0.I20070607) "Team Support Core" [Active]
org.eclipse.team.cvs.core (3.3.0.I20070607) "CVS Team Provider Core" [Sta=
rting]
org.eclipse.team.cvs.ssh (3.2.100.I20061208) "CVS SSH Core" [Starting]
org.eclipse.team.cvs.ssh2 (3.2.100.I20070604) "CVS SSH2" [Starting]
org.eclipse.team.cvs.ui (3.3.0.I20070607) "CVS Team Provider UI" [Startin=
g]
org.eclipse.team.ui (3.3.0.I20070607) "Team Support UI" [Active]
org.eclipse.text (3.3.0.v20070606-0010) "Text" [Resolved]
org.eclipse.tomcat (4.1.230.v20070531) "Tomcat Wrapper" [Starting]
org.eclipse.ui (3.3.0.I20070614-0800) "Eclipse UI" [Active]
org.eclipse.ui.browser (3.2.100.v20070524A) "Browser Support" [Active]
org.eclipse.ui.cheatsheets (3.3.0.v20070507) "Cheat Sheets" [Starting]
org.eclipse.ui.console (3.2.0.v20070530) "Console" [Starting]
org.eclipse.ui.editors (3.3.0.v20070606-0010) "Default Text Editor" [Acti=
ve]
org.eclipse.ui.externaltools (3.1.200.v20070416) "External Tools" [Active=
]
org.eclipse.ui.forms (3.3.0.v20070511) "Eclipse Forms" [Starting]
org.eclipse.ui.ide (3.3.0.I20070620) "Eclipse IDE UI" [Active]
org.eclipse.ui.ide.application (1.0.0.I20070530-0100) "Eclipse IDE UI App=
lication" [Resolved]
org.eclipse.ui.intro (3.2.100.v20070530) "Welcome Framework" [Starting]
org.eclipse.ui.intro.uni
Re: XML Catalog Problem in Java and Plugin Projects [message #198289 is a reply to message #198271] Tue, 14 August 2007 16:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: andres.feuz.postfinance.ch

Hi Valentin!

I found out something interessting. If i take a new eclipse installation
and only install 'XML Editor and Tools' and its required plugins from
the europa discovery site. Then the XML Validation functions in plugin
and java projects too.
As soon as i additionaly install the WST from the europa discovery site,
the validation isn't working anymore. After this the only validator
listed on the validation propterty page of the plugin project is HTML
Validator.

Can you reproduce this behaviour to?

Regards Andres




> Hi Valentin!
>
> There is nothing special about my projects! To reproduce the error I
> created all new projects in a virgin workspace. The only configuration i
> did, is setting the default jre to jdk 1.5 and the code compliance
> level to 5.0 in the preferences, but this has no effect on the problem.
>
> The plugin project has source code and the jdt and pde natures are
> associated with the plugin project.
>
> Are there listed all the validators from the validation preferences on
> your plugins project validation property page?
>
> I attached the configuration details of my eclipse installation. Perhaps
> you can see something there...
>
> Thanks for further help...
>
> Andres
>
>
> Valentin schrieb:
>> Thanks for the extra information Andres.
>>
>> I tried your scenario and was unable to reproduce the issue with newly
>> created Java projects and Plug-in projects that contain Java code. Is
>> there anything special about your projects?
>>
>> I have been able to reproduce the issue - only HTML and JSP validators
>> showing up - with Plug-in projects that do not contain source code.
>> These projects have the following nature only:
>>
>> <natures>
>> <nature>org.eclipse.pde.PluginNature</nature>
>> </natures>
>>
>> A typical plug-in project which contains Java code will have these
>> natures:
>>
>> <natures>
>> <nature>org.eclipse.jdt.core.javanature</nature>
>> <nature>org.eclipse.pde.PluginNature</nature>
>> </natures>
>>
>> Once we clarify the scenario further, I think this deserves a bug
>> probably against the wst.validation component.
>>
>> Regards,
>> Valentin
>>
>> "Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
>> news:46c16289$1@news.post.ch...
>>> Hi Valentin.
>>>
>>> Sorry, i held the information a little bit small. I'am using Eclipse
>>> 3.3 and WTP 2.0 which includes the 'Eclipse XML Editors and Tools' in
>>> the version 2.0.0.v200706182145 (Europa Project).
>>>
>>> The Validation Property Page on my Projects shows up (this is not as
>>> in the bug you pointed to me).
>>>
>>> In the project properties i do not override the validation
>>> preferences of the workbench, so the validation should have the same
>>> configuration for every project.
>>> But i remarked that on the projects validation properties page of
>>> Java and Plugin Projects there is only listed the
>>> 'HTML Syntax Validator' under 'The selected validators will run when
>>> <project_name> is validated:'. In simple projects the XML and XML
>>> schema validator and the others from the validation preferences are
>>> listed too.
>>>
>>> That seems to be the problem, but it's not possible to add these
>>> validators in the validation properties dialog. The missing
>>> validators are filtered out automatically in java and plugin projects.
>>>
>>> Thanks for further help!
>>> Andres
>>>
>>>
>>>
>>> Valentin schrieb:
>>>> Hi Andres, can you please be more explicit as to what WTP version
>>>> you are using? Can you also check the Java project's properties to
>>>> make sure the XML validator is present in the validators list and
>>>> enabled. This bug fixed in WTP 2.0 might be related
>>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=174392.
>>>>
>>>> "Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
>>>> news:46c094a8$1@news.post.ch...
>>>>> Hello!
>>>>>
>>>>> I have a XML Schema and i registered it in the XML Catalog. If i
>>>>> put the dependent XML Files in a "simple" Project then the
>>>>> validation of these files works. As soon as i move the XML file in
>>>>> a Java or Plugin Project the files wont be validatated anymore.
>>>>>
>>>>> Is this a Bug or did i miss something?
>>>>>
>>>>> Thanks for your help!
>>>>>
>>>>> Andres
>>
>
Re: XML Catalog Problem in Java and Plugin Projects [message #198325 is a reply to message #198289] Tue, 14 August 2007 20:49 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: valentinbaciu.hotmail.com

Sorry, I typically install things using the zip files available on the
download pages. Is there anything in the log when running the second
scenario? Can you try with a 1.5 level JRE?

"Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
news:46c1d6e3$1@news.post.ch...
> Hi Valentin!
>
> I found out something interessting. If i take a new eclipse installation
> and only install 'XML Editor and Tools' and its required plugins from the
> europa discovery site. Then the XML Validation functions in plugin and
> java projects too.
> As soon as i additionaly install the WST from the europa discovery site,
> the validation isn't working anymore. After this the only validator listed
> on the validation propterty page of the plugin project is HTML Validator.
>
> Can you reproduce this behaviour to?
>
> Regards Andres
>
>
>
>
>> Hi Valentin!
>>
>> There is nothing special about my projects! To reproduce the error I
>> created all new projects in a virgin workspace. The only configuration i
>> did, is setting the default jre to jdk 1.5 and the code compliance level
>> to 5.0 in the preferences, but this has no effect on the problem.
>>
>> The plugin project has source code and the jdt and pde natures are
>> associated with the plugin project.
>>
>> Are there listed all the validators from the validation preferences on
>> your plugins project validation property page?
>>
>> I attached the configuration details of my eclipse installation. Perhaps
>> you can see something there...
>>
>> Thanks for further help...
>>
>> Andres
>>
>>
>> Valentin schrieb:
>>> Thanks for the extra information Andres.
>>>
>>> I tried your scenario and was unable to reproduce the issue with newly
>>> created Java projects and Plug-in projects that contain Java code. Is
>>> there anything special about your projects?
>>>
>>> I have been able to reproduce the issue - only HTML and JSP validators
>>> showing up - with Plug-in projects that do not contain source code.
>>> These projects have the following nature only:
>>>
>>> <natures>
>>> <nature>org.eclipse.pde.PluginNature</nature>
>>> </natures>
>>>
>>> A typical plug-in project which contains Java code will have these
>>> natures:
>>>
>>> <natures>
>>> <nature>org.eclipse.jdt.core.javanature</nature>
>>> <nature>org.eclipse.pde.PluginNature</nature>
>>> </natures>
>>>
>>> Once we clarify the scenario further, I think this deserves a bug
>>> probably against the wst.validation component.
>>>
>>> Regards,
>>> Valentin
>>>
>>> "Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
>>> news:46c16289$1@news.post.ch...
>>>> Hi Valentin.
>>>>
>>>> Sorry, i held the information a little bit small. I'am using Eclipse
>>>> 3.3 and WTP 2.0 which includes the 'Eclipse XML Editors and Tools' in
>>>> the version 2.0.0.v200706182145 (Europa Project).
>>>>
>>>> The Validation Property Page on my Projects shows up (this is not as in
>>>> the bug you pointed to me).
>>>>
>>>> In the project properties i do not override the validation preferences
>>>> of the workbench, so the validation should have the same configuration
>>>> for every project.
>>>> But i remarked that on the projects validation properties page of Java
>>>> and Plugin Projects there is only listed the
>>>> 'HTML Syntax Validator' under 'The selected validators will run when
>>>> <project_name> is validated:'. In simple projects the XML and XML
>>>> schema validator and the others from the validation preferences are
>>>> listed too.
>>>>
>>>> That seems to be the problem, but it's not possible to add these
>>>> validators in the validation properties dialog. The missing validators
>>>> are filtered out automatically in java and plugin projects.
>>>>
>>>> Thanks for further help!
>>>> Andres
>>>>
>>>>
>>>>
>>>> Valentin schrieb:
>>>>> Hi Andres, can you please be more explicit as to what WTP version you
>>>>> are using? Can you also check the Java project's properties to make
>>>>> sure the XML validator is present in the validators list and enabled.
>>>>> This bug fixed in WTP 2.0 might be related
>>>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=174392.
>>>>>
>>>>> "Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
>>>>> news:46c094a8$1@news.post.ch...
>>>>>> Hello!
>>>>>>
>>>>>> I have a XML Schema and i registered it in the XML Catalog. If i put
>>>>>> the dependent XML Files in a "simple" Project then the validation of
>>>>>> these files works. As soon as i move the XML file in a Java or Plugin
>>>>>> Project the files wont be validatated anymore.
>>>>>>
>>>>>> Is this a Bug or did i miss something?
>>>>>>
>>>>>> Thanks for your help!
>>>>>>
>>>>>> Andres
>>>
>>
Re: XML Catalog Problem in Java and Plugin Projects [message #198343 is a reply to message #198325] Wed, 15 August 2007 11:40 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: andres.feuz.postfinance.ch

I tryed it out to install the wst 2.0 release from zips of the download
page instead of downloading it from the europa discovery site. And i
tryed it out with jre 1.5. But the problem is still the same! Validation
of xml files doesn't work in java and plugin projects.

You have still any suggestions?


Valentin schrieb:
> Sorry, I typically install things using the zip files available on the
> download pages. Is there anything in the log when running the second
> scenario? Can you try with a 1.5 level JRE?
>
> "Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
> news:46c1d6e3$1@news.post.ch...
>> Hi Valentin!
>>
>> I found out something interessting. If i take a new eclipse installation
>> and only install 'XML Editor and Tools' and its required plugins from the
>> europa discovery site. Then the XML Validation functions in plugin and
>> java projects too.
>> As soon as i additionaly install the WST from the europa discovery site,
>> the validation isn't working anymore. After this the only validator listed
>> on the validation propterty page of the plugin project is HTML Validator.
>>
>> Can you reproduce this behaviour to?
>>
>> Regards Andres
>>
>>
>>
>>
>>> Hi Valentin!
>>>
>>> There is nothing special about my projects! To reproduce the error I
>>> created all new projects in a virgin workspace. The only configuration i
>>> did, is setting the default jre to jdk 1.5 and the code compliance level
>>> to 5.0 in the preferences, but this has no effect on the problem.
>>>
>>> The plugin project has source code and the jdt and pde natures are
>>> associated with the plugin project.
>>>
>>> Are there listed all the validators from the validation preferences on
>>> your plugins project validation property page?
>>>
>>> I attached the configuration details of my eclipse installation. Perhaps
>>> you can see something there...
>>>
>>> Thanks for further help...
>>>
>>> Andres
>>>
>>>
>>> Valentin schrieb:
>>>> Thanks for the extra information Andres.
>>>>
>>>> I tried your scenario and was unable to reproduce the issue with newly
>>>> created Java projects and Plug-in projects that contain Java code. Is
>>>> there anything special about your projects?
>>>>
>>>> I have been able to reproduce the issue - only HTML and JSP validators
>>>> showing up - with Plug-in projects that do not contain source code.
>>>> These projects have the following nature only:
>>>>
>>>> <natures>
>>>> <nature>org.eclipse.pde.PluginNature</nature>
>>>> </natures>
>>>>
>>>> A typical plug-in project which contains Java code will have these
>>>> natures:
>>>>
>>>> <natures>
>>>> <nature>org.eclipse.jdt.core.javanature</nature>
>>>> <nature>org.eclipse.pde.PluginNature</nature>
>>>> </natures>
>>>>
>>>> Once we clarify the scenario further, I think this deserves a bug
>>>> probably against the wst.validation component.
>>>>
>>>> Regards,
>>>> Valentin
>>>>
>>>> "Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
>>>> news:46c16289$1@news.post.ch...
>>>>> Hi Valentin.
>>>>>
>>>>> Sorry, i held the information a little bit small. I'am using Eclipse
>>>>> 3.3 and WTP 2.0 which includes the 'Eclipse XML Editors and Tools' in
>>>>> the version 2.0.0.v200706182145 (Europa Project).
>>>>>
>>>>> The Validation Property Page on my Projects shows up (this is not as in
>>>>> the bug you pointed to me).
>>>>>
>>>>> In the project properties i do not override the validation preferences
>>>>> of the workbench, so the validation should have the same configuration
>>>>> for every project.
>>>>> But i remarked that on the projects validation properties page of Java
>>>>> and Plugin Projects there is only listed the
>>>>> 'HTML Syntax Validator' under 'The selected validators will run when
>>>>> <project_name> is validated:'. In simple projects the XML and XML
>>>>> schema validator and the others from the validation preferences are
>>>>> listed too.
>>>>>
>>>>> That seems to be the problem, but it's not possible to add these
>>>>> validators in the validation properties dialog. The missing validators
>>>>> are filtered out automatically in java and plugin projects.
>>>>>
>>>>> Thanks for further help!
>>>>> Andres
>>>>>
>>>>>
>>>>>
>>>>> Valentin schrieb:
>>>>>> Hi Andres, can you please be more explicit as to what WTP version you
>>>>>> are using? Can you also check the Java project's properties to make
>>>>>> sure the XML validator is present in the validators list and enabled.
>>>>>> This bug fixed in WTP 2.0 might be related
>>>>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=174392.
>>>>>>
>>>>>> "Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
>>>>>> news:46c094a8$1@news.post.ch...
>>>>>>> Hello!
>>>>>>>
>>>>>>> I have a XML Schema and i registered it in the XML Catalog. If i put
>>>>>>> the dependent XML Files in a "simple" Project then the validation of
>>>>>>> these files works. As soon as i move the XML file in a Java or Plugin
>>>>>>> Project the files wont be validatated anymore.
>>>>>>>
>>>>>>> Is this a Bug or did i miss something?
>>>>>>>
>>>>>>> Thanks for your help!
>>>>>>>
>>>>>>> Andres
>
>
Re: XML Catalog Problem in Java and Plugin Projects [message #198374 is a reply to message #198343] Wed, 15 August 2007 15:17 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: valentinbaciu.hotmail.com

Hi Andres, I'm not sure I can help past this point. It seems you have a
clearly reproducible scenario so this may warrant opening a bug, maybe
initially against the wst.validation component. Start here
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Web%20To ols and fill in
as many details as you can, version, JRE, test cases, etc. As I said, I've
only been able to confirm the scenario with a plug-in project with no java
code (nature, builder) and I passed a link to this discussion to the
validation team. A bug report is a better way to track this issue from here
on.

Regards, Valentin

"Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
news:46c2e62e$1@news.post.ch...
>I tryed it out to install the wst 2.0 release from zips of the download
>page instead of downloading it from the europa discovery site. And i tryed
>it out with jre 1.5. But the problem is still the same! Validation of xml
>files doesn't work in java and plugin projects.
>
> You have still any suggestions?
>
>
> Valentin schrieb:
>> Sorry, I typically install things using the zip files available on the
>> download pages. Is there anything in the log when running the second
>> scenario? Can you try with a 1.5 level JRE?
>>
>> "Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
>> news:46c1d6e3$1@news.post.ch...
>>> Hi Valentin!
>>>
>>> I found out something interessting. If i take a new eclipse installation
>>> and only install 'XML Editor and Tools' and its required plugins from
>>> the europa discovery site. Then the XML Validation functions in plugin
>>> and java projects too.
>>> As soon as i additionaly install the WST from the europa discovery site,
>>> the validation isn't working anymore. After this the only validator
>>> listed on the validation propterty page of the plugin project is HTML
>>> Validator.
>>>
>>> Can you reproduce this behaviour to?
>>>
>>> Regards Andres
>>>
>>>
>>>
>>>
>>>> Hi Valentin!
>>>>
>>>> There is nothing special about my projects! To reproduce the error I
>>>> created all new projects in a virgin workspace. The only configuration
>>>> i did, is setting the default jre to jdk 1.5 and the code compliance
>>>> level to 5.0 in the preferences, but this has no effect on the problem.
>>>>
>>>> The plugin project has source code and the jdt and pde natures are
>>>> associated with the plugin project.
>>>>
>>>> Are there listed all the validators from the validation preferences on
>>>> your plugins project validation property page?
>>>>
>>>> I attached the configuration details of my eclipse installation.
>>>> Perhaps you can see something there...
>>>>
>>>> Thanks for further help...
>>>>
>>>> Andres
>>>>
>>>>
>>>> Valentin schrieb:
>>>>> Thanks for the extra information Andres.
>>>>>
>>>>> I tried your scenario and was unable to reproduce the issue with newly
>>>>> created Java projects and Plug-in projects that contain Java code. Is
>>>>> there anything special about your projects?
>>>>>
>>>>> I have been able to reproduce the issue - only HTML and JSP validators
>>>>> showing up - with Plug-in projects that do not contain source code.
>>>>> These projects have the following nature only:
>>>>>
>>>>> <natures>
>>>>> <nature>org.eclipse.pde.PluginNature</nature>
>>>>> </natures>
>>>>>
>>>>> A typical plug-in project which contains Java code will have these
>>>>> natures:
>>>>>
>>>>> <natures>
>>>>> <nature>org.eclipse.jdt.core.javanature</nature>
>>>>> <nature>org.eclipse.pde.PluginNature</nature>
>>>>> </natures>
>>>>>
>>>>> Once we clarify the scenario further, I think this deserves a bug
>>>>> probably against the wst.validation component.
>>>>>
>>>>> Regards,
>>>>> Valentin
>>>>>
>>>>> "Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
>>>>> news:46c16289$1@news.post.ch...
>>>>>> Hi Valentin.
>>>>>>
>>>>>> Sorry, i held the information a little bit small. I'am using Eclipse
>>>>>> 3.3 and WTP 2.0 which includes the 'Eclipse XML Editors and Tools' in
>>>>>> the version 2.0.0.v200706182145 (Europa Project).
>>>>>>
>>>>>> The Validation Property Page on my Projects shows up (this is not as
>>>>>> in the bug you pointed to me).
>>>>>>
>>>>>> In the project properties i do not override the validation
>>>>>> preferences of the workbench, so the validation should have the same
>>>>>> configuration for every project.
>>>>>> But i remarked that on the projects validation properties page of
>>>>>> Java and Plugin Projects there is only listed the
>>>>>> 'HTML Syntax Validator' under 'The selected validators will run when
>>>>>> <project_name> is validated:'. In simple projects the XML and XML
>>>>>> schema validator and the others from the validation preferences are
>>>>>> listed too.
>>>>>>
>>>>>> That seems to be the problem, but it's not possible to add these
>>>>>> validators in the validation properties dialog. The missing
>>>>>> validators are filtered out automatically in java and plugin
>>>>>> projects.
>>>>>>
>>>>>> Thanks for further help!
>>>>>> Andres
>>>>>>
>>>>>>
>>>>>>
>>>>>> Valentin schrieb:
>>>>>>> Hi Andres, can you please be more explicit as to what WTP version
>>>>>>> you are using? Can you also check the Java project's properties to
>>>>>>> make sure the XML validator is present in the validators list and
>>>>>>> enabled. This bug fixed in WTP 2.0 might be related
>>>>>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=174392.
>>>>>>>
>>>>>>> "Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
>>>>>>> news:46c094a8$1@news.post.ch...
>>>>>>>> Hello!
>>>>>>>>
>>>>>>>> I have a XML Schema and i registered it in the XML Catalog. If i
>>>>>>>> put the dependent XML Files in a "simple" Project then the
>>>>>>>> validation of these files works. As soon as i move the XML file in
>>>>>>>> a Java or Plugin Project the files wont be validatated anymore.
>>>>>>>>
>>>>>>>> Is this a Bug or did i miss something?
>>>>>>>>
>>>>>>>> Thanks for your help!
>>>>>>>>
>>>>>>>> Andres
>>
Re: XML Catalog Problem in Java and Plugin Projects [message #198398 is a reply to message #198374] Wed, 15 August 2007 16:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: andres.feuz.postfinance.ch

Hi Valentin. Thanks for your help! I will test this with the wst
maintenance release 2.0.1 and at home on Win XP. If i still have the
same problem i will open a bug and post the results.

Regards, Andres

Valentin schrieb:
> Hi Andres, I'm not sure I can help past this point. It seems you have a
> clearly reproducible scenario so this may warrant opening a bug, maybe
> initially against the wst.validation component. Start here
> https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Web%20To ols and fill in
> as many details as you can, version, JRE, test cases, etc. As I said, I've
> only been able to confirm the scenario with a plug-in project with no java
> code (nature, builder) and I passed a link to this discussion to the
> validation team. A bug report is a better way to track this issue from here
> on.
>
> Regards, Valentin
>
> "Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
> news:46c2e62e$1@news.post.ch...
>> I tryed it out to install the wst 2.0 release from zips of the download
>> page instead of downloading it from the europa discovery site. And i tryed
>> it out with jre 1.5. But the problem is still the same! Validation of xml
>> files doesn't work in java and plugin projects.
>>
>> You have still any suggestions?
>>
>>
>> Valentin schrieb:
>>> Sorry, I typically install things using the zip files available on the
>>> download pages. Is there anything in the log when running the second
>>> scenario? Can you try with a 1.5 level JRE?
>>>
>>> "Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
>>> news:46c1d6e3$1@news.post.ch...
>>>> Hi Valentin!
>>>>
>>>> I found out something interessting. If i take a new eclipse installation
>>>> and only install 'XML Editor and Tools' and its required plugins from
>>>> the europa discovery site. Then the XML Validation functions in plugin
>>>> and java projects too.
>>>> As soon as i additionaly install the WST from the europa discovery site,
>>>> the validation isn't working anymore. After this the only validator
>>>> listed on the validation propterty page of the plugin project is HTML
>>>> Validator.
>>>>
>>>> Can you reproduce this behaviour to?
>>>>
>>>> Regards Andres
>>>>
>>>>
>>>>
>>>>
>>>>> Hi Valentin!
>>>>>
>>>>> There is nothing special about my projects! To reproduce the error I
>>>>> created all new projects in a virgin workspace. The only configuration
>>>>> i did, is setting the default jre to jdk 1.5 and the code compliance
>>>>> level to 5.0 in the preferences, but this has no effect on the problem.
>>>>>
>>>>> The plugin project has source code and the jdt and pde natures are
>>>>> associated with the plugin project.
>>>>>
>>>>> Are there listed all the validators from the validation preferences on
>>>>> your plugins project validation property page?
>>>>>
>>>>> I attached the configuration details of my eclipse installation.
>>>>> Perhaps you can see something there...
>>>>>
>>>>> Thanks for further help...
>>>>>
>>>>> Andres
>>>>>
>>>>>
>>>>> Valentin schrieb:
>>>>>> Thanks for the extra information Andres.
>>>>>>
>>>>>> I tried your scenario and was unable to reproduce the issue with newly
>>>>>> created Java projects and Plug-in projects that contain Java code. Is
>>>>>> there anything special about your projects?
>>>>>>
>>>>>> I have been able to reproduce the issue - only HTML and JSP validators
>>>>>> showing up - with Plug-in projects that do not contain source code.
>>>>>> These projects have the following nature only:
>>>>>>
>>>>>> <natures>
>>>>>> <nature>org.eclipse.pde.PluginNature</nature>
>>>>>> </natures>
>>>>>>
>>>>>> A typical plug-in project which contains Java code will have these
>>>>>> natures:
>>>>>>
>>>>>> <natures>
>>>>>> <nature>org.eclipse.jdt.core.javanature</nature>
>>>>>> <nature>org.eclipse.pde.PluginNature</nature>
>>>>>> </natures>
>>>>>>
>>>>>> Once we clarify the scenario further, I think this deserves a bug
>>>>>> probably against the wst.validation component.
>>>>>>
>>>>>> Regards,
>>>>>> Valentin
>>>>>>
>>>>>> "Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
>>>>>> news:46c16289$1@news.post.ch...
>>>>>>> Hi Valentin.
>>>>>>>
>>>>>>> Sorry, i held the information a little bit small. I'am using Eclipse
>>>>>>> 3.3 and WTP 2.0 which includes the 'Eclipse XML Editors and Tools' in
>>>>>>> the version 2.0.0.v200706182145 (Europa Project).
>>>>>>>
>>>>>>> The Validation Property Page on my Projects shows up (this is not as
>>>>>>> in the bug you pointed to me).
>>>>>>>
>>>>>>> In the project properties i do not override the validation
>>>>>>> preferences of the workbench, so the validation should have the same
>>>>>>> configuration for every project.
>>>>>>> But i remarked that on the projects validation properties page of
>>>>>>> Java and Plugin Projects there is only listed the
>>>>>>> 'HTML Syntax Validator' under 'The selected validators will run when
>>>>>>> <project_name> is validated:'. In simple projects the XML and XML
>>>>>>> schema validator and the others from the validation preferences are
>>>>>>> listed too.
>>>>>>>
>>>>>>> That seems to be the problem, but it's not possible to add these
>>>>>>> validators in the validation properties dialog. The missing
>>>>>>> validators are filtered out automatically in java and plugin
>>>>>>> projects.
>>>>>>>
>>>>>>> Thanks for further help!
>>>>>>> Andres
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> Valentin schrieb:
>>>>>>>> Hi Andres, can you please be more explicit as to what WTP version
>>>>>>>> you are using? Can you also check the Java project's properties to
>>>>>>>> make sure the XML validator is present in the validators list and
>>>>>>>> enabled. This bug fixed in WTP 2.0 might be related
>>>>>>>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=174392.
>>>>>>>>
>>>>>>>> "Andres Feuz" <andres.feuz@postfinance.ch> wrote in message
>>>>>>>> news:46c094a8$1@news.post.ch...
>>>>>>>>> Hello!
>>>>>>>>>
>>>>>>>>> I have a XML Schema and i registered it in the XML Catalog. If i
>>>>>>>>> put the dependent XML Files in a "simple" Project then the
>>>>>>>>> validation of these files works. As soon as i move the XML file in
>>>>>>>>> a Java or Plugin Project the files wont be validatated anymore.
>>>>>>>>>
>>>>>>>>> Is this a Bug or did i miss something?
>>>>>>>>>
>>>>>>>>> Thanks for your help!
>>>>>>>>>
>>>>>>>>> Andres
>
Re: XML Catalog Problem in Java and Plugin Projects [message #199079 is a reply to message #198398] Wed, 29 August 2007 18:19 Go to previous message
Eclipse UserFriend
Originally posted by: aagnqwm02.sneakemail.com

Hello,

I had a similar problem which I could resolve by installing JST. I don't
know if this is really the cause why it works now (I also installed some
other packages before and maybe I just didn't notice it it already worked
before I installed it), but that might be the difference between your
installations.

Bernhard
Previous Topic:keyboard shortcuts
Next Topic:Q about ComponentHandle
Goto Forum:
  


Current Time: Tue Apr 23 05:32:35 GMT 2024

Powered by FUDForum. Page generated in 0.06504 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top