RE: Eclipse plugin for Pluto

2003-10-25 Thread Robert Koberg
Xerces (and xalan) will not be used from a classpath. You need to put it (usually along with xalan.jar and xml-apis.jar -- get the latest) in the $JAVA_HOME/jre/lib/endorsed directory. Check: $ java org.apache.xalan.xslt.EnvironmentCheck (it will tell you which version of xerces, along with many

RE: Eclipse plugin for Pluto

2003-10-25 Thread Hatim Khan
As far as I can tell, it is because the 'create/update web.xml' context menu action uses the code from org.apache.pluto.portalImpl.Deploy which in turn uses the org.apache.pluto.portalImpl.xml.XmlParser. This parser seems to set certain attributes on the document builder, which are not supported b

Re: Eclipse plugin for Pluto

2003-10-25 Thread Jacob Kjome
At 12:51 AM 10/25/2003 -0400, you wrote: Good day, I managed to put together a simple Eclipse plugin for Pluto. The plugin comes with a wizard that can create the Pluto portal project and install it on Tomcat 4.1, it also comes with a sample portlet. If you are interested, please visit http://plut

RE: Eclipse plugin for Pluto

2003-10-25 Thread Hatim Khan
It sounds like you were able to go through the whole tutorial section without a problem using MacOS X. Thanks a lot for letting me know. I will update the website in a few days. -H -Original Message- From: Laurent Voillot [mailto:[EMAIL PROTECTED] Sent: Saturday, October 25, 2003 3:

Re: Eclipse plugin for Pluto

2003-10-25 Thread David Le Strat
Hatim, This is really cool. Here is the pluto mailing list info: http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED] http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED] Regards, David Le Strat. --- Hatim Khan <[EMAIL PROTECTED]> wrote: > Good day, > > I managed to put together a simple Ec

Difference Pluto <-> Jetspeed

2003-10-25 Thread Gerald Stampfel
Hi you gods :) simple question: what's the difference between pluto and jetspeed, the readme files of these both apache projects read like they're doing almost the same .. ? I know jetspeed and i would be surprised, if there are two Apache projects existing for exactly the same purpose. So what

Re: Eclipse plugin for Pluto

2003-10-25 Thread Laurent Voillot
Hello, It's a very good job, I like it. I try your plugin on MacOSX and it work fine on it, you can add MacOSX on the supported platform :-) Hatim Khan wrote: Good day, I managed to put together a simple Eclipse plugin for Pluto. The plugin comes with a wizard that can create the Pluto portal