cringe

960
Reputation
88 views

Registered User

Name cringe
Member for 1 year
Seen Nov 25 at 9:57
Website
Location Germany
Age 30
Professional Java Developer & Internet Addict
Nov
22
comment Run JUnit automatically when building Eclipse project
Just a question: You do run your unit tests locally before checking in, right? Do you have rule of thumb when you run them? After you think your edit could break something? Or only once before commiting?
Nov
22
comment Run JUnit automatically when building Eclipse project
After thinking about it, I'd like to see a plugin execute the last tests I started manually. That would help a lot right now. Inifitiest looks nice, maybe I try it. But payware is not getting priority... ;-)
Nov
22
revised Run JUnit automatically when building Eclipse project
updated with 2 approaches
Nov
21
comment Run JUnit automatically when building Eclipse project
Ah, sure. Hudson is doing integration, but I find it somewhat annoying to click around in Eclipse just to start the tests after changing. ;-) Maybe the plugin should be so clever to just run the testcases that test the class I changed. Running all tests on every change would be too annoying.
Nov
21
asked Run JUnit automatically when building Eclipse project
Nov
21
comment Cobertura ant script is missing Log4J classes
Hm, I just tried to build it outside of my Eclipse, with manually set CLASSPATH and it works. I have to check what Eclipse is doing to my classpath... :-(
Nov
21
asked Cobertura ant script is missing Log4J classes
Nov
17
comment Embedded jetty ServletTester serving single static file
Thanks for your response. I thought that ServletTester won't give me as much choice. I don't know if I want to setup a full jetty server for my unit test, but I'll take a look at it.
Nov
16
asked Embedded jetty ServletTester serving single static file
Nov
11
awarded  Nice Question
Oct
27
asked How to JMockIt System.getenv(String)?
Oct
21
revised Writing unit tests for network related classes
edited tags
Oct
20
revised Run Jettys ServletTester within JUnit test
Added solution comment
Oct
20
comment Run Jettys ServletTester within JUnit test
Oh, crap. It has to be defined outside the test to be public so that the ServletHolder can access it... thanks a lot. :-)
Oct
20
revised Run Jettys ServletTester within JUnit test
Added comment about non-public HelloServlet defined in unit test
Oct
20
comment Run Jettys ServletTester within JUnit test
Sorry, I forgot to mention that my <code>HelloServlet</code> is defined in the same file as the unit test.
Oct
20
asked Run Jettys ServletTester within JUnit test
Oct
19
comment Apache James as a transparent SMTP proxy?
Am I right that I have to write my own Matcher for this? Something (maybe deciding on a special string in the subject) that has to edit the incoming mail and then connects to the outgoing SMTP to relay it?
Oct
17
asked Apache James as a transparent SMTP proxy?
Oct
15
asked Importing a schema LDIF and content LDIF on every startup of ApacheDS?
Oct
14
answered What is a good embeddable Java LDAP server?
Oct
14
revised Running Apache DS embedded in my application
Added solution; added 2 characters in body
Oct
14
comment Running Apache DS embedded in my application
Thanks, that's it. I had to change some lines to match my version of ApacheDS. You can see the result in the question.
Oct
13
comment Running Apache DS embedded in my application
But is it the default port for ApacheDS too? And is ApacheDS creating an LDAP access with the above code...?
Oct
13
asked Running Apache DS embedded in my application
Oct
12
comment How to call WSDL2JAVA from ant with whitespaces in my path
Ah, sorry. I changed the real path and forgot the index. It corresponds to the position of the illegal character.
Oct
12
comment How to call WSDL2JAVA from ant with whitespaces in my path
I used the short name as a hardcoded value now, but I really have to get rid of it. So I think I'll get the ContribTask UrlEncode in my ant. Thanks
Oct
12
comment How to call WSDL2JAVA from ant with whitespaces in my path
I was using the project ${basedir}. For now I hardcoded the project path with shortcuts as described by akf in a comment. I think I have to use UrlEncode to get rid of the hardcoded path. :-/ Thanks
Oct
12
comment How to call WSDL2JAVA from ant with whitespaces in my path
I'm not using hardcoded directory names, I'm using the project $basedir which is set as ".".
Oct
12
comment How to call WSDL2JAVA from ant with whitespaces in my path
Oh, and btw. WSDL2JAVA wants an URI or a path, so I think I don't need to URLencode it: [java] Usage: WSDL2Java [options] -uri <url or path> : A url or path to a WSDL
Oct
12
comment How to call WSDL2JAVA from ant with whitespaces in my path
Can I do it with standard ant or do I have to use the ContribTask UrlEncode?
Oct
12
revised How to call WSDL2JAVA from ant with whitespaces in my path
About moving the project
Oct
12
comment How to call WSDL2JAVA from ant with whitespaces in my path
Moving the project isn't an option... :-/
Oct
12
asked How to call WSDL2JAVA from ant with whitespaces in my path
Sep
29
comment checking an access file via java and mailing for a specific row
Do you want to run your application periodically or do you want to check the file periodically from within your running application?
Sep
7
answered How to detect Web Cam is attached or not Using java
Sep
1
comment Migrating Subversion
Yes, 1 svn server with 1 repository to 1 svn server with multiple repositories.
Sep
1
asked Migrating Subversion
Aug
10
awarded  Yearling
Jul
30
comment Open Source alternative to Mathworks Polyspace?
This looks like a really nice tool. I installed it on an ubuntu VM to play with it. Thanks for the tip. :)
Jul
24
awarded  Popular Question
Jul
15
awarded  Popular Question
Jun
18
revised Open Source alternative to Mathworks Polyspace?
Replaced tag
Jun
18
comment Open Source alternative to Mathworks Polyspace?
Hm, looks like there won't be much input on this question... %-)
Jun
11
revised Open Source alternative to Mathworks Polyspace?
Added preferred language
Jun
7
awarded  Popular Question