For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 12 replies, 5 voices, and was last updated 18 years, 10 months ago by
malashan.
-
AuthorPosts
-
ppolyzosMemberHi,
I am currently using MyEclipse 6.00 M1 and I would like to know if I can import a war file.Thanks in advance
August 20, 2007 at 11:03 am #274100
Loyal WaterMemberWAR files cannot be imported into the workspace in MyEclipse.
September 27, 2007 at 2:07 pm #276221
Kenneth A. KousenMemberThis message has not been recovered.
September 28, 2007 at 11:11 am #276260
Riyad KallaMemberThis message has not been recovered.
September 28, 2007 at 12:30 pm #276273
Kenneth A. KousenMemberThis message has not been recovered.
September 28, 2007 at 12:40 pm #276274
Riyad KallaMemberThis message has not been recovered.
October 3, 2007 at 6:02 pm #276482
malashanMemberCan you export a war file with source to upload in the server?
October 4, 2007 at 1:41 am #276486
Riyad KallaMembermalashan,
MyEclipse can deploy a WAR file for you, but not with Source. WAR files by their definition are not suppose to contain source.If you are trying to share a project with someone, try and use File > Export > Project and File > Import > Existing Project.
If you *must* have source in your WAR file, you will likely need to do that with a custom Ant script.
October 4, 2007 at 11:48 am #276508
malashanMemberEarlier I was working with WSAD and now I was given a existing myeclipse project to change. It is a file system not a war file. I needed to create a war file to upload to the server to test to make sure whether we have everything in place. Then I can start to do the change.
I am new to this environment.
I got the following.
src(java classes)
web (jspfiles & WEB-INF folder with all the jars)
.classpath
.mymetadata
.build.properties.sample
.build.xml(ant script)
My question is how can I create a war file with this.
I tried file > export > J2EE > WAR file created a war, but when I created a project in WSAD there were no source.
This is a working project. ANT script is also included. What am I missing?
I need help badly, please help me!!!!!!!!!!Thanks,
MalaOctober 4, 2007 at 12:55 pm #276520
Riyad KallaMemberMala,
Oh yes we absolutely support that. You just need to use the Deployment tool inside of MyEclipse.Please take about 20mins and be sure to read through our entire Web Projects Tutorial (http://www.myeclipseide.com/documentation/quickstarts/webprojects/)
it will quickly introduce you to the main concepts in MyEclipse and get you up and running quickly.
October 4, 2007 at 1:57 pm #276530
malashanMemberI have to upload to SunOne Server.
Application Server tutorial is not working, because of server down.Are you saying, even with the ANT script, I won’t be able to create a WAR file. I must use the deployment tool to deploy in the server. I am confused. Please explain clearly!
When I worked with WSAD, I created WAR file and uploaded to the SunOne Server. It expects a WAR file to upload and how can I do that without a war file.
Thanks,
MalaOctober 5, 2007 at 10:39 am #276554
Riyad KallaMemberMala I don’t know why you had problems accessing the tutorial, I checked the server logs and everything looks OK. Please try again:
http://www.myeclipseide.com/documentation/quickstarts/webprojects/Are you saying, even with the ANT script, I won’t be able to create a WAR file. I must use the deployment tool to deploy in the server. I am confused. Please explain clearly!
MyEclipse supports deploying your project using the deployment tool outlined in the tutorial above. Ant is a separate technology completely from MyEclipse, you are free to use it if you like, but you need to write your own Ant scripts, MYEclipse won’t do that for you.
When I worked with WSAD, I created WAR file and uploaded to the SunOne Server. It expects a WAR file to upload and how can I do that without a war file.
I thikn you are getting confused. MyEclipse *will* create a WAR file for you just fine, please take a look at the tutorial above.
October 5, 2007 at 12:17 pm #276572
malashanMemberThanks. It helped!
-
AuthorPosts
