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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 187 - 216 of 647   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now 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
Online Now 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
199
Greetings, We recently started tested a Java Swing network application with JDK 1.5 and we noticed calls to socket.connect() which used to return almost ...
eric scroger
metameat
Offline Send Email
Nov 12, 2004
5:36 pm
200
After some further searching on this issue, we found a workaround. If you want your socket code to work as in 1.4, simply construct your socket with the...
eric scroger
metameat
Offline Send Email
Nov 12, 2004
6:08 pm
201
... Wow, that seems like a serious change, and one that's not mentioned in the release notes: ...
Derek Chen-Becker
dcb1877
Offline Send Email
Nov 12, 2004
11:35 pm
202
Derek, Thanks for testing. I am not running in a web browser; it's a stand-alone Swing app. My colleague here could reproduce the problem easily as well....
eric scroger
metameat
Offline Send Email
Nov 13, 2004
12:58 am
203
hi all, has anyone come across any third party tool that would allow me to offer the following features in a J2EE application. - Grammer check (on a textarea...
web dev
programming95
Offline Send Email
Nov 18, 2004
3:21 pm
204
On December 8th, the Colorado Front Range Storage Networking User Group (COFR-SNUG) will hold itıs quarterly meeting at Regis University, Denver Tech Center....
Elizabeth Hickman
mehickmanspevak
Offline Send Email
Nov 18, 2004
7:13 pm
205
Hi All, I was recently laid off and haven't programmed in Java in about 10 months. I would like to get back into this field and would like to know the first...
rewalker_4month
Offline Send Email
Nov 29, 2004
3:45 pm
206
Rob, If you are looking for a good introductory/refresher Java book, I'd recommend _Head First Java_. The next thing I'd do is pick a specialization, such as: ...
Scott Davis
ScottDavis99
Offline Send Email
Nov 29, 2004
5:15 pm
207
hi all, I understand that the http GET has a limitation of 256 characters. Is there any limitation on http POST as well? if yes. what is it? thanks in advance ...
web dev
programming95
Offline Send Email
Dec 2, 2004
4:34 pm
208
The GET limitation should be regarded as a suggested limit, not a hard limit. Submitting an 80k document in the URL would hardly be considered a "best...
Scott Davis
ScottDavis99
Offline Send Email
Dec 2, 2004
5:33 pm
209
Hi All, While doing precompilation of JSP's we are getting the following error...how to resolve this... Help Appricaiated ! An exception was thrown:...
Vel
velmurugan0411
Offline Send Email
Dec 4, 2004
9:42 pm
210
Hi Vel, Somewhat ironically, someone posted the almost the exact same question a year ago this week. Here is a link to that discussion: ...
Ryan Graham
ryangraham54
Offline Send Email
Dec 4, 2004
11:14 pm
211
If there is anyone who has experience with Eclipse RCP application deployment, I have an urgent need for some help with what, I think, should be a simple...
David Beers
davidsvisor
Offline Send Email
Dec 7, 2004
6:54 pm
212
David, Have any takers yet? I'm very experienced in the Eclipse RCP and would like to see if I could help. Take care, Jeremy (303) 590-6075...
Jeremy Whitlock
jwhitlock81@...
Send Email
Dec 7, 2004
7:05 pm
213
Is there a way to programmatically detect if a file is an image file or a text file? I have a directory with 2 types of files in it. Both types have "." ...
spenex
Offline Send Email
Dec 7, 2004
10:19 pm
214
... Well, the "file" utility on unix also looks inside the file for patterns. IIRC the TIFF format has a fixed header at the start, you can see here for more...
Derek Chen-Becker
dcb1877
Offline Send Email
Dec 7, 2004
11:10 pm
215
Ed, You can determine the type of many non-text files by looking for a "magic number" at the start. E.g. Java .class files, if I recall correctly, begin with...
Tom McQueeney
tom_djug
Offline Send Email
Dec 8, 2004
1:55 am
216
You could look at the high bit and see if it is set. Usually text < 128 and a binary file will not. -Pete...
javamann@...
phaidinyak
Offline Send Email
Dec 8, 2004
2:02 am
Messages 187 - 216 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