Menu

#16 Use newest javancss to support java 1.5 source

open
nobody
None
5
2008-06-19
2008-06-19
Pat
No

Currently,
Xradar does not fully support java 1.5/6.0 source code.
This is because javancss 21.41 which gets used cannot deal with it.

Please upgrade to a more recent release to fix this problem.

Best Regards,
Patric

Discussion

  • Romain PELISSE

    Romain PELISSE - 2008-08-04

    Logged In: YES
    user_id=1679130
    Originator: NO

    Thanks for the report, i'll try to do this asap. I did a LOT of tools upgrade several month ago, but i think i may have run into some trouble with newest version of Javancss(maybe they changed their xml). Anyway, i'll try to do it for xradar 1.1.

     
  • James Pether Sörling

    If you add

    --
    <plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>javancss-maven-plugin</artifactId>
    <version>2.0-beta-2</version>
    <dependencies>
    <dependency>
    <groupId>javancss</groupId>
    <artifactId>javancss</artifactId>
    <version>29.50</version>
    </dependency>
    </dependencies>
    </plugin>
    --

    to the build/plugins part of your pom you will override which javancss version to use.. Works for me http://cia.sourceforge.net/xradar/index.html

     

Log in to post a comment.