[stringtemplate-interest] Unable to build java ST 3.2.1 using maven
Jim Idle
jimi at temporal-wave.com
Thu Nov 5 09:14:26 PST 2009
The tar ball on the stringtemplate web site has been corrected - you can now build directly from the source:
mvn install
> -----Original Message-----
> From: Marziou, Gael [mailto:gael.marziou at hp.com]
>
> 1. To be able to inspect local variables in debugger, it seems like the
> compiler options used to build ST do not include local variables (-
> g:[lines,vars,source]).
Not explicitly, but then I always build from local source of course so I have not seen this.
>
> 2. To fix a problem when an NPE in AutoIndentWriter.write(String str)
> line 150 when a custom AttributeRenderer returns null. How to report a
> bug? I think this should be caught and/or a descriptive error message
> logged.
Not sure if this is a bug or just that renderer's should not return null, but then if they get null, perhaps they should and perhaps the null should be just ignored or something. Anyway, report bugs by emailing a bug report to this list with as much detail as possible. Ter - is this a bug?
>
> Back to the compile issue:
>
> CLASSPATH is not set.
>
> I downloaded from
>
> http://www.stringtemplate.org/download/stringtemplate-3.2.1.tar.gz
I built directly from the tar ball so this should all be hunky dory now.
Jim
More information about the stringtemplate-interest
mailing list