they are generated from the XML schema of the plugins. Right click on the subproject for the plugin manager and select 'Update sources' - this should add target/generated-sources and target/generated-classes to your classpath. If this still does not work, try Run -> Maven build.. and type 'clean install' as the goals.
You might need to do the same for the diagram-model project. On Tue, Nov 10, 2009 at 23:48, WANG Feng <[email protected]> wrote: > Dear Alan: > I modified the XML file. The previous error was skipped. Now I got a > new error. > In TestPluginLoadFromXML.java, I cannot find three import. > > import net.sf.taverna.x2008.xml.plugins.DescribedPlugin; > import net.sf.taverna.x2008.xml.plugins.PluginDocument; > import net.sf.taverna.x2008.xml.plugins.PluginsDocument; > > where can I find x2008?? > > Best wishes > yours feng > > On Mon, 09 Nov 2009 14:25:34 +0000 > Alan Williams <[email protected]> wrote: > >> WANG Feng wrote: >> > Dear ALL: >> >> Hello, >> >> > I downloaded the source file from server with SVN. And now , I got >> > the same error with LocalworkerTranslatorTest in Eclipse. I remembered >> > that this error was caused by the WINDOWS environment. Who can help me >> > to fix the problem? >> >> I'd expect that processor to throw an exception - it is meant to. You >> need to look in the surefire reports to see what the three failures are. >> It's easiest if you look at the txt versions of the logs. The >> surefire reports will be in the target directory. >> >> > Alan, help me... >> > >> > yours WANG Feng. >> >> Alan >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> taverna-hackers mailing list >> [email protected] >> Web site: http://www.taverna.org.uk >> Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/ >> Developers Guide: http://www.mygrid.org.uk/tools/developer-information > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > taverna-hackers mailing list > [email protected] > Web site: http://www.taverna.org.uk > Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/ > Developers Guide: http://www.mygrid.org.uk/tools/developer-information > -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ taverna-hackers mailing list [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/taverna-mailing-lists/ Developers Guide: http://www.mygrid.org.uk/tools/developer-information
