Search found 2 matches

by roy@smartbear.com
Wed Oct 07, 2009 9:16 pm
Forum: Writing a Parser
Topic: Public parser repository
Replies: 11
Views: 44892

Yeah, I already went and wrote my own parser. Feel free to add it to your public repo: import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.Date; import java.util.regex.Matcher; import java.util.regex.Pattern; import com.lightysoft.logmx.business.ParsedEntry; import com.l...
by roy@smartbear.com
Wed Oct 07, 2009 4:56 pm
Forum: Writing a Parser
Topic: Public parser repository
Replies: 11
Views: 44892

Public parser repository

I need a parser for the Eclipse log file format. Is there a public parser repository where I can find a parser that supports this format? If there is no such parser available, I'll write my own. I would be more than happy to donate my parser to a public repository so other people can use it. Thanks,...