• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Build and run JForum3

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I downloaded the source code from repository and I want to build and run it. But I found nothing about ant script or maven script. How can I build and run JForum3?

[originally posted on jforum.net by luiz.rossetti]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
(Corrected since 3.0 was specifically asked for..)

I think it's like the 2.x series: there should be a build.xml file in the root directory. This is the ant build script.

You will need the jar files from the distro's webapp/WEB-INF/lib directory in your project's WEB-INF/lib directory as a starting point. (AFAIK, these aren't in the repository). There are probably a fair number of 3.0 specific jar's that are needed as well. I'm not sure Rafael or anyone has documented these yet.
[originally posted on jforum.net by monroe]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A build.xml or pom.xml file to build easily JForum3 would be welcome, there is none in SVN currently (rev 103).

I imported the Eclipse project in IntelliJ but the compilation fails on several classes:
- PostComponent, there is an unfinished line
- LoginAuthenticator, the net.jforum.dao package cannot be found
- several tests have an undefined 'this.session' symbol

[originally posted on jforum.net by ebourg]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You will find A LOT of errors, that's "normal" at this stage.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
We're being followed by intergalactic spies! Quick! Take this tiny ad!
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic