On Mon, 6 Aug 2001 16:05, Conor MacNeill wrote: > Rafal, > > Due to the GPL licence of JFlex, there may be difficulty in having such a > task in Ant's CVS tree. IANAL, etc, etc. Perhaps you should ask JFlex if > they wish to have the task there (I don't know if the licence conflicts are > a problem in that arrangement). Licensing experts ??
If it is GPL you can not link it against Apache code period. However you could write a "task" which does not import any apache code but does implement execute(). The taskAdaptor should be able to wrap this in which case you could give the taks to the JFlex peeps but it still can not be included in Apache CVS. > > -----Original Message----- > > From: Rafal Mantiuk [mailto:[EMAIL PROTECTED] > > Sent: Monday, 6 August 2001 1:06 AM > > To: [EMAIL PROTECTED] > > Subject: JFlex task > > > > > > Hi, > > > > I couldn't find a convenient way to use JFlex with Ant so I wrote > > "jflex" task. The task works fine for me. > > What about including this task in the optional package ? > > > > (see: http://jflex.de/ for some info about JFLex) > > > > Greetings, > > > > Rafal -- Cheers, Pete *-----------------------------------------------------* | "Faced with the choice between changing one's mind, | | and proving that there is no need to do so - almost | | everyone gets busy on the proof." | | - John Kenneth Galbraith | *-----------------------------------------------------*
