This post originated from an RSS feed registered with Java Buzz
by Fred Grott.
Original Post: SunJSAS Plugin Progress II
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
Well, the serverdef file validaltes. How did I get it to validate to verify this assumption? I just copied the schema xsd file to the servers sub folder and copy the serverdef file and add the xml suffix and let Eclipse validate it when you open it in Eclipse.
I know with the changes that the plugin is not loading so that leaves either the buildfile, plugins.xml, plugin.properties, or manifes.mf file being incorrect. So how do I validate those files, hmm?
The main reason why this type of plugin development is different is that you do not have class files to load from src and thus you are limited in the plugin wizards and the other Eclipse plugin dev stuff tha tyou can use. Thus, the requirement of finding a new way to verify or validate the files.
Of course WTP is very new and bleeding edge and we wil probably not see a new plugin wizard to address defining ServerDefinitionFiles plugins until WTP1.0 or WTP1.5.