Re: Q: How to integrate Maven JSLint plugin with Jenkins Violations plug-in

2013-03-13 Thread John Smith
ease check *if * the file is accessible under '$JENKINS_HOME/[job-name]/workspace/Scripts.js' Any idea what the problem is? Thanks On Tue, Mar 12, 2013 at 5:02 PM, John Smith wrote: > Thanks for getting back to me. > > I'll probably go with option 3 as the quicke

Re: Q: How to integrate Maven JSLint plugin with Jenkins Violations plug-in

2013-03-12 Thread John Smith
better: provide a pull request ;-) > 3) Create your own dynamic parser in Jerkins' global configuration screen > > Ulli > > > Am 12.03.2013 um 14:58 schrieb John Smith : > > Hi, > > I've done as you suggest and changed the parser to "java Compiler &

Re: Q: How to integrate Maven JSLint plugin with Jenkins Violations plug-in

2013-03-12 Thread John Smith
ifferent > warnings format. You need to choose the parser "Javac". > > Ulli > > > Am 08.03.2013 um 16:32 schrieb John Smith : > > Actually. > > I've added the following to the parent POM > > >

Re: Q: How to integrate Maven JSLint plugin with Jenkins Violations plug-in

2013-03-08 Thread John Smith
a:352) Any ideas? On Fri, Mar 8, 2013 at 12:12 PM, John Smith wrote: > > > Sorry I completely missed your reply - something to do with the way I've > set gmail to forwards message I think :-/ > > My fault > > > > I this looks like a viable workaround. I *was

Re: Q: How to integrate Maven JSLint plugin with Jenkins Violations plug-in

2013-03-08 Thread John Smith
Q-How-to-use-Maven-JSLint-plugin-with-Jenkins-Violation-Plugin-tp4658337p4658374.html > > Am 08.03.2013 um 10:57 schrieb John Smith : > > Hi, > > Does anybody know how to integrate the "jslint-maven-plugin" from > "org.codehaus.mojo" with the Jenkins Violatio

Q: How to integrate Maven JSLint plugin with Jenkins Violations plug-in

2013-03-08 Thread John Smith
Hi, Does anybody know how to integrate the "jslint-maven-plugin" from "org.codehaus.mojo" with the Jenkins Violations plug-in? My current situation is that I've configured jslint-maven-plugin as part of my maven build. Errors are being written to standard output, so that's the console. In Jenkins

Q: How to use Maven JSLint plugin with Jenkins Violation Plugin

2013-03-06 Thread John Smith
Hi, I'm trying to validate some Java Script as part of my Jenkins build jobs. I've got to the point where: 1. I've installed and configured the jslint-maven-plugin from org.codehaus.mojo 2. I've installed the violations plugin (which I also use for Java checkstyle) My problem is that the maven p

Re: Setting PATH variable

2012-05-16 Thread John Smith
g initialization of VM > java/lang/NoClassDefFoundError: java/lang/Object > Build step 'Invoke Ant' marked build as failure* > > Please let me know, how to resolve the issue. > > Thanks, > Prakash.A > > > > On Tuesday, 15 May 2012 17:38:39 UTC+5:30, John

Re: Setting PATH variable

2012-05-16 Thread John Smith
rred during initialization of VM > java/lang/NoClassDefFoundError: java/lang/Object > Build step 'Invoke Ant' marked build as failure* > > Please let me know, how to resolve the issue. > > Thanks, > Prakash.A > > > > On Tuesday, 15 May 2012 17:38:39 UTC+

Re: Setting PATH variable

2012-05-15 Thread John Smith
I suspect the problem isn't your PATH, but your CLASSPATH. You'll need to make sure this includes: ${JAVA_HOME}/jre/lib/rt.jar (Assuming that you've already set JAVA_HOME). On Tue, May 15, 2012 at 11:06 AM, Prakash A wrote: > Hello All, > > I'm very new Jenkins (even to CI tools). I have a pr

Re: svn dilemna

2012-03-29 Thread John Smith
Not strictly a Jenkins answer, but I would just be wary of committing executables to SVN. Remember that SVN is designed and optimised to handle source code. Sure it can handle binaries as well, but you are not going to get great compression. For a few small binaries this isn't much or a problem, bu