|
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 |