Hi Jon
Just a guess but try removing the javac15 tag from lines 67/69 of the
applications/product/build.xml file.
Regards
Scott
HotWax Media
http://www.hotwaxmedia.comOn 14/05/2009, at 3:32 AM, Jon Steelman wrote:
> Hi there,
>
> ‘ant build’ works fine for me from the command line. However, when I
> try to
> build internally in Intellij (8.1.1 on Mac OS X 10.5.7) it has a
> different
> result.
>
> The IntelliJ based build tries unsuccessfully to compile
> ofbiz-dev/applications/product/src/ShipmentScaleApplet.java and
> can’t get
> the dependencies on javax.comm for Java files like
> CommPortIdentifier that
> are part of Java Communications API. Had a colleague try it with the
> same
> setup on his machine and he had the same issue.
>
> Thanks,
> Jon