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 114843 - Depot sample not in build
Summary: Depot sample not in build
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Krauskopf
URL: http://wiki.netbeans.org/wiki/view/NB...
Keywords:
Depends on: 115871
Blocks:
  Show dependency tree
 
Reported: 2007-09-06 08:32 UTC by John Jullion-ceccarelli
Modified: 2007-09-18 16:04 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 John Jullion-ceccarelli 2007-09-06 08:32:04 UTC
The Ruby samples are still not in the builds for Beta 1. See the URL for details. What still needs to happen:

* an NBM needs to be created that installs the sample in the new project wizard. It needs the appropriate licenses,
module description, template description, etc.
* the source for the sample project and the module that installs it needs to be checked into CVS along with the proper
licenses
* All source files need the MIT license
* the readme needs to be incorporated into the sample. Still waiting for final changes from Pragmatic Programmers for
the readme.
Comment 1 Petr Jiricka 2007-09-06 13:03:57 UTC
Martin will address the integration of samples into the build after the beta release.
Comment 2 Martin Krauskopf 2007-09-06 13:32:08 UTC
Yup. As soon as we select some candidate(s).
Comment 3 John Jullion-ceccarelli 2007-09-06 19:35:55 UTC
Please see http://wiki.netbeans.org/wiki/view/NB6RubySamples. Samples are there and ready to go. Just needs to be
integrated.
Comment 4 Tomas Danek 2007-09-06 19:39:57 UTC
for the depot app is valid the final version - http://wiki.netbeans.org/wiki/attach/NB6RubySamples/Depot_final.zip
Comment 5 Martin Krauskopf 2007-09-06 21:18:49 UTC
Aha, so all of them should be bundled with NB 6? I thought that we have to firstly choose only *some* of them. Since the
wiki-page starts with "This page lists the *possibilities* for doing ruby samples for NetBeans 6.0....". Ok, I'll put
all samples into the NetBeans:

- Depot
- Weblog
- Flickr

If I misunderstood John, or if anybody else thinks that we should bundle e.g. only one of those samples, let me know.
I'm not starting yet. Probably next week. I'll have probably more questions regarding sample wizards.
Comment 6 John Jullion-ceccarelli 2007-09-07 01:10:31 UTC
Just the depot one, I think.
Comment 7 Martin Krauskopf 2007-09-17 16:24:22 UTC
Let's keep separate issue for each sample. So far we agree upon Depot.
Comment 8 Martin Krauskopf 2007-09-17 16:36:59 UTC
Sample commited. Have to make it part of build now.

.cvsignore;
initial revision: 1.1
build.xml;
initial revision: 1.1
manifest.mf;
initial revision: 1.1
nbproject/.cvsignore;
initial revision: 1.1
nbproject/project.properties;
initial revision: 1.1
nbproject/project.xml;
initial revision: 1.1
src/org/netbeans/modules/ruby/samples/depot/Bundle.properties;
initial revision: 1.1
src/org/netbeans/modules/ruby/samples/depot/DepotDescription.html;
initial revision: 1.1
src/org/netbeans/modules/ruby/samples/depot/DepotPanelVisual.form;
initial revision: 1.1
src/org/netbeans/modules/ruby/samples/depot/DepotPanelVisual.java;
initial revision: 1.1
src/org/netbeans/modules/ruby/samples/depot/DepotWizardIterator.java;
initial revision: 1.1
src/org/netbeans/modules/ruby/samples/depot/DepotWizardPanel.java;
initial revision: 1.1
src/org/netbeans/modules/ruby/samples/depot/resources/Bundle.properties;
initial revision: 1.1
src/org/netbeans/modules/ruby/samples/depot/resources/DepotProject.zip;
initial revision: 1.1
src/org/netbeans/modules/ruby/samples/depot/resources/layer.xml;
initial revision: 1.1
Comment 9 Martin Krauskopf 2007-09-18 07:18:38 UTC
Fixed. Please file new issues for other samples. Let me know if something is wrong with Depot sample. E.g. something
should be opened after sample is created, license missing somewhere - I've put it to .rb and .rhtml files, etc.