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 131427 - update REST plugin on 6.0 beta UC
Summary: update REST plugin on 6.0 beta UC
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Lukas Jungmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-28 16:10 UTC by Lukas Jungmann
Modified: 2008-03-30 12:33 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
proposed patch (517.74 KB, text/plain)
2008-03-28 16:30 UTC, Lukas Jungmann
Details
corrected patch (includes palette which has been removed by mistake in previous patch) (262.08 KB, text/plain)
2008-03-28 18:04 UTC, Lukas Jungmann
Details
commit log (16.52 KB, text/plain)
2008-03-28 21:02 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2008-03-28 16:10:20 UTC
patch for cvs release61-m1 branch which brings all fixed bugs in rest plugin as of 12:00 CET 03/28 from trunk to 6.0
version of the plugin (plugin's spec version num in cvs branch is set to 0.6.0.2 by this patch)
Comment 1 Lukas Jungmann 2008-03-28 16:30:36 UTC
Created attachment 59295 [details]
proposed patch
Comment 2 Lukas Jungmann 2008-03-28 16:34:21 UTC
in the patch itself there are two missing parts:

-latest (0.6.2) jersey binary
-jersey javadoc binary

both binaries are assumed to be taken directly from trunk.

Feel free to apply, or review it and let me know ;)
Comment 3 Lukas Jungmann 2008-03-28 18:04:36 UTC
Created attachment 59304 [details]
corrected patch (includes palette which has been removed by mistake in previous patch)
Comment 4 Peter Liu 2008-03-28 19:41:35 UTC
I wasn't planning to update the 6.0 plugin since 6.1 is coming out but this is good work.  Just make sure it is well
tested before putting it on the 6.0 update center.

BTW, how did you merge the changes from mercurial to cvs?

Comment 5 Lukas Jungmann 2008-03-28 19:59:04 UTC
happy to be using linux :) here's what I've did:

for each module:
diff -u -r -w $CVS_ROOT/websvc/module $HG/module > module.diff
cd $CVS_ROOT/websvc/module
patch -p5 --dry-run < module.diff (to verify whether the diff will be applied correctly)
patch -p5 < module.diff
copy new files from $HG/module to $CVS_ROOT/websvc/module (if I would use: diff -u -r -w -N ... this step would not be
required but I realized that too late :( )
end for

open modules from CVS in the IDE and verify/modify changes.

That's all :)
Comment 6 Lukas Jungmann 2008-03-28 21:02:09 UTC
Created attachment 59316 [details]
commit log
Comment 7 Lukas Jungmann 2008-03-28 21:03:37 UTC
f.
Comment 8 Lukas Jungmann 2008-03-30 12:33:35 UTC
v., file issue 131546 for uploading updated nbms to 6.0 beta UC