On 29.09.2011 15:54, Matúš Kukan wrote:
> Hi Peter
>
> On 25 September 2011 01:05, Peter Foley wrote:
>> While working on converting xmerge to gbuild I found that the current
>> gbuild Jar.mk doesn't support adding non java files to the jar.
>> The xmerge jars need a component.xml file included i
Hi Peter
On 25 September 2011 01:05, Peter Foley wrote:
> While working on converting xmerge to gbuild I found that the current
> gbuild Jar.mk doesn't support adding non java files to the jar.
> The xmerge jars need a component.xml file included in the jar.
> I tried to implement file adding but
While working on converting xmerge to gbuild I found that the current
gbuild Jar.mk doesn't support adding non java files to the jar.
The xmerge jars need a component.xml file included in the jar.
I tried to implement file adding but couldn't get it to work. Help with
implementing this would be g
On 09/17/2011 06:19 AM, Norbert Thiebaud wrote:
On Fri, Sep 16, 2011 at 7:07 PM, Peter Foley wrote:
I'm working on converting soltools to gbuild but I've come across a
problem.
soltools/testhxx/makefile.mk echos the commandline to compile a
cxx file to a temporary file and then runs it through
On Sat, 17 Sep 2011, Norbert Thiebaud wrote:
> On Fri, Sep 16, 2011 at 7:07 PM, Peter Foley wrote:
> >
> > I'm working on converting soltools to gbuild but I've come across a
> > problem.
> > soltools/testhxx/makefile.mk echos the commandline to compile a
> > cxx file to a temporary file and then
On Fri, Sep 16, 2011 at 7:07 PM, Peter Foley wrote:
>
> I'm working on converting soltools to gbuild but I've come across a
> problem.
> soltools/testhxx/makefile.mk echos the commandline to compile a
> cxx file to a temporary file and then runs it through a perl script.
> What I need is a way to
I'm working on converting soltools to gbuild but I've come across a
problem.
soltools/testhxx/makefile.mk echos the commandline to compile a
cxx file to a temporary file and then runs it through a perl script.
What I need is a way to get the command line used to compile a file with
out actuall