|
From: Frederic S. <fr...@jf...> - 2009-06-11 09:39:01
|
The main usage of jade common is to write maven plugins. So, if you want to write a Maven plugin you can see how maven anno mojo works here: http://www.jfrog.org/sites/mvn-anno-mojo/latest/ And you can see in the simplest javac plugin how jade common is used: https://jade-plugins.svn.sourceforge.net/svnroot/jade-plugins/trunk/plugins/build/jade-javac-plugin/ As standalone plugin we just released also a javafx plugin which is using jade common 1.4-alpha1: http://subversion.jfrog.org/jfrog/jfrog-javafx-plugin/trunk/ HTH, Fred. On Thu, Jun 11, 2009 at 12:31 PM, Theunis de Jongh < the...@si...> wrote: > Hi, > > I think my main issue was - am I the only one getting the problem ? > > I was using jade-common-plugin directly, since reflections-maven was > requiring it. > > I have "solved" the problem by using reflections directly, and I am in > the processing of wrapping the solution in my own maven plugin, due to > custom requirements not addressed by reflections-maven. > > For the sake of interest, how am I supposed to declare a dependency > on Jade, if I intend to use its components ? > > Regards, > Theunis > On Wed, 2009-06-10 at 19:43 +0300, Frederic Simon wrote: > > Are you running maven with JDK 1.5 or 1.6? > > One thing strange: plugins.common does not contain plugins, just > > common packages for plugins. So, maven should not try to load them? > > Did you declare/configure or try to execute jade-plugins commons > > directly? > > > > HTH, > > Fred. > > > > On Wed, Jun 10, 2009 at 11:49 AM, selinux <tde...@gm...> wrote: > > > > Hi there, > > > > I have an issue with the Jade Commons Plugin for Maven, > > versions 1.3.7, > > 1.3.8, 1.4-alpha1, 1.4-SNAPSHOT(built from trunk). I tried > > both Maven > > 2.1 and Maven 2.0.10. I pointed Maven at the JFrog repo for > > all the > > versions except the one I built myself. > > > > I am testing out Reflections, and Jade Commons Plugin is a > > dependency it > > needs. > > > > I get the following error: > > [ERROR] FATAL ERROR > > [INFO] > > > ------------------------------------------------------------------------ > > [INFO] The PluginDescriptor for the plugin Plugin > > [org.jfrog.jade.plugins.common:jade-plu > > [INFO] > > > ------------------------------------------------------------------------ > > [INFO] Trace > > java.lang.IllegalStateException: The PluginDescriptor for the > > plugin > > Plugin [org.jfrog.ja > > n-common] was not found. > > at > > > org.apache.maven.plugin.DefaultPluginManager.addPlugin(DefaultPluginManager.ja > > at > > > org.apache.maven.plugin.DefaultPluginManager.verifyVersionedPlugin(DefaultPlug > > at > > > org.apache.maven.plugin.DefaultPluginManager.verifyPlugin(DefaultPluginManager > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecy > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.bindPluginToLifecycle(Defa > > 39) > > > > > > > > _Any_ help at all with this issue will be hugely appreciated. > > > > Is this a Jade issue or a Maven version issue ? > > > > Thanks, regards, > > Theunis de Jongh > > > > -- > > View this message in context: > > http://www.nabble.com/Jade-Commons-Plugin% > > 3A-Plugin-Descriptor-Missing-tp23957827p23957827.html > > Sent from the Jade Plugins Users mailing list archive at > > Nabble.com. > > > > > > > ------------------------------------------------------------------------------ > > Crystal Reports - New Free Runtime and 30 Day Trial > > Check out the new simplified licensing option that enables > > unlimited > > royalty-free distribution of the report engine for externally > > facing > > server and web deployment. > > http://p.sf.net/sfu/businessobjects > > _______________________________________________ > > Jade-plugins-users mailing list > > Jad...@li... > > https://lists.sourceforge.net/lists/listinfo/jade-plugins-users > > > > > > > > -- > > JFrog Ltd > > 5 Habonim st., P.O.Box 8187 > > Netanya, Israel 42504. > > Tel: +972 9 8941444 > > Fax: +972 9 8659977 > > http://www.jfrog.org/ > > http://freddy33.blogspot.com/ > > http://nothingisinfinite.blogspot.com/ > > > > > ------------------------------------------------------------------------------ > > Crystal Reports - New Free Runtime and 30 Day Trial > > Check out the new simplified licensing option that enables unlimited > > royalty-free distribution of the report engine for externally facing > > server and web deployment. > > http://p.sf.net/sfu/businessobjects > > _______________________________________________ Jade-plugins-users > mailing list Jad...@li... > https://lists.sourceforge.net/lists/listinfo/jade-plugins-users > > . > > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > Jade-plugins-users mailing list > Jad...@li... > https://lists.sourceforge.net/lists/listinfo/jade-plugins-users > -- JFrog Ltd 5 Habonim st., P.O.Box 8187 Netanya, Israel 42504. Tel: +972 9 8941444 Fax: +972 9 8659977 http://www.jfrog.org/ http://freddy33.blogspot.com/ http://nothingisinfinite.blogspot.com/ |