Ali Bolourian
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
-
Ali Bolourian created a post, Injecting parameters in @BeforeClass method for TestNG
Hi,I wonder if there's a way to inject parameters to @BeforeClass method when running testng tests. Here's an example of what I mean:@Parameters({"param1"})@BeforeClass(alwaysRun = true)public void... -
Ali Bolourian commented, -
Ali Bolourian created a post, Error in faces-config.xml
I have a navigation rule defined as below:... <navigation-rule> <from-view-id>*</from-view-id>...But I get an error that says: Cannot resolve file "*". How can I avoid this error? -
Ali Bolourian created a post, Differences between creating a new module with facet and adding facet later
When I create a new module and add "Web Services Client" facet to it in IDEA 7.0.2, some libraries are added to Libraries section of project (but unfortunately no file is added to lib folder). But ... -
Ali Bolourian created a post, How to add new line before *all tags* in html?
Does anyone know a trick to add new line before all tags (incl. html, jsp, jsf) in html files? It's annoying that by reformatting an html file, most of the tags that don't have new line before them... -
-
Ali Bolourian created a post, IDEA renders fonts differently than other applications in Windows
Have you noticed that IDEA (or rather Java, per IDEA's support team) rendered fonts differently than native WIndows applications?Take Consolas font as an example. If you switch to Consolas in IDEA ... -
Ali Bolourian created a post, Support for Dojo 0.9
Is anyone using IntelliJ for developing Ajax applications with Dojo?There are things that are not supported such as custom Dojo attributes like two examples below:]]>Or even dojo object is not reco...