[
https://issues.apache.org/jira/browse/WOOKIE-26?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12768299#action_12768299
]
Ross Gardler commented on WOOKIE-26:
------------------------------------
(working on a completely clean machine)
Seems I forgot to include the build.properties file in the patch. This
configures the properties used in the build scripts. There is no need to change
any build scripts just create a build.properties file in your project root with
the following :
build.dir=build
ivy.repository.dir=ant
main.class.name=org.apache.wookie.server.Start
We shouldn't be hard coding values in the build scripts. This fixes:
Problem: Can't find ivysettings.xml
Problem: Can't resolve htmlcleaner, shindig
Problem: Class not found
Problem: Compile errors
Fix: Add commons-compress-1.0.jar to /ant/lib, and add to ivy.xml (as also
noted above)
Yep, that seems to be missing from the patch too, also need to add the
following to ivy.xml
<dependency org="commons-compress" name="commons-compress" rev="1.0">
</dependency>
----
Got to run for a bus now, will address the remaining issues when I get time
(possibly tomorrow).
> Standalone version of Wookie for development
> --------------------------------------------
>
> Key: WOOKIE-26
> URL: https://issues.apache.org/jira/browse/WOOKIE-26
> Project: Wookie
> Issue Type: Improvement
> Components: Server
> Reporter: Ross Gardler
> Fix For: 0.8.1
>
> Attachments: standalone-additions.tar.gz, standalone.diff,
> updatedBuild.txt
>
> Original Estimate: 6h
> Time Spent: 4h
> Remaining Estimate: 2h
>
> A key objective for any open source project is to minimise the barriers to
> entry for new developers. Currently a prospective developer needs to jump
> through quite a number of hoops to get started (install tomcat, install
> mysql, configure database, set up realms etc. etc.)
> On the mail list it was proposed and approved that we would create a version
> that used Apache Derby (thus getting rid of the GPLd MySQL dependency) and
> Jetty to provide a pre-configured development environment requiring zero
> setup.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.