[
https://issues.apache.org/jira/browse/OFBIZ-1345?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535638
]
David E. Jones commented on OFBIZ-1345:
---------------------------------------
For me java -version gives the same results:
java version "1.5.0_07"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-164)
Java HotSpot(TM) Client VM (build 1.5.0_07-87, mixed mode, sharing)
How, exactly, are you building?
I generally just run "ant" in the ofbiz home directory, or "ant run-install" if
I want it to load the seed and demo data too (or other variations for different
purposes). OFBiz is setup so you can do the following (on any system, if Java
is setup properly):
svn co ...
cd ofbiz
ant run-install
java -jar ofbiz.jar
And that's all you need to run.
I noticed some mention of maven in the paths you are running from. Are you
trying to build through maven?
Whatever the case, please describe EXACTLY (step by step) how you are trying to
build.
> Cannot build product application on Mac OS X: cannot find symbol (symbol :
> variable JSObject)
> ----------------------------------------------------------------------------------------------
>
> Key: OFBIZ-1345
> URL: https://issues.apache.org/jira/browse/OFBIZ-1345
> Project: OFBiz
> Issue Type: Bug
> Components: product
> Affects Versions: SVN trunk
> Environment: Mac OS X 10.4, Apple JDK 1.5
> Reporter: Ludovic MaƮtre
> Assignee: Jacques Le Roux
> Attachments: applications-products-build.xml.diff
>
>
> The build of this aplpication fail under Mac OS X because the plugin.jar
> isn't in the classpath.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.