Depends on version, use ant -p to be sure
Jacques
From: "Adrian Crum" <[email protected]>
I meant to say run ant clean-all and ant load-demo.
-Adrian
On 7/24/2012 4:20 PM, Adrian Crum wrote:
As far as I know, there is nothing missing in OFBiz. I just ran ant
clean-all and ant load-demo from within Eclipse on the latest trunk
code and it builds fine.
Please run ant clean-all and ant run-install again, but this time copy
& paste the entire console log to your email. Screenshots will not
come through, and even if they did, they would not provide enough
information.
-Adrian
On 7/24/2012 4:03 PM, Carlos Cruz wrote:
I apologize for my incomplete answer;
The latest attempt which was on Sunday I got these errors using the
current
svn trunk version release. But back in May when I first tested OfBiz
I had
the same issues with the trunk version and vr 10.*, 11.*, 12.*, both
in my
windows 7 system and in a CentOS VM in the same system.
I believe I setup the System Variables properly for both the Windows
7 and
the Linux system (the windows setting were included in my original
email)
using the same 1.6* SDK
and I always get the same errors:
1. Project 'ofbiz' is missing required source folder:
'framework/base/build/gen-src/javacc'
2. Project 'ofbiz' is missing required source folder:
'framework/sql/build/gen-src/javacc'
3. The project cannot be built until build path errors are resolved
I'm not very familiar with Java, I program with Flash Builder and
ColdFusion. I'm interested in testing OfBiz because our company has
developed some vertical applications and we would like to standardize on
some backend. But we would like to have some confidence in the app we
select
as our backend before we dedicate resources to support it. I informally
asked two Java programmers from outside our company, and they told
me there
was something missing in the OfBiz packages, but then I thought if
there was
something wrong with the way OfBiz is being packaged, then I think I
would
have read about other users having the same problem, but it seems I'm
only
person who has seen these errors...
Any advice is greatly appreciated!!
Carlos
CruzControl Radius
Your Success Is Our Success
www.ccradius.com
email:[email protected]
1-877-285-5499
-----Original Message-----
From: Carlos Cruz [mailto:[email protected]]
Sent: Tuesday, July 24, 2012 7:18 AM
To: [email protected]
Subject: RE: ant build errors
Thanks for the input!
I believe I do, one of the options in Eclipse for 'ran as' ant build
is to
change the build configuration and I've tried refresh (clean all and
rebuild), clean all, clean, before the build.
Carlos
CruzControl Radius
Your Success Is Our Success
www.ccradius.com
email:[email protected]
1-877-285-5499
-----Original Message-----
From: Jacques Le Roux [mailto:[email protected]]
Sent: Tuesday, July 24, 2012 1:55 AM
To: [email protected]
Subject: Re: ant build errors
Which Release.revision are you using?
Did you try ant clean before?
Screenshoots don't pass through, prefer text format for emails
Jacques
----- Original Message -----
From: Carlos Cruz
To: [email protected]
Sent: Tuesday, July 24, 2012 1:39 AM
Subject: ant build errors
I get the following 3 errors after I build ofbiz project with ant:
Project 'ofbiz' is missing required source folder:
'framework/base/build/gen-src/javacc'
Project 'ofbiz' is missing required source folder:
'framework/sql/build/gen-src/javacc'
The project cannot be built until build path errors are resolved
my environment vars are: System Variables:
JAVA_HOME C:\Program Files\Java\jdk1.6.0_31
Path ....bin;C:\Program
Files\Java\jdk1.6.0_31\bin;C:\apache_ant\bin;C:\Program..... (the points
simply represent java unrelated stuff.)
I would appreciate any pointers to solve this issue, thanks!!
I've included a screen shot in case it helps uncover my obtuseness!