-
1. Re: Documentation coming very soon !
noel.rocher Oct 30, 2006 8:47 AM (in response to cyril.joui)Cool !
It's needed as my first hour was to set up the maven repo with required libraries, then after a successfull install, deploy is failing.
I'm waiting your doco, then I'm going to provide some examples.
Good job Cyril :)) -
2. Re: Documentation coming very soon !
cyril.joui Oct 30, 2006 5:20 PM (in response to cyril.joui)Deploy is failing ?
When you execute mvn install, the Reporting Service doesn't deploy ?
You must have a JBOSS_HOME env variable setted !
I will do this quickly !
@Soon
Cyril -
3. Re: Documentation coming very soon !
noel.rocher Oct 30, 2006 5:39 PM (in response to cyril.joui)"mvn install" gives :
[INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] ------------------------------------------------------------------------ [INFO] Reporting Services .................................... SUCCESS [3.550s] [INFO] dev ................................................... SUCCESS [0.023s] [INFO] Reporting Services - Modules .......................... SUCCESS [0.016s] [INFO] Modules - Common (client and server) .................. SUCCESS [1.255s] [INFO] Modules - Client ...................................... SUCCESS [0.033s] [INFO] Client - API .......................................... SUCCESS [0.556s] [INFO] Modules - Server ...................................... SUCCESS [0.089s] [INFO] Server - API .......................................... SUCCESS [0.205s] [INFO] Server - Implementation ............................... SUCCESS [17.038s] [INFO] Modules - Admin Console ............................... SUCCESS [0.023s] [INFO] Admin Console - Service Client ........................ SUCCESS [0.190s] [INFO] Admin Console - Service Implementation ................ SUCCESS [0.162s] [INFO] Client - Implementation ............................... SUCCESS [0.119s] [INFO] Modules - Default Engines ............................. SUCCESS [0.011s] [INFO] Engine - JFreeReport .................................. SUCCESS [0.156s] [INFO] Engine - JasperReports ................................ SUCCESS [0.185s] [INFO] Admin Console - Web admin console ..................... SUCCESS [0.854s] [INFO] Reporting Services - Distribs ......................... SUCCESS [0.026s] [INFO] Distribs - SAR ........................................ SUCCESS [3.403s] [INFO] Distribs - Deployers .................................. SUCCESS [1.062s] [INFO] [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Reporting Services [INFO] dev [INFO] Reporting Services - Modules [INFO] Modules - Common (client and server) [INFO] Modules - Client [INFO] Client - API [INFO] Modules - Server [INFO] Server - API [INFO] Server - Implementation [INFO] Modules - Admin Console [INFO] Admin Console - Service Client [INFO] Admin Console - Service Implementation [INFO] Client - Implementation [INFO] Modules - Default Engines [INFO] Engine - JFreeReport [INFO] Engine - JasperReports [INFO] Admin Console - Web admin console [INFO] Reporting Services - Distribs [INFO] Distribs - SAR [INFO] Distribs - Deployers [INFO] ---------------------------------------------------------------------------- [INFO] Building Reporting Services [INFO] task-segment: [deploy] [INFO] ---------------------------------------------------------------------------- [INFO] artifact org.apache.maven.plugins:maven-deploy-plugin: checking for updates from mergere [INFO] artifact org.apache.maven.plugins:maven-deploy-plugin: checking for updates from mojo.snapshots [INFO] [site:attach-descriptor] [INFO] Preparing source:jar [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation. [INFO] No goals needed for project - skipping [INFO] [source:jar {execution: default}] [INFO] NOT adding sources to attached artifacts for packaging: 'pom'. [INFO] [install:install] [INFO] Installing /app/java/JBossIDE-2.0.0.Beta2-Bundle-linux-gtk/workspace/ReportingServices/pom.xml to /app/java/maven/REPO/jboss/reportingservices/reporting-services/0.2-SNAPSHOT/reporting-services-0.2-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to configure plugin parameters for: org.apache.maven.plugins:maven-deploy-plugin:2.2.1 check that the following section of the pom.xml is present and correct: <distributionManagement> <!-- use the following if you're not using a snapshot version. --> <repository> <id>repo</id> <name>Repository Name</name> <url>scp://host/path/to/repo</url> </repository> <!-- use the following if you ARE using a snapshot version. --> <snapshotRepository> <id>repo</id> <name>Repository Name</name> <url>scp://host/path/to/repo</url> </snapshotRepository> </distributionManagement> Cause: Class 'org.apache.maven.artifact.repository.ArtifactRepository' cannot be instantiated [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15 seconds [INFO] Finished at: Mon Oct 30 23:34:58 CET 2006 [INFO] Final Memory: 8M/15M [INFO] ------------------------------------------------------------------------ ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 33 seconds [INFO] Finished at: Mon Oct 30 23:33:24 CET 2006 [INFO] Final Memory: 15M/27M [INFO] ------------------------------------------------------------------------
but "mvn deploy" gives -
4. Re: Documentation coming very soon !
noel.rocher Oct 30, 2006 5:43 PM (in response to cyril.joui)ok, there is a typo in my previous message. After install, the code shows the deploy error.
Below, take a look at the error only. -
5. Re: Documentation coming very soon !
noel.rocher Oct 31, 2006 4:19 AM (in response to cyril.joui)I see, I was using the property file to set my JBOSS_HOME .
It doesn't work. We should remove this file or use it. Using a property seems better to me as we can also set up the conf name.
BUT ... it works !
:) -
6. Re: Documentation coming very soon !
cyril.joui Nov 2, 2006 8:51 AM (in response to cyril.joui)it deployes well at your's ?
I am writing doc to know how to get from svn and install locally with maven (how to develop too ...).
I hope it would be ok this night !
++ -
7. Re: Documentation coming very soon !
dhartford Nov 21, 2006 1:39 PM (in response to cyril.joui)One of the items I would like to see, either in documentation or on the wiki, is a comparison as to why to choose Reporting Services over existing open source reporting projects to help show the ideal/reason for developing the Reporting Services project.
*OpenReport/openreports project
*JasperIntellegence
*Pentaho project -
8. Re: Documentation coming very soon !
noel.rocher Nov 22, 2006 5:06 AM (in response to cyril.joui)We are seeing a report as a JEE component and enterprise services around it.
BI and other OLAP is not our target.