[javaCompiler-users] Feature request
Status: Beta
Brought to you by:
soapy
From: john s. <kmk...@ya...> - 2006-09-05 19:38:41
|
So I finally figured out the problem I was having with compiling with xml parsers (compiler was throwing "multiple definition errors"). It seems that there is a quick workaround for this problem that works perfectly. If you pass -Wl,--allow-multiple-definition to the compiler, the program will compile successfully and the specified xml parser* will be used at program execution. * Ex. SAXBuilder builder = new SAXBuilder("com.bluecast.xml.Piccolo"); My feature request is to add a check box to the final screen before compilation, that if checked, will pass "-Wl,--allow-multiple-definition" to the compiler. If not this, than maybe just the ability to pass along any other parameters the user wants. I'm sorry if this already exists. Anyway, keep up the good work Marco. It's much appreciated. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |