• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

WSAD and product development

 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
We have bought a product and there is additional custom development to be done to this product, the custom developed code goes as a jar inside the product. We are using WSAD5.1.2 for development, We get the .ear file from the vendor which has only class files not .java,

I actually imported this ear into WSAD, I notice that WSAD creates folder under it WAR called imported_classes why does it do that ? and when exported as ear this folder goes of.

Now second thing is I am working on writing ANT to build the ear from the imported ear onto wsad, the same file structure is present on verion control tool , since we need a common build environment for developers. The structure on version control also has imported_classes, now when we package the war where should the contents of imported_classes folder go ? or should I just ignore it....

I appreciate your insight...

- Venkatesh Rajmendram
 
venkatesh rajmendram
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The imported_classes are created on top of the classes being imported into other folder e.g com.test.pack1 has MyJava.class and again has imported_classes folder which has com.test.pack1 has MyJava.class
I was wondering why two times ?
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I posted a message which is exactly the same as this one. please let me know if the cause of the problem was found and worked around.
 
This is my favorite tiny ad:
New web page for Paul's Rocket Mass Heaters movies
https://coderanch.com/t/785239/web-page-Paul-Rocket-Mass
reply
    Bookmark Topic Watch Topic
  • New Topic