Code Monkey home page Code Monkey logo

intellij-jasper-report-support's Introduction

Intellij Jasper Report Support plugin

This plugin enable jasper reports viewing and compiling support for Intellij Idea IDE.

Installation & Usage

  1. Install from Marketplace
    Open Settings > Plugins > Marketplace in your Intellij Idea IDE, search for Jasper Report Support and install the plugin.

  2. Build from source
    Clone the repository and run buildPlugin gradle task in project root. After that plugin jar file will be generated at <PROJECT_ROOT>/build/libs directory

    git clone https://github.com/chathurabuddi/intellij-jasper-report-support.git
    cd intellij-jasper-report-support
    gradle buildPlugin
    

Issues

Please make sure to read the issue reporting checklist before opening an issue. Issues not conforming to the guidelines may be closed immediately.

Changelog

Detailed changes for each release are documented in the release notes.

Contribution

Contributions, issues and feature requests are welcome. Feel free to check issues page if you want to contribute. Please make sure to read the contributing guide before making a pull request.

License

Copyright ยฉ 2019 Chathura Buddhika (chathurabuddi)
This project is MIT licensed.

intellij-jasper-report-support's People

Contributors

chathurabuddi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

intellij-jasper-report-support's Issues

IDEA New version

The gradle.properties file require an exclusive version of IDEA.
When leave 202.1 to 202.2, the plugin stop running.
I had to recompile change this values: IdeaVersion to 2020.2 and customUntilBuild to 202.*

ideaVersion=2020.2
customSinceBuild=172.3317.76
customUntilBuild=202.*
version=1.0.2

It is importante upgrade the project or another solution.

textField syntax highlighting textAdjust

for the jrxml files a textField tag currently hints incorrectly for the attribute textAdjust. The message that follows is Attribute textAdjust is not allowed here

image

Release v1.0.2

  • create a pull request into the master branch from release branch
  • add release notes
  • merge pull request
  • prepare release artifacts
  • add release tag and publish release
  • upload artifact to jetbrians plugin repository

Incorrect language error occurred while loading the plugin with Intellij v2019.3

While loading the plugin following error has occurred.

2019-12-27 11:29:21,166 [   1826]   WARN - j.internal.DebugAttachDetector - Unable to start DebugAttachDetector, please add `--add-exports=java.base/jdk.internal.vm=ALL-UNNAMED` to VM options 
2019-12-27 11:29:21,298 [   1958]  ERROR - Types.impl.FileTypeManagerImpl - Incorrect language specified in <fileType> for Jasper source file, should be XML, actual Jrxml [Plugin: lk.chathurabuddi.jasper-report-supportn] 
com.intellij.diagnostic.PluginException: Incorrect language specified in <fileType> for Jasper source file, should be XML, actual Jrxml [Plugin: lk.chathurabuddi.jasper-report-supportn]
	at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.instantiateFileTypeBean(FileTypeManagerImpl.java:497)
	at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.instantiatePendingFileTypes(FileTypeManagerImpl.java:464)
	at com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl.getRegisteredFileTypes(FileTypeManagerImpl.java:1269)
	at com.intellij.psi.impl.cache.impl.id.IdIndexImpl.getVersion(IdIndexImpl.java:25)
	at com.intellij.util.indexing.FileBasedIndexImpl.registerIndexer(FileBasedIndexImpl.java:349)
	at com.intellij.util.indexing.FileBasedIndexImpl.access$5300(FileBasedIndexImpl.java:107)
	at com.intellij.util.indexing.FileBasedIndexImpl$FileIndexDataInitialization.lambda$initAssociatedDataForExtensions$0(FileBasedIndexImpl.java:2448)
	at com.intellij.util.indexing.IndexInfrastructure$DataInitialization.executeNestedInitializationTask(IndexInfrastructure.java:173)
	at com.intellij.util.indexing.IndexInfrastructure$DataInitialization.runParallelNestedInitializationTasks(IndexInfrastructure.java:161)
	at com.intellij.util.indexing.IndexInfrastructure$DataInitialization.call(IndexInfrastructure.java:122)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:222)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:30)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.execute(BoundedTaskExecutor.java:201)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:221)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:190)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
2019-12-27 11:29:21,301 [   1961]  ERROR - Types.impl.FileTypeManagerImpl - IntelliJ IDEA 2019.3  Build #IC-193.5233.102 
2019-12-27 11:29:21,301 [   1961]  ERROR - Types.impl.FileTypeManagerImpl - JDK: 11.0.4; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 
2019-12-27 11:29:21,301 [   1961]  ERROR - Types.impl.FileTypeManagerImpl - OS: Linux 
2019-12-27 11:29:21,311 [   1971]  ERROR - Types.impl.FileTypeManagerImpl - Plugin to blame: Jasper Report Support version: 1.0.1 

add CONTRIBUTING.md file to the project

A CONTRIBUTING.md file should provide a short guide to contributors, how they can contribute to this project.

It is convention to capitalize the word "contributing" as the file title, and to save it as a resource in markdown (hence the extension .md).

Following areas should be included in this file;

  • Short Links to Important Resources: docs, bugs, plugin homepage
  • Environment details
  • How to submit changes
  • How to report a bug
  • How to request an "enhancement"
  • Style Guide / Coding conventions

Release v1.0.1

  • create a pull request into the master branch from release branch
  • add release notes
  • merge pull request
  • prepare release artifacts
  • add release tag and publish release
  • upload artifact to jetbrians plugin repository

add README.md file to the project

A README file gives the user a brief idea about what the project is about, licensing, etc.
This should name as README.md and should use markdown syntax.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.