[
https://issues.apache.org/jira/browse/WOOKIE-152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12916449#action_12916449
]
Sander van der Waal commented on WOOKIE-152:
--------------------------------------------
I *could* reproduce it on WinXP sp2 / Java 1.6.0_17 / Ant 1.8.1
When trying again with same config except using Ant 1.7.1 instead of 1.8.1 the
problem went away.
It appears Ant 1.8 is also guilty for the 'includeantruntime' warning according
to [1]. Setting that to explicitly (either to true or false) made no difference
for the error in this report so I guess they are different issues.
[1]
http://www.coderanch.com/t/503097/tools/warning-includeantruntime-was-not-set
> Build paths doubling up on Windows
> ----------------------------------
>
> Key: WOOKIE-152
> URL: https://issues.apache.org/jira/browse/WOOKIE-152
> Project: Wookie
> Issue Type: Bug
> Affects Versions: 0.8.3
> Environment: Tested on Windows XP SP3 & 7
> Reporter: Franck Perrin
>
> 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.
-
You can reply to this email to add a comment to the issue online.