As I'm hoping to start getting the JavaUI installed on coworkers machines, I want to avoid as many issues as possible.
To get things working on my computer, I had to make two changes:
- Instead of this link for lib/PSEngine.jar: {{{ ../../Europa/build/lib/PSEngine.jar }}}
I needed it to be this: {{{ ../../PLASMA/dist/europa/lib/PSEngine.jar }}}
- Instead of this in build.xml: {{{ <pathelement location="${europa.dir}/ext/ant/lib/ant-contrib-1.0b3.jar" /> }}}
I needed this: {{{ <pathelement location="${europa.dir}/ext/ant/ant-contrib-1.0b3.jar" /> }}}
Is there a way to make those things more robust so those changes aren't necessary. If not, would you be willing to update the wiki instructions to explain?
(on a related note, the JavaUI wiki page refers to build_all.xml, which I think has been changed to build.xml)
Comment #1
Posted on Feb 10, 2011 by Swift OxNow that I'm running with the version inside PLASMA instead of the separate JavaEuropUI code that I was using by mistake, the changes I have to make are:
- Copying PSEngine.jar to the right place.
- Update a line in the JavaUI .classpath to: {{{ }}}
Status: New
Labels:
Type-Defect
Priority-Medium