• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Creating ear file

 
Ranch Hand
Posts: 189
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Experts,

i am new to Maven , my question is i have 3 .war files application.xml file and using RAD,
how to create a .ear file from these .war files in RAD or any script please let me know,

please guide me how to solve this issue.

thanks in advace.
 
Bartender
Posts: 2700
IntelliJ IDE Opera
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What have you found and tried so far? If I type "maven ear" into Google I find some very nice resources.
 
vin Hari
Ranch Hand
Posts: 189
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No my question is how to use RAD for creating the .ear file,
as i have no idea how to start please if you have any solutions please let me know.
 
vin Hari
Ranch Hand
Posts: 189
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,

i have downloaded the maven i am trying to run through command prompt ,

after setting all the Parameter M2_HOME,MAVEN_HOME,M2_REPO
when i issue a command:



i think there are some proxy setting problem tried with many posts but not able find the solutions.
please if any one have any suggestions please let me know.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

No my question is how to use RAD for creating the .ear file


If this is really the question, then you have the wrong forum. Let me know and I will move the post.

However, if your question is really about how to use Maven to build your EAR, then this is the correct forum. But then Wouter already gave you an excellent suggestion.

i think there are some proxy setting problem


I think you are right. You need to configure Maven to use a proxy.
 
vin Hari
Ranch Hand
Posts: 189
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes it is exclusively about maven build with respect to the RAD ,

for testing i configured the maven with eclipse using m2eclipse , when i am trying to build i am getting the same error,


[

how to check the proxy settings and what exactly is the problem i am not understanding as you are experts i need a suggestions
how to fix this problem i am not able run any maven commands, please let me know if you have suggestions.
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did you look at the link I gave you for setting up the proxy? The m2eclipse plugin uses the settings.xml file you set up for Maven, so getting it working which mvn on the command line should also get it working for inside RAD.

 
reply
    Bookmark Topic Watch Topic
  • New Topic