Re: checkstyle plugin problem

2017-06-07 Thread Onder SEZGIN
Thanks Zoran. You seem to provide it. I have tested on Windows(yes it was windows), it is working. Thanks On Tue, Jun 6, 2017 at 4:57 PM, Zoran Regvart wrote: > Hi Önder, > there is a small beanshell script that converts the header-*.txt files > into string expressions expected by checkstyle[1].

Re: checkstyle plugin problem

2017-06-06 Thread Zoran Regvart
Hi Önder, there is a small beanshell script that converts the header-*.txt files into string expressions expected by checkstyle[1]. It somewhat strange process but the idea is that there is only one header.txt[2] and all other header-*.txt files are generated from it. My guess is that I haven't tho

Re: checkstyle plugin problem

2017-06-05 Thread Onder SEZGIN
Hi, I am building on my local. and if i build buildingtools and after try to run - mvn clean install -Psourcecheck I get lots of checkstyle errors. However, if i go to my local repo and delete camel-buildtools folder and afterwards if i run the build for the same component. Checkstyle seems fin

Re: checkstyle plugin problem

2017-05-17 Thread Zoran Regvart
Hi Önder, yeah, snapshots are at repository.apache.org[1] perhaps you can get that Archiva instance to proxy[2] to: https://repository.apache.org/content/groups/public/ zoran [1] https://repository.apache.org/#nexus-search;gav~org.apache.camel~camel-core~2.20.0-SNAPSHOT~~ [2] https://archiva.ap

Re: checkstyle plugin problem

2017-05-17 Thread Onder SEZGIN
Hi Zoran, apparently we have archiava running which has not been maintained for a long time. i figured out that archiava has access to maven public repo. so i changed my maven's setting.xml to point that archiava. however i am failing to run mvn install. i guess it does not have access to snapsho

Re: checkstyle plugin problem

2017-05-15 Thread Zoran Regvart
Hi Önder, that's a real bummer :( Perhaps you you can make the case that it's needed for work and it ruins everybody's productivity and convince the IT to either pass certain sites (like repo.maven.org and repository.apache.org), or can run a Maven repository manager (like Nexus) and the IT can al

Re: checkstyle plugin problem

2017-05-15 Thread Onder SEZGIN
well, obviously i've tried different settings today but have not come up with a result. Unless network admin does change the policy, i don't seem to connect. For reference i would like share wget result. (in my previous post, i'd mentioned i could use wget. this is partially connect. i can get jar

Re: checkstyle plugin problem

2017-05-15 Thread onders
I dont have access without proxy -- View this message in context: http://camel.465427.n5.nabble.com/checkstyle-plugin-problem-tp5799504p5799538.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: checkstyle plugin problem

2017-05-15 Thread Zoran Regvart
On Mon, May 15, 2017 at 1:26 PM, onders wrote: > Any suggestions are welcome. if wget-ed jars are OK, perhaps you can put nonProxyHosts[1] configuration for repo.maven.apache.org? zoran [1] https://maven.apache.org/guides/mini/guide-proxies.html -- Zoran Regvart

Re: checkstyle plugin problem

2017-05-15 Thread Claus Ibsen
On Mon, May 15, 2017 at 1:26 PM, onders wrote: > yes i guess so. > there was no such a issue and it's been recently introduced due to our > company security policies. and after doing what Claus suggested, i am > totally screwed up, because all jar's are generated as corrupted. I can not > build an

Re: checkstyle plugin problem

2017-05-15 Thread onders
yes i guess so. there was no such a issue and it's been recently introduced due to our company security policies. and after doing what Claus suggested, i am totally screwed up, because all jar's are generated as corrupted. I can not build anything. I'll try and see what i can do. Any suggestions

Re: checkstyle plugin problem

2017-05-15 Thread Zoran Regvart
On Mon, May 15, 2017 at 10:01 AM, onders wrote: > I have done but no success. > I'll try what Claus suggested. if that fails ping me, I'd like to help you and see if there is anything we can do to prevent developers running into issues, zoran -- Zoran Regvart

Re: checkstyle plugin problem

2017-05-15 Thread Zoran Regvart
Hi Önder, On Mon, May 15, 2017 at 10:00 AM, Onder SEZGIN wrote: > I have to manually update those jar by downloading them via wget. > > Do you know a workaround for such issues? Could it be that you have a proxy configured to scan for viruses? I've seen instances of security appliances that inje

Re: checkstyle plugin problem

2017-05-15 Thread onders
I have done but no success. I'll try what Claus suggested. Thanks. -- View this message in context: http://camel.465427.n5.nabble.com/checkstyle-plugin-problem-tp5799504p5799510.html Sent from the Camel Development mailing list archive at Nabble.com.

Re: checkstyle plugin problem

2017-05-15 Thread Onder SEZGIN
Thanks. I'll try that. I would like to ask one more thing. Lately, i have been running into an issue like some jars are downloaded as corrupt file. I have to manually update those jar by downloading them via wget. Do you know a workaround for such issues? Thanks. Önder On Mon, May 15, 2017 a

Re: checkstyle plugin problem

2017-05-15 Thread Zoran Regvart
Hi Önder, this should be due to older version of camel-buildtools in your local maven repository, try `mvn install` just from `buildingtools` first, if you still have issues ping me on IRC so we can troubleshoot, zoran On Mon, May 15, 2017 at 8:53 AM, onders wrote: > When i pulled the source fro

Re: checkstyle plugin problem

2017-05-15 Thread Claus Ibsen
Hi I suggest to build it all from scratch first using the fast build. And possible delete your local maven org/apache/camel repo. On Mon, May 15, 2017 at 8:53 AM, onders wrote: > Hi, > > When i pulled the source from github from master and run > (I have not changed a line of code.) I guess Zor