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
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
&
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
>
>
>
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
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
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
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
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
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+
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
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
11 matches
Mail list logo