How to create non-java file based on a template?
I'll try asking again ;)
I'm trying to create a web.xml file, but can't get the the file-template
stuff working. I know there's a built-in template for web.xml files (like
for ejb deployment descriptors), but how do I access it?
I seem to remember there was a pop-up in earlier versions, but I can't find
it anywhere?
Any help appreciated!
Edwin
Please sign in to leave a comment.
Currently there are no built-in templates for the Web Application development.
You can create your own file template like this:
Choose 'Options/File Templates/Create Template...'
Name new template e.g. 'MyWebApp.xml'
And then context menu for directory will contain 'New/MyWebApp' item
--
regards,
Alexey Kudravtsev.
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
"Edwin van Ouwerkerk Moria" <edwin@cadwal.org> wrote in message news:bjkulf$37u$1@is.intellij.net...
>
Alexey Kudravtsev (JetBrains) wrote:
Really? Then I think I'm hallucinating very convincingly 8-)
Seriously, under Options->File Templates, J2EE there's a few web.xml,
application.xml templates. Just can't seem to 'reach' them...
You will be able to use these templates in the new yet to come J2EE support
--
regards,
Alexey Kudravtsev.
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
"Edwin van Ouwerkerk Moria" <edwin@cadwal.org> wrote in message news:bk4tdq$jh8$1@is.intellij.net...
>
>
>
>
Alexey Kudravtsev (JetBrains) wrote:
Ah - ok. That explains it. Patience is a virtue ;)
CU,
Edwin