All changed

Answered

I have a  Java web app project I haven't looked at for 2 months or so. When I have come to it today and made a few changes and tried to build my .war file to upload to my website, nothing happens. It has always exported the file to 'folder/appname/target' But now when I build artifacts, nothing happens. I haven't touched the project at all other than to add a java class and jsp file.

The only other thing that has changed I can see is that instead of the path to my project being Desktop/github/Dev/appname it is now onedrive/Desktop/github/Dev/appname (not sure why the onedrive bit has appeared..... I dont even use onedrive.

Any help would be great.

Thanks

Danny

 

 

0
1 comment

Hello,

Please try to do:

  • Move the project to a local drive.
  • Re-create your artifact under (File | Project Structure | Artifacts | + | Web Application Exploded).
  • Delete the target directory and build the project again.

If the problem remains please restart the IDE, reproduce the problem and provide diagnostic data. (Help | Collect Logs and Diagnostic Data)

The files can be uploaded at https://uploads.jetbrains.com (do not forget to specify the UploadId)

0

Please sign in to leave a comment.