DZone
Java Zone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
  • Refcardz
  • Trend Reports
  • Webinars
  • Zones
  • |
    • Agile
    • AI
    • Big Data
    • Cloud
    • Database
    • DevOps
    • Integration
    • IoT
    • Java
    • Microservices
    • Open Source
    • Performance
    • Security
    • Web Dev
DZone > Java Zone > At last, putting your NetBeans JavaFX project under Hudson!

At last, putting your NetBeans JavaFX project under Hudson!

Fabrizio Giudici user avatar by
Fabrizio Giudici
·
Jun. 04, 09 · Java Zone · Interview
Like (0)
Save
Tweet
4.83K Views

Join the DZone community and get the full member experience.

Join For Free
Well, in the last year I've got sort of addicted to Hudson: I really feel strange if any project I'm working on is not put under the control of my Hudson installation. It was hard for me to survive some time with my first serious JavaFX project and no Hudson - but there was no big choice as my Hudson runs under Linux (and I didn't want to mess up on my CI server with the tricks with the JavaFX SDK for Mac OS X).

Now that we have JavaFX 1.2 for Linux the stress is over. Putting my project under Hudson was straightforward:

  1. Install the JavaFX SDK on the server and take note of the installation path (in my case /home/fgiudici/javafx-sdk1.2).
  2. Configure a freeform job under Hudson and set all the usual Ant stuff.
  3. Just add "platforms.JavaFX_1.2_SDK_.fxhome=/home/fgiudici/javafx-sdk1.2" in the Ant Properties tab

The platform name, of course, depends on the name you gave to it. Have a look in your $HOME/.netbeans/6.5/build.properties to see how it is encoded.

That's it. Of course, this works for JavaFX projects made with NetBeans.

Hudson (software) JavaFX NetBeans

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • How to Submit a Post to DZone
  • Composable Architecture
  • Ultra-Fast Microservices: When Microstream Meets Wildfly
  • Java Hashtable, HashMap, ConcurrentHashMap: Performance Impact

Comments

Java Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • MVB Program
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends:

DZone.com is powered by 

AnswerHub logo