Vladimir Goncharov

- Total activity 494
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 194
-
Created Exclude from compile
Is this possible to provide some kind of regular expressions or Ant like expressions to exclude set of directories and files from the compilation e.g. Test or */Test or maybe event */test/*Currentl... -
Created FTP file system
SleekEdit and other editors allows to use ftp as a substitute for the file system, sometime it is really useful since there is no need to map UNIX drive etc. Technically it it’s not a huge challeng... -
Created Goto Class Ctrl+N
When the class appears in the multiple locations(directories or jars) in the classpath the file is displayed multiple times, but it is unknown what the source of the file is. The same true when pro... -
-
Created The build number is 2002.
There is a license problem, both licenses, the version 4.0 commercial as well as EAP displayed on the web page are not accepted. -
Created CodeGuide 7.0 - featuring unique back-in-time debugger
Look at http://www.omnicore.com/debugger.htm1. Topnotch IDE for Java and JSP – we can argue about it2. Unique back-in-time debugger – it shouldn’t be unique3. Unique on-the-fly compiler – we can ar... -
Created Jikes compilation
Jikes compilation is currently broken it reports some unrelated errors but javac works just fine. -
Created Exclude from compile
Would be nice to be able to use regular expressions or Ant like expressions to exclude set of files e.g. Test or */Test or maybe event */test/* . Currently this feature is very hard to use. -
Created Web Application setup
1. Usually I keep all TLDs and XMLs under the WEB-INF folder, it seems not to be possible to deploy the web application with out moving all this into the separate resource file.2. We still need to ... -
Created Build 1094 - Making Web Module
How to include the jsp folder, struts and tiles related XMLs and TLDs etc. which are under the WEB-INF folder when making the Web Module? It looks like web.xml is the only recognizable file under t...