| From | Sent On | Attachments |
|---|---|---|
| Ross Gardler (JIRA) | Mar 30, 2011 4:52 pm | |
| Scott Wilson (JIRA) | Mar 31, 2011 1:12 am | |
| Ross Gardler | Mar 31, 2011 1:21 am | |
| Michael Aherne (JIRA) | Mar 31, 2011 1:48 am | |
| Steve Lee (JIRA) | Mar 31, 2011 2:38 am | |
| Martin Hawksey (JIRA) | Mar 31, 2011 4:14 am | |
| Scott Wilson (JIRA) | Mar 31, 2011 4:24 am | |
| Scott Wilson (JIRA) | Mar 31, 2011 4:32 am | |
| Michael Aherne (JIRA) | Mar 31, 2011 7:19 am |
| Subject: | [jira] [Commented] (WOOKIE-152) Problem building Wookie using Ant 1.8 (was: Build paths doubling up Windows XP SP3 & 7) | |
|---|---|---|
| From: | Ross Gardler (JIRA) (ji...@apache.org) | |
| Date: | Mar 30, 2011 4:52:42 pm | |
| List: | org.apache.incubator.wookie-dev | |
Ross Gardler commented on WOOKIE-152:
-------------------------------------
Thanks for the patch Michael. Whilst this appears to work it doesn't actually do
so. However, I did take your inspiration to create a full fix.
The difference was that we also need to add the ${user.dir} to the appropriate
paths in the deploy target as well. This one didn't cause an error it just
copied shared files to the wrong place and thus widgets using features didn't
work.
I suspect you missed this as you either didn't do a clean build and had the
artefacts left from previous successful builds or you didn't actually try and
run one of the widgets that used the features.
Problem building Wookie using Ant 1.8 (was: Build paths doubling up Windows XP
SP3 & 7)
---------------------------------------------------------------------------------------
Key: WOOKIE-152 URL: https://issues.apache.org/jira/browse/WOOKIE-152 Project: Wookie Issue Type: Bug Affects Versions: 0.9.2 Environment: Tested on Windows XP SP3 & 7 Reporter: Franck Perrin Fix For: 0.9.1
Attachments: WOOKIE-152.patch
When building the wookie server I obtain the following error:
build-feature:
[javac] D:\Dev Wookie\trunk\features\build.xml:40: warning:
'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to
false for repeatable builds
BUILD FAILED
D:\Dev Wookie\trunk\ant\ivy-java-common.xml:117: The following error occurred
while executing this line:
D:\Dev Wookie\trunk\build.xml:273: The following error occurred while executing
this line:
D:\Dev Wookie\trunk\features\build.xml:40: srcdir "D:\Dev
Wookie\trunk\features\camera\features\camera\src" does not exist!
It seems that the path is concatenating twice:
trunk\features\camera\features\camera
The same happens for the widgets (e.g.: trunk\widets\bubbles\widgets\bubbles)
The xml files look fine:
<src path="${wookie.features.dir}/${feature.shortname}/src" />
I've check the two variables and they are fine...I have no clue where the
doubling occurs.
-- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira





