This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 86246 - Jackpot outside of Netbeans (such as a raw Ant task)
Summary: Jackpot outside of Netbeans (such as a raw Ant task)
Status: RESOLVED WONTFIX
Alias: None
Product: contrib
Classification: Unclassified
Component: Jackpot (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-30 09:08 UTC by swankjesse
Modified: 2010-04-27 18:41 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description swankjesse 2006-09-30 09:08:08 UTC
I'd like to run Jackpot as a part of my build process, for example:
 - in a continuous build
 - before a release
 - on patch files from users
Comment 1 _ tball 2006-10-02 20:10:07 UTC
What are you trying to do with Jackpot?  Since it gives you the ability to make
potentially massive changes to a project, it is best used in an IDE where you
can review and select which changes to make, plus undo the operation if
necessary.  The rule of thumb is Jackpot is best if you are modifying
version-controlled source files, but use apt for error-checking and for creating
files which are generated with every build.  As of Java 6 (Mustang), apt shared
the same model Jackpot uses, but cannot modify the model or apply its changes
back to source files.  
Comment 2 Jesse Glick 2010-04-27 18:41:41 UTC
The old Jackpot module is no longer maintained. There is a rewrite in progress at: http://bitbucket.org/jlahoda/jackpot30/wiki/Home