> Andy Dingfelder wrote:
<snip>
>
> I also tried it as {MAVEN_WORKSPACE} and also tried making
> a java variable in eclipse.
> Neither helped.
>
Andy, I'm guessing you've already been asked... why not just install the
third party library in your local repository and make life easier.
System scope is discouraged from what I understand.
That said, this works for me on windows and roughly translated to bash:
$>eclipse [commandoptions] -vmargs
-Denv.MAVEN_WORKSPACE=$MAVEN_WORKSPACE
Once eclipse launches click Help->About->Configuration Details *and
verify you have an entry in the list of java properties matching
env.MAVEN_WORKSPACE=/home/dingfeldera/workspace
Also you do need the $ in
<systemPath>${env.MAVEN_WORKSPACE}//java.3rdParty/jars/Serialio-7.5.jar<
/systemPath>
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email