Building from Source: Missing Files
-----------------------------------
Key: JAXME-67
URL: http://issues.apache.org/jira/browse/JAXME-67
Project: JaxMe
Type: Bug
Versions: 0.5
Reporter: Boris Gruschke
Building Jaxme 0.5 from source failed because of some missing build files. The
patch below fixes the creation of the source tar file.
--- ws-jaxme-0.5.orig/build.xml 2005-08-09 23:36:52.000000000 +0200
+++ ws-jaxme-0.5.new/build.xml 2005-08-14 02:36:31.000000000 +0200
@@ -51,9 +51,8 @@
<include name="LICENSE"/>
<include name="NOTICE"/>
<include name="README*"/>
- <include name="build*.xml"/>
- <include name="forrest-targets.ent"/>
- <include name="forrest.properties"/>
+ <include name="build.xml"/>
+ <include name="ant/*"/>
<include name="jaxme.properties.sample"/>
<include name="status.xml"/>
<include name="prerequisites/*"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]