Re: Reportmill and WO with Xcode?
Re: Reportmill and WO with Xcode?
- Subject: Re: Reportmill and WO with Xcode?
- From: Thomas <email@hidden>
- Date: Tue, 2 Dec 2003 17:25:10 +1100
Sometimes reading the documentation makes it worse. The documentation
on the ReportMill site does not refer to version 6. So here's what I
finally did, some of which is the exact opposite of what the doco says.
the two files below can be downloaded from the ReportMill site, but not
from webstart-- those are old versions.
- put ReportMill6.jar into /Library/Java/Extensions
- add RM6WebObjects.jar to your project (anywhere)
- double-click on the "Application Server" target and make sure the
"Merge" checkbox is turned on for RM6WebObjects.jar in Build Phases >
Frameworks & Libraries
- in your code, as well as "import com.reportmill.foundation.*;" you
should add "import com.reportmill.webobjects.*;"
It's actually simple when you ignore the documentation!
On 27/11/2003, at 20:51, Thomas wrote:
I am running WO 5.2.2 on 10.3.1 and have a licensed version of
ReportMill.
I have put ReportMill6.jar in /Library/Java/Extensions.
I have made a new project with just the sample lines of code for
ReportMill. I have added RM6WebObjects to the project's frameworks
group and set the "merge" checkbox.
But I can't get past the first step-- when I build, it can't resolve
the ReportMill WO classes such as RMWODocument:
cannot resolve symbol : class RMWODocument
I've tried adding the RM6WebObjects java files directly to the project
and removing the jar file, but then I get a duplicate class error.
Any ideas? How do I run ReportMill with Xcode and java?
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.