Yay, that did the trick! Thanks! AWS and Ubuntu rules :)
Now to build a Linux version and implement for first pilot... yummy 2010/1/5 Richard Hirsch <[email protected]>: > That is javascript compressor which you don't need. > > Look at the pom.xml and comment out the following plug-in > > <plugin> > 288 <groupId>net.sf.alchim</groupId> > 289 <artifactId>yuicompressor-maven-plugin</artifactId> > 290 <executions> > 291 <execution> > 292 <goals> > 293 <goal>compress</goal> > 294 </goals> > 295 </execution> > 296 </executions> > 297 <configuration> > 298 <nosuffix>true</nosuffix> > 299 <jswarn>false</jswarn> > 300 </configuration> > 301 </plugin> > > D, > > On Tue, Jan 5, 2010 at 5:13 PM, Sig Rinde <[email protected]> wrote: >> 2010/1/5 Richard Hirsch <[email protected]>: >> >>> Should be just as easy with linux. If you notice any diffs, just add a >>> comment to the "Installation Guides" wiki page and I'll add the >>> material to the wiki. >> >> Looked easy... >> >> Much apt-get first (Ubuntu this on Amazon Web Services) - maven2, >> subversion and jetty - all went well including the esme svn. >> >> But when mvn jetty:run from esme/server I get this after a bit: >> >> [ERROR] FATAL ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] null >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Trace >> java.lang.RuntimeException >> at >> com.yahoo.platform.yui.compressor.JavaScriptCompressor.printSourceNumber(JavaScriptCompressor.java:299) >> at >> com.yahoo.platform.yui.compressor.JavaScriptCompressor.parse(JavaScriptCompressor.java:335) >> at >> com.yahoo.platform.yui.compressor.JavaScriptCompressor.<init>(JavaScriptCompressor.java:532) >> at >> net.sf.alchim.mojo.yuicompressor.YuiCompressorMojo.processFile(YuiCompressorMojo.java:178) >> at >> net.sf.alchim.mojo.yuicompressor.MojoSupport.processDir(MojoSupport.java:151) >> at >> net.sf.alchim.mojo.yuicompressor.MojoSupport.execute(MojoSupport.java:105) >> at >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:451) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:558) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:499) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkProjectLifecycle(DefaultLifecycleExecutor.java:924) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.forkLifecycle(DefaultLifecycleExecutor.java:767) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:529) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:512) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:482) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:330) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:291) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142) >> >> And java is: >> >> java version "1.6.0_0" >> OpenJDK Runtime Environment (IcedTea6 1.4.1) (6b14-1.4.1-0ubuntu12) >> OpenJDK Client VM (build 14.0-b08, mixed mode, sharing) >> >> Hmm, where do I stumble? >> >> Sig >> >
