Hi Peter,

We have hundreds of jobs and historically had some sharp edges when
trying to build with netbeans xml/ant on Jenkins.

Many years ago we finally made the decision to use Netbeans stock
xml/ant for just the IDE and have gradle build files in the job
repository to build on our Jenkins. This allowed us to keep the
development environment fast and featureful, whilst keeping our business
domain logic and automation conceptually separate.

This does however give you an overhead of 2 tool sets, which is not for
everyone, however in reality at scale has proved to be great for us,
especially as at the time of writing there were IDE UI features with
ant/xml that our team of developers used, that were absent from maven
and gradle plugins at the time (things may of moved on now).

Obviously Netbeans itself is built with Ant and built on automated build
systems, so i bet there are some clever people on this mailing list that
will have plenty of tips.

If you could outline the exact issue you are having, with any error
stacktraces or messages then I'm sure the community will be able to help. :)



   
Dell Green
Software Manager
t +44 20 3668 9870
ideaworks.co.uk
   

This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you are not the intended recipient or the person responsible for delivering the email to the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copying of this email is strictly prohibited. Any views or opinions presented are solely those of the author and do not necessarily represent those of Ideaworks Limited. Ideaworks (London) Limited, 206 Great Portland Street, London, W1W 5QJ. Company Registration No. 3943726

On 05/08/18 18:50, Peter L. Berghold wrote:
> Hi folks,
>
>
> Let me introduce myself first.   Been a programmer since 1972 in one
> fashion or another in languages ranging from Dartmouth BASIC to
> assemblber, C, C++, Java, PASCAL, FORTRAN, and more recently Ruby and
> Perl.  (Actually Perl since 1999 or thereabouts)
>
> I think that eliminates me from the ranks of noobs. :-)
>
> In spite of that experience there is one goal I have yet to attain that
> is driving me crazy.  I'm probably overlooking something obvious (I
> seem to solve the complicated and miss the simple) so I won't be
> surprised there if it happens.
>
> I'd like to use my Jenkins server to build/test and deploy my
> applications to their respective web containers when I check changes
> into BitBucket.  I can't seem to get past getting Ant to run smoothly
> against the build.xml generated by Netbeans.
>
> Web searches?  There seems to be all sorts of folks that have written
> how-tos on the subject and none of them seem to work.  Again I might be
> missing something here.
>
> Anybody out there actually get this to work that can point to to a "how
> to" that actually works?
>
>
>

Reply via email to