[eclipse 3.1] how to 'export' an 'external archive' ?

P

Pierre

hi all,

I'm trying to rebuild an old project from scratch.

this project needs com.oroinc.text.regex.* classes. the needed .class
are located in .zip file containing the folder tree
com|oroinc|text|regex|*.class

I tried to add the classes with "import > archive file". the compiler
does not report errors on the import statement but reports errors as
soon as I try to use whatever come from these .class

so I deleted what I've just imported and added the .zip archive to my
project with "Build Path > Add external archives" but when I export the
resulting project, the external archive (and so, the corresponding
..class) is not included in the resulting .jar file :(

where am I wrong ?

TIA,
Pierre.
 
P

Pierre

for unknown reasons, Google Groups eat part of the subjet :(
the original subject was :

[eclipse 3.1] how to 'export' an 'external archive' ?

Pierre.
 
R

Roedy Green

for unknown reasons, Google Groups eat part of the subjet :(
the original subject was :

[eclipse 3.1] how to 'export' an 'external archive' ?

the way I handle it is to export the distributable files from eclipse
to a different directory tree. Then I turn ant loose on them.
I don't need to humour Eclipse.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top