Jump to content
Changes to the Jaspersoft community edition download ×

jdt-compiler in maven project


highjo

Recommended Posts

Hello good people!

after getting my hands on ireport i'm now moving to a real project.I'ts a maven project of course and i found necessairy dependency in the maven2 repository and here http://jasperreports.sourceforge.net/maven2/. but i fail to identifiy where exactely i could get the jdt_compiler.i've searched through all repository what i can find is somehow confusing. i found one in tomcat

    groupId>org.apache.tomcat</groupId>
                <artifactId>jasper-jdt</artifactId>

and i found one in eclipse

            <groupId>org.eclipse.jdt</groupId>
            <artifactId>org.eclipse.jdt.compiler.apt</artifactId>

it really confusing i've not found anything with the word jdt-compiler..i'm using jasperreport 3.7.0 and jdt-compiler-3.1.1.jar is need none of what i've cited correspond to this version.How do you guys do it in your maven projects?thanks for reading

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

I took a look through the JasperReports pom.xml. The only reference to jdt I can see is:

<dependency>
            <groupId>eclipse</groupId>
            <artifactId>jdtcore</artifactId>
            <version>3.1.0</version>
            <scope>compile</scope>
        </dependency>

You should post this question in the JasperReports forum instead. You may get better answers from there.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...