console log mechanism details?

2014-06-18 Thread Max Spring
Is there a document which gives some details on how the tail-f of the log of a running build works in the browser? Thanks! -Max -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group and stop receiving emails from

embedding job console?

2013-10-09 Thread Max Spring
I like to embed the job console in another Web page (a Vaadin GUI), so I can see the progress of the given job there. Is there a way to strip away all other decoration of a job console page and only have the bare bones console content? Thanks! -Max -- You received this message because you are

Re: Guice in plugin?

2013-09-06 Thread Max Spring
Sony Mobile Communications -Original Message- From: jenkinsci-dev@googlegroups.com [mailto:jenkinsci- d...@googlegroups.com] On Behalf Of Max Spring Sent: den 3 september 2013 21:32 To: jenkinsci-dev@googlegroups.com Subject: Guice in plugin? Is it possible to use Guice within a Jenkins

Guice in plugin?

2013-09-03 Thread Max Spring
Is it possible to use Guice within a Jenkins plugin to wire together some components? I have some components I use in a standalone application with Guice. I'd like to use these components in a single Jenkins plugin. -Max -- You received this message because you are subscribed to the Google

Re: Activiti Explorer 5.11 branch

2012-12-23 Thread Max Spring
Upgraded also to Activiti in the Jenkow plugin. The upgrade was totally painfree: Just bumped up the version property. I commented out the eclipse module. Tested with the 5.11 branch of the Activiti Explorer plugin. Works great. I'm about to merge this 5.11 branch back to master. Shouldn't have

Re: custom log formatter for hpi:run ?

2012-12-17 Thread Max Spring
: https://wiki.jenkins-ci.org/display/JENKINS/custom+log+formatter+for+hpi-run Regards, -Max On 12/01/2012 08:29 AM, Jerome Lacoste wrote: On Thursday, November 29, 2012 7:30:13 PM UTC+1, Max Spring wrote: I am able to make my logging.properties active. That's not the problem. I'm

Re: More Jenkow plugin / Activiti Explorer hacking

2012-12-16 Thread Max Spring
I get this compilation error when trying to build unified-identity-service branch in Jenkow: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project jenkow-plugin: Compilation failure: Compilation failure: [ERROR]

Re: Jenkow plugin hacking

2012-12-09 Thread Max Spring
assign tasks to them) that Jenkins doesn't provide in its abstraction. 2012/12/8 Max Spring m2spr...@springdot.org mailto:m2spr...@springdot.org Done with merging the activiti-explorer branch to master. With the now separate Activiti Explorer plugin, I'm unable to login to AE. Even

Re: Jenkow plugin hacking

2012-12-08 Thread Max Spring
I'm merging the activiti-explorer branch to master. These two artifactItems should not actually be in the POM any more, right? https://github.com/jenkinsci/jenkow-plugin/blob/activiti-explorer/jenkow-plugin/pom.xml#L206 Thanks! -Max On 12/07/2012 07:02 PM, Kohsuke Kawaguchi wrote: As we

Re: Jenkow plugin hacking

2012-12-08 Thread Max Spring
Done with merging the activiti-explorer branch to master. With the now separate Activiti Explorer plugin, I'm unable to login to AE. Even turned on security (Jenkins' own user database), AE doesn't let me in using same username/password as on the Jenkins side. -Max On 12/08/2012 05:49 PM, Max

Jenkow user task test case

2012-12-08 Thread Max Spring
Kohsuke, I added a user task test case. https://github.com/jenkinsci/jenkow-plugin/tree/master/jenkow-plugin/src/test/java/com/cisco/surf/jenkins/plugins/jenkow/tests/SimpleUserTask The test is commented-out in the POM, because it will hang, waiting for the user task to be completed with AE.

Re: Jenkow plugin hacking

2012-12-06 Thread Max Spring
Trying to build it myself I ran into a missing dependency: com.cloudbees:vietnam4j-core:jar:1.5-SNAPSHOT Earlier, I also missed the database plugin 1.0-SNAPSHOT dependency, but I could resolve that by building it from source. -Max On 11/28/2012 12:01 PM, Kohsuke Kawaguchi wrote: This

custom log formatter for hpi:run ?

2012-11-27 Thread Max Spring
I'm struggling getting a custom formatter to play under hpi:run. I can pass my own logging.properties on the command line: mvn hpi:run -Djava.util.logging.config.file=my-logging.properties but my formatter doesn't get used. I can switch on/off the built-in XMLFormatter. This proves that

Re: [ANN] Asynchronous job type

2012-10-26 Thread Max Spring
This is cool. I'm able to run the test code. How would I add more configuration elements? How can I inherit most of the configuration elements from a free-style job type? E.g. the trigger elements and the post-build elements could make sense in the workflow context, too. Build parameter,

Re: [ANN] Asynchronous job type

2012-10-26 Thread Max Spring
job type? How can I fail / abort the execution? (red state, grey state) Right now, all I can do is calling markCompleted() which leads to a successful state. -Max On 10/26/2012 04:58 PM, Kohsuke Kawaguchi wrote: 2012/10/26 Max Spring m2spr...@springdot.org: This is cool. I'm able to run

Re: all repository use

2012-10-17 Thread Max Spring
of the latest source tree from all the plugins? This will let people do grep -r. I guess what are you trying to use this repository for? is what I'm getting at. 2012/10/16 Max Spring m2spr...@springdot.org: A coworker of mine saw this and put this on GitHub https://github.com/jyancey/jenkins-plugins It uses

Re: all repository use

2012-10-16 Thread Max Spring
A coworker of mine saw this and put this on GitHub https://github.com/jyancey/jenkins-plugins It uses proper Git submodules for each plugin. git clone https://github.com/jyancey/jenkins-plugins.git cd jenkins-plugins git submodule init git submodule update -Max On 10/16/2012 10:02

URI of all.git repository?

2012-10-05 Thread Max Spring
What's the URI of the all.git Git repository containing all plugins which Kohsuke mentioned in his keynote at the Jenkins User Conference? Thanks! -Max

Re: Plugin Information on Wiki shows wrong SCM

2012-09-24 Thread Max Spring
the correct information. -Max On 09/12/2012 10:49 AM, Max Spring wrote: For my plugin, the Wiki page shows the wrong SCM. https://wiki.jenkins-ci.org/display/JENKINS/Jenkow+Plugin The source is on Github and the POM clearly says git: https://github.com/jenkinsci/jenkow-plugin/blob/master/pom.xml

Plugin Information on Wiki shows wrong SCM

2012-09-12 Thread Max Spring
For my plugin, the Wiki page shows the wrong SCM. https://wiki.jenkins-ci.org/display/JENKINS/Jenkow+Plugin The source is on Github and the POM clearly says git: https://github.com/jenkinsci/jenkow-plugin/blob/master/pom.xml#L70 But the Plugin Information is shown as Subversion. How can I fix

stapler docs?

2012-08-23 Thread Max Spring
Where did the stapler documentation at https://stapler.dev.java.net/ go? Thanks! -Max

Re: stapler docs?

2012-08-23 Thread Max Spring
Thanks Jesse. I updated https://wiki.jenkins-ci.org/display/JENKINS/Extend+Jenkins accordingly. Confusingly, for the other stapler link on that page (under Jelly taglib reference), the URL http://stapler.java.net/jelly-taglib-ref.html does work, whereas

Re: how to serve out bundled artifact?

2012-07-18 Thread Max Spring
/resource /webResources /configuration /plugin -Max On 07/12/2012 01:19 PM, Max Spring wrote: I know that I can have fixed resources put under src/main/webapp, but in my case it's generated resources. Generating them into target/generated-resources and adding

Re: how to serve out bundled artifact?

2012-07-12 Thread Max Spring
:59 PM, Max Spring wrote: I want to bundle an Eclipse update site with my Jenkins plugin so that Jenkins can serve out this update site. What's a good way to do this? Thanks! -Max

how to serve out bundled artifact?

2012-07-11 Thread Max Spring
I want to bundle an Eclipse update site with my Jenkins plugin so that Jenkins can serve out this update site. What's a good way to do this? Thanks! -Max

plugin repository creation request

2012-05-18 Thread Max Spring
Please create a repository jenkow-plugin under https://github.com/jenkinsci. Thanks! -Max

prefix access when running behind Apache

2012-05-11 Thread Max Spring
How can I get a hold of the prefix value when running Jenkins behind Apache [1]? While it's set as a property, System.getProperty(prefix) doesn't yield a value. Jenkins.getRootUrl() also doesn't return the prefixed URL. Trying to fix a bug in my plugin [2]. Thanks! -Max [1]

Re: prefix access when running behind Apache

2012-05-11 Thread Max Spring
Found the solution for my problem. Because my code is a Servlet filter, this does the trick: public void doFilter(ServletRequest req, ... ){ String cp = ((HttpServletRequest)req).getContextPath(); ... } -Max On 05/11/2012 01:45 PM, Max Spring wrote: How can I get a hold

ci.jenkins-ci.org down?

2012-05-11 Thread Max Spring
My browser times out on http://ci.jenkins-ci.org/ with 504 Gateway Time-out The server didn't respond in time. -Max

Re: library version conflict only in hpi:run and junit

2012-04-26 Thread Max Spring
is instantiated wins, which made the trick mostly useless until maven 3 was released On Thursday, 26 April 2012, Max Spring wrote: The plugin I work on uses a library which in turn depends on xalan:xalan:2.7.1. When running as junit or through hpi:run, my plugin gets to see xalan:xalan

Re: basic BuildWrapper problem

2012-03-15 Thread Max Spring
Hi Jesse, I'm now adding my wrapper to the wrapper list of the respective project (Project.getBuildWrappersList()), if it's not already there, at the time when I start the job. Fortunately it's my logic which starts the job, so I can control this. This works for me for now. Thanks! -Max On

Re: basic BuildWrapper problem

2012-03-15 Thread Max Spring
Hi Jesse, yes, I agree with you. I just haven't found a better way. All I want is to get notified when a build which my code started finishes. The build wrapper gives me that functionality. I'd be happy to learn about a better way doing the same. Regards, -Max On 03/15/2012 09:33 AM, Jesse