Bug 71056 - New AspectJ Project wizard should interpret any contents that exist at specified location.
Summary: New AspectJ Project wizard should interpret any contents that exist at specif...
Status: RESOLVED FIXED
Alias: None
Product: AJDT
Classification: Tools
Component: UI (show other bugs)
Version: 1.1.11   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Ian McGrath CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-29 05:13 EDT by Andrew Clement CLA
Modified: 2004-08-11 09:32 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Clement CLA 2004-07-29 05:13:34 EDT
When using the New Java Project wizard to create a new project, if you specify a
location that already exists on the disk (with some existing project structure
in it), the wizard attempts to use the information on the disk to construct the
project (I guess it interprets the .classpath/.project/etc).  We should do
something similar for the New AspectJ Project wizard.

Best way to test if you have this working would be to copy the WSIF project
(called WebSphere-Demo) to your workspace on the command line and then define a
WebSphere-Demo AspectJ project.  You should be able to define it then
immediately run it with no further config required...
Comment 1 Matt Chapman CLA 2004-07-29 12:23:45 EDT
Incoming
Comment 2 Ian McGrath CLA 2004-08-11 09:32:24 EDT
The behaviour of the ajdt project creation wizard is now the same as jdt's 
wizard.