Re: Building a JAR File

2012-02-26 Thread Didier Durand
Agreed with David Just reuse your usual tools in your jenkins script: for example, if you use Ant, there is a very simple Ant task to build jar Look it up at : http://ant.apache.org/manual/Tasks/jar.html regards didier On Feb 26, 9:24 pm, David Weintraub wrote: > On Sun, Feb 26, 2012 at 8:09

Re: Building a JAR File

2012-02-26 Thread David Weintraub
On Sun, Feb 26, 2012 at 8:09 AM, Ted Jansen wrote: > Hello, > > This may be a noob question. > How can i build a jar file from jenkins from the workspace folder of a > project? How do you build jars without Jenkins? For example, are you using Ant or Maven for your build process? If you are, all y

Re: Building a JAR File

2012-02-26 Thread Mark Streit
are totally new to Jenkins. > > > From: Ted Jansen > Sent: Sun Feb 26 08:09:47 EST 2012 > To: Jenkins Users > Subject: Building a JAR File > > Hello, > > > This may be a noob question. > How can i build a jar file from jenkins from the workspace folder of a > project? > > > > With friendly greets, > > Ted Jansen

Re: Building a JAR File

2012-02-26 Thread Les Mikesell
On Sun, Feb 26, 2012 at 7:09 AM, Ted Jansen wrote: > > This may be a noob question. > How can i build a jar file from jenkins from the workspace folder of a > project? > Jenkins doesn't build something in 'your' workspace folder. You commit to a version control system, and jekins automates check

Re: Building a JAR File

2012-02-26 Thread Ted Jansen
Bukkit haves an automatic builder. 2012/2/26 Sami Tikka > Then Jenkins is not the tool for you. Jenkins does not have any jar > file building features. If you have a script or command that builds a > jar file, you can make Jenkins execute it but building-jar-files is > not a built-in feature of

Re: Building a JAR File

2012-02-26 Thread Sami Tikka
Then Jenkins is not the tool for you. Jenkins does not have any jar file building features. If you have a script or command that builds a jar file, you can make Jenkins execute it but building-jar-files is not a built-in feature of Jenkins. I suggest you study the tools called "jar" or "ant". I my

Re: Building a JAR File

2012-02-26 Thread Ted Jansen
i just wanna build from some files automatic a jar file 2012/2/26 Sami Tikka > Hmm... The obvious answer is: "Exactly the same way you would build a > jar file without Jenkins. Jenkins does not affect building jar file > any way." > > Because of that, you must mean something else. Maybe you coul

Re: Building a JAR File

2012-02-26 Thread Sami Tikka
Hmm... The obvious answer is: "Exactly the same way you would build a jar file without Jenkins. Jenkins does not affect building jar file any way." Because of that, you must mean something else. Maybe you could tell us more about what you are doing and what seems to be going wrong? Exact error mes

Building a JAR File

2012-02-26 Thread Ted Jansen
Hello, This may be a noob question. How can i build a jar file from jenkins from the workspace folder of a project? With friendly greets, Ted Jansen