Jump to content
We've recently updated our Privacy Statement, available here ×

cppkid

Members
  • Posts

    3
  • Joined

  • Last visited

cppkid's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. I have downloded Jasper source code and its repo, and i have placed the absolute path to that repositoy in settings.xml file. But when I build it using maven, it doesn't access my local repository. The path is correct and the required resources are available in my repository. Following is the settings in settings.xml file. <repository> <id>jasperServer</id> <name>Base repository for Jasper Server</name> <url>/home/tayyab/jaspersoft/jasperintelligence_maven</url> <snapshots> <enabled>true</enabled> </snapshots> <releases> <enabled>true</enabled> </releases> </repository> The same goes for plugin repository. And the maven output shows that it search in this repository for the resources but it doesn't find anything there. Any help will be great. Am I missing something??
  2. I am trying to build source code using maven, I have got the sourcecode from sourceforge server through SVN checkout. I have resolved many plugin dependancy but now it seems like a problem with the code. Any idea why it is giving me this error. [iNFO] Compiling 22 source files to /home/tayyab/jaspersoft/jasperintelligence/jasperserver-war-jar/target/classes [iNFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [iNFO] ------------------------------------------------------------------------ [iNFO] Compilation failure $HOME/jaspersoft/jasperintelligence/jasperserver-war-jar/src/main/java/com/jaspersoft/jasperserver/war/xmla/XmlaHandlerImpl.java:[144,61] inconvertible types found : java.lang.Object required: mondrian.xmla.DataSourcesConfig.DataSource $HOME/jaspersoft/jasperintelligence/jasperserver-war-jar/src/main/java/com/jaspersoft/jasperserver/war/xmla/XmlaHandlerImpl.java:[146,19] operator == cannot be applied to mondrian.xmla.DataSourcesConfig.DataSource,<nulltype>
  3. To resolve it just add the following plugin repository in the settings.xml file inside $HOME/.m2/ directory. http://www.ibiblio.org/maven2/
×
×
  • Create New...