Hi Oleg, great to hear it works now.
We're currently doing some major refactorings on ant4eclipse to make it easier to use and better understandable esp. in cases something went wrong. Stay tunded :-) Regards, Nils Oleg Mikheev > Nils Hartmann wrote: >> The properties ant4eclipse uses when it tries to resolve the plug-in >> dependencies, are written to the log - search for "Initializing >> TargetPlatform with properties". Most probably the properties doesn't >> match the "Eclipse-PlatformFilter" specified in the Manifest of the >> launcher.gtk.linux.x86-plug-in. >> >> To set this properties explizitly set the following three properties >> using the ANT_OPTS environment variable before launching ant: >> >> export ANT_OPTS=-Dosgi.ws=gtk -Dosgi.os=linux -Dosgi.arch=x86 > > Nils, > > Thanks! Explicitly setting ANT_OPTS resolved the issue. > By the way I spent some time to figure out that I needed to set > -Dant4eclipse.trace=true to see the log :) > My log showed: > [buildPlugin] 'osgi.ws' -> 'motif' > > And that was the problem - Equinox failed to detect gtk. > > Thanks again, > Oleg > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Ant4eclipse-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ant4eclipse-user > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ant4eclipse-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ant4eclipse-user
