Sounds right.

I am no ant wizard, so these kinds of oversights are probably my fault.

Some day we should go even further and update our JavaCC so we don't need to 
compile the output as 1.4 Java.

On 2010-05-03, at 18:42, André Bargull wrote:

> The generated CSS-Parser files are placed into org/openlaszlo/css, shouldn't 
> they get into org/openlaszlo/css/parser?
> From the ant target:
> ---
> <target name="css-parser" depends="init"
>        unless="css-parser.uptodate"
>        description="Run JavaCC to create the css-parser *.java files.">
> <mkdir dir="${buildsrc.1.4}/${pkg.css.parser}"/>
> <javacc target="${src}/${pkg.css}/CSSParser.jj"
>                outputdirectory="${buildsrc.1.4}/${pkg.css}/"
>                javacchome="${JAVACC_HOME}" />
> </target>
> ---
> 
> The ant target creates the org/openlaszlo/css/parser directory, but all 
> generated class files are placed into org/openlaszlo/css. This seems to be 
> wrong somehow. Making this a bit more consistent would be nice...


Reply via email to