Board index » jbuilder » [JBX] Dots in project name converted to underscores
|
Jeff
JBuilder Developer |
|
Jeff
JBuilder Developer |
[JBX] Dots in project name converted to underscores2004-01-10 04:07:13 AM jbuilder5 Is there anyway to disable this 'feature' in the "New Project" wizard. I always use my full package name as the project name and I prefer to have the dots in there. -- Jeff jlar310 at yahoo |
| Jeff
Java Developer |
2004-01-10 05:13:07 AM
Re:[JBX] Dots in project name converted to underscores
Perhaps I should clarify. I'm talking about the underscores
that JBX puts in the directory names it wants to create... I want the dots in my directory names too. -- Jeff jlar310 at yahoo "Jeff" < XXXX@XXXXX.COM >wrote in message news: XXXX@XXXXX.COM ... QuoteIs there anyway to disable this 'feature' in the "New |
| Paul Furbacher
Java Developer |
2004-01-10 07:10:26 AM
Re:[JBX] Dots in project name converted to underscores
Jeff wrote:
QuotePerhaps I should clarify. I'm talking about the underscores You can work around it if you first make the project letting JBuilder put it in the a_b_c. Close the project. Then go to your file system browser, create the a.b.c folder. Move the .jpx and other files you just created into that folder. Open the project from that folder. A bit of work, but feasible. QuoteI always use my full package name as If I have a project in which there are classes in the following packages, which one is the "full" one? org.pf.app org.pf.model org.pf.util org.pf.component org.pf.remote org.pf.servlet org.pf.ejb org.pf.web -- Paul Furbacher (TeamB) Save time, search the archives: www.borland.com/newsgroups/ngsearch.html Is it in Joi Ellis's Faq-O-Matic? www.visi.com/~gyles19/fom-serve/cache/1.html Finally, please send responses to the newsgroup only. That means, do not send email directly to me. Thank you. {smallsort} |
