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 154087 - ruby builds even if no code is modified
Summary: ruby builds even if no code is modified
Status: VERIFIED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Erno Mononen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-28 11:52 UTC by Jaroslav Tulach
Modified: 2009-03-21 08:33 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2008-11-28 11:52:42 UTC
Whenever I do build on my computer, ruby takes ages to build. I guess the problem is that its build script is not 
fully correct, that it rebuilds even in case everything has already been build. As the build is really slow, this is 
really annoying. Just try:

ant -f o.jruby/build.xml 
ant -f o.jruby/build.xml 

and you'll see that second run build everything again. Please skip the build in case JARs are up-to-date.
Comment 1 Martin Krauskopf 2008-12-08 08:56:39 UTC
Yes, we should tweak it for 7.0. Script done by Tor (CCing). Leaving as P2, so it will force us to at least understand
what's in there, if Tor is not going to fix it until then.
Comment 2 Erno Mononen 2009-03-16 13:04:27 UTC
Fixed in 518bfaebf0dd (ruby-main).
Comment 3 Quality Engineering 2009-03-17 08:28:53 UTC
Integrated into 'main-golden', will be available in build *200903170201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/518bfaebf0dd
User: Erno Mononen <emononen@netbeans.org>
Log: #154087: ruby builds even if no code is modified
Comment 4 Jaroslav Tulach 2009-03-18 10:38:41 UTC
Thanks a lot.
Comment 5 Erno Mononen 2009-03-19 10:30:28 UTC
I noticed the same problem with o.jruby.distro, fixed that in f9b7c5cb25d5 (ruby-main).
Comment 6 Quality Engineering 2009-03-21 08:33:50 UTC
Integrated into 'main-golden', will be available in build *200903210201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f9b7c5cb25d5
User: Erno Mononen <emononen@netbeans.org>
Log: #154087: ruby builds even if no code is modified
- handle also o.jruby.distro