Sorry for the repost but I am sure it can help Alex. BTW I think you should fix it.
The eclipse log file :
-----
!MESSAGE Problems encountered loading the plug-in registry.
!SUBENTRY 1 org.eclipse.core.runtime 2 1 juil. 25, 2003 15:53:26.454
!MESSAGE Error while processing "file:E:/eclipse/plugins/org.apache.cactus.eclipse.runner_20030722/ plugin.xml: assertion failed: The major (1st) component of plug-in version identifier, "${project.version.plugin}", must be numeric.".
-------
This is due to the plugin.xml <plugin> not correctly written.
The version attribute is not parsed correctly.
Change the opening tag to :
<plugin
id="org.apache.cactus.eclipse.runner"
name="Cactus"
version="1.5"
provider-name="Jakarta Cactus"
class="org.apache.cactus.eclipse.runner.ui.CactusPlugin">
Le mercredi, 30 juil 2003, � 12:17 Europe/Paris, Vincent Massol a �crit :
Hi Alex,
The best is to ask your question on the Cactus user mailing list. The
plugin has not been tested on Eclipse 3.0 (it has been tested on Eclipse
2.1).
Check your .log file (in your workspace) for errors and please post them
to the cactus user list so that we can help you.
Thanks -Vincent
Cactus-----Original Message----- From: Alex Greysukh [mailto:[EMAIL PROTECTED] Sent: 29 July 2003 19:12 To: [EMAIL PROTECTED] Subject: RE: Eclipse problem
Vincent,
Looks like you may be a right person to ask... I've got the latestplug-in for Eclipse (3.0) and followed the instructions, but it seemsdoesnot work at all. Is it a known problem? Are there plans to fix it inthenear future? Any information would be very helpful.
Alex Greysukh Boston, MA [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
