Hi, I try to build plugin by adding following to pom.
<properties> ... <checkstyle.skip>true</checkstyle.skip> ... </properties> But given an error. Error log Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check (rat-check) on project netbeans-plugin: Too many files with unapproved license: 16 See RAT report in: /home/nuwan/Projects/gsoc/syncope/netbeans-plugin/target/rat.txt -> [Help 1] Please help. Regards. Nuwan Sameera. On Fri, Jun 3, 2016 at 3:34 PM, Fabio Martelli <[email protected]> wrote: > Hi, see my comments/questions in-line. > Regards, > F. > > Il 03/06/2016 10:37, Nuwan Sameera ha scritto: > > Hi, > > I added java code to list existing mail templates and report templates to > plugin tree. My codes available in > > Please, provide me with a list of steps to see results in netbeans. > build, install plugin, restart .... and .... > > > https://github.com/NuwanSameera/syncope/tree/master/netbeans-plugin > > Currently plugin not in maven tree because check-style given error. But > plugin can build and run without errors. > > > Why don't you try to develop without including in your project syncope > sources? > It should be enough to specify the parent. > Checkstyle can be disabled for your project; you could add the following > property into your pom.xml: > > <properties> > ... > <checkstyle.skip>true</checkstyle.skip> > ... > </properties> > > > > > Please check and give me feedback. > > Regards. > Nuwan Sameera. > > On Mon, May 30, 2016 at 1:37 PM, Fabio Martelli <[email protected]> > wrote: > >> Il 30/05/2016 10:00, Nuwan Sameera ha scritto: >> >>> Hi, >>> I do changes in netbeans plugin development. These changes available in >>> [1] >>> https://github.com/NuwanSameera/syncope/tree/master/netbeans-plugin >>> >>> (01) nbm folder created when netbeans module creation. If we rename it >>> manifest.mf don't edit with changes. I cannot find a method to change >>> default manifest.mf path. >>> (02) .java file and .form file create on same folder and I cannot find >>> way to move .form file to resource directory. >>> (03) Rename Bundle.properties to bundle.properties. >>> (04) Change image position and path. >>> >>> Please give me solutions for the (01) and (02). >>> >> Please, leave it as is and go on. >> We will take a look forward. >> >>> Also am I correct with (03) and (04) >>> >> ok. >> >>> >>> Thanks and Regards. >>> >> Regards, >> F. >> >> >> -- >> Fabio Martelli >> https://it.linkedin.com/pub/fabio-martelli/1/974/a44 >> http://blog.tirasa.net/author/fabio/index.html >> >> Tirasa - Open Source Excellence >> http://www.tirasa.net/ >> >> Apache Syncope PMC >> http://people.apache.org/~fmartelli/ >> >> > > > -- > Nuwan Sameera. > Undergraduate, > Electronic and Telecommunication Engineering, > University of Moratuwa. > > > > -- > Fabio > Martellihttps://it.linkedin.com/pub/fabio-martelli/1/974/a44http://blog.tirasa.net/author/fabio/index.html > > Tirasa - Open Source Excellencehttp://www.tirasa.net/ > > Apache Syncope PMChttp://people.apache.org/~fmartelli/ > > -- Nuwan Sameera. Undergraduate, Electronic and Telecommunication Engineering, University of Moratuwa.
