[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[birt-report-engine-dev] Running BIRT from source code
|
- From: "Eric P. Mangold" <teratorn@xxxxxxxxx>
- Date: Tue, 14 Oct 2008 23:54:35 -0500
- Delivered-to: birt-report-engine-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=RV46gTFpzu/EfOqY0m7vl12/PnloCwv9jtCWlTL3vS4=; b=sVhW3llX3id0S1D5O61wf89Nm4rFDqneVZFxdhon9veoYzMcg69KeiDyShHFOk2eBk +LzBsjWCEu696ptXuAPzUctWmgqR40TXGZ1RwasS/EYtWbfi3gQDt1r5n0GK2zAqOizq TkXfy8DjpmKLthRAGgwr7rbsk/NWY62Dkzok0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=KocJ3eKUpZkz/1RZxd3cldB5iAthnEe2+UBVrETD7qXdA+GIwF5OCgkkAWc9IRBZWd YGc5cq2MBELI2W/MhOJC1VVL9RDO8295CXgIY//N3fKT7v+r0KV921cDH9AunbDQJ8gJ qQyTjUHBrJ4VJcMmuW5fc307yV/biCenqzNIc=
Hello gentlemen,
I'm using the Report Engine API to run reports, but I'm getting a
BirtException when I call the run() method on the task.
I have no idea what is causing this exception, and there isn't any
message associated with it.
I would like to run BIRT from source code so that I can see where
exactly the exception is being raised.
I'm following the instructions here:
http://www.eclipse.org/birt/phoenix/build/buildInstructions.php
the CVS checkout is successful... then I add references to the
necessary birt projects to my project properties.
I try to build my workspace and I get about 50 BILLION errors... no idea why...
I've tried this with Eclipse 3.2 and 3.4.1... using CVS
BIRT_2_3_1_RC1_20080903 and also CVS HEAD.
I'm new to both Java and Eclipse, and at this point I'm completely lost :)
Hoping someone can point me in the right direction...
Thanks in advance,
Eric P. Mangold