History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEABKL-3092
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Anna Kozlova
Reporter: Aziz Sharif
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

If you were logged in you would be able to see more operations.
IDEA: Backlog

Add import of WSAD web projects

Created: 20 Jun 05 19:58   Updated: 29 Aug 06 14:47
Component/s: Project Configuration
Affects Version/s: None
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 3,370


 Description  « Hide
When importing an eclipse based WSAD web project IDEA creates a Java Module instead of a web module. Its really not that hard to import it, there is a .websettings file which looks as follows.

Also it would really be great if IDEA could import a WSAD project team set file (.psf) as well.

<?xml version="1.0" encoding="UTF-8"?>
<websettings version="500">
<project-type>J2EE</project-type>
<context-root>ws</context-root>
<jsp-level>JSP 1.2</jsp-level>
<features>
<feature>
<feature-id>WebProjectCSSFileFeature</feature-id>
</feature>
</features>
<lib-modules>
<lib-module>
<jar>WSC_ClientSearch.jar</jar>
<project>WSC_ClientSearch</project>
</lib-module>
<lib-module>
<jar>WSS_ClientSearch.jar</jar>
<project>WSS_ClientSearch</project>
</lib-module>
</lib-modules>
<webcontent>WebContent</webcontent>
</websettings>



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.