Search the web
Sign In
New User? Sign Up
djug-discuss · Denver JUG Discussion Forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 169 - 198 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
169
I need to open a text file determine if the 13th position on the second row is a space. If it is, I need to overwrite that space with a number. I have been...
spenex
Offline Send Email
Aug 3, 2004
9:47 pm
170
Ed, You don't have to create a new file, but that's probably the easiest route. Think of a file as a big array of bytes, from which you can read the various...
Tom McQueeney
denverjug
Offline Send Email
Aug 4, 2004
3:47 am
171
CU-Denver Continuing Engineering Education AUGUST 24: NCES 8635: Bash Programming The BASH programming course will introduce the student to the powerful...
Colleen Anderson
projectvalen...
Offline Send Email
Aug 6, 2004
3:28 pm
172
Fall 2004 University of Colorado at Denver Continuing Engineering Education Program offers Bullet Proof Project Management: A Detailed Review of Current ...
Colleen Anderson
projectvalen...
Offline Send Email
Aug 13, 2004
4:47 pm
173
CU-DENVER CONTINUING ENGINEERING EDUCATION PROGRAM Credit courses in Java Programming SEPTEMBER 11: C SC 1801: Java Programming Leading Toward Sun ...
Colleen Anderson
projectvalen...
Offline Send Email
Aug 23, 2004
8:34 pm
174
Tonight is the night for the Colorado Mobile Developers "GPS picnic" at DeKoevand Park. This is our regular monthly meeting but in an outdoor setting where...
David Beers
davidsvisor
Offline Send Email
Aug 24, 2004
7:08 pm
175
Hi Group, I am Sachin Garg and I have recently joined this group. I am working for Daffodil Software Limited (http://www.daffodildb.com). There core offering...
Sachin Garg
sachingarg_99
Offline Send Email
Aug 25, 2004
9:30 am
176
Hi Group, I am Sachin Garg and I have recently joined this group. I am working for Daffodil Software Limited (http://www.daffodildb.com). Their core offering ...
Sachin Garg
sachingarg_99
Offline Send Email
Aug 27, 2004
4:56 am
177
Anybody here heard of any details of why Ford killed the "Everest" project with Oracle? Calen -- PINOYJUG Developers building community....
Calen Martin D. Legas...
calenmartin
Offline Send Email
Aug 27, 2004
12:31 pm
178
hello all, we do have 4 teams working in parallel on different functional areas on a J2EE project. Each team has their own web.war file and their own...
web dev
programming95
Offline Send Email
Sep 1, 2004
4:11 pm
179
You'll likely experience less problems if you put everything in the same WAR. One way to alleviate the pain of editing the same XML files is to use XDoclet to...
Matt Raible
matt_raible
Offline Send Email
Sep 1, 2004
4:25 pm
180
CU-DENVER CONTINUING ENGINEERING EDUCATION PROGRAM SEPTEMBER 20: C SC 1802: Advanced Java Programming (Credit) NEW DATE/TIME! This 3 undergraduate credit...
Colleen Anderson
projectvalen...
Offline Send Email
Sep 14, 2004
11:06 pm
181
Hi all... In case you still don't have one... and want one.. I have two Gmail account invites to share... First come, first served. -emilio...
Emilio Suarez
emiliosuarez
Offline Send Email
Sep 15, 2004
9:59 pm
182
I Do. Please send me some information. Thanks Dushyant ... From: Emilio Suarez [mailto:emsuarez@...] Sent: Wednesday, September 15, 2004 3:59 PM To:...
Parekh, Dushyant
dush_parekh
Offline Send Email
Sep 15, 2004
10:12 pm
183
Thanks--I'd like one if you still have it. I'm at david at xpinneret dot com. David...
David Beers
davidsvisor
Offline Send Email
Sep 15, 2004
11:42 pm
184
Please see the following links: http://www.cnnxn.com/AboutUs_Career_Jobs_SREngineer_BEA_WLI_US.html and ...
Brad Porter
retropdarb
Offline Send Email
Sep 16, 2004
12:28 am
185
Brad, In the future, a better venue for this is the DJUG Jobs mailing list. See http://www.denverjug.org/resources/index.jsp for details. Cheers, s ... ...
Scott Davis
ScottDavis99
Offline Send Email
Sep 16, 2004
2:27 pm
186
University of Colorado at Denver Continuing Engineering Education Program Process Management Professional Series: Essential Project Management Course...
Colleen Anderson
projectvalen...
Offline Send Email
Sep 17, 2004
2:48 pm
187
Hi all, I'd like to ask what others are doing for JUnit tests with Eclipse. As a preamble, I'd like to say I'm using the Ant book from Manning. They suggest ...
Sean LeBlanc
seanleblanca...
Offline Send Email
Oct 4, 2004
8:49 pm
188
We use /source/code/com... and /source/testcode/com... In Eclipse, we typically keep them in 1 project, but as 2 separate folders in the Java Build Path under...
Rob Park
rpark68@...
Send Email
Oct 4, 2004
10:41 pm
189
... Thanks. Since I've posted this, I've noticed in Eclipse (in 3.0.1, anyway: in a co-workers install of 3.0.0, I was unable to use this) that one can use two...
Sean LeBlanc
seanleblanca...
Offline Send Email
Oct 6, 2004
1:54 pm
190
In the project I am in, we are using /src/com/... and /src/com/.../tests making it easy to exclude the tests via Ant. The reason I lean for this is when the...
Joel Frederick
kg0il
Offline Send Email
Oct 6, 2004
2:25 pm
191
Why are you having Eclipse compile the source and test code to two different directories? I've been using Eclipse since the 2.1 days, typically with two...
Ryan Graham
ryangraham54
Offline Send Email
Oct 6, 2004
2:35 pm
192
Yep. That's the screen I'm referring to. They both build to the same place, which is fine with us. Our nightly ant builds would deal with that (if we...
Rob Park
rpark68@...
Send Email
Oct 6, 2004
4:01 pm
193
I do compile them to 1 location, but the 2 source trees allow me to create tests in the same package (avoiding imports), yet keep them in separate places. I...
Rob Park
rpark68@...
Send Email
Oct 6, 2004
4:29 pm
194
... I am using the _Java Development with Ant_ book, and it suggests doing it in different dirs. I am not using any JUnit stuff from Eclipse. We have folks ...
Sean LeBlanc
seanleblanca...
Offline Send Email
Oct 10, 2004
3:08 pm
195
On Sun, 10 Oct 2004 09:10:40 -0600, Sean LeBlanc ... I agree that Java Development with Ant rocks. I liked it so much, I based AppFuse...
Matt Raible
matt_raible
Offline Send Email
Oct 10, 2004
3:23 pm
196
Howdy folks, I'm doing a presentation on comparing the top 5 MVC frameworks at ApacheCon in November. I'll also be delivering this presentation at the DJUG...
Matt Raible
matt_raible
Offline Send Email
Oct 13, 2004
4:41 pm
197
I am trying to create an output file I can use in several methods. I created the FileWriter object but am not sure if I should just pass it to the methods in...
spenex
Offline Send Email
Nov 9, 2004
6:12 pm
198
... Well, generally you don't access static members from inside a main() method, even though it is permitted. I would say you can instantiate the FileWriter...
Derek Chen-Becker
dcb1877
Offline Send Email
Nov 9, 2004
11:35 pm
Messages 169 - 198 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help