Peter, Longwell does not need to be installed.
What I usually do is running mvn package mvn install in the following subdirectories (in order) interfaces converters engine and then running mvn jetty:run in the engine subdirectory. Let me know if that works. David [EMAIL PROTECTED] wrote: > > For security reasons I cannot post data to the Babel server, so I need > to run Babel on my laptop to convert CSV or XLS data to JSON. I have > maven installed and working, but the Babel.bat command fails because > the jetty-maven-plugin is not installed. I’m also unclear as to > whether Longwell needs to be installed, and if so, what the directory > hierarchy and PATH settings should be. > > I do not run an Apache server by default. I do a lot of development > with Visual Studio, so I shut down my IIS web server when I need to > run Babel and use the built-in Apache/Jetty server in the distribution. > > Any recipes for configuring the tools for this situation would be most > appreciated! > > Errors when running Babel (retrieved using SVN) > > C:\Documents and Settings\pquirk\My Documents\Simile\Babel>babel.bat > > [INFO]: MAVEN_OPTS=-Djava.awt.headless=true -Xms32M -Xmx256M > -Djetty.port=8080 > > [INFO] Scanning for projects... > > [INFO] Reactor build order: > > [INFO] SIMILE Babel > > [INFO] SIMILE Babel Interfaces > > [INFO] SIMILE Babel Converters Modules > > [INFO] SIMILE Bibtex Converter > > [INFO] SIMILE Exhibit Converter > > [INFO] SIMILE TSV Converter > > [INFO] SIMILE XLS Converter > > [INFO] SIMILE JPEG Converter > > [INFO] SIMILE Babel Engine > > [INFO] Searching repository for plugin with prefix: 'jetty'. > > [INFO] > ------------------------------------------------------------------------ > > [ERROR] BUILD ERROR > > [INFO] > ------------------------------------------------------------------------ > > [INFO] The plugin 'org.apache.maven.plugins:maven-jetty-plugin' does > not exist or no valid version could be found > > [INFO] > ------------------------------------------------------------------------ > > [INFO] For more information, run Maven with the -e switch > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Total time: < 1 second > > [INFO] Finished at: Wed Jan 23 15:28:29 EST 2008 > > [INFO] Final Memory: 4M/31M > > [INFO] > ------------------------------------------------------------------------ > > -- Peter > > ------------------------------------------------------------------------ > > _______________________________________________ > General mailing list > [email protected] > http://simile.mit.edu/mailman/listinfo/general > _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
