You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is Issue 58 moved from a Google Code project.
Added by 2010-07-11T16:18:41.000Z by jmlug...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Enhancement, Priority-Low, v0.9.20
Original description
I propose that base-build.xml be enhanced to create the project.lib also if empty. In some cases the empty directories are not copied (this is a bug in mercurial, that I use locally), and the build fails.
Proposed patch
diff -r 4a824588a32d _base/base-build.xml
--- a/_base/base-build.xml Sun Jul 11 18:00:31 2010 +0200
+++ b/_base/base-build.xml Sun Jul 11 18:14:08 2010 +0200
@@ -25,6 +25,7 @@
</target>
<target name="compile" depends="init">
+ <mkdir dir="${project.lib}" />
<javac destdir="${project.build}" debug="${project.is-debug}" debuglevel="${project.debug-level}" target="${project.target-comp}">
<src path="${project.src}" />
<classpath refid="project.classpath" />
The text was updated successfully, but these errors were encountered:
This is Issue 58 moved from a Google Code project.
Added by 2010-07-11T16:18:41.000Z by jmlug...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).
Original labels: Type-Enhancement, Priority-Low, v0.9.20
Original description
The text was updated successfully, but these errors were encountered: