additionally I would try running the build with command line maven (is settable in project's properties) In fact the command line maven execution will be default in netbeans 6.5 as the embedded build is encountering many problems. Incompatibility with the latest released bits, bugs, not having plugins ready for embedded use.
Milos On Thu, Sep 11, 2008 at 6:56 PM, nicolas de loof <[EMAIL PROTECTED]> wrote: > This plugin is not part of standard maven plugins. > Please report your issue to alchim.sf.net > > 2008/9/11 John Coleman <[EMAIL PROTECTED]> > >> Hi, >> >> The YUICompressor plugin gives the dump below. Anyone have any ideas why >> this should suddenly go wrong? We already tried to get a fresh update >> from the central repo. >> >> Is this maybe a mvn version issue given that it is a core mvn plugin >> class missing? >> >> TIA, >> John >> >> >> >> >> Using default encoding to copy filtered resources. >> >> [yuicompressor:compress] >> [FATAL]net.sf.alchim.mojo.yuicompressor.YuiCompressorMojo#execute() >> caused a linkage error (java.lang.NoClassDefFoundError). Check the >> realms: >> [FATAL]NOTE: >> [FATAL]Plugin realm is: >> /plugins/net.sf.alchim:yuicompressor-maven-plugin:[EMAIL >> PROTECTED]/thread:exec_B >> uild eTraderII_17 >> [FATAL]Container realm is: plexus.core >> [FATAL]Realm ID: >> /plugins/net.sf.alchim:yuicompressor-maven-plugin:[EMAIL >> PROTECTED]/thread:exec_B >> uild eTraderII_17 >> [FATAL]urls[0] = >> file:/C:/Documents%20and%20Settings/user/.m2/repository/net/sf/alchim/yu >> icompressor-maven-plugin/0.6.3/yuicompressor-maven-plugin-0.6.3.jar >> [FATAL]urls[1] = >> file:/C:/Documents%20and%20Settings/user/.m2/repository/rhino/js/1.6R7/j >> s-1.6R7.jar >> [FATAL]urls[2] = >> file:/C:/Documents%20and%20Settings/user/.m2/repository/net/sf/retrotran >> slator/retrotranslator-runtime/1.2.1/retrotranslator-runtime-1.2.1.jar >> [FATAL]urls[3] = >> file:/C:/Documents%20and%20Settings/user/.m2/repository/backport-util-co >> ncurrent/backport-util-concurrent/3.0/backport-util-concurrent-3.0.jar >> [FATAL]Realm ID: plexus.core >> [FATAL]urls[0] = >> file:/C:/Documents%20and%20Settings/user/.netbeans/6.1/maven2/rootpackag >> e/ >> java.lang.NoClassDefFoundError: >> org/codehaus/plexus/util/DirectoryScanner >> at >> net.sf.alchim.mojo.yuicompressor.MojoSupport.processDir(MojoSupport.java >> :133) >> at >> net.sf.alchim.mojo.yuicompressor.MojoSupport.execute(MojoSupport.java:10 >> 3) >> at >> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginMa >> nager.java:579) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandle >> Failures(DefaultLifecycleExecutor.java:498) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmentFo >> rProject(DefaultLifecycleExecutor.java:265) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments( >> DefaultLifecycleExecutor.java:191) >> at >> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifec >> ycleExecutor.java:149) >> at >> org.codehaus.mevenide.netbeans.embedder.exec.MyLifecycleExecutor.execute >> (MyLifecycleExecutor.java:72) >> at >> org.apache.maven.DefaultMaven.execute_aroundBody0(DefaultMaven.java:223) >> at >> org.apache.maven.DefaultMaven.execute_aroundBody1$advice(DefaultMaven.ja >> va:304) >> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:1) >> at >> org.apache.maven.embedder.MavenEmbedder.execute_aroundBody2(MavenEmbedde >> r.java:904) >> at >> org.apache.maven.embedder.MavenEmbedder.execute_aroundBody3$advice(Maven >> Embedder.java:304) >> at >> org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:1) >> at >> org.codehaus.mevenide.netbeans.execute.MavenJavaExecutor.run(MavenJavaEx >> ecutor.java:215) >> at >> org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151) >> >> Eurobase International Limited and its subsidiaries (Eurobase) are unable >> to exercise control over the content of information in E-Mails. Any views >> and opinions expressed may be personal to the sender and are not necessarily >> those of Eurobase. Eurobase will not enter into any contractual obligations >> in respect of any part of its business in any E-mail. >> >> Privileged / confidential information may be contained in this message and >> /or any attachments. This E-mail is intended for the use of the addressee(s) >> only and may contain confidential information. If you are not the / an >> intended recipient, you are hereby notified that any use or dissemination of >> this communication is strictly prohibited. If you receive this transmission >> in error, please notify us immediately, and then delete this E-mail. >> >> Neither the sender nor Eurobase accepts any liability whatsoever for any >> defects of any kind either in or arising from this E-mail transmission. >> E-Mail transmission cannot be guaranteed to be secure or error-free, as >> messages can be intercepted, lost, corrupted, destroyed, contain viruses, or >> arrive late or incomplete. Eurobase does not accept any responsibility for >> viruses and it is your responsibility to scan any attachments. >> >> Eurobase Systems Limited is the main trading company in the Eurobase >> International Group; registered in England and Wales as company number >> 02251162; registered address: Essex House, 2 County Place, Chelmsford, Essex >> CM2 0RE, UK. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
