[Qt-jambi-interest] src target in build.xml

Francis Galiegue fgaliegue at gmail.com
Wed Dec 16 00:50:08 CET 2009


On Tue, Dec 15, 2009 at 11:57 PM, Helge Fredriksen <hf at poseidon.no> wrote:
> Hello!
>
> Would it be possible for you to add a src package target in build.xml.
> This is quite handy for those of us who use IntelliJ as IDE since
> including the src on the jambi lib makes it possible to see the names of
> arguments in methods with Ctrl-P.
>
> I added this on a widget we compile using the generator. Something like
> this:
>
>    <target name="src-zip">
>       <zip basedir="${basedir}" destfile="${basedir}/qtjambi-src.zip">
>          <include name="**/*.java"/>
>       </zip>
>    </target>
>

I suppose so, but bear in mind that in the build branch, all jars are split!

It now depends on whether you want _all_ sources in one zip or one
source zip per module.

-- 
Francis Galiegue, fgaliegue at gmail.com
"It seems obvious [...] that at least some 'business intelligence'
tools invest so much intelligence on the business side that they have
nothing left for generating SQL queries" (Stéphane Faroult, in "The
Art of SQL", ISBN 0-596-00894-5)




More information about the Qt-jambi-interest mailing list