On Wednesday 03 of February 2010 00:59:08 José Arcángel Salazar Delgado wrote:

Thx for the help.

Fix commited and new maven release uploaded ( I am not changing versions until 
repo will be stable, so do not forget to delete old artifacts from your local 
repo ).

BTW I hate f*cking issues with platform detection in maven/java.

> I found the problem in linux 32.
>
> In the pom.xml and the pom.in in the maven/qtjambi and /maven/plugin dir.
> you have:
>
> <profile>
>             <id>linux-32</id>
>             <activation>
>                 <os>
>                     <name>Linux</name>
>                     <arch>x86</arch>
>                 </os>
>             </activation>
>
> A the correct is
>
> <profile>
>             <id>linux-32</id>
>             <activation>
>                 <os>
>                     <name>Linux</name>
>                     <arch>i386</arch>
>                 </os>
>             </activation>
>
> After this changes, the plugin works as expected.
>
>


-- 
Dusan

_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to