You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(9) |
Jul
(6) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
|
Mar
(9) |
Apr
|
May
|
Jun
(4) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(2) |
Dec
(1) |
From: hit_er <gen...@ya...> - 2009-12-16 12:53:31
|
Hello, I am using the wsdl plugin, and when I call a specific ws, I get the following exception: jade.content.onto.OntologyException: No schema found for class [Ljava.lang.String; which is thrown in the method: convertObjToAbs of DynamicClient class and specifically at line: absObject = typeOnto.fromObject(value); Can anybody help me solve this problem? -- View this message in context: http://old.nabble.com/Problem-with-wsdl-addon-tp26810204p26810204.html Sent from the Jade Plugins Users mailing list archive at Nabble.com. |
From: Frederic S. <fr...@jf...> - 2009-11-13 12:41:56
|
I had the issue when merging the 2 concepts (native plugin and FreeHEP), and finally since the builds where done using profiles with OS/Arch parameter the problem went away. What we have is that each execution uses a different profile generating a different output. Not elegant I know, but for the moment it works. Can you create a Jira issue to initiate a process on this? Fred. On Tue, Nov 10, 2009 at 11:44 PM, Dev at weitling <de...@we...> wrote: > Hi all, > > > Jade claims to be the best from Maven native plugin and FreeHEP nar > plugin. It works like a charm except that I miss the cross-compilation > feature of FreeHEP. In our company we have projects that must be > compiled for several architectures, so this would come in handy. > > Did I overlook this feature? Is it implemented? Do you have a workaround? > > Questions... Any help is appreciated! > > Regards > Florian > > > ------------------------------------------------------------------------------ > 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 > _______________________________________________ > Jade-plugins-users mailing list > Jad...@li... > https://lists.sourceforge.net/lists/listinfo/jade-plugins-users > -- Co. Founder and Chief Architect JFrog Ltd http://www.jfrog.org/ http://twitter.com/freddy33 |
From: Dev at w. <de...@we...> - 2009-11-10 21:44:52
|
Hi all, Jade claims to be the best from Maven native plugin and FreeHEP nar plugin. It works like a charm except that I miss the cross-compilation feature of FreeHEP. In our company we have projects that must be compiled for several architectures, so this would come in handy. Did I overlook this feature? Is it implemented? Do you have a workaround? Questions... Any help is appreciated! Regards Florian |
From: xinhua <xin...@ho...> - 2009-08-11 05:13:47
|
Hi, is WOLF open source or not? If it is, how can I get the source code? I found that there are only binary files on the website of WADE. Thanks very much BR Xinhua -- View this message in context: http://www.nabble.com/Source-code-of-WOLF-tp24911328p24911328.html Sent from the Jade Plugins Users mailing list archive at Nabble.com. |
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/ |
From: Theunis de J. <the...@si...> - 2009-06-11 09:29:24
|
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 . |
From: Frederic S. <fr...@jf...> - 2009-06-10 16:43:25
|
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/ |
From: selinux <tde...@gm...> - 2009-06-10 09:06:08
|
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. |
From: Michael M. <mic...@su...> - 2009-03-19 19:47:26
|
Thanks Fred, I'll try and create the Jira issue. Maven version: 2.0.8 Java version: 1.6.0_06 <packaging>uexe</packaging> We're thinking about removing the main() and creating a .a instead. Here's the POM fragment: (you may want to remove the -m64 option for testing) <build> <sourceDirectory>src/main/native</sourceDirectory> <testSourceDirectory>src/test/native</testSourceDirectory> <plugins> <plugin> <groupId>org.jfrog.jade.plugins.build</groupId> <artifactId>jade-native-plugin</artifactId> <version>1.4-alpha1</version> <extensions>true</extensions> <configuration> <deployInclude>true</deployInclude> <linkerStartOptions> <linkerStartOption>-g -m64</linkerStartOption> </linkerStartOptions> <linkerEndOptions> <linkerEndOption>-lpthread -lnsl -lsec -lz -lsocket</linkerEndOption> </linkerEndOptions> <compilerStartOptions> <compilerStartOption>-g -m64</compilerStartOption> </compilerStartOptions> <compilerExecutable>g++</compilerExecutable> <linkerExecutable>g++</linkerExecutable> </configuration> </plugin> </plugins> </build> freddy33 wrote: > > What packaging type are you using?Which maven version? > I'm afraid the list of *.o is kept in the plugin and got clean-up by > maven. > I'll try to reproduce that, if you create a nice Jira issue it will help, > thanks. > > Fred. > > On Thu, Mar 19, 2009 at 11:42 AM, Michael Maven > <mic...@su...>wrote: > >> >> Does anyone have an example POM for linking and running cppunit tests? >> >> -Michael >> >> Michael Maven wrote: >> > >> > I'm trying to link my cppunit tests and the linker isn't picking up the >> .o >> > files from the source build. >> > I would expect all the .o files to be specified in the linker statement >> > with a -L. Here's the output: >> > >> > [INFO] g++ -g -m64 -o ./target/test-tefwfp >> > ./target/obj/tefwfp-3.5/test/ExtractorTest.o >> > ./target/obj/tefwfp-3.5/test/Log4CppTest.o >> > ./target/obj/tefwfp-3.5/test/MainTest.o -L /opt/mysql/mysql/lib -L >> > ../3rdparty/log4cpp-1.0/src/.libs -L ../3rdparty/cppunit-1.12.1/lib -l >> > mysqlclient -lpthread -lnsl -lsec -lz -lsocket -llog4cpp -lcppunit-1.12 >> > Undefined first referenced >> > symbol in file >> > tef::wfp::FileFilter::FileFilter(std::basic_string<char, >> > std::char_traits<char>, std::allocator<char> > >> > const&)./target/obj/tefwfp-3.5/test/ExtractorTest.o >> > >> > needs a -L .\target\obj\tefwfp-3.5\debug\FileFilter.o >> > >> >> -- >> View this message in context: >> http://www.nabble.com/jade-native%3Atest-link-not-using-built-products-tp22582140p22606848.html >> Sent from the Jade Plugins Users mailing list archive at Nabble.com. >> >> >> >> ------------------------------------------------------------------------------ >> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are >> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and >> easily build your RIAs with Flex Builder, the Eclipse(TM)based >> development >> software that enables intelligent coding and step-through debugging. >> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com >> _______________________________________________ >> Jade-plugins-users mailing list >> Jad...@li... >> https://lists.sourceforge.net/lists/listinfo/jade-plugins-users >> > > > > -- > http://www.jfrog.org/ > http://freddy33.blogspot.com/ > http://nothingisinfinite.blogspot.com/ > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Jade-plugins-users mailing list > Jad...@li... > https://lists.sourceforge.net/lists/listinfo/jade-plugins-users > > -- View this message in context: http://www.nabble.com/jade-native%3Atest-link-not-using-built-products-tp22582140p22608018.html Sent from the Jade Plugins Users mailing list archive at Nabble.com. |
From: Frederic S. <fr...@jf...> - 2009-03-19 19:24:45
|
What packaging type are you using?Which maven version? I'm afraid the list of *.o is kept in the plugin and got clean-up by maven. I'll try to reproduce that, if you create a nice Jira issue it will help, thanks. Fred. On Thu, Mar 19, 2009 at 11:42 AM, Michael Maven <mic...@su...>wrote: > > Does anyone have an example POM for linking and running cppunit tests? > > -Michael > > Michael Maven wrote: > > > > I'm trying to link my cppunit tests and the linker isn't picking up the > .o > > files from the source build. > > I would expect all the .o files to be specified in the linker statement > > with a -L. Here's the output: > > > > [INFO] g++ -g -m64 -o ./target/test-tefwfp > > ./target/obj/tefwfp-3.5/test/ExtractorTest.o > > ./target/obj/tefwfp-3.5/test/Log4CppTest.o > > ./target/obj/tefwfp-3.5/test/MainTest.o -L /opt/mysql/mysql/lib -L > > ../3rdparty/log4cpp-1.0/src/.libs -L ../3rdparty/cppunit-1.12.1/lib -l > > mysqlclient -lpthread -lnsl -lsec -lz -lsocket -llog4cpp -lcppunit-1.12 > > Undefined first referenced > > symbol in file > > tef::wfp::FileFilter::FileFilter(std::basic_string<char, > > std::char_traits<char>, std::allocator<char> > > > const&)./target/obj/tefwfp-3.5/test/ExtractorTest.o > > > > needs a -L .\target\obj\tefwfp-3.5\debug\FileFilter.o > > > > -- > View this message in context: > http://www.nabble.com/jade-native%3Atest-link-not-using-built-products-tp22582140p22606848.html > Sent from the Jade Plugins Users mailing list archive at Nabble.com. > > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Jade-plugins-users mailing list > Jad...@li... > https://lists.sourceforge.net/lists/listinfo/jade-plugins-users > -- http://www.jfrog.org/ http://freddy33.blogspot.com/ http://nothingisinfinite.blogspot.com/ |
From: Michael M. <mic...@su...> - 2009-03-19 18:42:12
|
Does anyone have an example POM for linking and running cppunit tests? -Michael Michael Maven wrote: > > I'm trying to link my cppunit tests and the linker isn't picking up the .o > files from the source build. > I would expect all the .o files to be specified in the linker statement > with a -L. Here's the output: > > [INFO] g++ -g -m64 -o ./target/test-tefwfp > ./target/obj/tefwfp-3.5/test/ExtractorTest.o > ./target/obj/tefwfp-3.5/test/Log4CppTest.o > ./target/obj/tefwfp-3.5/test/MainTest.o -L /opt/mysql/mysql/lib -L > ../3rdparty/log4cpp-1.0/src/.libs -L ../3rdparty/cppunit-1.12.1/lib -l > mysqlclient -lpthread -lnsl -lsec -lz -lsocket -llog4cpp -lcppunit-1.12 > Undefined first referenced > symbol in file > tef::wfp::FileFilter::FileFilter(std::basic_string<char, > std::char_traits<char>, std::allocator<char> > > const&)./target/obj/tefwfp-3.5/test/ExtractorTest.o > > needs a -L .\target\obj\tefwfp-3.5\debug\FileFilter.o > -- View this message in context: http://www.nabble.com/jade-native%3Atest-link-not-using-built-products-tp22582140p22606848.html Sent from the Jade Plugins Users mailing list archive at Nabble.com. |
From: Michael M. <mic...@su...> - 2009-03-18 15:45:40
|
I'm trying to link my cppunit tests and the linker isn't picking up the .o files from the source build. I would expect all the .o files to be specified in the linker statement with a -L. Here's the output: [INFO] g++ -g -m64 -o ./target/test-tefwfp ./target/obj/tefwfp-3.5/test/ExtractorTest.o ./target/obj/tefwfp-3.5/test/Log4CppTest.o ./target/obj/tefwfp-3.5/test/MainTest.o -L /opt/mysql/mysql/lib -L ../3rdparty/log4cpp-1.0/src/.libs -L ../3rdparty/cppunit-1.12.1/lib -l mysqlclient -lpthread -lnsl -lsec -lz -lsocket -llog4cpp -lcppunit-1.12 Undefined first referenced symbol in file tef::wfp::FileFilter::FileFilter(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)./target/obj/tefwfp-3.5/test/ExtractorTest.o needs a -L .\target\obj\tefwfp-3.5\debug\FileFilter.o -- View this message in context: http://www.nabble.com/jade-native%3Atest-link-not-using-built-products-tp22582140p22582140.html Sent from the Jade Plugins Users mailing list archive at Nabble.com. |
From: Michael M. <mic...@su...> - 2009-03-18 15:09:44
|
Thanks for the pointer. I also inserted an entry for the test code and was able to remove the entire <sources> section. Here's what I have now: <sourceDirectory>src/main/native</sourceDirectory> <testSourceDirectory>src/test/native</testSourceDirectory> <plugins> <plugin> <groupId>org.jfrog.jade.plugins.build</groupId> <artifactId>jade-native-plugin</artifactId> <version>1.4-alpha1</version> <extensions>true</extensions> <configuration> <linkerStartOptions> <linkerStartOption>-g -m64</linkerStartOption> </linkerStartOptions> <linkerEndOptions> <linkerEndOption>-L /opt/mysql/mysql/lib -L ../3rdparty/log4cpp-1.0/src/.libs -L ../3rdparty/cppunit-1.12.1/lib</linkerEndOption> <linkerEndOption>-l mysqlclient -lpthread -lnsl -lsec -lz -lsocket -llog4cpp -lcppunit-1.12</linkerEndOption> </linkerEndOptions> <compilerStartOptions> <compilerStartOption>-g -m64 -I/usr/local/mysql/include -I../3rdparty/cppunit-1.12.1/include</compilerStartOption> </compilerStartOptions> <compilerExecutable>g++</compilerExecutable> <linkerExecutable>g++</linkerExecutable> </configuration> </plugin> </plugins> freddy33 wrote: > > Looks like a standard issue, just got a thread about it with orange > telecom > (I'll forward the whole thread).The issue is that I made > jade-native-plugin > use standard maven <build><sourceDirectory>xxx</sourceDirectory><test... > instead of the inline sources. > > Should solve your issue. > > 2009/3/16 Michael Kearney <Mic...@su...> > >> Hello All, >> >> I'm converting from native-maven-plugin to jade-native-plugin and having >> trouble getting the jade plugin to find my sources. The source is in >> src/main/native, which is the default. Experimentation shows that the >> plugin doesn't seem to recognize any of the configuration options. >> >> Here's the snippet from the pom file: >> <plugin> >> <groupId>org.jfrog.jade.plugins.build</groupId> >> <artifactId>jade-native-plugin</artifactId> >> <version>1.3.8</version> <!-- I also tried the 1.4 version >> --> >> <extensions>true</extensions> >> </plugin> >> >> I've also tried: >> >> <plugin> >> <groupId>org.jfrog.jade.plugins.build</groupId> >> <artifactId>jade-native-plugin</artifactId> >> <version>1.3.8</version> >> <extensions>true</extensions> >> <configuration> >> <sources> >> <source> >> <directory>../src/main/native</directory> <!-- I also tried >> src/main/native --> >> <includes> >> <include>*.cpp</include> >> </includes> >> </source> >> </sources> >> </configuration> >> </plugin> > > -- View this message in context: http://www.nabble.com/jade-native-plugin-not-finding-sources-tp22541754p22580863.html Sent from the Jade Plugins Users mailing list archive at Nabble.com. |
From: Frederic S. <fr...@jf...> - 2009-03-16 16:21:26
|
---------- Forwarded message ---------- From: Frederic Simon <fr...@jf...> Date: Mon, Mar 16, 2009 at 4:47 PM Subject: Re: pb with jade native To: Jul...@or... In the same line than sourceDirectory there is testDirectory (I think I'm not sure may be testSourceDirectory check the schema of POM) :)For documentation I found that a good XML editor with XSD links helps. Good luck, Fred. 2009/3/16 <Jul...@or...> Hello, > With your advice i have been able to compile all my project with jade maven > plugin. I have to thank you for that. > > However i have two more question. > With my project i use unitary testing. In fat i use only C language so i > use preferably Check or Cunit. > I see that i can use cppunit with jade to compile and execute unitary test. > SO i translate one of my test in cppunit test but jade do not see any test. > I work with some module (one pom per module) and a parent pom > I join my parent pom and the module pom where the cppunit test is > > parent_dir > -pom.xml > - - utils > - - -/src/main/native > - - -test/ > -test.cc > -test.h > > Do you what i have forgot, and explain why jade do not see my test? > Is it complicated to use check instead of cppunit (check test needs only > libcheck install and check.h include)? > > I understand if you have'nt time to answer > > Thank you > Julien rouland > > > > You need to add<build> >> <sourceDirectory>src/main/native</sourceDirectory> >> >> should do. >> Bon courage avec Maven :) >> >> On Fri, Mar 13, 2009 at 5:21 PM, <Jul...@or...> >> wrote: >> >> Thank you for your answer. >>> I have been able to download the plugin from the repository. >>> >>> But when i execute mvn clean compile >>> i have this error and i don't understand why a request for java directory >>> is present (in a totally C project). >>> I only have for each module >>> >>> <module> >>> - src >>> - - main >>> - - - native >>> - target >>> - test >>> >>> Julien Rouland >>> >>> [INFO] [jade-native:initialize] >>> [INFO] [jade-native:compile] >>> [INFO] Creating folder >>> /home/tests/Dropbox/trunk/upnp-md-c/log/target/obj/liblog-1.0 >>> [INFO] Creating folder >>> /home/tests/Dropbox/trunk/upnp-md-c/log/target/obj/liblog-1.0/debug >>> [INFO] >>> ------------------------------------------------------------------------ >>> [ERROR] FATAL ERROR >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] basedir /home/tests/Dropbox/trunk/upnp-md-c/log/src/main/java does >>> not exist >>> [INFO] >>> ------------------------------------------------------------------------ >>> [INFO] Trace >>> java.lang.IllegalStateException: basedir >>> /home/tests/Dropbox/trunk/upnp-md-c/log/src/main/java does not exist >>> at >>> org.codehaus.plexus.util.DirectoryScanner.scan(DirectoryScanner.java:542) >>> at >>> org.codehaus.mojo.natives.NativeSources.getFiles(NativeSources.java:167) >>> at >>> >>> org.codehaus.mojo.natives.NativeSources.getAllSourceFiles(NativeSources.java:213) >>> at >>> >>> org.jfrog.jade.plugins.natives.plugin.NativeCompileMojo.execute(NativeCompileMojo.java:225) >>> at >>> >>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:453) >>> at >>> >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559) >>> at >>> >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500) >>> at >>> >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479) >>> at >>> >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331) >>> at >>> >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292) >>> at >>> >>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142) >>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) >>> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) >>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:301) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>> at >>> >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>> at >>> >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>> at java.lang.reflect.Method.invoke(Method.java:597) >>> at >>> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) >>> at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) >>> at >>> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) >>> at org.codehaus.classworlds.Launcher.main(Launcher.java:375) >>> >>> >>> Quoting Frederic Simon <fr...@jf...>: >>> >>> Hi, this is the latest version: >>> >>>> >>>> >>>> http://repo.jfrog.org:80/artifactory/plugins-releases-local/org/jfrog/jade/plugins/build/jade-native-plugin/1.4-alpha1/ >>>> >>>> >>>> <groupId>org.jfrog.jade.plugins.build</groupId> >>>> >>>> <artifactId>jade-native-plugin</artifactId> >>>> >>>> <version>1.4-alpha1</version> >>>> >>>> repository url: >>>> http://repo.jfrog.org:80/artifactory/plugins-releases-local >>>> >>>> Hope it helps, sorry for low (inexistent) documentation :( >>>> >>>> On Fri, Mar 13, 2009 at 4:20 PM, <Jul...@or...> >>>> wrote: >>>> >>>> Hello, >>>> >>>>> I 'm trying to use maven2 to compile my C project. >>>>> I used maven-native-plugin but it seem that jade-native-plugin is more >>>>> interessent. >>>>> >>>>> I try to use your plugin but i 'm not able to find the good repository. >>>>> >>>>> i try with this in my pom parent >>>>> <repository> >>>>> <id>jfrog-plugins</id> >>>>> <name>jfrog-plugins-dist</name> >>>>> <url>http://www.jfrog.org/artifactory/plugins-releases</url> >>>>> <snapshots> >>>>> <enabled>false</enabled> >>>>> </snapshots> >>>>> </repository> >>>>> <pluginRepository> >>>>> <id>jfrog-plugins</id> >>>>> <name>jfrog-plugins-dist</name> >>>>> <url>http://www.jfrog.org/artifactory/plugins-releases</url> >>>>> <snapshots> >>>>> <enabled>false</enabled> >>>>> </snapshots> >>>>> </pluginRepository> >>>>> >>>>> and for compiling these line >>>>> <groupId>org.jfrog.jade.plugins</groupId> >>>>> <artifactId>jade-native-plugin</artifactId> >>>>> <version>1.2</version> >>>>> <extensions>true</extensions> >>>>> >>>>> Could you help me? >>>>> It is probably not hte best way to ask you directly but i have not >>>>> found >>>>> some best place. >>>>> If you have some advice concerning the version to use (release >>>>> snapshot) >>>>> >>>>> I thank you >>>>> >>>>> >>>>> >>>>> >>>>> >>>> -- >>>> http://www.jfrog.org/ >>>> http://freddy33.blogspot.com/ >>>> http://nothingisinfinite.blogspot.com/ >>>> >>>> >>>> >>> >>> >> >> -- >> http://www.jfrog.org/ >> http://freddy33.blogspot.com/ >> http://nothingisinfinite.blogspot.com/ >> >> > > -- http://www.jfrog.org/ http://freddy33.blogspot.com/ http://nothingisinfinite.blogspot.com/ -- http://www.jfrog.org/ http://freddy33.blogspot.com/ http://nothingisinfinite.blogspot.com/ |
From: Frederic S. <fr...@jf...> - 2009-03-16 16:20:49
|
---------- Forwarded message ---------- From: Frederic Simon <fr...@jf...> Date: Fri, Mar 13, 2009 at 5:44 PM Subject: Re: pb with jade native plugin repository To: Jul...@or... Cc: yla...@gm..., rem...@or... You need to add<build> <sourceDirectory>src/main/native</sourceDirectory> should do. Bon courage avec Maven :) On Fri, Mar 13, 2009 at 5:21 PM, <Jul...@or...> wrote: > Thank you for your answer. > I have been able to download the plugin from the repository. > > But when i execute mvn clean compile > i have this error and i don't understand why a request for java directory > is present (in a totally C project). > I only have for each module > > <module> > - src > - - main > - - - native > - target > - test > > Julien Rouland > > [INFO] [jade-native:initialize] > [INFO] [jade-native:compile] > [INFO] Creating folder > /home/tests/Dropbox/trunk/upnp-md-c/log/target/obj/liblog-1.0 > [INFO] Creating folder > /home/tests/Dropbox/trunk/upnp-md-c/log/target/obj/liblog-1.0/debug > [INFO] > ------------------------------------------------------------------------ > [ERROR] FATAL ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] basedir /home/tests/Dropbox/trunk/upnp-md-c/log/src/main/java does > not exist > [INFO] > ------------------------------------------------------------------------ > [INFO] Trace > java.lang.IllegalStateException: basedir > /home/tests/Dropbox/trunk/upnp-md-c/log/src/main/java does not exist > at > org.codehaus.plexus.util.DirectoryScanner.scan(DirectoryScanner.java:542) > at > org.codehaus.mojo.natives.NativeSources.getFiles(NativeSources.java:167) > at > org.codehaus.mojo.natives.NativeSources.getAllSourceFiles(NativeSources.java:213) > at > org.jfrog.jade.plugins.natives.plugin.NativeCompileMojo.execute(NativeCompileMojo.java:225) > at > org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:453) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:129) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:301) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at > org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at > org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > > > Quoting Frederic Simon <fr...@jf...>: > > Hi, this is the latest version: >> >> http://repo.jfrog.org:80/artifactory/plugins-releases-local/org/jfrog/jade/plugins/build/jade-native-plugin/1.4-alpha1/ >> >> >> <groupId>org.jfrog.jade.plugins.build</groupId> >> >> <artifactId>jade-native-plugin</artifactId> >> >> <version>1.4-alpha1</version> >> >> repository url: >> http://repo.jfrog.org:80/artifactory/plugins-releases-local >> >> Hope it helps, sorry for low (inexistent) documentation :( >> >> On Fri, Mar 13, 2009 at 4:20 PM, <Jul...@or...> >> wrote: >> >> Hello, >>> I 'm trying to use maven2 to compile my C project. >>> I used maven-native-plugin but it seem that jade-native-plugin is more >>> interessent. >>> >>> I try to use your plugin but i 'm not able to find the good repository. >>> >>> i try with this in my pom parent >>> <repository> >>> <id>jfrog-plugins</id> >>> <name>jfrog-plugins-dist</name> >>> <url>http://www.jfrog.org/artifactory/plugins-releases</url> >>> <snapshots> >>> <enabled>false</enabled> >>> </snapshots> >>> </repository> >>> <pluginRepository> >>> <id>jfrog-plugins</id> >>> <name>jfrog-plugins-dist</name> >>> <url>http://www.jfrog.org/artifactory/plugins-releases</url> >>> <snapshots> >>> <enabled>false</enabled> >>> </snapshots> >>> </pluginRepository> >>> >>> and for compiling these line >>> <groupId>org.jfrog.jade.plugins</groupId> >>> <artifactId>jade-native-plugin</artifactId> >>> <version>1.2</version> >>> <extensions>true</extensions> >>> >>> Could you help me? >>> It is probably not hte best way to ask you directly but i have not found >>> some best place. >>> If you have some advice concerning the version to use (release snapshot) >>> >>> I thank you >>> >>> >>> >>> >> >> -- >> http://www.jfrog.org/ >> http://freddy33.blogspot.com/ >> http://nothingisinfinite.blogspot.com/ >> >> > > -- http://www.jfrog.org/ http://freddy33.blogspot.com/ http://nothingisinfinite.blogspot.com/ -- http://www.jfrog.org/ http://freddy33.blogspot.com/ http://nothingisinfinite.blogspot.com/ |
From: Frederic S. <fr...@jf...> - 2009-03-16 16:20:03
|
Looks like a standard issue, just got a thread about it with orange telecom (I'll forward the whole thread).The issue is that I made jade-native-plugin use standard maven <build><sourceDirectory>xxx</sourceDirectory><test... instead of the inline sources. Should solve your issue. 2009/3/16 Michael Kearney <Mic...@su...> > Hello All, > > I'm converting from native-maven-plugin to jade-native-plugin and having > trouble getting the jade plugin to find my sources. The source is in > src/main/native, which is the default. Experimentation shows that the > plugin doesn't seem to recognize any of the configuration options. > > Here's the snippet from the pom file: > <plugin> > <groupId>org.jfrog.jade.plugins.build</groupId> > <artifactId>jade-native-plugin</artifactId> > <version>1.3.8</version> <!-- I also tried the 1.4 version > --> > <extensions>true</extensions> > </plugin> > > I've also tried: > > <plugin> > <groupId>org.jfrog.jade.plugins.build</groupId> > <artifactId>jade-native-plugin</artifactId> > <version>1.3.8</version> > <extensions>true</extensions> > <configuration> > <sources> > <source> > <directory>../src/main/native</directory> <!-- I also tried > src/main/native --> > <includes> > <include>*.cpp</include> > </includes> > </source> > </sources> > </configuration> > </plugin> > > > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > Jade-plugins-users mailing list > Jad...@li... > https://lists.sourceforge.net/lists/listinfo/jade-plugins-users > > -- http://www.jfrog.org/ http://freddy33.blogspot.com/ http://nothingisinfinite.blogspot.com/ |
From: Michael K. <Mic...@Su...> - 2009-03-16 16:15:48
|
Hello All, I'm converting from native-maven-plugin to jade-native-plugin and having trouble getting the jade plugin to find my sources. The source is in src/main/native, which is the default. Experimentation shows that the plugin doesn't seem to recognize any of the configuration options. Here's the snippet from the pom file: <plugin> <groupId>org.jfrog.jade.plugins.build</groupId> <artifactId>jade-native-plugin</artifactId> <version>1.3.8</version> <!-- I also tried the 1.4 version --> <extensions>true</extensions> </plugin> I've also tried: <plugin> <groupId>org.jfrog.jade.plugins.build</groupId> <artifactId>jade-native-plugin</artifactId> <version>1.3.8</version> <extensions>true</extensions> <configuration> <sources> <source> <directory>../src/main/native</directory> <!-- I also tried src/main/native --> <includes> <include>*.cpp</include> </includes> </source> </sources> </configuration> </plugin> |
From: Will M. <wmc...@ci...> - 2007-07-02 15:19:09
|
That works. Thanks! On 7/2/07 10:22 AM, "Frederic Simon" <fr...@jf...> wrote: > The changes are on http://www.jfrog.org/artifactory/plugins-snapshots > <http://www.jfrog.org/artifactory/plugins-releases%3C/> with version > 1.3-SNAPSHOT. >=20 > On 7/2/07, Will McKinley <wmc...@ci...> wrote: >> Hi Frederic, >>=20 >> The change does not appear to have been published yet. The change from = the >> subversion commit looks correct, but I don't see the effect of the chang= e. >>=20 >> For the record, I had to set my repository to =3D=3D> >>=20 >> <id>org.jfrog.plugins</id> >> <name>jfrog-plugins-dist</name> >> <url>http://www.jfrog.org/artifactory/plugins-releases</ >> <http://www.jfrog.org/artifactory/plugins-releases> >> <http://www.jfrog.org/artifactory/plugins-releases%3C/> url> >>=20 >> I have a plugin repository set to the same thing. >>=20 >> My plugin dependency is set to =3D=3D> >>=20 >> <groupId>org.jfrog.jade.plugins</groupId> >> <artifactId>jade-native-plugin</artifactId> >> <version>1.3-SNAPSHOT</version> >>=20 >>=20 >> On 7/2/07 12:46 AM, "Frederic Simon" <fr...@jf...> wrote: >>=20 >>> http://www.jfrog.org/jira/browse/JAPL-35 was solved (If you can test on >>> 1.3-SNAPSHOT it will be great), I should release 1.3.9 soon. >>>=20 >>> On 6/26/07, Will McKinley <wmc...@ci...> wrote: >>>> Thanks! >>>>=20 >>>> The "lib" type is a static library for Windows. While you are at it, = can >>>> you also add "dylib" (Mac dynamic library)? >>>>=20 >>>> Regards, >>>> Will >>>>=20 >>>>=20 >>>> On 6/26/07 11:24 AM, " fr...@jf... <mailto:fr...@jf...> " >>>> <fr...@jf...> wrote: >>>>=20 >>>>> > The issue is that only so, a, and dll are declared to be library th= at >>>>> > pom can be dependent on. Sorry for my ignorance but: What is the "l= ib" >>>>> > type? >>>>> > Anyway I will add a parameter list to identify packages that are >>>>> library. >>>>> > Thanks for reporting this. >>>>> > >>>>> > On 6/26/07, Will McKinley <wmc...@ci... >>>>> <mailto:wmc...@ci...> > wrote: >>>>>> >> More information on this: >>>>>> >> >>>>>> >> I ran the build with =ADX to see maven debug and found the followin= g. >>>>>> >> >>>>>> >> "[DEBUG] Error looking up lifecycle mapping to retrieve optional >>>>>> mojos.=20 >>>>>> >> Lifecycle ID: default. Error: Component descriptor cannot be fo= und >>>>>> in the >>>>>> >> component repository: >>>>>> >> org.apache.maven.lifecycle.mapping.LifecycleMappinglib." >>>>>> >> >>>>>> >> This is a curious output. I'm not sure if the log concatenated >>>>>> >> LifecycleMapping with lib or if that was concatenated prior to th= e >>>>>> search. >>>>>> >> >>>>>> >> Thanks for your assistance. >>>>>> >> Will >>>>>> >> >>>>>> >> >>>>>> >> On 6/25/07 1:40 PM, "Will McKinley" < wmc...@ci...> wrote: >>>>>> >> >>>>>>> >>> Hi again. >>>>>>> >>> >>>>>>> >>> It looks like for a dependency of type "lib" the includes zip i= s not >>>>>>> >>> downloaded from the remote repository. Is there a reason for t= his? >>>>>>> >>> >>>>>>> >>> Thanks, >>>>>>> >>> Will >>>>>>> >>> >>>>>>> >>> >>>>>>> >>> On 6/22/07 1:10 AM, "Frederic Simon" <fr...@jf...> wrote: >>>>>>> >>> >>>>>>>> >>>> By default the flag "deployInclude" is false, so the >>>>>>>> XXX-include.zip file >>>>>> >> are >>>>>>>> >>>> created or downloaded. You can see the configuration params h= ere: >>>>>>>> >>>> >>>>>> >>=20 >>>>>> http://www.jfrog.org/sites/jade-plugins/latest/jade-plugin-parent/ja= de-bu >>>>>> ild- =20 >>>>>> <http://www.jfrog.org/sites/jade-plugins/latest/jade-plugin-parent/j= ade-b >>>>>> uild->=20 >>>>>>>> >>>> plugin-parent/jade-native-plugin/compile- mojo.html#deployInc= lude >>>>>>>> >>>> >>>>>>>> >>>> You can also change from zip to jar " >>>>>>>> >>>> <includesExtension>jar</includesExtension>". >>>>>>>> >>>> And if you have many modules dependant from one another (reac= tor >>>>>> >> projects), >>>>>>>> >>>> it's faster to use a global includesRootDir for the whole pro= ject. This >>>>>> >> is >>>>>>>> >>>> the directory where all XX-include.zip will be extracted. So >>>>>>>> instead of >>>>>>>> >>>> extracting all the zip files for each module, the extract hap= pens only >>>>>> >> once. >>>>>>>> >>>> >>>>>>>> >>>> Hope it helps, and thanks for using jade-plugins. >>>>>>>> >>>> >>>>>>>> >>>> On 6/22/07, Will McKinley <wmc...@ci...> wrote: >>>>>>>>> >>>>> Hi all, >>>>>>>>> >>>>> >>>>>>>>> >>>>> I was wondering when the zip file containing all the h file= s gets=20 >>>>>> >> created? >>>>>>>>> >>>>> I'm attempting to use this plugin to compile a native libra= ry to share >>>>>> >> with >>>>>>>>> >>>>> other projects, and when I execute 'mvn install' I see the = dll get=20 >>>>>> >> created, >>>>>>>>> >>>>> but the zip file is missing. >>>>>>>>> >>>>> >>>>>>>>> >>>>> Your help is greatly appreciated. >>>>>>>>> >>>>> >>>>>>>>> >>>>> -Will McKinley >>>>>>>>> >>>>> >>>>>>>>> >>>>> >>>>>> >>=20 >>>>>> --------------------------------------------------------------------= ----- >>>>>>>>> >>>>> This SF.net email is sponsored by DB2 Express >>>>>>>>> >>>>> Download DB2 Express C - the FREE version of DB2 express an= d take=20 >>>>>>>>> >>>>> control of your XML. No limits. Just data. Click to get it = now. >>>>>>>>> >>>>> http://sourceforge.net/powerbar/db2/ >>>>>> >> < http://sourceforge.net/powerbar/db2/ >>>>>> <http://sourceforge.net/powerbar/db2/> > >>>>>>>>> >>>>> _______________________________________________ >>>>>>>>> >>>>> Jade-plugins-users mailing list >>>>>>>>> >>>>> Jad...@li... >>>>>>>>> >>>>> https://lists.sourceforge.net/lists/listinfo/jade-plugins-u= sers >>>>>>>>> <https://lists.sourceforge.net/lists/listinfo/jade-plugins-users> >>>>>>>> >>>>=20 >>>>>>>> >>>> >>>>>>> >>> >>>>>>> >>> >>>>>>> >>> >>>>>>> >>>=20 >>>>>>>=20 ------------------------------------------------------------------------- >>>>>>> >>> This SF.net email is sponsored by DB2 Express >>>>>>> >>> Download DB2 Express C - the FREE version of DB2 express and ta= ke >>>>>>> >>> control of your XML. No limits. Just data. Click to get it now. >>>>>>> >>> http://sourceforge.net/powerbar/db2/ >>>>>>> >>> >>>>>>> >>> _______________________________________________ >>>>>>> >>> Jade-plugins-users mailing list >>>>>>> >>> Jad...@li... >>>>>>> >>> https://lists.sourceforge.net/lists/listinfo/jade-plugins-users >>>>>>> <https://lists.sourceforge.net/lists/listinfo/jade-plugins-users> >>>>>> >> >>>>>> >>=20 >>>>>> >> >>>>> > >>>>=20 >>>> ----------------------------------------------------------------------= --- >>>> This SF.net email is sponsored by DB2 Express >>>> Download DB2 Express C - the FREE version of DB2 express and take >>>> control of your XML. No limits. Just data. Click to get it now. >>>> http://sourceforge.net/powerbar/db2/ >>>> _______________________________________________ >>>> Jade-plugins-users mailing list >>>> Jad...@li... >>>> https://lists.sourceforge.net/lists/listinfo/jade-plugins-users < >>>> https://lists.sourceforge.net/lists/listinfo/jade-plugins-users >>>> <https://lists.sourceforge.net/lists/listinfo/jade-plugins-users> > >>>=20 >>>=20 >>=20 >>=20 >> ------------------------------------------------------------------------= - >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> Jade-plugins-users mailing list >> Jad...@li... >> https://lists.sourceforge.net/lists/listinfo/jade-plugins-users >>=20 >=20 >=20 |
From: Frederic S. <fr...@jf...> - 2007-07-02 14:22:25
|
The changes are on http://www.jfrog.org/artifactory/plugins-snapshots<http://www.jfrog.org/art= ifactory/plugins-releases%3C/>with version 1.3-SNAPSHOT. On 7/2/07, Will McKinley <wmc...@ci...> wrote: > > Hi Frederic, > > The change does not appear to have been published yet. The change from > the subversion commit looks correct, but I don't see the effect of the > change. > > For the record, I had to set my repository to =3D=3D> > > <id>org.jfrog.plugins</id> > <name>jfrog-plugins-dist</name> > <url>http://www.jfrog.org/artifactory/plugins-releases</<http://www.jfrog= .org/artifactory/plugins-releases%3C/> > url> > > I have a plugin repository set to the same thing. > > My plugin dependency is set to =3D=3D> > > <groupId>org.jfrog.jade.plugins</groupId> > <artifactId>jade-native-plugin</artifactId> > <version>1.3-SNAPSHOT</version> > > > On 7/2/07 12:46 AM, "Frederic Simon" <fr...@jf...> wrote: > > http://www.jfrog.org/jira/browse/JAPL-35 was solved (If you can test on > 1.3-SNAPSHOT it will be great), I should release 1.3.9 soon. > > On 6/26/07, *Will McKinley* <wmc...@ci...> wrote: > > Thanks! > > The "lib" type is a static library for Windows. While you are at it, can > you also add "dylib" (Mac dynamic library)? > > Regards, > Will > > > On 6/26/07 11:24 AM, " fr...@jf... <mailto:fr...@jf...><freds@jfr= og.org>" < > fr...@jf...> wrote: > > > The issue is that only so, a, and dll are declared to be library that > > pom can be dependent on. Sorry for my ignorance but: What is the "lib" > > type? > > Anyway I will add a parameter list to identify packages that are > library. > > Thanks for reporting this. > > > > On 6/26/07, Will McKinley <wmc...@ci... > <mailto:wmc...@ci...> <wmc...@ci...> > wrote: > >> More information on this: > >> > >> I ran the build with =96X to see maven debug and found the following. > >> > >> "[DEBUG] Error looking up lifecycle mapping to retrieve optional mojos= . > > >> Lifecycle ID: default. Error: Component descriptor cannot be found i= n > the > >> component repository: > >> org.apache.maven.lifecycle.mapping.LifecycleMappinglib." > >> > >> This is a curious output. I'm not sure if the log concatenated > >> LifecycleMapping with lib or if that was concatenated prior to the > search. > >> > >> Thanks for your assistance. > >> Will > >> > >> > >> On 6/25/07 1:40 PM, "Will McKinley" < wmc...@ci...> wrote: > >> > >>> Hi again. > >>> > >>> It looks like for a dependency of type "lib" the includes zip is not > >>> downloaded from the remote repository. Is there a reason for this? > >>> > >>> Thanks, > >>> Will > >>> > >>> > >>> On 6/22/07 1:10 AM, "Frederic Simon" <fr...@jf...> wrote: > >>> > >>>> By default the flag "deployInclude" is false, so the XXX-include.zip= file > >> are > >>>> created or downloaded. You can see the configuration params here: > >>>> > >> > http://www.jfrog.org/sites/jade-plugins/latest/jade-plugin-parent/jade-bu= ild- > >>>> plugin-parent/jade-native-plugin/compile- mojo.html#deployInclude > >>>> > >>>> You can also change from zip to jar " > >>>> <includesExtension>jar</includesExtension>". > >>>> And if you have many modules dependant from one another (reactor > >> projects), > >>>> it's faster to use a global includesRootDir for the whole project. > This > >> is > >>>> the directory where all XX-include.zip will be extracted. So instead > of > >>>> extracting all the zip files for each module, the extract happens > only > >> once. > >>>> > >>>> Hope it helps, and thanks for using jade-plugins. > >>>> > >>>> On 6/22/07, Will McKinley <wmc...@ci...> wrote: > >>>>> Hi all, > >>>>> > >>>>> I was wondering when the zip file containing all the h files gets > >> created? > >>>>> I'm attempting to use this plugin to compile a native library to > share > >> with > >>>>> other projects, and when I execute 'mvn install' I see the dll get > >> created, > >>>>> but the zip file is missing. > >>>>> > >>>>> Your help is greatly appreciated. > >>>>> > >>>>> -Will McKinley > >>>>> > >>>>> > >> > ------------------------------------------------------------------------- > >>>>> This SF.net email is sponsored by DB2 Express > >>>>> Download DB2 Express C - the FREE version of DB2 express and take > >>>>> control of your XML. No limits. Just data. Click to get it now. > >>>>> http://sourceforge.net/powerbar/db2/ > >> < http://sourceforge.net/powerbar/db2/ > <http://sourceforge.net/powerbar/db2/><http://sourceforge.net/powerbar/db= 2/>> > >>>>> _______________________________________________ > >>>>> Jade-plugins-users mailing list > >>>>> Jad...@li... > >>>>> https://lists.sourceforge.net/lists/listinfo/jade-plugins-users > >>>> > >>>> > >>> > >>> > >>> > >>> > ------------------------------------------------------------------------- > >>> This SF.net email is sponsored by DB2 Express > >>> Download DB2 Express C - the FREE version of DB2 express and take > >>> control of your XML. No limits. Just data. Click to get it now. > >>> http://sourceforge.net/powerbar/db2/ > >>> > >>> _______________________________________________ > >>> Jade-plugins-users mailing list > >>> Jad...@li... > >>> https://lists.sourceforge.net/lists/listinfo/jade-plugins-users > >> > >> > >> > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Jade-plugins-users mailing list > Jad...@li... > https://lists.sourceforge.net/lists/listinfo/jade-plugins-users < > https://lists.sourceforge.net/lists/listinfo/jade-plugins-users> > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Jade-plugins-users mailing list > Jad...@li... > https://lists.sourceforge.net/lists/listinfo/jade-plugins-users > > --=20 "CapsLock Key is like rear mirrors in BMW! Who needs them?" freddy33 |
From: Will M. <wmc...@ci...> - 2007-07-02 13:54:10
|
Hi Frederic, The change does not appear to have been published yet. The change from the subversion commit looks correct, but I don=B9t see the effect of the change. For the record, I had to set my repository to =3D=3D> <id>org.jfrog.plugins</id> <name>jfrog-plugins-dist</name> <url>http://www.jfrog.org/artifactory/plugins-releases</ <http://www.jfrog.org/artifactory/plugins-releases> url> I have a plugin repository set to the same thing. My plugin dependency is set to =3D=3D> <groupId>org.jfrog.jade.plugins</groupId> <artifactId>jade-native-plugin</artifactId> <version>1.3-SNAPSHOT</version> On 7/2/07 12:46 AM, "Frederic Simon" <fr...@jf...> wrote: > http://www.jfrog.org/jira/browse/JAPL-35 was solved (If you can test on > 1.3-SNAPSHOT it will be great), I should release 1.3.9 soon. >=20 > On 6/26/07, Will McKinley <wmc...@ci...> wrote: >> Thanks! >>=20 >> The "lib" type is a static library for Windows. While you are at it, ca= n >> you also add "dylib" (Mac dynamic library)? >>=20 >> Regards, >> Will >>=20 >>=20 >> On 6/26/07 11:24 AM, " fr...@jf... <mailto:fr...@jf...> " >> <fr...@jf...> wrote: >>=20 >>> > The issue is that only so, a, and dll are declared to be library that >>> > pom can be dependent on. Sorry for my ignorance but: What is the "lib= " >>> > type? >>> > Anyway I will add a parameter list to identify packages that are libr= ary. >>> > Thanks for reporting this. >>> > >>> > On 6/26/07, Will McKinley <wmc...@ci... <mailto:wmckinle@cisco= .com> >>> > wrote: >>>> >> More information on this: >>>> >> >>>> >> I ran the build with =ADX to see maven debug and found the following. >>>> >> >>>> >> =B3[DEBUG] Error looking up lifecycle mapping to retrieve optional mo= jos. >>>> >> Lifecycle ID: default. Error: Component descriptor cannot be foun= d in >>>> the >>>> >> component repository: >>>> >> org.apache.maven.lifecycle.mapping.LifecycleMappinglib.=B2 >>>> >> >>>> >> This is a curious output. I=B9m not sure if the log concatenated >>>> >> LifecycleMapping with lib or if that was concatenated prior to the >>>> search. >>>> >> >>>> >> Thanks for your assistance. >>>> >> Will >>>> >> >>>> >> >>>> >> On 6/25/07 1:40 PM, "Will McKinley" < wmc...@ci...> wrote: >>>> >> >>>>> >>> Hi again. >>>>> >>> >>>>> >>> It looks like for a dependency of type =B3lib=B2 the includes zip is = not >>>>> >>> downloaded from the remote repository. Is there a reason for thi= s? >>>>> >>> >>>>> >>> Thanks, >>>>> >>> Will >>>>> >>> >>>>> >>> >>>>> >>> On 6/22/07 1:10 AM, "Frederic Simon" <fr...@jf...> wrote: >>>>> >>> >>>>>> >>>> By default the flag "deployInclude" is false, so the XXX-includ= e.zip file >>>> >> are >>>>>> >>>> created or downloaded. You can see the configuration params her= e: >>>>>> >>>> >>>> >>=20 >>>>=20 http://www.jfrog.org/sites/jade-plugins/latest/jade-plugin-parent/jade-buil= d- >>>>>> >>>> plugin-parent/jade-native-plugin/compile- mojo.html#deployInclu= de >>>>>> >>>> >>>>>> >>>> You can also change from zip to jar " >>>>>> >>>> <includesExtension>jar</includesExtension>". >>>>>> >>>> And if you have many modules dependant from one another (reacto= r >>>> >> projects), >>>>>> >>>> it's faster to use a global includesRootDir for the whole proje= ct. This >>>> >> is >>>>>> >>>> the directory where all XX-include.zip will be extracted. So in= stead of=20 >>>>>> >>>> extracting all the zip files for each module, the extract happe= ns only >>>> >> once. >>>>>> >>>> >>>>>> >>>> Hope it helps, and thanks for using jade-plugins. >>>>>> >>>> >>>>>> >>>> On 6/22/07, Will McKinley <wmc...@ci...> wrote: >>>>>>> >>>>> Hi all, >>>>>>> >>>>> >>>>>>> >>>>> I was wondering when the zip file containing all the h files = gets >>>> >> created? >>>>>>> >>>>> I'm attempting to use this plugin to compile a native library= to share >>>> >> with >>>>>>> >>>>> other projects, and when I execute 'mvn install' I see the dl= l get >>>> >> created, >>>>>>> >>>>> but the zip file is missing. >>>>>>> >>>>> >>>>>>> >>>>> Your help is greatly appreciated. >>>>>>> >>>>> >>>>>>> >>>>> -Will McKinley >>>>>>> >>>>> >>>>>>> >>>>> >>>> >>=20 >>>> ----------------------------------------------------------------------= --- >>>>>>> >>>>> This SF.net email is sponsored by DB2 Express >>>>>>> >>>>> Download DB2 Express C - the FREE version of DB2 express and = take >>>>>>> >>>>> control of your XML. No limits. Just data. Click to get it no= w. >>>>>>> >>>>> http://sourceforge.net/powerbar/db2/ >>>> >> < http://sourceforge.net/powerbar/db2/ >>>> <http://sourceforge.net/powerbar/db2/> > >>>>>>> >>>>> _______________________________________________ >>>>>>> >>>>> Jade-plugins-users mailing list >>>>>>> >>>>> Jad...@li... >>>>>>> >>>>> https://lists.sourceforge.net/lists/listinfo/jade-plugins-use= rs >>>>>> >>>>=20 >>>>>> >>>> >>>>> >>> >>>>> >>> >>>>> >>> >>>>> >>>=20 >>>>> ---------------------------------------------------------------------= ---- >>>>> >>> This SF.net email is sponsored by DB2 Express >>>>> >>> Download DB2 Express C - the FREE version of DB2 express and take >>>>> >>> control of your XML. No limits. Just data. Click to get it now. >>>>> >>> http://sourceforge.net/powerbar/db2/ >>>>> >>> >>>>> >>> _______________________________________________ >>>>> >>> Jade-plugins-users mailing list >>>>> >>> Jad...@li... >>>>> >>> https://lists.sourceforge.net/lists/listinfo/jade-plugins-users >>>> >> >>>> >>=20 >>>> >> >>> > >>=20 >> ------------------------------------------------------------------------= - >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> Jade-plugins-users mailing list >> Jad...@li... >> https://lists.sourceforge.net/lists/listinfo/jade-plugins-users >> <https://lists.sourceforge.net/lists/listinfo/jade-plugins-users> >=20 >=20 |
From: Frederic S. <fr...@jf...> - 2007-07-02 07:55:12
|
Created and solved http://www.jfrog.org/jira/browse/JAPL-36 The fix will be in next version. On 7/2/07, Igor Vaysenberg <iva...@ci...> wrote: > > Hi, > > How can we put some additional (generated) *.h files in artifact's > include jar? > > the case if follow: > source dir - src > test dir - test > generated files (both cpp and h) - target/generated/src > > need to put generated .h files together wth original .h files from src > dir. > > How can we do that? > > -- > _____________________________________________________ > Igor Vaysenberg Cisco Systems, NMTG > e-mail: iva...@ci... 32 HaMelaha st., > phone: +972-9-892-7287 S. Netanya, 42504 > fax: +972-9-892-7282 Israel > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Jade-plugins-users mailing list > Jad...@li... > https://lists.sourceforge.net/lists/listinfo/jade-plugins-users > -- "CapsLock Key is like rear mirrors in BMW! Who needs them?" freddy33 |
From: Igor V. <iva...@ci...> - 2007-07-02 07:46:10
|
Hi, How can we put some additional (generated) *.h files in artifact's include jar? the case if follow: source dir - src test dir - test generated files (both cpp and h) - target/generated/src need to put generated .h files together wth original .h files from src dir. How can we do that? -- _____________________________________________________ Igor Vaysenberg Cisco Systems, NMTG e-mail: iva...@ci... 32 HaMelaha st., phone: +972-9-892-7287 S. Netanya, 42504 fax: +972-9-892-7282 Israel |
From: Frederic S. <fr...@jf...> - 2007-07-02 04:46:24
|
http://www.jfrog.org/jira/browse/JAPL-35 was solved (If you can test on 1.3-SNAPSHOT it will be great), I should release 1.3.9 soon. On 6/26/07, Will McKinley <wmc...@ci...> wrote: > > Thanks! > > The "lib" type is a static library for Windows. While you are at it, can > you also add "dylib" (Mac dynamic library)? > > Regards, > Will > > > On 6/26/07 11:24 AM, "fr...@jf..." <fr...@jf...> wrote: > > > The issue is that only so, a, and dll are declared to be library that > > pom can be dependent on. Sorry for my ignorance but: What is the "lib" > > type? > > Anyway I will add a parameter list to identify packages that are > library. > > Thanks for reporting this. > > > > On 6/26/07, Will McKinley <wmc...@ci...> wrote: > >> More information on this: > >> > >> I ran the build with =ADX to see maven debug and found the following. > >> > >> =B3[DEBUG] Error looking up lifecycle mapping to retrieve optional moj= os. > >> Lifecycle ID: default. Error: Component descriptor cannot be found i= n > the > >> component repository: > >> org.apache.maven.lifecycle.mapping.LifecycleMappinglib.=B2 > >> > >> This is a curious output. I=B9m not sure if the log concatenated > >> LifecycleMapping with lib or if that was concatenated prior to the > search. > >> > >> Thanks for your assistance. > >> Will > >> > >> > >> On 6/25/07 1:40 PM, "Will McKinley" <wmc...@ci...> wrote: > >> > >>> Hi again. > >>> > >>> It looks like for a dependency of type =B3lib=B2 the includes zip is = not > >>> downloaded from the remote repository. Is there a reason for this? > >>> > >>> Thanks, > >>> Will > >>> > >>> > >>> On 6/22/07 1:10 AM, "Frederic Simon" <fr...@jf...> wrote: > >>> > >>>> By default the flag "deployInclude" is false, so the XXX-include.zip= file > >> are > >>>> created or downloaded. You can see the configuration params here: > >>>> > >> > http://www.jfrog.org/sites/jade-plugins/latest/jade-plugin-parent/jade-bu= ild- > >>>> plugin-parent/jade-native-plugin/compile-mojo.html#deployInclude > >>>> > >>>> You can also change from zip to jar " > >>>> <includesExtension>jar</includesExtension>". > >>>> And if you have many modules dependant from one another (reactor > >> projects), > >>>> it's faster to use a global includesRootDir for the whole project. > This > >> is > >>>> the directory where all XX-include.zip will be extracted. So instead > of > >>>> extracting all the zip files for each module, the extract happens > only > >> once. > >>>> > >>>> Hope it helps, and thanks for using jade-plugins. > >>>> > >>>> On 6/22/07, Will McKinley <wmc...@ci...> wrote: > >>>>> Hi all, > >>>>> > >>>>> I was wondering when the zip file containing all the h files gets > >> created? > >>>>> I'm attempting to use this plugin to compile a native library to > share > >> with > >>>>> other projects, and when I execute 'mvn install' I see the dll get > >> created, > >>>>> but the zip file is missing. > >>>>> > >>>>> Your help is greatly appreciated. > >>>>> > >>>>> -Will McKinley > >>>>> > >>>>> > >> > ------------------------------------------------------------------------- > >>>>> This SF.net email is sponsored by DB2 Express > >>>>> Download DB2 Express C - the FREE version of DB2 express and take > >>>>> control of your XML. No limits. Just data. Click to get it now. > >>>>> http://sourceforge.net/powerbar/db2/ > >> <http://sourceforge.net/powerbar/db2/> > >>>>> _______________________________________________ > >>>>> Jade-plugins-users mailing list > >>>>> Jad...@li... > >>>>> https://lists.sourceforge.net/lists/listinfo/jade-plugins-users > >>>> > >>>> > >>> > >>> > >>> > >>> > ------------------------------------------------------------------------- > >>> This SF.net email is sponsored by DB2 Express > >>> Download DB2 Express C - the FREE version of DB2 express and take > >>> control of your XML. No limits. Just data. Click to get it now. > >>> http://sourceforge.net/powerbar/db2/ > >>> > >>> _______________________________________________ > >>> Jade-plugins-users mailing list > >>> Jad...@li... > >>> https://lists.sourceforge.net/lists/listinfo/jade-plugins-users > >> > >> > >> > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Jade-plugins-users mailing list > Jad...@li... > https://lists.sourceforge.net/lists/listinfo/jade-plugins-users > --=20 "CapsLock Key is like rear mirrors in BMW! Who needs them?" freddy33 |
From: Will M. <wmc...@ci...> - 2007-06-26 16:04:39
|
Thanks! The "lib" type is a static library for Windows. While you are at it, can you also add "dylib" (Mac dynamic library)? Regards, Will On 6/26/07 11:24 AM, "fr...@jf..." <fr...@jf...> wrote: > The issue is that only so, a, and dll are declared to be library that > pom can be dependent on. Sorry for my ignorance but: What is the "lib" > type? > Anyway I will add a parameter list to identify packages that are library. > Thanks for reporting this. >=20 > On 6/26/07, Will McKinley <wmc...@ci...> wrote: >> More information on this: >>=20 >> I ran the build with =ADX to see maven debug and found the following. >>=20 >> =B3[DEBUG] Error looking up lifecycle mapping to retrieve optional mojos. >> Lifecycle ID: default. Error: Component descriptor cannot be found in = the >> component repository: >> org.apache.maven.lifecycle.mapping.LifecycleMappinglib.=B2 >>=20 >> This is a curious output. I=B9m not sure if the log concatenated >> LifecycleMapping with lib or if that was concatenated prior to the searc= h. >>=20 >> Thanks for your assistance. >> Will >>=20 >>=20 >> On 6/25/07 1:40 PM, "Will McKinley" <wmc...@ci...> wrote: >>=20 >>> Hi again. >>>=20 >>> It looks like for a dependency of type =B3lib=B2 the includes zip is not >>> downloaded from the remote repository. Is there a reason for this? >>>=20 >>> Thanks, >>> Will >>>=20 >>>=20 >>> On 6/22/07 1:10 AM, "Frederic Simon" <fr...@jf...> wrote: >>>=20 >>>> By default the flag "deployInclude" is false, so the XXX-include.zip f= ile >> are >>>> created or downloaded. You can see the configuration params here: >>>>=20 >> http://www.jfrog.org/sites/jade-plugins/latest/jade-plugin-parent/jade-b= uild- >>>> plugin-parent/jade-native-plugin/compile-mojo.html#deployInclude >>>>=20 >>>> You can also change from zip to jar " >>>> <includesExtension>jar</includesExtension>". >>>> And if you have many modules dependant from one another (reactor >> projects), >>>> it's faster to use a global includesRootDir for the whole project. Thi= s >> is >>>> the directory where all XX-include.zip will be extracted. So instead o= f >>>> extracting all the zip files for each module, the extract happens only >> once. >>>>=20 >>>> Hope it helps, and thanks for using jade-plugins. >>>>=20 >>>> On 6/22/07, Will McKinley <wmc...@ci...> wrote: >>>>> Hi all, >>>>>=20 >>>>> I was wondering when the zip file containing all the h files gets >> created? >>>>> I'm attempting to use this plugin to compile a native library to shar= e >> with >>>>> other projects, and when I execute 'mvn install' I see the dll get >> created, >>>>> but the zip file is missing. >>>>>=20 >>>>> Your help is greatly appreciated. >>>>>=20 >>>>> -Will McKinley >>>>>=20 >>>>>=20 >> ------------------------------------------------------------------------= - >>>>> This SF.net email is sponsored by DB2 Express >>>>> Download DB2 Express C - the FREE version of DB2 express and take >>>>> control of your XML. No limits. Just data. Click to get it now. >>>>> http://sourceforge.net/powerbar/db2/ >> <http://sourceforge.net/powerbar/db2/> >>>>> _______________________________________________ >>>>> Jade-plugins-users mailing list >>>>> Jad...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/jade-plugins-users >>>>=20 >>>>=20 >>>=20 >>>=20 >>>=20 >>> -----------------------------------------------------------------------= -- >>> This SF.net email is sponsored by DB2 Express >>> Download DB2 Express C - the FREE version of DB2 express and take >>> control of your XML. No limits. Just data. Click to get it now. >>> http://sourceforge.net/powerbar/db2/ >>>=20 >>> _______________________________________________ >>> Jade-plugins-users mailing list >>> Jad...@li... >>> https://lists.sourceforge.net/lists/listinfo/jade-plugins-users >>=20 >>=20 >>=20 >=20 |
From: <fr...@jf...> - 2007-06-26 15:24:20
|
The issue is that only so, a, and dll are declared to be library that pom can be dependent on. Sorry for my ignorance but: What is the "lib" type? Anyway I will add a parameter list to identify packages that are library. Thanks for reporting this. On 6/26/07, Will McKinley <wmc...@ci...> wrote: > More information on this: > > I ran the build with =ADX to see maven debug and found the following. > > =B3[DEBUG] Error looking up lifecycle mapping to retrieve optional mojos. > Lifecycle ID: default. Error: Component descriptor cannot be found in t= he > component repository: > org.apache.maven.lifecycle.mapping.LifecycleMappinglib.=B2 > > This is a curious output. I=B9m not sure if the log concatenated > LifecycleMapping with lib or if that was concatenated prior to the search= . > > Thanks for your assistance. > Will > > > On 6/25/07 1:40 PM, "Will McKinley" <wmc...@ci...> wrote: > > > Hi again. > > > > It looks like for a dependency of type =B3lib=B2 the includes zip is no= t > > downloaded from the remote repository. Is there a reason for this? > > > > Thanks, > > Will > > > > > > On 6/22/07 1:10 AM, "Frederic Simon" <fr...@jf...> wrote: > > > >> By default the flag "deployInclude" is false, so the XXX-include.zip f= ile > are > >> created or downloaded. You can see the configuration params here: > >> > http://www.jfrog.org/sites/jade-plugins/latest/jade-plugin-parent/jade-bu= ild- > >> plugin-parent/jade-native-plugin/compile-mojo.html#deployInclude > >> > >> You can also change from zip to jar " > >> <includesExtension>jar</includesExtension>". > >> And if you have many modules dependant from one another (reactor > projects), > >> it's faster to use a global includesRootDir for the whole project. Thi= s > is > >> the directory where all XX-include.zip will be extracted. So instead o= f > >> extracting all the zip files for each module, the extract happens only > once. > >> > >> Hope it helps, and thanks for using jade-plugins. > >> > >> On 6/22/07, Will McKinley <wmc...@ci...> wrote: > >>> Hi all, > >>> > >>> I was wondering when the zip file containing all the h files gets > created? > >>> I'm attempting to use this plugin to compile a native library to shar= e > with > >>> other projects, and when I execute 'mvn install' I see the dll get > created, > >>> but the zip file is missing. > >>> > >>> Your help is greatly appreciated. > >>> > >>> -Will McKinley > >>> > >>> > ------------------------------------------------------------------------- > >>> This SF.net email is sponsored by DB2 Express > >>> Download DB2 Express C - the FREE version of DB2 express and take > >>> control of your XML. No limits. Just data. Click to get it now. > >>> http://sourceforge.net/powerbar/db2/ > <http://sourceforge.net/powerbar/db2/> > >>> _______________________________________________ > >>> Jade-plugins-users mailing list > >>> Jad...@li... > >>> https://lists.sourceforge.net/lists/listinfo/jade-plugins-users > >> > >> > > > > > > > > -----------------------------------------------------------------------= -- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > > > _______________________________________________ > > Jade-plugins-users mailing list > > Jad...@li... > > https://lists.sourceforge.net/lists/listinfo/jade-plugins-users > > > --=20 "CapsLock Key is like rear mirrors in BMW! Who needs them?" freddy33 |