Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] problems with configs= option

Hi,

I am trying to headless build a feature I am developing but I am getting a strange behavior with configs option in build.properties. The feature I am building has some restrictions on which architectures and operating systems it can be installed. Its build.properties has the bin.includes property correctly set.

If I don't set configs or if I set it to "*,*,*", the build process successfully ends up and the zip file generated contains only the plug-ins' jars. On the other hand, if I set the configs to the list of architectures and operating systems supported by my feature, the zip file generated contains the plug-ins' jars and the feature jar.

Is this the correct behavior, I mean, the feature jar will only be generated when configs point the build process to the exactly architectures/operating systems supported by my plug-in? Or is this a bug?

Best regards,

--
Leonardo Garcia
IDE Software Engineer - Linux on Cell
Linux Technology Center Brazil
Phone: +55-19-2132-2068 (T/L: 839-2068)
lagarcia@xxxxxxxxxx


Back to the top