$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Java toolset
From: Juraj Ivanèiæ (juraj.ivancic_at_[hidden])
Date: 2012-02-29 10:34:00
On 28.2.2012. 20:26, Felipe Magno de Almeida wrote:
> I have built a very simple java.jam which compiles java files to
> classes, and creates jar packages.
>
> The jam file is attached.
>
> Any opinions would be appreciated,
I think this would make a very nice addition to contrib dir. I do not
have an immediate use for it, but would definitely like to have it
available.
Minor nitpick:
feature.extend toolset : java ;
This is unnecessary, and wrong IMHO. Everything should work the same
without this line. Am I missing something?