|
View:
New views
8 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
Re: Auto H file managementI ran the build with –X 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 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 the search. Thanks for your assistance. Will On 6/25/07 1:40 PM, "Will McKinley" <wmckinle@...> wrote: Hi again. ------------------------------------------------------------------------- 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 Jade-plugins-users@... https://lists.sourceforge.net/lists/listinfo/jade-plugins-users |
|
|
Re: Auto H file managementThe 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 <wmckinle@...> wrote: > More information on this: > > I ran the build with X 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 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 the search. > > Thanks for your assistance. > Will > > > On 6/25/07 1:40 PM, "Will McKinley" <wmckinle@...> 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" <freds@...> 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-build- > >> 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 <wmckinle@...> 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 > >>> 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 > > Jade-plugins-users@... > > https://lists.sourceforge.net/lists/listinfo/jade-plugins-users > > > -- "CapsLock Key is like rear mirrors in BMW! Who needs them?" freddy33 ------------------------------------------------------------------------- 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 Jade-plugins-users@... https://lists.sourceforge.net/lists/listinfo/jade-plugins-users |
|
|
Re: Auto H file managementThanks!
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, "freds@..." <freds@...> 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 <wmckinle@...> wrote: >> More information on this: >> >> I ran the build with X 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 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 the search. >> >> Thanks for your assistance. >> Will >> >> >> On 6/25/07 1:40 PM, "Will McKinley" <wmckinle@...> 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" <freds@...> 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-build- >>>> 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 <wmckinle@...> 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 >>>>> 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 >>> 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 Jade-plugins-users@... https://lists.sourceforge.net/lists/listinfo/jade-plugins-users |
|
|
Re: Auto H file managementhttp://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 <wmckinle@...> wrote: Thanks! -- "CapsLock Key is like rear mirrors in BMW! Who needs them?" freddy33 ------------------------------------------------------------------------- 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 Jade-plugins-users@... https://lists.sourceforge.net/lists/listinfo/jade-plugins-users |
|
|
Re: Auto H file managementThe 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 ==> <id>org.jfrog.plugins</id> <name>jfrog-plugins-dist</name> <url>http://www.jfrog.org/artifactory/plugins-releases</url> I have a plugin repository set to the same thing. My plugin dependency is set to ==> <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" <freds@...> 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. ------------------------------------------------------------------------- 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 Jade-plugins-users@... https://lists.sourceforge.net/lists/listinfo/jade-plugins-users |
|
|
Re: Auto H file managementOn 7/2/07, Will McKinley <wmckinle@...> wrote:
-- "CapsLock Key is like rear mirrors in BMW! Who needs them?" freddy33 ------------------------------------------------------------------------- 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 Jade-plugins-users@... https://lists.sourceforge.net/lists/listinfo/jade-plugins-users |
|
|
Re: Auto H file managementThat works. Thanks! On 7/2/07 10:22 AM, "Frederic Simon" <freds@...> 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. ------------------------------------------------------------------------- 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 Jade-plugins-users@... https://lists.sourceforge.net/lists/listinfo/jade-plugins-users |
| Free embeddable forum powered by Nabble | Forum Help |