Terence Ramos | 1 Feb 01:15

RE: Customize NB Build

Actually, I should rephrase my question. I think I should be calling the perl script directly and not the make. I think all I really need to know is how to grab the value of an ability within build.xml. That’s my current guess at the moment.

 

Terence

 

From: Terence Ramos [mailto:terencer <at> replaymobile.com]
Sent: Wednesday, January 31, 2007 3:41 PM
To: nbusers <at> netbeans.org
Subject: [nbusers] Customize NB Build

 

Hi All,

 

Is there a way to customize the ant Build so that it can run make with a certain command line argument that is obtained through an ability value? Let’s say there is an ability in one of my projects called “user” with the value “guest”. When I build the project, before any code is compiled, it will run “make guest”.

 

Terence

Nan Null | 1 Feb 01:16
Picon
Favicon

Re: [naive] Eclipse plugins?


Good idea.  I wonder what alternatives would be without doing this.  I know that providing a good API help, but that's not a solution.  The right way is to support the Eclipse plugins somehow.  I think that would definitely bring a big bang of new users.

The problem is hard because Eclipse is so different from Netbeans.  However, I think if initial effort is to support the top 10 popular plugins that are not available in Netbeans.  Next, the goal is to provide the next 20 and so on.


----- Original Message ----
From: Stephen Winnall <steve <at> winnall.ch>
To: nbusers <at> netbeans.org
Sent: Wednesday, January 31, 2007 6:11:11 PM
Subject: [nbusers] [naive] Eclipse plugins?

A silly question, perhaps: has anyone looked at the idea of providing  
an interface to Eclipse plugins from NetBeans? It seems to me that  
the only thing going for Eclipse as opposed to NetBeans is the  
plethora of plugins available for Eclipse. If NetBeans could use  
them, it would strengthen its  position immensely.

Steve


Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
Favicon

Re: How can I define custom properties for my component added to the palette?

Asanka Samaraweera wrote:
> Hi All,
>
> How can I define custom properties for my custom component added to
> the palette?
>
> Thanks,
>
>
>
> Asanka Samaraweera
>
> B.Sc. Hons. | Software Engineer
>
> *IFS R & D International (Private) Limited*
> 501 Galle Road, Colombo 06, SRI LANKA
>
> É +94 (0)11 2364440 Ext 720
> Ê +94 (0)11 2364401
> È +94 (0)77 7420475
> *  asanka.samaraweera <at> ifs.lk <mailto:asanka.samaraweera <at> ifs.lk>
> i  www.ifsworld.com <http://www.ifsworld.com/>
>
>
>
> CONFIDENTIALITY AND DISCLAIMER NOTICE
> Please note that this message may contain confidential information. If
> you have received this message by mistake, please inform the sender of
> the mistake by e-mailing info <at> ifsworld.com <mailto:info <at> ifsworld.com>,
> then delete the message from your system without making, distributing
> or retaining any copies of it. Any views or opinions presented are
> solely those of the sender and do not necessarily represent those of
> IFS unless otherwise specifically stated. Although we believe that the
> message and any attachments are free from viruses and other errors
> that might affect the computer or IT system where it is received and
> read, the recipient opens the message at his or her own risk. We
> assume no responsibility for any loss or damage arising from the
> receipt or use of this message
>
>
>
>
>
>
Expand the source file in the project window, expand that and right
click on the "Bean Patterns" and select the
Beaninfo editor. Obviously (not).

Jeff Coffield

Peter Lam | 1 Feb 01:49
Picon

Re: Any notes on how to use the robustness items "entity" "control" and "boundry" class?

The definitions for these 3 types of classes are included in Karthikeyan's response. As for usage, they can be used in class diagrams. Iconic form is the initial default form after creation for these classes. If you need to add for example attributes and operations to them, you need to display them as non-iconic form by right-clicking on the class and select "Show as Non-Iconic". Then, you can treat it as a regular class for adding/editing attributes and operations. In fact, these classes are just the regular classes with different stereotype.

--Peter

mxc wrote:
Hi Karthikieyan, Thanks but I was looking for how to use them on UML diagrammes in netbeans. So if I have a class that maps to a table do I just use a normal class element with the stereotype entity"? Are these robyustness element types used in use case diagramme only? It appears that one cannot add attributes to these elements without right-clicking on them and they dont display in the diagramme so I assume they are not used in class diagrammes? If not how do they relate? thanks Karthikeyan.Rajeswaran wrote:
From the javahelp (http://www.netbeans.org/source/browse/*checkout*/uml/core/javahelp/org/netbeans/modules/uml/docs/basics/Attic/diagram_components_class.html?rev=1.1.2.2) Boundary Class: An element in which Actors use boundary objects in communicating with a system. Control Class: An element in which objects serve as the "glue" between boundary objects and entity objects. These objects connect the user to the stored data. Entity Class: An element in which objects are usually objects from the domain model. These objects often map to database tables and files. regards, karthik mxc wrote:
Hi there, I am playing around with the beta UML pack. I would like to know how to
use
the "entity", "control" and "boundary" classes? I can assign "entity" streotypes to normal class diagrammes. So what is
the
correct way to do this? thanks
Peter Lam | 1 Feb 01:54
Picon

Re: UML two-way modelling

The round-trip engineering feature will be put back in future releases 
but I don't have a timeline now. Will update you once I hear more on this.

--Peter

Ulrich Schulte wrote:
> Hello Roman, Hello karthik,
>
> thank you for your fast replys. I guessed this, however, I did not 
> find the thread at forums.java.sun.com. Now, I know, that there is 
> nothing wrong with my system.
>
> Do you have any ideas, when round-trip engineering will be available 
> again?
>
> Regards and thanks again.
>
> Ulrich
>
> ps. I really like netbeans a lot.
>
>
> Karthikeyan Rajeswaran schrieb:
>> Please also refer to: 
>> http://forum.java.sun.com/thread.jspa?threadID=5121599&messageID=9425784#9425784 
>>
>>    ...The live roundtrip engineering feature in both Java Studio 
>> Enterprise 8.1 and the Beta release of UML Module in
>>    NetBeans 5.5 has been disabled and replaced with the batch code 
>> generation and reverse engineering features.
>>    This means code generation will replace the existing code with the 
>> newly generated code with an option to keep the
>>    original code as a backup. In the future releases, live roundtrip 
>> engineering feature will be made available again....
>>
>> thanks,
>> karthik
>>
>>
>> Roman Strobl wrote:
>>
>>> The synchronization has changed since I did the demo, it is manual 
>>> now. I believe it will be turned back on for the final release of 
>>> UML module. The reason to make the synchronization manual was to 
>>> avoid some possible bugs.
>>>
>>> -Roman
>>>
>>> Ulrich Schulte wrote:
>>>
>>>> Hello,
>>>>
>>>> I am trying to reproduce the two-way UML Demo provided by Roumen 
>>>> (see http://blogs.sun.com/roumen/entry/flash_demo_2_way_uml).
>>>> However, when doing his demo on my pc (german Win XP, Netbeans 5.5, 
>>>> JDK 6) there is no synchronizing model against source and vice 
>>>> versa. Another thing is, that I do not get the option "generate 
>>>> Source" when creating the UML-Project.
>>>>
>>>> Did I miss something?
>>>>
>>>> Regards
>>>>
>>>> Ulrich
>>>
>>

JC Lee | 1 Feb 02:02
Picon
Favicon

Missing the Changelog of NB Daily Builds...

Hi,

I'm sticking on the daily builds of NB 551, and just missing that old feature of daily build change log which was provided in the old version of NB download website. That's helpful for fans like me to know what have been changed in the build and decide if to download it or just wait a couple of days for the next build.

Hope this feature back!

JC.L


Real people. Real questions. Real answers. Share what you know.
JC Lee | 1 Feb 02:06
Picon
Favicon

Re: Missing the Changelog of NB Daily Builds...

Withdraw, just found it


From: JC Lee <jclee_sg <at> yahoo.com.sg>
To: nbusers <at> netbeans.org
Sent: Thursday, 1 February 2007 9:02:49
Subject: Missing the Changelog of NB Daily Builds...

Hi,

I'm sticking on the daily builds of NB 551, and just missing that old feature of daily build change log which was provided in the old version of NB download website. That's helpful for fans like me to know what have been changed in the build and decide if to download it or just wait a couple of days for the next build.

Hope this feature back!

JC.L


Real people. Real questions. Real answers. Share what you know.



Real people. Real questions. Real answers. Share what you know.
JC Lee | 1 Feb 02:12
Picon
Favicon

Re: Re: Missing the Changelog of NB Daily Builds...

But it contains nothing, and only available for ide, other packs have no changelog though.

----- Original Message ----
From: JC Lee <jclee_sg <at> yahoo.com.sg>
To: nbusers <at> netbeans.org
Sent: Thursday, 1 February 2007 9:06:43
Subject: [nbusers] Re: Missing the Changelog of NB Daily Builds...

Withdraw, just found it


From: JC Lee <jclee_sg <at> yahoo.com.sg>
To: nbusers <at> netbeans.org
Sent: Thursday, 1 February 2007 9:02:49
Subject: Missing the Changelog of NB Daily Builds...

Hi,

I'm sticking on the daily builds of NB 551, and just missing that old feature of daily build change log which was provided in the old version of NB download website. That's helpful for fans like me to know what have been changed in the build and decide if to download it or just wait a couple of days for the next build.

Hope this feature back!

JC.L


Real people. Real questions. Real answers. Share what you know.



Real people. Real questions. Real answers. Share what you know.



Real people. Real questions. Real answers. Share what you know.
djohnson | 1 Feb 02:39
Picon

Re: OFF - TOPIC

Marc,

I see Samuel Ventura pointed you to the Jakarta poi project which works
well. I've used it extensively to output directly to Excel files. If you
would like some code samples contact me off-list.

David Johnson

On Wed, 2007-01-31 at 17:18 -0500, Marc Farrow wrote:
> But I wanted to know if anyone has had any experience with using a
> Java API to write out EXCEL sheets in XLS format and not CVS format?
> Any pointers out there?
> 
> -- 
> Marc Farrow

Dru Devore | 1 Feb 02:52
Picon

Project Groups Module

I am trying to use the project groups module but the menu item does not
seem to be working. I have installed it and it is active but I just
can't seem to find anything from the document
http://projects.netbeans.org/buildsys/groups.html that actually exists.

Any help is appreciated.

---
Dru Devore


Gmane