Creating PEAR Files

2010-02-09 Thread Jay Jarman
I have a component I have created and need to create a PEAR in order to deploy it to some other people. This component basically wraps a Java component. I want to deploy the Java component's JAR file with the PEAR so I put the JAR in the lib directory of my UIMA component. I have added the UIMA

Re: Creating PEAR Files

2010-02-09 Thread Jay Jarman
> > Do you mean, the generated PEAR file, after you "install" it (which > unzips it), does not have the Jar in the /lib/ ? That's exactly what I mean. The lib directory isn't created by the PEAR process. > > I can see the JAR file in the directory using Windows > > Explorer > > Which director

Re: Creating PEAR Files

2010-02-10 Thread Jay Jarman
Pablo Duboue writes: > > Have you tried refreshing the folder from within eclipse? (F5 keybinding) I did that and that fixed my problem. Now I have a new problem. My AE has a parameter which is a relative file path "/resources/lookup /mytext.txt" I use the following two lines of code to get